maxGraph / maxgraph-integration-examples

Demonstrate how to integrate maxGraph in projects.
https://maxgraph.github.io/maxgraph-integration-examples/
MIT License
13 stars 2 forks source link

chore(deps): bump @maxgraph/core from 0.12.0 to 0.13.0 #156

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps @maxgraph/core from 0.12.0 to 0.13.0.

Changelog

Sourced from @​maxgraph/core's changelog.

0.13.0

Release date: 2024-08-19

Breaking Changes

  • In Graph, the properties related to the plugins are now private. This change should not impact users as these properties were not intended to be used directly. Plugins are supposed to be initialized with the constructor and retrieved with the getPlugin method.
Commits
  • e1622a0 chore(release): prepare version 0.13.0
  • 0ba1c13 docs: integrate mxGraph manual content into documentation (#513)
  • 0c0fd77 feat: let retrieve the list of default plugins (#501)
  • ce2760b refactor(typescript): use generic when calling Graph.getPlugin (#512)
  • 373baf5 docs: explain Perimeter in the documentation site (#511)
  • 0b1dce1 docs(JSDoc): introduce a category for "Layout" (#510)
  • 14f1ead docs(JSDoc): introduce a category for "Perimeter" (#509)
  • 89e00fe docs(JSDoc): introduce a category for "Serialization with Codecs" (#508)
  • 5ef060b docs(JSDoc): introduce a category for "Vertex Shapes" (#507)
  • ed9a1a5 docs(release): request the creation of an annotated tag (#506)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)