Releases
3.16.3
xdan
released this
27 Mar 10:13
3.16.3
Fixed composition wait
and debounce
decorators
3.16.2
π Bug Fix
3.16.1
π New Feature
Added spellcheck
plugin.
Added Config.pasteHTMLActionList
and Config.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 to wrap-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
π Internal
clean-html
plugin now works via requestIdleCallback
and doesn't slow down the browser
You canβt perform that action at this time.