All Versions
15
Latest Version
Avg Release Cycle
30 days
Latest Release
1247 days ago

Changelog History
Page 1

  • v2.5.1 Changes

    November 24, 2020

    🐛 Bug Fixes

    Editor

    • 16203d1 The list is not created in a WYSIWYG table when the editor's container is a list (#1254)
    • 65e8ee1 Incorrect pasting if data copied from MS Office has styling (#1258)
  • v2.5.0 Changes

    October 21, 2020

    🆕 New Features

    Editor

    🐛 Bug Fixes

    Editor

    • 90143c4 Fix a problem that when copying a child list, it was pasted in an indented state (#1230)
    • b129c66 Revised Norwegian for i18n (#1207)
  • v2.4.0 Changes

    September 10, 2020

    🆕 New Features

    Editor

    frontmatter

    Case 1: tab (or shift + tab) key

    🚚 Pressing the tab key in the markdown table moves the cursor cell by cell.

    Case 2 : enter key

    Pressing the enter key in the markdown table adds the syntax for the new row.

    • 151f98e [Viewer] Add an internal attribute to disable task markers when using the customHTMLRenderer option (#1163)

    🐛 Bug Fixes

    Editor

    • 🔀 60e747a Type inference is wrong when table-merged-cell plugin is set in the plugin option (#1160)
    • b312e15 [Markdown] Syntax highlighting is broken when wrapping text containing blank lines with fence code block syntax (#1167)
    • be8f7b3 [WYSIWYG] Format is broken when copying or pasting a list in MS Office (#1153)
  • v2.3.1 Changes

    July 29, 2020

    🐛 Bug Fix

    Editor

    8ca00e8 [WYSIWYG] Wrong widget element position when scrolling (#1113)
    🔀 e3cd805 [WYSIWYG] List in the table is broken after changing to markdown when using table-merged-cell plugin (#1119)

  • v2.3.1-alpha

    July 21, 2020
  • v2.3.0 Changes

    July 20, 2020

    ✨ Enhancement

    Editor

    • d0b7501 [Markdown] Smart task's marker (#1080) : This is a function to change the state of the marker in the task list according to the user's action

    Case 1 : When pressing the x or backspace key in square brackets corresponding to the task marker

    change

    Case 2 : When pressing the shift + ctrl + x shortcut in the task list

    toggle

    🐛 Bug Fix

    Editor

    • 🚚 5a5ae7d [Markdown] Remove highlight from preview after blur (#1093)
    • 🚚 f98ffc4 [WYSIWYG] Remove newlines in copied text when pasting to table (#1102)
    • 6be680c [WYSIWYG] Script error occurs in table when selecting or adding column (#1110)

    etc.

    • ⚡️ 75e48c3 Update dev-dependency version with security vulnerability
    • 6bcec75 Change environment of to-mark library
  • v2.2.0 Changes

    June 16, 2020

    ✨ Enhancement

    Editor

    • 0️⃣ 5f62f5e Improve default HTML sanitizer module to solve XSS vulnerability (#734)
    • 75c7da5 Set contenteditable attribute on paragraph block type using custom renderer (#998)
    • 609e89d [Markdown] The code block's language is case-insensitive (#1004)
    • ec405e2 [Markdown] Add a margin to separate the code blocks when highlighting the code block syntax (#1032)
    • 🚚 739dfe4 [WYSIWYG] Remove span tag with default color when copying/pasting text in the Viewer (or the Preview) (#1036)

    🐛 Bug Fixes

    Editor

    • 5ec7db0 form is submitted when the mode switch button is clicked (#969)
    • 🚚 dfe4382 Remove types of removed API (setValue, getValue) (#970)
    • 💅 5ec7db0 Editor and viewer font styles are different (#1045)
    • a2f95ae [Markdown] Typing is slow when the list depth is long or there is a lot of content (#1012)
    • d9b9412 [Markdown] Shortcut for shift-tab in list does not work correctly (#1014)
    • ec405e2 [Markdown] Syntax highlighting of code blocks is broken under certain situations (#1032)
    • 22a1744 [WYSIWYG] Script error occurs when text corresponding to a block of code is pasted (#693, #939)
    • d03b508 [WYSIWYG] change event does not fire when list bullet is entered (#757)
    • 💅 7c00b60 [WYSIWYG] Typed text disappears when changing style in heading (#878)
    • 964009c [WYSIWYG] Text in table context menu overflows in certain languages (#891)
    • 1f6a54d [WYSIWYG] Resizable box is created on the element with min-height applied in Internet Explorer (#984)
    • 🚚 6f983b4 [WYSIWYG] Enter the tag string related to XSS in the code block and move the cursor to execute the script (#1021)
  • v2.1.2 Changes

    May 13, 2020

    🛠 BugFix

    Editor

    • c9295c7 Fix: pasting error in table when using custom sanitizer (fix #980) (#981)
  • v2.1.1 Changes

    May 08, 2020

    🐛 Bug Fixes

    Editor

    • e81b843 Fix: list disappear when parent container is list (fix #972) (#973)
  • v1.3.1 Changes

    November 03, 2020

    🐛 Bug Fixes

    • f0caaac Error occurs when pasting into a table (fix #1249)