| 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 |
| 9ff8d41c | 12-Apr-2026 |
Jaap de Haan <261428+jdehaan@users.noreply.github.com> |
feat: Improve static checks and dev environment (#69) |
| 4c812427 | 28-Mar-2025 |
Jaap de Haan <ColorOfCode@googlemail.com> |
feat: Make use of media file via src (#58) |
| a494ddcc | 14-Mar-2025 |
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |
Automatic code style fixes (#50)
Co-authored-by: Jaap de Haan <jaap.dehaan@alpsalpine.com> |
| 962d7b81 | 14-Mar-2025 |
Jaap de Haan <ColorOfCode@googlemail.com> |
feat: Add dokuwiki github action (#49)
* feat: Add dokuwiki github action * fix: cleanup |
| 696812a4 | 14-Dec-2024 |
Jaap de Haan <ColorOfCode@googlemail.com> |
fix: email (#45)
* fix: email
* fix: remove obsolete ci |
| 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 |
| 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 ...
|
| 242f4056 | 26-Jul-2022 |
Jaap de Haan <jaap.dehaan@alpsalpine.com> |
fix: Code cleanup (#31) |
| c4f02a6e | 26-Jul-2022 |
Jaap de Haan <jaap.dehaan@alpsalpine.com> |
fix: Renamed `add` action to `toolbar`, introduced edit support (#28)
fix: renamed add to toolbar, added edit sections
feat: basic built-in editor support |
| 34515d89 | 25-Jul-2022 |
Jaap de Haan <jaap.dehaan@alpsalpine.com> |
fix: Fallback link pointing to github during dw2pdf rendering (#25) |
| 8428abe8 | 24-Jul-2022 |
Jaap de Haan <jaap.dehaan@alpsalpine.com> |
fix: more cleanup (#22)
* fix: remove unneeded things
* fix: more simplifications |
| e9e1a493 | 24-Jul-2022 |
Jaap de Haan <jaap.dehaan@alpsalpine.com> |
fix: scrollbars and cleanup (#21)
* fix: scrollbars
* fix: Another bunch of cleanup |
| fc2e1131 | 24-Jul-2022 |
Jaap de Haan <jaap.dehaan@alpsalpine.com> |
fix: diagram type added and code cleanup (#20) |