| c88bd154 | 11-Jun-2026 |
alibama <adp6j@virginia.edu> |
feat: add bpmnlint integration for BPMN diagrams
Surface model validation issues directly in rendered diagrams and in the editor via bpmn-js-bpmnlint. A toggle button on the canvas shows clickable e
feat: add bpmnlint integration for BPMN diagrams
Surface model validation issues directly in rendered diagrams and in the editor via bpmn-js-bpmnlint. A toggle button on the canvas shows clickable error/warning overlays on the offending elements.
- New `lint` attribute on <bpmnio>: on | off | inactive. The viewer defaults to button-present-inactive; the editor defaults to active. - Rules live in .bpmnlintrc (extends bpmnlint:recommended) and are packed into the committed bundles at build time via bpmnlint-pack-config, since bpmnlint cannot resolve rules in the browser. build:vendor handles this automatically. - The lint module runs in a plain Viewer (every injected service is present; editorActions resolves optionally), so no viewer upgrade was needed. - Add syntax tests for the lint attribute; default output is unchanged when the attribute is absent.
Refs #83
show more ...
|
| e9f0e227 | 14-Jun-2026 |
Jaap de Haan <261428+jdehaan@users.noreply.github.com> |
chore: Update dependencies (bpmn 18.18.0, dmn 17.8.1) |
| 033061be | 21-Apr-2026 |
Jaap de Haan <261428+jdehaan@users.noreply.github.com> |
build: generate vendor bundles locally and clean obsolete assets |
| 529cd0c7 | 12-Apr-2026 |
Jaap de Haan <261428+jdehaan@users.noreply.github.com> |
fix: Avoid strange visualization (Fixes #62) |
| fe912211 | 12-Apr-2026 |
Jaap de Haan <261428+jdehaan@users.noreply.github.com> |
feat: Update bpmn and dmn libraries |
| 415bab93 | 14-Mar-2025 |
Jaap de Haan <ColorOfCode@googlemail.com> |
fix: DMN modeler (#52)
* fix: DMN modeler * chore: bump version |
| 8e4f2d26 | 02-Mar-2025 |
Jaap de Haan <ColorOfCode@googlemail.com> |
feat: Update bpmn-js to v18.3.1 dmn-js to v17.1.0 (#47) |
| f0ae282c | 14-Apr-2023 |
Jaap de Haan <jaap.dehaan@color-of-code.de> |
feat: upgrade bpmn-js and dmn-js (#35)
* feat: Added dmn modeler code
* feat: Upgrade bpmnio-js to v12.0.0
* doc: add info about DMN
* feat: Upgrade DMN to v14.1.1
* fix: Make dmn appear
feat: upgrade bpmn-js and dmn-js (#35)
* feat: Added dmn modeler code
* feat: Upgrade bpmnio-js to v12.0.0
* doc: add info about DMN
* feat: Upgrade DMN to v14.1.1
* fix: Make dmn appear in the editor page
show more ...
|
| b8cd33f1 | 25-Jul-2022 |
Jaap de Haan <jaap.dehaan@alpsalpine.com> |
fix: Cleanup by removing CMMN (#24) |
| 5fb5a3df | 22-Jul-2022 |
Jaap de Haan <jaap.dehaan@alpsalpine.com> |
feat: upgraded DMN.iO to v12.2.0 |
| 33c25cdc | 18-Jul-2022 |
Jaap de Haan <jaap.dehaan@alpsalpine.com> |
feat: upgrade bpmn-js to version 9.3.1 |
| 15138fe7 | 25-Dec-2019 |
Jaap de Haan <ColorOfCode@googlemail.com> |
feat: upgrade bpmn-js to version 6.1.1 |
| 33b93a72 | 13-Jan-2019 |
Jaap de Haan <jaap.dehaan@alpine.de> |
#15 added dmn-js library |
| 12850119 | 13-Jan-2019 |
Jaap de Haan <jaap.dehaan@alpine.de> |
#16 added cmmn-js library |
| 2e6cafaf | 13-Jan-2019 |
Jaap de Haan <jaap.dehaan@alpine.de> |
#17, put external bpmn-js code inside a vendor folder |