@typefox/monaco-editor-react 7.0.0-next.2 → 7.0.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/CHANGELOG.md +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to npm module [@typefox/monaco-editor-react](https://www.npmjs.com/package/@typefox/monaco-editor-react) are documented in this file.
|
|
4
4
|
|
|
5
|
-
## [7.0.0] -
|
|
5
|
+
## [7.0.0] - 2025-09-19
|
|
6
6
|
|
|
7
7
|
- Merge `monaco-editor-wrapper` with `monaco-languageclient`:
|
|
8
8
|
- Updated to `monaco-languageclient@10.0.0`.
|
|
@@ -14,7 +14,7 @@ All notable changes to npm module [@typefox/monaco-editor-react](https://www.npm
|
|
|
14
14
|
- Fix React Stict Mode
|
|
15
15
|
- Only one language client can be used directly with the component
|
|
16
16
|
- Fixed rerendering issue by introducing an internal update queue
|
|
17
|
-
- Updated all `@codingame/monaco-vscode` packages to `^21.0
|
|
17
|
+
- Updated all `@codingame/monaco-vscode` packages to `^21.1.0`.
|
|
18
18
|
|
|
19
19
|
## [6.12.0] - 2025-08-21
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typefox/monaco-editor-react",
|
|
3
|
-
"version": "7.0.0
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "React component for Monaco-Editor and Monaco Languageclient",
|
|
6
6
|
"keywords": [
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"npm": "10.9.3"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@codingame/monaco-vscode-editor-api": "^21.0
|
|
49
|
+
"@codingame/monaco-vscode-editor-api": "^21.1.0",
|
|
50
50
|
"react": ">=18.0.0 || <20.0.0"
|
|
51
51
|
},
|
|
52
52
|
"repository": {
|