bpmn-io / bpmn-auto-layout

Layout BPMN diagrams, generating missing DI information.
https://bpmn-io.github.io/bpmn-auto-layout/
52 stars 41 forks source link

feat: update deps, change requirements for mininal node.js version #41

Closed corocoto closed 8 months ago

corocoto commented 8 months ago

Changes:

nikku commented 8 months ago

Please consider to do semantic commits instead of putting everything into one changeset. I cleaned that up this time :arrow_up:.

Consider one thing:

import layoutProcess from '../../lib/index.js';

Becomes

import layoutProcess from 'bpmn-auto-layout';

This way we're able to validate the contract.

corocoto commented 8 months ago

Please consider to do semantic commits instead of putting everything into one changeset.

@nikku, yeah, sure. Sorry for that and thanks for git logs fixing.

And yes, I'll consider the tests. Thanks for this note!

nikku commented 8 months ago

Released as https://github.com/bpmn-io/bpmn-auto-layout/releases/tag/v0.5.0, thanks for your work on this.