Releases: uiwjs/react-codemirror
v4.25.9
Documentation v4.25.9: https://raw.githack.com/uiwjs/react-codemirror/6b3db64/index.html
Comparing Changes: v4.25.8...v4.25.9
npm i @uiw/react-codemirror@4.25.9- 🐞 fix: Fix coverage runs in sandboxed test env fdb7ec9 @jaywcjlove
- 🐞 fix: Add python alias coverage for langs #766 c7a5ab4 @jaywcjlove
v4.25.8
Documentation v4.25.8: https://raw.githack.com/uiwjs/react-codemirror/03129ff/index.html
Comparing Changes: v4.25.7...v4.25.8
npm i @uiw/react-codemirror@4.25.8- 🐞 fix: Set correct module type in all packages (#763) bfcca91 @Methuselah96
- 🐞 fix(package): update workspace glob patterns for themes and extensions f605ec5 @jaywcjlove
- 🐞 fix: workspace packages (#764) cc88b2d @Methuselah96
v4.25.7
Documentation v4.25.7: https://raw.githack.com/uiwjs/react-codemirror/f3d65ee/index.html
Comparing Changes: v4.25.6...v4.25.7
npm i @uiw/react-codemirror@4.25.7- 🐞 fix(langs): remove unused imports in generated index.ts #761 d052ce2 @jaywcjlove
v4.25.6
Documentation v4.25.6: https://raw.githack.com/uiwjs/react-codemirror/b4c8595/index.html
Comparing Changes: v4.25.5...v4.25.6
npm i @uiw/react-codemirror@4.25.6v4.25.5
Documentation v4.25.5: https://raw.githack.com/uiwjs/react-codemirror/2bcb7df/index.html
Comparing Changes: v4.25.4...v4.25.5
npm i @uiw/react-codemirror@4.25.5- 💄 chore: fix package publish failure. #752 c3c46e1 @jaywcjlove
- 📖 doc: Update README.md 694c963 @jaywcjlove
- 📖 doc: update README.md 2cab1c1 @jaywcjlove
- 💄 chore: update README.md c6cc358 @jaywcjlove
- 🐞 fix: fix trailing slash in hyperlink extension #756 (#758) dcb10f6 @jcubic
v4.25.4
Documentation v4.25.4: https://raw.githack.com/uiwjs/react-codemirror/c6e2bc9/index.html
Comparing Changes: v4.25.3...v4.25.4
npm i @uiw/react-codemirror@4.25.4- 📖 doc: Update README.md c4d1f3e @jaywcjlove
- 💢 ci: fix expired NPM token issue. af85136 @jaywcjlove
- ⛑ test: fix test case. da57d14 @jaywcjlove
v4.25.3
Documentation v4.25.3: https://raw.githack.com/uiwjs/react-codemirror/9161ac5/index.html
Comparing Changes: v4.25.2...v4.25.3
npm i @uiw/react-codemirror@4.25.3- 📖 doc: Update README.md c2fbf78 @jaywcjlove
- 📖 doc: Update README.md d6e131e @jaywcjlove
- 📖 doc: Update README.md caa8aa2 @jaywcjlove
- 📖 doc: Update README.md e853905 @jaywcjlove
- 🆎 type: Fix typings in gen-langs-map.cjs (#749) 212172d @metatick
- 🐞 fix: Langs extension types fix (#750) b6d965f @metatick
v4.25.2
Documentation v4.25.2: https://raw.githack.com/uiwjs/react-codemirror/81b52d5/index.html
Comparing Changes: v4.25.1...v4.25.2
npm i @uiw/react-codemirror@4.25.2- 💄 chore: Create SECURITY.md (#745) 935f3b5 @sberesnevnr
- 💄 chore: Update SECURITY.md #745 d0700cd @jaywcjlove
- 🌍 website: fix example type error. 6b2929d @jaywcjlove
- 💄 chore: Update SECURITY.md (#746) 7573daa @sberesnevnr
- 🌍 website: fix type issue. cc35e8b @jaywcjlove
- 🐞 fix(extensions): typing issue string instead of an union type (#747) 952e1bd @philibea
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();