13.0.0 (2024-06-07)
⚠ BREAKING CHANGES
- transfer connection of markdown-it-attrs plugin to YfmConfigs extension (#263)
- bundle: rename editorType ––> editorMode (#260)
- bundle: rename yfm ––> markdown in variable and file names (#259)
- bundle: remove deprecated YfmEditor component (#258)
- change package name (#254)
- rename yfm -> md in core and dependent modules (#249)
- update markup mode to codemirror6 (#234)
Features
- add editor presets (#265) (a2d8153)
- add g-md-editor classname to editor dom elem, change default prefix for internal classnames (#257) (82b42ce)
- add re-export from bundle to root export (#267) (86fcb00)
- add re-export of codemirror core modules (#266) (9ccf3b1)
- bundle: remove deprecated YfmEditor component (#258) (db3749a)
- bundle: rename editorType ––> editorMode (#260) (bd0afe8)
- bundle: rename yfm ––> markdown in variable and file names (#259) (c63381f)
- change package name (#254) (85cc2af)
- Lists: add auto merging of adjacent list of same type (#241) (c02de80)
- note, tabs: added leave block logic for second enter (#248) (ed8ba66)
- rename yfm -> md in core and dependent modules (#249) (e12abda)
- transfer connection of markdown-it-attrs plugin to YfmConfigs extension (#263) (2816c18)
- update markup mode to codemirror6 (#234) (5b416b2)
Bug Fixes
- CodeBlock: Fixed code insert (#251) (df9848e)
- don't split code_block in lists when pressing enter key (#243) (c494301)
- forms: deleted unused iframe_ keysets (#242) (e6d6ba4)
- ImageForm: updated autofocus logic, added useAutoFocus (#245) (c4da6bd)
- Link: ascape parentheses in link url (#244) (046dd2e)
- react-utils: fix for useNodeEditing and useNodeHover hooks (#239) (48d018d)