Releases: nhn/tui.editor
Releases · nhn/tui.editor
[email protected]
Fixes
- perf: fix the output css @charset warning by @molvqingtai in #2880
- fix: revert #2572 (fix #1806 #2708) by @kshnurov in #2754
New Contributors
- @molvqingtai made their first contribution in #2880
- @kshnurov made their first contribution in #2754
Full Changelog: https://github.com/nhn/tui.editor/compare/[email protected]@3.2.2
[email protected]
Fixes
- fix: link mark no longer building with misnamed getCustomAttrs (fix #2687, #2671, #2730) by @jethrolarson in #2729
- docs: correct the typo(close #2743) by @D0Dam in #2746
Full Changelog: https://github.com/nhn/tui.editor/compare/[email protected]@3.2.1
[email protected]
Features
- feat: add plugin interface (editorCore instance, keymap) by @jwlee1108 in #2647
Environments
- env: update prosemirror versions (fix #2631) by @jajugoguma in #2648
Full Changelog: https://github.com/nhn/tui.editor/compare/[email protected]@3.2.0
[email protected]
Fixes
- fix: add missing type definition by @jajugoguma in #2628
Environments
- env: temporary prosemirror dependency policy changes to avoid breaking changes by @jajugoguma in #2627
Full Changelog: https://github.com/nhn/tui.editor/compare/[email protected]@3.1.10
[email protected]
Features
- feat: add api for converting position to match editor mode by @jajugoguma in #2622
Full Changelog: https://github.com/nhn/tui.editor/compare/[email protected]@3.1.9
[email protected]
BugFixes
- fix: convert by using HTML tag when it is not between spaces by @jajugoguma in #2572
- fix: escape backslash in the middle of sentence by @jajugoguma in #2588
- fix: keep empty line between lists by @jajugoguma in #2598
Full Changelog: https://github.com/nhn/tui.editor/compare/[email protected]@3.1.8
[email protected]
Feature
- Add
disabledEntityParse
on toastMark through mdParser in Plugin (#2506)
[email protected]
Bugfixes
- Prevent errors when widget rules not match
[email protected]
Bugfixes
- Fixed to set focus to current editor instance when using multi instances. (#2441)
[email protected]
Feature
- Reverses the keymap sequence to take precedence plugins.