chore(deps): bump @maxgraph/core from 0.18.0 to 0.19.0 by dependabot[bot] · Pull Request #220 · maxGraph/maxgraph-integration-examples
Bumps @maxgraph/core from 0.18.0 to 0.19.0.
Changelog
Sourced from @maxgraph/core's changelog.
0.19.0
Release date:
2025-04-30For more details, see the 0.19.0 Changelog on the GitHub release page.
Breaking Changes:
Perimeterhas 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. -EdgeStylehas 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
EdgeStyleandPerimeter, updates the documentation, and fixes bugs.
Commits
7cb8da3chore(release): prepare version 0.19.07c0e421feat!: improve tree-shaking ofEdgeStyle(#791)8e7ef1adocs: add structure section and improve npm package details (#792)447862efix: correctly convert "arc" attributes to boolean in StencilShape (#788)e0aa814chore(deps-dev): bump the lint group with 2 updates (#789)9da8e3afeat: improve IDE guidance for style element registration (#787)97ec7d0feat!: improve tree-shaking ofPerimeter(#785)- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)