Skip to content

Releases: mdx-editor/editor

v3.0.7

12 May 15:32
42a82ce
Compare
Choose a tag to compare

3.0.7 (2024-05-12)

Bug Fixes

  • nested table markdown update (42a82ce)
  • nested table markdown update (4f13456)

v3.0.6

09 May 12:03
29e0f54
Compare
Choose a tag to compare

3.0.6 (2024-05-09)

Bug Fixes

  • creation of link without selection (1d1fc66)

v3.0.5

04 May 10:33
e2585b8
Compare
Choose a tag to compare

3.0.5 (2024-05-04)

Bug Fixes

  • allow focusing an empty editor (e2585b8)

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.