3.16.3
- Fixed composition
wait
anddebounce
decorators
3.16.2
🐛 Bug Fix
3.16.1
🚀 New Feature
- Added
spellcheck
plugin. - Added
Config.pasteHTMLActionList
andConfig.pasteFromWordActionList
options #802. - Added
Jodit.synchronizeValues()
method. The method synchronizes the WYSIWYG values of the editor - and the original input field. The method works through
Async.throttle
. - Added a new class for working with DOM without blocking the main thread
LazyWalker
- Search engine replace on
LazyWalker
- CleanHTML plugin engine replace on
LazyWalker
- Search plugin now highlights all found options #798
- Added
Jodit.constants
#806
💥 Breaking Change
- Renamed
wrap-text-nodes
plugin towrap-nodes
- Option
spellcheck
= false by default. This is due to the fact that the built-in spell check slows down the editor very much on large tests. - Enabled
@typescript-eslint/explicit-function-return-type
in eslint
🐛 Bug Fix
- Fixed a bug in the
watch
decorator, when multiple watchers were set, it used only one context - Default is not working for insert ordered list and insert unordered list #799
- In print preview, table border color and background color is not showing #803
🏠 Internal
clean-html
plugin now works viarequestIdleCallback
and doesn't slow down the browser