14.0.0 • Published 2 months ago

@softwareatlas/blueprinted-diagram-js v14.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

blueprinted-diagram-js

This package provides an opinionated wrapper for the excellent diagram-js library.

Elements and rules can be configured for each instance through a typed blueprint.

Installation

Install diagram-js, bpmn-font and this package together:

npm install diagram-js bpmn-font @softwareatlas/blueprinted-diagram-js

Styling

Make sure you import all required stylesheets in the appropriate order. For example, when using webpack with css-loader:

@import '~diagram-js/assets/diagram-js.css';
@import '~bpmn-font/dist/css/bpmn.css';
@import '~@softwareatlas/blueprinted-diagram-js/styles.css';

Development

For easy develop of this package, link it to a typescripted client application (e.g. an Angular app).

Check https://docs.npmjs.com/cli/v8/commands/npm-link for more information.

Versioning

This package heavily relies on diagram-js, so it follows a similar version numbering. We'll keep the major version in sync with diagram-js.

The minor and patch version can vary, based on features in the blueprinted-diagram-js package itself.

Publishing

To publish this package, use npm to give it a version and push the tag to git:

npm version v1.0.2
git push --tags

Be sure to use semantic versioning!

Next, create a release in Gitlab using this tag. The version will automatically be published to NPM by a Github action

14.0.0

2 months ago

13.5.0

3 months ago

13.4.3

3 months ago

13.4.2

4 months ago

13.4.1

4 months ago

13.4.0

4 months ago

11.13.0

8 months ago

12.0.0

8 months ago

12.0.1

8 months ago

12.0.2

7 months ago

9.0.0

8 months ago

2.4.1

1 year ago

2.4.0

1 year ago

2.4.3

1 year ago

2.4.2

1 year ago

2.4.4

1 year ago

1.7.3

2 years ago

2.3.0

1 year ago

2.2.0

1 year ago

2.3.1

1 year ago

2.1.0

1 year ago

2.0.1

2 years ago

2.0.0

2 years ago

1.7.2

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.1

2 years ago

1.5.2

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.3.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago