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.8.0 to 0.10.1 #112

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps @maxgraph/core from 0.8.0 to 0.10.1.

Release notes

Sourced from @​maxgraph/core's releases.

0.10.1

⚡ This release contains documentation improvements and bug fixes. ⚡

npm package: 0.10.1

What's Changed

🐛 Bug Fixes

📝 Documentation

🛠 Chore

New Contributors

Full Changelog: https://github.com/maxGraph/maxGraph/compare/v0.10.0...v0.10.1

0.10.0

⚡ This new version contains enhancements, documentation improvements and bug fixes. ⚡

npm package: 0.10.0 Issues: milestone 0.10.0 See also the Changelog file.

What's Changed

🎉 New Features

🐛 Bug Fixes

📝 Documentation

⚙️ Refactor

🛠 Chore

... (truncated)

Changelog

Sourced from @​maxgraph/core's changelog.

0.10.1

Release date: 2024-04-23

For more details, see the 0.10.1 Changelog on the GitHub release page.

This release contains documentation improvements and bug fixes.

0.10.0

Release date: 2024-04-19

For more details, see the 0.10.0 Changelog on the GitHub release page.

This release contains enhancements, documentation improvements and bug fixes.

0.9.0

Release date: 2024-04-08

For more details, see the 0.9.0 Changelog on the GitHub release page.

This release contains documentation improvements and bug fixes.

Breaking Changes

  • it is no longer possible to pass a 'n' value for the max property of the Multiplicity class. Pass null instead to have the same effect.
Commits
  • a52e1a3 chore(release): prepare version 0.10.1
  • 496efc5 chore: declare @​maxgraph/core as a module package (#397)
  • df98075 fix: remove circular dependency in ModelXmlSerializer (#396)
  • 902e8c4 ci: fix github release template (#395)
  • 06f9bd7 chore(readme): fix typo in website link (#394)
  • a7609a8 chore(release): prepare version 0.10.0
  • 12d3447 fix: add null check to connection validation message (#364)
  • 2925f74 docs: improve guidance in PR template (#391)
  • 6396219 feat: let style edge marker fill and stroke colors (#392)
  • 286d835 fix: correctly detect parent in SwimlaneMixin.dropTarget (#390)
  • 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)
tbouffard commented 4 months ago

@dependabot squash and merge