Skip to content

0.3.0

Compare
Choose a tag to compare
@aibcmars aibcmars released this 08 Sep 15:15
· 2338 commits to master since this release

Thanks to all the contributors of this release 🌈: @aibcmars, @csouchet, @dependabot, @process-analytics-bot and @tbouffard

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

Highlights

Detect and render Manual and Script Tasks

Manual Task Script Task
task_manual task_script

Here are the full set of tasks supported by bpmn-visualization.
The business rule task will be supported later.

image

Black box/collapsed pool

Render both horizontal and vertical pools

image

Non interrupting start event in Event sub-process

On the left (in the red box) 0.2.0, on the right (in the green box) 0.3.0

image

Final lane rendering (label, vertical lanes)

Horizontal lanes

image

Vertical lanes

image

Message icon on Message Flows

image

What's Changed

🚀 BPMN support

🚄 BPMN rendering

🐛 Bug Fixes

  • [FIX] don't create extra svg block in the demo page (#553) @tbouffard

📝 Documentation

  • [DOC] improve the release description in the Contributing guide (#554) @tbouffard

🎮 Demo and Examples

  • [FIX] don't create extra svg block in the demo page (#553) @tbouffard

📦 Dependency updates

👻 Maintenance