From 292df3678470aa8d79f3661201e5dfb0a79a969c Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Thu, 1 May 2025 09:20:55 +0200 Subject: [PATCH] docs: fix changelog 0.19.0 The rendering of the breaking changes was broken. Also move the description before the breaking changes for clarity ad consistency with other versions. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 104df2156e..17e7e9d7d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,14 +15,14 @@ Release date: `2025-04-30` For more details, see the [0.19.0 Changelog](https://github.com/maxGraph/maxGraph/releases/tag/v0.19.0) on the GitHub release page. +This new version improves tree-shaking for `EdgeStyle` and `Perimeter`, updates the documentation, and fixes bugs. + **Breaking Changes**: - `Perimeter` has been changed from a value object to a namespace. This has minimal impact for most applications that only read perimeter values. The only breaking change affects applications that modify Perimeter properties (add/update/remove values): this is no longer possible. Instead, create your own perimeter implementation and register it. --`EdgeStyle` has been changed from a class with static properties to a namespace. This has minimal impact for most applications that only read edge style values. +- `EdgeStyle` has been changed from a class with static properties to a namespace. This has minimal impact for most applications that only read edge style values. The breaking change only affects applications that modify EdgeStyle properties (add/update/remove values), which is no longer possible. Instead, create your own EdgeStyle implementation and register it. -This new version improves tree-shaking for `EdgeStyle` and `Perimeter`, updates the documentation, and fixes bugs. - ## 0.18.0 Release date: `2025-04-26`