Skip to content

Commit

Permalink
Added Config.pasteHTMLActionList and `Config.pasteFromWordActionLis…
Browse files Browse the repository at this point in the history
…t` options

Issue: #802.
  • Loading branch information
xdan committed Mar 16, 2022
1 parent b412b99 commit 5278d95
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#### :rocket: New Feature

- Added `spellcheck` plugin.
- Added `Config.pasteHTMLActionList` and `Config.pasteFromWordActionList` options https://github.com/xdan/jodit/issues/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`
Expand Down Expand Up @@ -1221,11 +1222,11 @@ Related with https://github.com/xdan/jodit/issues/574. In some cases need to lim
- @property {IUIOption[]} link.selectOptionsClassName=[] The list of the option for the select (to use with
modeClassName="select")
- ex: [
- { value: "", text: "" },
- { value: "val1", text: "text1" },
- { value: "val2", text: "text2" },
- { value: "val3", text: "text3" }
- ]
- { value: "", text: "" },
- { value: "val1", text: "text1" },
- { value: "val2", text: "text2" },
- { value: "val3", text: "text3" }
- ]
PR: https://github.com/xdan/jodit/pull/577 Thanks @s-renier-taonix-fr
##### New option `statusbar: boolean = true`
Expand Down

0 comments on commit 5278d95

Please sign in to comment.