Skip to content

Releases: scniro/react-codemirror2

9.0.1

24 Oct 16:45

Choose a tag to compare

What's Changed

  • fix(issue-324): Re-hydrate the controlled component by @fras2560 in #326

9.0.0

23 Oct 05:01

Choose a tag to compare

Bumps peer dep for React to v19. It ... seems to work?

Caveats:

  • Still pinned to CodeMirror 5, even though CodeMirror 6 is out now. I haven't had time (nor any real motivation) to investigate what changes are required there. PRs welcome.
  • The entire build process is is still CommonJS-based, and a lot of the new tooling (especially the Vite-based stuff) works better with or expects ESM, so you'll need to work around that.

Fixes #319

8.0.2

23 Oct 04:52
d0b3c2c

Choose a tag to compare

Fixes #324

8.0.1

31 Jan 22:45
673a668

Choose a tag to compare

Fixes #317

8.0.0

12 Apr 02:46
b4039e4

Choose a tag to compare

This release bumps the peer dependency for React to v18. It should not technically be a breaking change but this package is relatively undertested for React 18, so we're using a major version bump to force folks to opt into it.

7.3.0

28 Sep 16:47
d10ba54

Choose a tag to compare

A much belated release for React 17 support.

7.1.0

20 Mar 00:56

Choose a tag to compare

  • #180 (fix event handling for copy cut paste)
  • add support for codemirror events inputRead keyHandled

7.0.0

15 Mar 15:43

Choose a tag to compare

6.0.1

15 Mar 14:33

Choose a tag to compare

6.0.0

29 Apr 02:43

Choose a tag to compare

  • fix vulnerable devdeps
  • fix typscript errors after pulling new libs
  • #134