Releases: gravity-ui/markdown-editor
Releases · gravity-ui/markdown-editor
v3.4.3
3.4.3 (2023-01-23)
Bug Fixes
- add missing exports from extensions (#53) (25c3668)
v3.4.2
3.4.2 (2022-12-16)
Bug Fixes
- blockquote button breaks when selection has 0 depth (2a38575)
v3.4.1
3.4.1 (2022-12-13)
Bug Fixes
- YfmNote: serialize placeholder content if node content is empty (#48) (f999943)
v3.4.0
3.4.0 (2022-12-09)
Features
- Math: improve ux with inline math (#43) (e09dca4)
- YfmCut: auto openning yfm-cut if selection is inside cut's content (#46) (f3084f8)
- YfmCut: don't open/close yfm-cut by clicking on the title (#47) (1e13715)
Bug Fixes
- Placeholder: show placeholders immediately after initialization (#45) (723a79d)
v3.3.0
3.3.0 (2022-11-23)
Features
- parse html from the clipboard when pasting (#40) (b27e9b8)
- YfmNote: do not fill in the note title when creating a new note (#41) (f65b342)
- YfmTable: clear selected table cells and delete empty rows or a table when the backspace button is pressed (d4e1623)
Bug Fixes
- core: escape the pipe symbol during serialization to markdown (#36) (f766021)
- re-export MathNode classes (#38) (b4ee9b4)
v3.2.0
3.2.0 (2022-11-10)
Features
- add support to linkify urls with custom tlds (#31) (1b0d44a)
- Clipboard: insert markup, html and text of the selected fragment into the clipboard (#30) (f438588)
- Clipboard: smarter copying (#33) (a458d46)
- core: added priority for marks in extension builder (395f97b)
- Link: when pasting, create a link with the pasted URL and selected text (#28) (1230601)
Bug Fixes
- Checkbox: write placeholder content when label constains only whitespace characters (#32) (3ded049)
- Code: set lowest priority for inline code mark (b4f9ae0)
v3.1.0
3.1.0 (2022-10-27)
Features
- core: when appending replace last empty paragraph with new content and add empty paragraph after (#25) (a7333ad)
- Lists: breaking the list when deleting a list item (#26) (a5e5362)
v3.0.0
3.0.0 (2022-10-14)
⚠ BREAKING CHANGES
- core: use one builder for all plug-in extensions
Features
- core: add context to extension builder (#22) (dc66438)
- core: move plugins sorting to the extension builder (fcc4d35)
- core: use one builder for all plug-in extensions (66de15e)
- table arrow controls (3e00e6a)
v2.1.0
2.1.0 (2022-10-05)
Features
- added new field for selection interface (4ccfdaa)
- core: escape corner brackets during serialization (#17) (01ad8a8)
- toolbar: add tooltip to list-buttons (af158ff)
- tooltip: add delay before open and close tooltip (2c17593)
v2.0.0
2.0.0 (2022-10-04)
⚠ BREAKING CHANGES
Features
- Html: use html sanitizer from yfm-transform (#14) (cf8ce23)
- update to uikit@3 (bd6c517)