You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sprotty-vscode-extension/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
This change log covers only the VS Code extension integration of Sprotty. See also the change log of [sprotty](https://github.com/eclipse/sprotty/blob/master/packages/sprotty/CHANGELOG.md).
4
4
5
+
### v0.3.0 (Jun. 2022)
6
+
7
+
This release is to keep the package versions of `sprotty-vscode`, `sprotty-vscode-protocol` and `sprotty-vscode-webview` synchronized.
Copy file name to clipboardExpand all lines: sprotty-vscode-protocol/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
This change log covers only the VS Code extension-to-webview protocol of Sprotty. See also the change log of [sprotty](https://github.com/eclipse/sprotty/blob/master/packages/sprotty/CHANGELOG.md).
Copy file name to clipboardExpand all lines: sprotty-vscode-webview/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
This change log covers only the VS Code webview integration of Sprotty. See also the change log of [sprotty](https://github.com/eclipse/sprotty/blob/master/packages/sprotty/CHANGELOG.md).
4
4
5
+
### v0.3.0 (Jun. 2022)
6
+
7
+
* Updated `sprotty` to v0.12.0
8
+
* Fixed [#28](https://github.com/eclipse/sprotty-vscode/issues/28) by enabling to acquire the vscode API independently of this package.
9
+
10
+
Breaking changes:
11
+
* Deleted `vscode-api.ts` which called the `acquireVsCodeApi` function at module resolution time.
0 commit comments