File tree Expand file tree Collapse file tree 8 files changed +115
-108
lines changed
vscode-integration-webview Expand file tree Collapse file tree 8 files changed +115
-108
lines changed Original file line number Diff line number Diff line change 1
1
# Eclipse GLSP VSCode Integration Changelog
2
2
3
- ## 2.2.0 - active
3
+ ## 2.3.0 - active
4
+
5
+ ### Changes
6
+
7
+ ### Potentially Breaking Changes
8
+
9
+ ## [ 2.2.1 - 22/07/2024] ( https://github.com/eclipse-glsp/glsp-vscode-integration/releases/tag/v2.2.1 )
4
10
5
11
### Changes
6
12
7
13
- [ diagram] Fix minor styling and behavioral issues when using ` GLSPProjectionView ` [ #62 ] ( https://github.com/eclipse-glsp/glsp-vscode-integration/pull/62 )
14
+ - [ diagram] Removed the context menu module from the default integration as it is currently not supported in VS Code [ #63 ] ( https://github.com/eclipse-glsp/glsp-vscode-integration/pull/63 )
8
15
9
16
### Potentially Breaking Changes
10
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " workflow-vscode-example" ,
3
3
"displayName" : " Workflow GLSP Example" ,
4
- "version" : " 2.2.1 " ,
4
+ "version" : " 2.3.0-next " ,
5
5
"private" : " true" ,
6
6
"description" : " An example graphical language used for modeling workflows" ,
7
7
"categories" : [
197
197
" onStartupFinished"
198
198
],
199
199
"devDependencies" : {
200
- "@eclipse-glsp-examples/workflow-server" : " 2.2.1 " ,
201
- "@eclipse-glsp-examples/workflow-server-bundled" : " 2.2.1 " ,
202
- "@eclipse-glsp/vscode-integration" : " 2.2.1 " ,
200
+ "@eclipse-glsp-examples/workflow-server" : " next " ,
201
+ "@eclipse-glsp-examples/workflow-server-bundled" : " next " ,
202
+ "@eclipse-glsp/vscode-integration" : " 2.3.0-next " ,
203
203
"@vscode/vsce" : " ^2.19.0" ,
204
204
"copy-webpack-plugin" : " ^11.0.0" ,
205
205
"ts-loader" : " ^9.4.4" ,
206
206
"webpack" : " ^5.88.2" ,
207
207
"webpack-cli" : " ^5.1.4" ,
208
208
"webpack-merge" : " ^5.9.0" ,
209
- "workflow-glsp-webview" : " 2.2.1 "
209
+ "workflow-glsp-webview" : " 2.3.0-next "
210
210
},
211
211
"engines" : {
212
212
"vscode" : " ^1.54.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " workflow-vscode-example-web" ,
3
3
"displayName" : " Workflow GLSP Example (Web)" ,
4
- "version" : " 2.2.1 " ,
4
+ "version" : " 2.3.0-next " ,
5
5
"private" : " true" ,
6
6
"description" : " An example graphical language used for modeling workflows" ,
7
7
"categories" : [
198
198
" onStartupFinished"
199
199
],
200
200
"devDependencies" : {
201
- "@eclipse-glsp-examples/workflow-server" : " 2.2.1 " ,
202
- "@eclipse-glsp/vscode-integration" : " 2.2.1 " ,
201
+ "@eclipse-glsp-examples/workflow-server" : " next " ,
202
+ "@eclipse-glsp/vscode-integration" : " 2.3.0-next " ,
203
203
"@types/node" : " 16.x" ,
204
204
"@vscode/vsce" : " ^2.19.0" ,
205
205
"copy-webpack-plugin" : " ^11.0.0" ,
206
206
"webpack" : " ^5.75.0" ,
207
207
"webpack-cli" : " ^5.0.1" ,
208
208
"webpack-merge" : " ^5.9.0" ,
209
- "workflow-glsp-webview" : " 2.2.1 "
209
+ "workflow-glsp-webview" : " 2.3.0-next "
210
210
},
211
211
"engines" : {
212
212
"vscode" : " ^1.54.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " workflow-glsp-webview" ,
3
- "version" : " 2.2.1 " ,
3
+ "version" : " 2.3.0-next " ,
4
4
"private" : " true" ,
5
5
"description" : " Example of the Workflow GLSP diagram in a VS Code extensions (WebView part)" ,
6
6
"keywords" : [
37
37
"watch" : " tsc -w"
38
38
},
39
39
"devDependencies" : {
40
- "@eclipse-glsp-examples/workflow-glsp" : " 2.2.1 " ,
41
- "@eclipse-glsp/vscode-integration-webview" : " 2.2.1 " ,
40
+ "@eclipse-glsp-examples/workflow-glsp" : " next " ,
41
+ "@eclipse-glsp/vscode-integration-webview" : " 2.3.0-next " ,
42
42
"@vscode/codicons" : " ^0.0.25" ,
43
43
"circular-dependency-plugin" : " ^5.2.2" ,
44
44
"css-loader" : " ^6.7.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.2.1 " ,
2
+ "version" : " next " ,
3
3
"private" : true ,
4
4
"workspaces" : [
5
5
" packages/*" ,
28
28
"workflow:web" : " yarn --cwd example/workflow/web-extension"
29
29
},
30
30
"devDependencies" : {
31
- "@eclipse-glsp/dev" : " 2.2.1 " ,
31
+ "@eclipse-glsp/dev" : " next " ,
32
32
"@types/node" : " 16" ,
33
33
"@types/vscode" : " ^1.54.0" ,
34
34
"concurrently" : " ^8.2.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eclipse-glsp/vscode-integration-webview" ,
3
- "version" : " 2.2.1 " ,
3
+ "version" : " 2.3.0-next " ,
4
4
"description" : " Integration of a GLSP diagram in a VS Code extensions (WebView part)" ,
5
5
"keywords" : [
6
6
" vscode" ,
41
41
"watch" : " tsc -w"
42
42
},
43
43
"dependencies" : {
44
- "@eclipse-glsp/client" : " 2.2.1 " ,
44
+ "@eclipse-glsp/client" : " next " ,
45
45
"vscode-messenger-webview" : " ^0.4.5"
46
46
},
47
47
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eclipse-glsp/vscode-integration" ,
3
3
"displayName" : " GLSP VSCode Integration" ,
4
- "version" : " 2.2.1 " ,
4
+ "version" : " 2.3.0-next " ,
5
5
"description" : " Glue code to integrate GLSP diagrams in VSCode extensions (extension part)" ,
6
6
"keywords" : [
7
7
" eclipse" ,
46
46
"watch" : " tsc -w"
47
47
},
48
48
"dependencies" : {
49
- "@eclipse-glsp/protocol" : " 2.2.1 " ,
49
+ "@eclipse-glsp/protocol" : " next " ,
50
50
"vscode-jsonrpc" : " ^8.0.2" ,
51
51
"vscode-messenger" : " ^0.4.5" ,
52
52
"ws" : " ^8.13.0"
You can’t perform that action at this time.
0 commit comments