Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Latest commit

 

History

History
58 lines (33 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

58 lines (33 loc) · 1.47 KB

Changelog

All notable changes to bpmn-to-image are documented here. We use semantic versioning for releases.

Unreleased

Note: Yet to be released changes appear here.

0.6.0

  • CHORE: run without sandbox (#14)
  • DEPS: update to bpmn-js@8
  • DEPS: update to puppeteer@8

0.5.1

  • CHORE: do not publish dev assets

0.5.0

  • FEAT: add --scale option to specify image scale factor
  • CHORE: update to [email protected]

0.4.0

  • FEAT: add ability to export diagram as SVG (#9)

0.3.3

  • FIX: enforce integer value on setting viewport (#10)

0.3.2

  • CHORE: adjust error handling in cli

0.3.1

  • FIX: include bpmn-js from correct location (#5)

0.3.0

  • FEAT: use bpmn-js@3 for rendering diagrams
  • FEAT: support ; as an option delimiter on Windows
  • FIX: correct #convertAll not properly setting defaults

0.2.0

  • FEAT: add minimum export dimensions, configurable via --min-dimensions=<width>x<height>
  • FEAT: add customizable title (on per default); disable via --no-title option
  • FEAT: add ability to remove footer all together via the --no-footer option

0.1.1

  • DOCS: various documentation improvements

0.1.0

Initial version.