@huksley/bpmn-to-image
Version:
Convert a BPMN 2.0 diagrams to PDF, SVG or PNG images
44 lines (24 loc) • 1.18 kB
Markdown
# Changelog
All notable changes to [bpmn-to-image](https://github.com/bpmn-io/bpmn-to-image) are documented here. We use [semantic versioning](http://semver.org/) for releases.
## Unreleased
___Note:__ Yet to be released changes appear here._
## 0.4.0
* `FEAT`: add ability to export diagram as SVG ([#9](https://github.com/bpmn-io/bpmn-to-image/pull/9))
## 0.3.3
* `FIX`: enforce integer value on setting viewport ([#10](https://github.com/bpmn-io/bpmn-to-image/issues/10))
## 0.3.2
* `CHORE`: adjust error handling in cli
## 0.3.1
* `FIX`: include `bpmn-js` from correct location ([#5](https://github.com/bpmn-io/bpmn-to-image/issues/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._