uiwjs/react-codemirror
 Watch   
 Star   
 Fork   
18 days ago
react-codemirror

v4.25.1

Buy me a coffee

Documentation v4.25.1: https://raw.githack.com/uiwjs/react-codemirror/0eebca2/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.25.0...v4.25.1

npm i @uiw/react-codemirror@4.25.1
  • 💄 chore: update peerDependencies data. 6a45175 @jaywcjlove
18 days ago
react-codemirror

v4.25.0

Buy me a coffee

Documentation v4.25.0: https://raw.githack.com/uiwjs/react-codemirror/b6a0ef9/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.24.2...v4.25.0

npm i @uiw/react-codemirror@4.25.0
  • 📖 doc: Update README.md 98acfd8 @jaywcjlove
  • 🐞 fix(langs): generate syntax highlighting from file extensions. b46ed3e @jaywcjlove
  • 💄 chore: remove example. 250ec77 @jaywcjlove
  • 💢 ci: update workflows config. bc3693a @jaywcjlove

The package @uiw/codemirror-extensions-langs returns syntax highlighting extensions based on file extensions.

import { loadLanguage, langNames, langs } from '@uiw/codemirror-extensions-langs';

+ langs.js();
- langs.javascript();
2025-07-30 04:06:48
react-codemirror

v4.24.2

Buy me a coffee

Documentation v4.24.2: https://raw.githack.com/uiwjs/react-codemirror/a461727/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.24.1...v4.24.2

npm i @uiw/react-codemirror@4.24.2
  • 🌟 feat: bump React peer dependency to 17+ #742 4876309 @jaywcjlove
2025-07-14 01:04:31
react-codemirror

v4.24.1

Buy me a coffee

Documentation v4.24.1: https://raw.githack.com/uiwjs/react-codemirror/1d4e5c8/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.24.0...v4.24.1

npm i @uiw/react-codemirror@4.24.1
  • 💄 chore: add sponsor link to README. e69ed95 @jaywcjlove
2025-07-05 17:41:21
react-codemirror

v4.24.0

Buy me a coffee

Documentation v4.24.0: https://raw.githack.com/uiwjs/react-codemirror/3af69e7/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.23.14...v4.24.0

npm i @uiw/react-codemirror@4.24.0
  • 🌟 feat: Add External annotation to the public API (#740) 51125ec @paulftw
2025-06-27 14:38:48
react-codemirror

v4.23.14

Buy me a coffee

Documentation v4.23.14: https://raw.githack.com/uiwjs/react-codemirror/2ed1453/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.23.13...v4.23.14

npm i @uiw/react-codemirror@4.23.14
  • 🐞 fix: avoid random updates to view while the user is typing (#739) (#694 #199 #700) 5ba732c @nsrCodes
2025-06-11 05:19:53
react-codemirror

v4.23.13

Buy me a coffee

Documentation v4.23.13: https://raw.githack.com/uiwjs/react-codemirror/40401ed/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.23.12...v4.23.13

npm i @uiw/react-codemirror@4.23.13
  • 🐞 fix(merge): Update react codemirror merge to work in shadow dom (#735) 154727c @boopeshmahendran227
  • 🆎 type(merge): fix type error. #735 9e9776b @jaywcjlove
2025-05-02 00:14:38
react-codemirror

v4.23.12

Buy me a coffee

Documentation v4.23.12: https://raw.githack.com/uiwjs/react-codemirror/e780cd8/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.23.11...v4.23.12

npm i @uiw/react-codemirror@4.23.12
  • 🐞 fix: Fix ESM import in core package by adding .babelrc and babel-plugin-add-import-extension (#732) 9a5ce28 @Shellishack
  • 🐞 fix: resolve ESM import issue in the package. #732 8ce4ceb @jaywcjlove
2025-04-27 13:20:07
react-codemirror

v4.23.11

Buy me a coffee

Documentation v4.23.11: https://raw.githack.com/uiwjs/react-codemirror/4f9af7b/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.23.10...v4.23.11

npm i @uiw/react-codemirror@4.23.11
  • 🌍 website: fix example issue. #717 d589c09 @jaywcjlove
  • 📄 example: update nextjs example. 3bf96a6 @jaywcjlove
  • 🐞 fix: Set correct module type in basic package (#729) d6ee7f8 @danez
  • 🐞 fix(react-codemirror): Set correct module type in basic package (#729) d1271a6 @jaywcjlove
2025-03-04 11:16:59
react-codemirror

v4.23.10

Buy me a coffee

Documentation v4.23.10: https://raw.githack.com/uiwjs/react-codemirror/b920d7f/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.23.9...v4.23.10

npm i @uiw/react-codemirror@4.23.10
  • 🐞 fix: Fix flash of content on initialization (#717) b11562d @colsondonohue