Skip to content

0.25.0

Compare
Choose a tag to compare
@oanesini oanesini released this 27 Jun 12:51
· 1064 commits to master since this release

This new release provides a new API to filter pools when loading the BPMN diagram.

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

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

Highlights

Filter pools at load time

When calling the load method, it is now possible to filter the pools in the diagram you want to display.
You can filter one or several pools and specify the filtering options by pool id and/or name.

In the following example 👇, we load the same diagram with different filter configuration. First without filter, so we see the whole diagram. Then we filter different pools, one pool at a time. And finally, we filter 3 pools at the same time.

pool_filtering_at_load_time

What's Changed

🧲 BPMN diagram usability

📝 Documentation

  • [DOC] Improve Gitpod and VSCode documentation for contributors (#2065) @tbouffard

👻 Maintenance

📦 Dependency updates

16 changes

Full Changelog: v0.24.1...v0.25.0