This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v1.0.0-alpha.2
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
- Updated translations. (93e9643)
- Aligned UI library usage to the changes in the UI framework.
BREAKING CHANGES
- The
FileDialogButtonView
is not aButtonView
instance anymore but a wrapper instead. The button of the component is available under the#buttonView
property.