Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ndoschek committed Jul 15, 2022
1 parent c6b50de commit 47ce7c6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,9 +2,17 @@

## v1.1.0 - upcoming

### Changes
### Breaking Changes

- [graph] Align GGraph model with newest changes from glsp-server [#22](https://github.com/eclipse-glsp/glsp-server-node/pull/22) - Contributed on behalf of STMicroelectronics
- Renamed interfaces:
- `EdgePlacement` -> `GEdgePlacement` (affected classes: `GEdgeLayoutable`, `GLabel`)
- `GLayoutContainer` (`glayout-container.ts`) -> `GLayouting` (`glayouting.ts`) (affected classes: `GCompartment`, `GGraph`, `GNode`)
- `GShapePreRenderedElement` (`gpre-shape-prerendered-element.ts`) -> `GShapedPreRenderedElement` (`gshaped-prerendered-element.ts`)
- Renamed file names: `gbound-aware.ts` -> `gbounds-aware.ts`
- `GGraph` now additionally extends `GLayoutable`
- `GNode` now additionally extends `GEdgeLayoutable`
- Added new interface `GHtmlRoot`

## [v1.0.0 - 30/06/2022](https://github.com/eclipse-glsp/glsp-server-node/releases/tag/v1.0.0)

0 comments on commit 47ce7c6

Please sign in to comment.