Skip to content

0.4.0

Compare
Choose a tag to compare
@csouchet csouchet released this 05 Oct 14:32
· 2263 commits to master since this release

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

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

Highlights

Packaging

bpmn-visualization is now available as a npm package. More examples and usage details to come in the next releases.

Business Rule Task detection

Rendered using the chartreuse fill color in the following (final rendering will be managed with #646)

business-rule-task_in_green

Compensation Event Detection

Rendered using the pink fill color in the following (final rendering will be managed with #655)

detect_event_compensation_pink

What's Changed

🚀 BPMN support

🚄 BPMN rendering

📝 Documentation

📦 Dependency updates

  • [INFRA] dev - Bump rollup from 2.28.1 to 2.28.2 (#699) @dependabot
  • [INFRA] dev - Bump ts-jest from 26.3.0 to 26.4.1 (#700) @dependabot
  • [INFRA] dev - Bump @typescript-eslint/parser & @typescript-eslint/eslint-plugin from 4.2.0 to 4.3.0 (#698) @dependabot
  • [INFRA] dev - Bump eslint from 7.9.0 to 7.10.0 (#696) @dependabot
  • [INFRA] dev - Bump @typescript-eslint/eslint-plugin & @typescript-eslint/parser from 3.10.1 to 4.2.0 (#667) @dependabot
  • [INFRA] dev - Bump rollup-plugin-typescript2 from 0.27.2 to 0.27.3 (#665) @dependabot
  • [INFRA] dev - Bump eslint-config-prettier from 6.11.0 to 6.12.0 (#666) @dependabot
  • [INFRA] dev - Bump @types/puppeteer from 3.0.1 to 3.0.2 (#664) @dependabot
  • [INFRA] dev - Bump puppeteer from 5.2.1 to 5.3.1 (#663) @dependabot

👻 Maintenance