Skip to content

0.27.1

Compare
Choose a tag to compare
@csouchet csouchet released this 17 Oct 13:12
· 847 commits to refs/heads/master since this release

This is a maintenance release. It simplifies the integration of bpmn-visualization in Angular or Svelte projects.

Thanks to all the contributors of this release 🌈: @csouchet and @tbouffard

See milestone 0.27.1 to get the list of issues covered by this release.

Highlights

This new version simplifies the integration in Angular or Svelte projects (and probably with other frameworks).

Previously, it was mandatory to define an id in the HTML div element used to display the BPMN diagram. ⚠️ It is not a common practice to set the id of a component with Angular and Svelte.
As a result, some bpmn-visualization APIs were generating an error when the id was not defined.

With version 0.27.1, the definition of an id is no longer mandatory. So, the configuration is now easier.

What's Changed

Full Changelog: v0.27.0...v0.27.1

🧲 BPMN diagram usability

  • [FIX] Allow BPMN container HTML element without id (#2282) @csouchet

🐛 Bug Fixes

  • [FIX] Allow BPMN container HTML element without id (#2282) @csouchet

📝 Documentation

📦 Dependency updates

👻 Maintenance