@uiw/react-codemirror 4.24.2 → 4.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -59,7 +59,8 @@ CodeMirror component for React. Demo Preview: [@uiwjs.github.io/react-codemirror
|
|
|
59
59
|
📚 Use Typescript to write, better code hints.
|
|
60
60
|
🌐 The bundled version supports use directly in the browser [#267](https://github.com/uiwjs/react-codemirror/issues/267#issuecomment-1041227592).
|
|
61
61
|
🌎 There are better [sample previews](https://uiwjs.github.io/react-codemirror).
|
|
62
|
-
🎨 Support [theme](https://uiwjs.github.io/react-codemirror/#/theme/data/dracula) customization, provide theme [editor](https://uiwjs.github.io/react-codemirror/#/editor/theme).
|
|
62
|
+
🎨 Support [theme](https://uiwjs.github.io/react-codemirror/#/theme/data/dracula) customization, provide theme [editor](https://uiwjs.github.io/react-codemirror/#/editor/theme).
|
|
63
|
+
🧑💻 SwiftUI wrapper for [CodeMirror](https://github.com/jaywcjlove/swiftui-codemirror) 6.
|
|
63
64
|
|
|
64
65
|
## Install
|
|
65
66
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uiw/react-codemirror",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.25.0",
|
|
4
4
|
"description": "CodeMirror component for React.",
|
|
5
5
|
"homepage": "https://uiwjs.github.io/react-codemirror",
|
|
6
6
|
"funding": "https://jaywcjlove.github.io/#/sponsor",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@codemirror/commands": "^6.1.0",
|
|
48
48
|
"@codemirror/state": "^6.1.1",
|
|
49
49
|
"@codemirror/theme-one-dark": "^6.0.0",
|
|
50
|
-
"@uiw/codemirror-extensions-basic-setup": "4.
|
|
50
|
+
"@uiw/codemirror-extensions-basic-setup": "4.25.0",
|
|
51
51
|
"codemirror": "^6.0.0"
|
|
52
52
|
},
|
|
53
53
|
"keywords": [
|