Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @maxgraph/core from 0.4.1 to 0.5.0.

Release notes

Sourced from @​maxgraph/core's releases.

0.5.0

This release contains new features, bug fixes and documentation improvements. This is an alpha version.

npm package: 0.5.0 See also the Changelog file.

Breaking Changes

  • the UMD bundle is no more provided in the npm package. See #266 for more details.

Highlights

In addition to the functional changes listed later, this release includes several internal changes that will be useful in the future:

  • Simplify the build and reduce the number of dependencies. This makes maxGraph easier to maintain and evolution will be easier to implement
  • Storybook internal improvements started in v0.4.1 by using Storybook v7:
    • Storybook stories can now be written in TypScript. Since the introduction of Storybook, many problems remained in stories written in JavaScript, and they were difficult to spot. Stories written in TypeScript will make it easier to spot these problems, so users can expect a better demo.
    • On the development front, Storybook now works with Vite. This provides developers with a better experience (faster start-up and updating), making stories easier to create, modify and correct.
    • It is now possible to build a static version of Storybook. It will be possible to publish the demo on GitHub Pages, making it available to all users for evaluation.
  • Prepare a website and the documentation
    • The website structure has been initialized. It will be built with Docusaurus.
    • This is a first step to later migrate the former mxGraph documentation and adapt it to maxGraph

Stay tune, lots of thing are ready to be implemented in 2024 ✨.

What's Changed

🎉 New Features

🐛 Bug Fixes

📝 Documentation

⚙️ Refactor

🛠 Chore

New Contributors

... (truncated)

Changelog

Sourced from @​maxgraph/core's changelog.

0.5.0

Release date: 2023-12-07

This release contains new features, bug fixes and documentation improvements.

Breaking Changes

  • the UMD bundle is no more provided in the npm package.

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

Commits
  • 9463e1e chore(release): prepare version 0.5.0
  • e1e7c19 chore(deps-dev): bump ansi-regex from 5.0.0 to 5.0.1 (#278)
  • ffd5036 fix(robustness): prevent errors when a plugin is not loaded (#272)
  • 8d6727a feat(types): improve partial-autocomplete and type inference (#265)
  • 0e7bd5f chore(deps-dev): bump semver from 5.7.1 to 5.7.2 (#277)
  • 23ec0bf chore(deps): bump word-wrap from 1.2.3 to 1.2.5 (#276)
  • 4aa3ac0 chore(deps-dev): bump json5 from 1.0.1 to 1.0.2 (#275)
  • 76f3f2e chore(deps-dev): bump vite from 4.4.11 to 4.4.12 (#281)
  • 12e50b4 ci: update modified files that trigger workflow execution (#280)
  • d9b8594 chore: use npm workspaces (#273)
  • 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.4.1 to 0.5.0.
- [Release notes](https://github.com/maxGraph/maxGraph/releases)
- [Changelog](https://github.com/maxGraph/maxGraph/blob/development/CHANGELOG.md)
- [Commits](maxGraph/maxGraph@v0.4.1...v0.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Dec 8, 2023
Copy link
Member

@tbouffard tbouffard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔️ Tested locally with the artifact built with GH Actions

@tbouffard
Copy link
Member

@dependabot squash and merge

@dependabot dependabot bot merged commit 3a13dfb into main Dec 10, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/maxgraph/core-0.5.0 branch December 10, 2023 10:58
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