Skip to content

Releases: mdx-editor/editor

v3.0.4

02 May 08:24
500b7ff
Compare
Choose a tag to compare

3.0.4 (2024-05-02)

Bug Fixes

  • ignore :hover css style on touch devices. (#439) (500b7ff)

v3.0.3

01 May 07:22
75a501f
Compare
Choose a tag to compare

3.0.3 (2024-05-01)

Bug Fixes

  • correct implementation of insertImage$ signal (75a501f)

v3.0.2

30 Apr 07:38
a702f73
Compare
Choose a tag to compare

3.0.2 (2024-04-30)

Bug Fixes

  • remove unused dev module (a702f73)

v3.0.1

22 Apr 12:07
02b2a82
Compare
Choose a tag to compare

3.0.1 (2024-04-22)

Bug Fixes

v3.0.0

22 Apr 05:16
d730670
Compare
Choose a tag to compare

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

19 Apr 14:24
590bf9e
Compare
Choose a tag to compare
v3.0.0-alpha.2 Pre-release
Pre-release

3.0.0-alpha.2 (2024-04-19)

Bug Fixes

  • take autoload flag into account (590bf9e)

v3.0.0-alpha.1

19 Apr 08:55
246b860
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

3.0.0-alpha.1 (2024-04-19)

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

20 Apr 05:04
6c05223
Compare
Choose a tag to compare

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

19 Apr 06:22
083f6fd
Compare
Choose a tag to compare

2.20.6 (2024-04-19)

Bug Fixes

  • always keep a paragraph below the last decorator (083f6fd), closes #420

v2.20.5

18 Apr 16:36
890e545
Compare
Choose a tag to compare

2.20.5 (2024-04-18)

Bug Fixes