Releases: mdx-editor/editor
Releases · mdx-editor/editor
v0.14.2
0.14.2 (2023-08-24)
Bug Fixes
- avoid form submission from dialogs (caa7cab)
- stop form propagation to prevent submitting formik (85480a9)
v0.14.0
0.14.0 (2023-08-18)
Bug Fixes
- make markdown shortcuts work with what's available (0518312)
Features
- make image upload optional, support disable image resizing (823d1d3)
v0.13.0
0.13.0 (2023-08-17)
Bug Fixes
- extensions for the js imports (9bbc18b)
- use extensions for imports (1fb2972)
Features
v0.12.0
0.12.0 (2023-08-16)
Bug Fixes
- better rich text icon (008efa1)
- remove unconditional autofocus on front-matter (60a0c3b)
- show something in the empty code block select (692a95f)
Features
v0.11.1
0.11.1 (2023-08-13)
Bug Fixes
- add missing exports for plugins (2f7f53b)
v0.11.1-alpha.1
Bug Fixes
- add missing exports for plugins (2f7f53b)
v0.11.0
0.11.0 (2023-08-11)
BREAKING CHANGE:
The editor has been re-worked into a pluggable architecture, with most features made optional through plugins. Check the updated documentation section for more details.
Features
- re-architect to a plugin model (a105b1a)