- Added functionality to bind to
disabled
property to set editor into readonly state.
- Fixed broken links in readme.
- Added
undo
andredo
to the events triggering sending out content tov-model
.
- Added null check before removing editor to check that tinymce is actually available.
- Removed
cloudChannel
prop validation.
- Removed onPreInit shorthand as it never worked.
- Fixed bug with onInit never firing.
- Fixed bug with value watcher getting out of sync.
- Fixed bug where is wasn't possible to set inline in the init object, only on the shorthand.
- Fixed binding timing issues by moving the binding to after the editor has initialized.
- Initial release