Skip to content

Releases: nhn/tui.editor

editor@3.2.2

24 Feb 16:39
Compare
Choose a tag to compare

Fixes

New Contributors

Full Changelog: https://github.com/nhn/tui.editor/compare/editor@3.2.1...editor@3.2.2

editor@3.2.1

29 Sep 09:18
Compare
Choose a tag to compare

Fixes

Full Changelog: https://github.com/nhn/tui.editor/compare/editor@3.2.0...editor@3.2.1

editor@3.2.0

05 Aug 07:05
Compare
Choose a tag to compare

Features

  • feat: add plugin interface (editorCore instance, keymap) by @jwlee1108 in #2647

Environments

Full Changelog: https://github.com/nhn/tui.editor/compare/editor@3.1.10...editor@3.2.0

editor@3.1.10

27 Jul 09:07
Compare
Choose a tag to compare

Fixes

Environments

  • env: temporary prosemirror dependency policy changes to avoid breaking changes by @jajugoguma in #2627

Full Changelog: https://github.com/nhn/tui.editor/compare/editor@3.1.9...editor@3.1.10

editor@3.1.9

26 Jul 10:39
Compare
Choose a tag to compare

Features

  • feat: add api for converting position to match editor mode by @jajugoguma in #2622

Full Changelog: https://github.com/nhn/tui.editor/compare/editor@3.1.8...editor@3.1.9

editor@3.1.8

12 Jul 07:37
Compare
Choose a tag to compare

BugFixes

Full Changelog: https://github.com/nhn/tui.editor/compare/editor@3.1.7...editor@3.1.8

editor@3.1.7

19 May 13:34
Compare
Choose a tag to compare

Feature

  • Add disabledEntityParse on toastMark through mdParser in Plugin (#2506)

editor@3.1.6

19 May 13:32
Compare
Choose a tag to compare

Bugfixes

  • Prevent errors when widget rules not match

editor-plugin-color-syntax@3.0.3

25 Apr 01:08
Compare
Choose a tag to compare

Bugfixes

  • Fixed to set focus to current editor instance when using multi instances. (#2441)

editor@3.1.5

25 Apr 01:04
Compare
Choose a tag to compare

Feature

  • Reverses the keymap sequence to take precedence plugins.