Skip to content

0.26.0

Compare
Choose a tag to compare
@tbouffard tbouffard released this 22 Aug 13:27
· 952 commits to refs/heads/master since this release

This new version brings improvements to customize the style of the Text Annotation elements and a new BPMN theme in the demo.

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

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

Highlights

Improve the styling capabilities of Text Annotation elements

In previous versions, it was already possible to customize the style of the Text Annotation elements and to configure a fill color (gradient could also be used).
But only a small area of the Text Annotation was filled (the area delimited by the open rectangle).

In version 0.26.0, the whole Text Annotation area is now filled.

0.25.3 0.26.0
text annotation fill color v0.25.3 text annotation fill color v0.26.0

This new feature allows you to highlight the entire text of Text Annotation elements.
Check the Bonita procurement example using #B4AFAF26 for Text Annotation fill color 👇.

image

Demo improvements

More space for diagram rendering

The 'Diagram' title section has been removed. So there is now more space for the BPMN diagram rendering, especially on mobile.
In addition, the 'fit on load', 'fit margin' and 'theme' blocks (from the control panel) align better on small screens.

Check the evolution between version 0.25.2 and version 0.26.0 (shown as 0.25.3-post version here) 👇.
The videos have been done with Chrome 104.

Large screens Small screens
chrome_104_screen_large_800x680_v2_aligned_bpmn_button chrome_104_screen_small_660x680_v2_margin_between_control_and_main_sections

A new Light Blue BPMN theme

A new Light Blue BPMN theme is available. It uses the new improvement about the fill color of the Text Annotation elements 👇.

v0 26 0_new_light-blue_bpmn-theme

What's Changed

Full Changelog: v0.25.3...v0.26.0

🚀 BPMN support

  • [FIX] Don't convert Process without Participant as a Pool (#2129) @csouchet

🌈 BPMN diagram styling

  • [FEAT] Allow to fill the boundaries of the Text Annotation with color (#2190) @tbouffard

🐛 Bug Fixes

  • [FIX] Don't convert Process without Participant as a Pool (#2129) @csouchet

📝 Documentation

🎮 Demo and Examples

👻 Maintenance

  • [INFRA] Fix the demo package: allow deploy on a non root context (#2169) @csouchet

📦 Dependency updates

15 changes