Releases: mdx-editor/editor
Releases · mdx-editor/editor
v3.0.4
3.0.4 (2024-05-02)
Bug Fixes
- ignore :hover css style on touch devices. (#439) (500b7ff)
v3.0.3
3.0.3 (2024-05-01)
Bug Fixes
- correct implementation of insertImage$ signal (75a501f)
v3.0.2
3.0.2 (2024-04-30)
Bug Fixes
v3.0.1
3.0.1 (2024-04-22)
Bug Fixes
v3.0.0
3.0.0 (2024-04-22)
Bug Fixes
- take autoload flag into account (906caa6)
Features
- use vanilla codemirror for the codemirror plugin (8dc2843)
BREAKING CHANGES
- the plugin no longer accepts the sandpack theme option.
Pass a codemirror 6 extension instead.
v3.0.0-alpha.2
Bug Fixes
- take autoload flag into account (590bf9e)
v3.0.0-alpha.1
Features
- use vanilla codemirror for the codemirror plugin (246b860)
BREAKING CHANGES
- the plugin no longer accepts the sandpack theme option.
Pass a codemirror 6 extension instead.
v2.20.7
2.20.7 (2024-04-20)
Bug Fixes
- fallback to to default code block language if no descriptor found (6c05223), closes #423
v2.20.6
2.20.6 (2024-04-19)
Bug Fixes
- always keep a paragraph below the last decorator (083f6fd), closes #420