Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @maxgraph/core from 0.5.0 to 0.6.0 #81

Merged
merged 1 commit into from
Dec 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps @maxgraph/core from 0.5.0 to 0.6.0.

Release notes

Sourced from @​maxgraph/core's releases.

0.6.0

This release mainly improves the tree-shaking 🎉, so the size of applications using maxGraph should therefore decrease significantly.

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

Breaking Changes Codecs supplied by maxGraph are no longer registered by default. They MUST be registered before performing an encode or decode. You can use one of the following functions to register codecs:

  • registerAllCodecs
  • registerCoreCodecs
  • registerEditorCodecs

To serialize the maxGraph model, you can use the ModelXmlSerializer class, which registers codecs under the hood.

Highlights

Codecs are no longer registered by default, which reduces side effects and coupling. It also greatly improves tree-shaking ✨. For example, in the ts-example application included in this repository which doesn't use the "codec" feature, the size of the minified maxGraph chunk goes from 568.58 kB with version 0.5.0 to 468.01 kB with version 0.6.0 (including new features), which corresponds to a size reduction of 17.7%!

For more details, see #289.

What's Changed

🎉 New Features

🐛 Bug Fixes

📝 Documentation

⚙️ Refactor

🛠 Chore

New Contributors

Full Changelog: maxGraph/maxGraph@v0.5.0...v0.6.0

Changelog

Sourced from @​maxgraph/core's changelog.

0.6.0

Release date: 2023-12-22

Breaking Changes

  • Codecs supplied by maxGraph are no longer registered by default. They MUST be registered before performing an encode or decode. You can use one of the following functions to register codecs:
    • registerAllCodecs
    • registerCoreCodecs
    • registerEditorCodecs

To serialize the maxGraph model, you can use the ModelXmlSerializer class, which registers codecs under the hood.

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

Commits
  • 7544da2 chore(release): prepare version 0.6.0
  • 63f002c feat: restore remaining non-"Editor" examples to Storybook (#150)
  • d5c60b1 docs: improve the getting started documentation (#292)
  • 164d10a fix: correcly call 'isEdge' in CellEditorHandler (#286)
  • a9c1ab6 chore(deps-gha): bump actions/upload-artifact from 3 to 4 (#291)
  • 99ffdfa feat: add ModelXmlSerializer to import/export the model (#290)
  • f9b2d7d refactor!: move codecs to dedicated files and reduce side effects (#289)
  • 871e1c3 test: refactor graph initialization (#288)
  • 1507490 docs(release): improve the "examples repository update" paragraph (#285)
  • 3041ca3 docs: improve JSDoc of codec classes (#287)
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [@maxgraph/core](https://github.com/maxGraph/maxGraph) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/maxGraph/maxGraph/releases)
- [Changelog](https://github.com/maxGraph/maxGraph/blob/development/CHANGELOG.md)
- [Commits](maxGraph/maxGraph@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: "@maxgraph/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Dec 25, 2023
@tbouffard
Copy link
Member

@dependabot squash and merge

@dependabot dependabot bot merged commit d136da5 into main Dec 25, 2023
13 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/maxgraph/core-0.6.0 branch December 25, 2023 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant