Releases: uiwjs/react-codemirror
v4.25.1
Documentation v4.25.1: https://raw.githack.com/uiwjs/react-codemirror/0eebca2/index.html
Comparing Changes: v4.25.0...v4.25.1
npm i @uiw/react-codemirror@4.25.1
- 💄 chore: update peerDependencies data. 6a45175 @jaywcjlove
v4.25.0
Documentation v4.25.0: https://raw.githack.com/uiwjs/react-codemirror/b6a0ef9/index.html
Comparing Changes: 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();
v4.24.2
Documentation v4.24.2: https://raw.githack.com/uiwjs/react-codemirror/a461727/index.html
Comparing Changes: v4.24.1...v4.24.2
npm i @uiw/react-codemirror@4.24.2
- 🌟 feat: bump React peer dependency to 17+ #742 4876309 @jaywcjlove
v4.24.1
Documentation v4.24.1: https://raw.githack.com/uiwjs/react-codemirror/1d4e5c8/index.html
Comparing Changes: v4.24.0...v4.24.1
npm i @uiw/react-codemirror@4.24.1
- 💄 chore: add sponsor link to README. e69ed95 @jaywcjlove
v4.24.0
Documentation v4.24.0: https://raw.githack.com/uiwjs/react-codemirror/3af69e7/index.html
Comparing Changes: v4.23.14...v4.24.0
npm i @uiw/react-codemirror@4.24.0
v4.23.14
Documentation v4.23.14: https://raw.githack.com/uiwjs/react-codemirror/2ed1453/index.html
Comparing Changes: v4.23.13...v4.23.14
npm i @uiw/react-codemirror@4.23.14
v4.23.13
Documentation v4.23.13: https://raw.githack.com/uiwjs/react-codemirror/40401ed/index.html
Comparing Changes: 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
v4.23.12
Documentation v4.23.12: https://raw.githack.com/uiwjs/react-codemirror/e780cd8/index.html
Comparing Changes: 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
v4.23.11
Documentation v4.23.11: https://raw.githack.com/uiwjs/react-codemirror/4f9af7b/index.html
Comparing Changes: 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
v4.23.10
Documentation v4.23.10: https://raw.githack.com/uiwjs/react-codemirror/b920d7f/index.html
Comparing Changes: v4.23.9...v4.23.10
npm i @uiw/react-codemirror@4.23.10
- 🐞 fix: Fix flash of content on initialization (#717) b11562d @colsondonohue