0.27.1
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.
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
🐛 Bug Fixes
📝 Documentation
- [DOC] Simplify the content of the NOTICE file (#2297) @tbouffard
- [DOC] Announce releases on Discord (#2295) @tbouffard
- [DOC] Update the REAME hero image to promote Hacktoberfest (#2275) @tbouffard
📦 Dependency updates
- [INFRA] deps - Bump fast-xml-parser from 4.0.10 to 4.0.11 (#2291) @dependabot
👻 Maintenance
- [INFRA] Update the keywords of the npm package (#2288) @csouchet
- [INFRA] Run some GH workflows less often (#2284) @tbouffard
- [INFRA] Upload artifact when unable to deploy to surge (#2274) @tbouffard