| #
738a44ff |
| 14-Jun-2026 |
Jaap de Haan <261428+jdehaan@users.noreply.github.com> |
feat: Lint setting and defaults
|
| #
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 ...
|
| #
57e8c51e |
| 14-Jun-2026 |
Jaap de Haan <261428+jdehaan@users.noreply.github.com> |
fix: Links rendering for inline contents
|
| #
36b712d8 |
| 19-Apr-2026 |
Jaap de Haan <261428+jdehaan@users.noreply.github.com> |
feat: Implement Links
|
| #
94260a7f |
| 18-Apr-2026 |
Jaap de Haan <261428+jdehaan@users.noreply.github.com> |
feat: Zoom option
|
| #
43854469 |
| 12-Apr-2026 |
Jaap de Haan <261428+jdehaan@users.noreply.github.com> |
feat: Docker compose test env (#65)
|
| #
9ff8d41c |
| 12-Apr-2026 |
Jaap de Haan <261428+jdehaan@users.noreply.github.com> |
feat: Improve static checks and dev environment (#69)
|
| #
242a8e5c |
| 12-Apr-2026 |
Jaap de Haan <261428+jdehaan@users.noreply.github.com> |
fix: Test coverage (#68)
* fix: Improve test coverage
* feat: Improve static code checking
|
| #
d5f7db03 |
| 12-Apr-2026 |
Jaap de Haan <261428+jdehaan@users.noreply.github.com> |
fix: Typo (#67)
|
| #
ae85f1fa |
| 15-Apr-2023 |
Jaap de Haan <jaap.dehaan@color-of-code.de> |
feat: Add unit tests (#39)
* feat: add devcontainer
* feat: Add github workflow for unit test
* feat: add tests
|