Skip to content

0.5.0

Compare
Choose a tag to compare
@tbouffard tbouffard released this 08 Dec 08:04

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

  • fix(robustness): prevent errors when a plugin is not loaded by @tbouffard in #272

📝 Documentation

  • docs: improve instructions for setting up a dev environment by @wayland in #262
  • docs: build the user documentation with Docusaurus by @tbouffard in #264
  • docs: improve the migration guide from mxGraph by @tbouffard in #271
  • docs: remove extra "markdown-page" page by @tbouffard in #274

⚙️ Refactor

🛠 Chore

New Contributors

Full Changelog: v0.4.1...v0.5.0