Skip to content

Commit

Permalink
Updated CHANGELOGs
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Jul 23, 2024
1 parent 2d82b8c commit e5c939b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/sprotty-protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

### v1.3.0 (Jul. 2024)

* Moved actions related to SVG exporting from the `sprotty` package ([#459](https://github.com/eclipse-sprotty/sprotty/pull/459)).

Fixed issues and closed PRs: https://github.com/eclipse-sprotty/sprotty/milestone/14?closed=1

-----

### v1.2.0 (Apr. 2024)

* Made (client) layout options available in `sprotty-protocol` ([#426](https://github.com/eclipse-sprotty/sprotty/pull/426)).
Expand Down
9 changes: 9 additions & 0 deletions packages/sprotty/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

### v1.3.0 (Jul. 2024)

* Added a way to inject an SVG export postprocessor to manipulate the produced SVG element during an export ([#454](https://github.com/eclipse-sprotty/sprotty/pull/454)).
* `LocalModelSource` behavior changed when using `setModel`, which should skip the animation ([#458](https://github.com/eclipse-sprotty/sprotty/pull/458)). Animation is still applied when using `updateModel` instead.

Fixed issues and closed PRs: https://github.com/eclipse-sprotty/sprotty/milestone/14?closed=1

-----

### v1.2.0 (Apr. 2024)

* New package `sprotty-library` with standard Flowchart views ([#423](https://github.com/eclipse-sprotty/sprotty/pull/423)).
Expand Down

0 comments on commit e5c939b

Please sign in to comment.