@typefox/monaco-editor-react
Advanced tools
Comparing version 6.2.0 to 6.2.1
@@ -5,2 +5,7 @@ # CHANGELOG | ||
## [6.2.1] - 2025-01-31 | ||
- Moved workerFactory from `monaco-editor-wrapper` to `monaco-languageclient` | ||
- Updated to `monaco-languageclient@9.2.1` and `monaco-editor-wrapper@6.2.1`. | ||
## [6.2.0] - 2025-01-31 | ||
@@ -16,3 +21,3 @@ | ||
- `vscode/services` => `@codingame/monaco-vscode-api` | ||
- Updated to `monaco-languageclient@9.2.0` and `monaco-languageclient@6.2.0`. | ||
- Updated to `monaco-languageclient@9.2.0` and `monaco-editor-wrapper@6.2.0`. | ||
@@ -19,0 +24,0 @@ ## [6.1.1] - 2025-01-20 |
{ | ||
"name": "@typefox/monaco-editor-react", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"license": "MIT", | ||
@@ -50,3 +50,3 @@ "description": "React component for Monaco-Editor and Monaco Languageclient", | ||
"@codingame/monaco-vscode-editor-api": "13.1.1", | ||
"monaco-editor-wrapper": "~6.2.0", | ||
"monaco-editor-wrapper": "~6.2.1", | ||
"react": ">=18.0.0 || <20.0.0" | ||
@@ -53,0 +53,0 @@ }, |
31413
Updatedmonaco-editor-wrapper@~6.2.1