Skip to content

0.4.0

Choose a tag to compare

@csouchet csouchet released this 03 Apr 13:45
· 66 commits to refs/heads/main since this release

This new version allows you to choose the style and position of the overlays.

IMPORTANT: this version is only available when installing from GitHub.

The bpmnVisualizationR package now uses bpmn-visualization@0.33.0.

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

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

Highlights

Previously, the style and the position of the overlays were not configurable.

image

Now, it is also possible to change the position and the style of the overlays like in the following screenshot:

image

What's Changed

Full Changelog: v0.3.2...v0.4.0

🚀 Improvements

  • feat(overlay): allow to set the overlay position (#210) @csouchet
  • feat(overlay): allow to set the overlay style (#207) @csouchet

📝 Documentation

  • docs: add more examples for styles and positions of overlays (#218) @tbouffard
  • docs: update the documentation after CRAN publication (#205) @csouchet

📦 Dependency updates

👻 Maintenance

  • refactor(test): format and cut tests (#209) @csouchet
  • chore: ensure that the PR title follows "Conventional Commits" (#203) @tbouffard