NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@tinymce/tinymce-vue/CHANGELOG.md

45 lines
1.0 KiB
Markdown
Raw Normal View History

2023-09-14 14:47:11 +08:00
## 2.1.0
* Changed the CDN URL to use `cdn.tiny.cloud`
# 2.0.0
* Changed default cloudChannel to `'5'`.
# 1.1.2
* Updated changelog to show how you have to add `.default` to commonjs require.
# 1.1.1
* Improved uuid function. Patch contributed by fureweb-com.
# 1.1.0
* Added functionality to bind to `disabled` property to set editor into readonly state.
# 1.0.9
* Fixed broken links in readme.
# 1.0.8
* Added `undo` and `redo` to the events triggering sending out content to `v-model`.
# 1.0.7
* Added null check before removing editor to check that tinymce is actually available.
# 1.0.6
* Removed `cloudChannel` prop validation.
# 1.0.5
* Removed onPreInit shorthand as it never worked.
# 1.0.4
* Fixed bug with onInit never firing.
# 1.0.3
* Fixed bug with value watcher getting out of sync.
# 1.0.2
* Fixed bug where is wasn't possible to set inline in the init object, only on the shorthand.
# 1.0.1
* Fixed binding timing issues by moving the binding to after the editor has initialized.
# 1.0.0
* Initial release