File tree Expand file tree Collapse file tree 17 files changed +41
-624
lines changed Expand file tree Collapse file tree 17 files changed +41
-624
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ The following table describes which version of **monaco-languageclient** and **@
66
77| monaco-languageclient | monaco-editor-wrapper | monaco-editor-react | monaco-vscode-api / editor-api | vscode | monaco-editor | release date | comment |
88| :---- | :---- | :--- | :--- | :--- | :--- | :--- | :--- |
9+ | 9.1.1 | 6.1.1 | 6.1.1 | 11.1.2 | 1.95.3 | 0.52.0 | 2025-01-20 | |
910| 9.1.0 | 6.1.0 | 6.1.0 | 11.1.2 | 1.95.3 | 0.52.0 | 2025-01-10 | |
1011| 9.0.0 | 6.0.0 | 6.0.0 | 11.1.2 | 1.95.3 | 0.52.0 | 2024-12-18 | |
1112| 8.8.3 | 5.5.3 | 4.5.3 | 8.0.4 | 1.92.2 | 0.51.0 | 2024-08-26 | |
Original file line number Diff line number Diff line change 22
33All notable changes to this npm module are documented in this file.
44
5+ ## [ 9.1.1] - 2025-01-20
6+
7+ - View service related imports are made dynamically [ #829 ] ( https://github.com/TypeFox/monaco-languageclient/pull/829 )
8+
59## [ 9.1.0] - 2025-01-10
610
711- ` @typefox/monaco-editor-react ` now works with views service ` initialize ` [ #823 ] ( https://github.com/TypeFox/monaco-languageclient/pull/823 )
Original file line number Diff line number Diff line change 11{
22 "name" : " monaco-languageclient" ,
3- "version" : " 9.1.0 " ,
3+ "version" : " 9.1.1 " ,
44 "description" : " Monaco Language client implementation" ,
55 "author" : {
66 "name" : " TypeFox GmbH" ,
Original file line number Diff line number Diff line change 22
33All notable changes to this npm module are documented in this file.
44
5+ ## [ 2025.1.2] - 2025-01-20
6+
7+ - Updated to ` monaco-languageclient@9.1.1 ` , ` monaco-editor-wrapper@6.1.1 ` and ` @typefox/monaco-editor-react@6.1.1 ` .
8+ - View service related imports are made dynamically [ #829 ] ( https://github.com/TypeFox/monaco-languageclient/pull/829 )
9+ - Separated Langium DSL example into Extended and Classic Mode versions
10+
511## [ 2025.1.1] - 2025-01-10
612
713- Updated to ` monaco-languageclient@9.1.0 ` , ` monaco-editor-wrapper@6.1.0 ` and ` @typefox/monaco-editor-react@6.1.0 ` .
Original file line number Diff line number Diff line change 11{
22 "name" : " monaco-languageclient-examples" ,
3- "version" : " 2025.1.1 " ,
3+ "version" : " 2025.1.2 " ,
44 "description" : " Monaco Language client examples" ,
55 "author" : {
66 "name" : " TypeFox GmbH" ,
9898 "@codingame/monaco-vscode-typescript-basics-default-extension" : " ~11.1.2" ,
9999 "@codingame/monaco-vscode-typescript-language-features-default-extension" : " ~11.1.2" ,
100100 "@codingame/monaco-vscode-views-service-override" : " ~11.1.2" ,
101- "@typefox/monaco-editor-react" : " ~6.1.0 " ,
101+ "@typefox/monaco-editor-react" : " ~6.1.1 " ,
102102 "cors" : " ^2.8.5" ,
103103 "express" : " ~4.21.2" ,
104104 "jszip" : " ~3.10.1" ,
105105 "langium" : " ~3.3.0" ,
106106 "monaco-editor" : " npm:@codingame/monaco-vscode-editor-api@~11.1.2" ,
107- "monaco-editor-wrapper" : " ~6.1.0 " ,
108- "monaco-languageclient" : " ~9.1.0 " ,
107+ "monaco-editor-wrapper" : " ~6.1.1 " ,
108+ "monaco-languageclient" : " ~9.1.1 " ,
109109 "pyright" : " ~1.1.392" ,
110110 "react" : " ~19.0.0" ,
111111 "react-dom" : " ~19.0.0" ,
Original file line number Diff line number Diff line change 22
33All notable changes to npm module [ @typefox/monaco-editor-react ] ( https://www.npmjs.com/package/@typefox/monaco-editor-react ) are documented in this file.
44
5+ ## [ 6.1.1] - 2025-01-20
6+
7+ - View service related imports are made dynamically [ #829 ] ( https://github.com/TypeFox/monaco-languageclient/pull/829 )
8+ -
59## [ 6.1.0] - 2025-01-10
610
711- ` @typefox/monaco-editor-react ` now works with views service [ #823 ] ( https://github.com/TypeFox/monaco-languageclient/pull/823 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @typefox/monaco-editor-react" ,
3- "version" : " 6.1.0 " ,
3+ "version" : " 6.1.1 " ,
44 "license" : " MIT" ,
55 "description" : " React component for Monaco-Editor and Monaco Languageclient" ,
66 "keywords" : [
4747 },
4848 "dependencies" : {
4949 "monaco-editor" : " npm:@codingame/monaco-vscode-editor-api@~11.1.2" ,
50- "monaco-languageclient" : " ~9.1.0 " ,
50+ "monaco-languageclient" : " ~9.1.1 " ,
5151 "vscode" : " npm:@codingame/monaco-vscode-api@~11.1.2" ,
5252 "vscode-ws-jsonrpc" : " ~3.4.0"
5353 },
5454 "peerDependencies" : {
55- "monaco-editor-wrapper" : " ~6.1.0 " ,
55+ "monaco-editor-wrapper" : " ~6.1.1 " ,
5656 "react" : " >=18.0.0 || <20.0.0"
5757 },
5858 "peerDependenciesMeta" : {
Original file line number Diff line number Diff line change 22
33All notable changes to npm module [ monaco-editor-wrapper] ( https://www.npmjs.com/package/monaco-editor-wrapper ) are documented in this file.
44
5+ ## [ 6.1.1] - 2025-01-20
6+
7+ - View service related imports are made dynamically [ #829 ] ( https://github.com/TypeFox/monaco-languageclient/pull/829 )
8+
59## [ 6.1.0] - 2025-01-10
610
711- ` @typefox/monaco-editor-react ` now works with views service [ #823 ] ( https://github.com/TypeFox/monaco-languageclient/pull/823 )
Original file line number Diff line number Diff line change 11{
22 "name" : " monaco-editor-wrapper" ,
3- "version" : " 6.1.0 " ,
3+ "version" : " 6.1.1 " ,
44 "license" : " MIT" ,
55 "description" : " Wrapper for monaco-vscode-editor-api and monaco-languageclient" ,
66 "keywords" : [
125125 "@codingame/monaco-vscode-standalone-typescript-language-features" : " ~11.1.2"
126126 },
127127 "peerDependencies" : {
128- "monaco-languageclient" : " ~9.1.0 " ,
128+ "monaco-languageclient" : " ~9.1.1 " ,
129129 "vscode-ws-jsonrpc" : " ~3.4.0"
130130 },
131131 "peerDependenciesMeta" : {
You can’t perform that action at this time.
0 commit comments