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