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: packages/sprotty-protocol/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
This change log covers only the client-server protocol of Sprotty. See [here](https://github.com/eclipse-sprotty/sprotty/blob/master/CHANGELOG.md) for other packages.
4
4
5
+
### v1.2.0 (Apr. 2024)
6
+
7
+
* Made (client) layout options available in `sprotty-protocol` ([#426](https://github.com/eclipse-sprotty/sprotty/pull/426)).
8
+
9
+
Fixed issues and closed PRs: https://github.com/eclipse-sprotty/sprotty/milestone/13?closed=1
10
+
11
+
-----
12
+
5
13
### v1.1.0 (Jan. 2024)
6
14
7
15
* Moved more interfaces used for defining Sprotty (external) models into this package so they can be used in backend applications ([#413](https://github.com/eclipse-sprotty/sprotty/pull/413)).
Copy file name to clipboardExpand all lines: packages/sprotty/CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
3
3
This change log covers only the client part of Sprotty. See [here](https://github.com/eclipse-sprotty/sprotty/blob/master/CHANGELOG.md) for other packages.
4
4
5
+
### v1.2.0 (Apr. 2024)
6
+
7
+
* New package `sprotty-library` with standard Flowchart views ([#423](https://github.com/eclipse-sprotty/sprotty/pull/423)).
8
+
* New feature to show junction points when multiple edges are connected to the same port with Manhattan (orthogonal) routing ([#434](https://github.com/eclipse-sprotty/sprotty/pull/434)).
9
+
* Enabled to stop animated commands ([#414](https://github.com/eclipse-sprotty/sprotty/pull/414)).
10
+
* Enabled to override model element registrations ([#424](https://github.com/eclipse-sprotty/sprotty/pull/424)).
11
+
* Enabled to use function components in JSX syntax, improved support for attributes ([#430](https://github.com/eclipse-sprotty/sprotty/pull/430)).
12
+
* Added support for shadow DOM ([#435](https://github.com/eclipse-sprotty/sprotty/pull/435)).
13
+
* Added utility to configure the command stack ([#433](https://github.com/eclipse-sprotty/sprotty/pull/433)).
14
+
15
+
Fixed issues and closed PRs: https://github.com/eclipse-sprotty/sprotty/milestone/13?closed=1
16
+
17
+
-----
18
+
5
19
### v1.1.0 (Jan. 2024)
6
20
7
21
* Resolved a [license issue](https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/10784) regarding `jsdom` (it was only used as a dev-dependency).
0 commit comments