Skip to content

Commit 5d9f962

Browse files
committed
Added v1.2.0 change log
1 parent 46558be commit 5d9f962

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

packages/sprotty-library/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sprotty-library",
3-
"version": "0.0.1",
3+
"version": "1.1.0",
44
"description": "Views and elements library for Sprotty",
55
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
66
"keywords": [
@@ -9,7 +9,8 @@
99
"diagram",
1010
"modeling",
1111
"visualization",
12-
"svg"
12+
"library",
13+
"flowchart"
1314
],
1415
"homepage": "https://github.com/eclipse-sprotty/sprotty",
1516
"bugs": "https://github.com/eclipse-sprotty/sprotty/issues",

packages/sprotty-protocol/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

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+
513
### v1.1.0 (Jan. 2024)
614

715
* 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)).

packages/sprotty/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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.
44

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+
519
### v1.1.0 (Jan. 2024)
620

721
* 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

Comments
 (0)