Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

v1.0.0-alpha.2

Compare
Choose a tag to compare
@Reinmar Reinmar released this 14 Nov 11:55
· 316 commits to master since this release

Bug fixes

  • Destroying FileDialogButtonView should not throw an error. Closes #66. (2d4ba62)
  • Images pasted with additional HTML content will not be handled by the upload plugin which prevents data pasted from MS Word to be treated as an image. Closes #68. (8d0644a)

Other changes

BREAKING CHANGES

  • The FileDialogButtonView is not a ButtonView instance anymore but a wrapper instead. The button of the component is available under the #buttonView property.