| 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 ...
|
| 36b712d8 | 19-Apr-2026 |
Jaap de Haan <261428+jdehaan@users.noreply.github.com> |
feat: Implement Links |
| 61596a8f | 21-Apr-2026 |
Jaap de Haan <261428+jdehaan@users.noreply.github.com> |
fix: Unbalanced divs and strengthen error validation |
| 94260a7f | 18-Apr-2026 |
Jaap de Haan <261428+jdehaan@users.noreply.github.com> |
feat: Zoom option |
| a60ed565 | 12-Apr-2026 |
Jaap de Haan <261428+jdehaan@users.noreply.github.com> |
fix: Size of dmn diagram after add or edit |
| fc47d517 | 09-Apr-2025 |
Jaap de Haan <ColorOfCode@googlemail.com> |
fix: Shapes cut (#61) |
| 4c812427 | 28-Mar-2025 |
Jaap de Haan <ColorOfCode@googlemail.com> |
feat: Make use of media file via src (#58) |
| 415bab93 | 14-Mar-2025 |
Jaap de Haan <ColorOfCode@googlemail.com> |
fix: DMN modeler (#52)
* fix: DMN modeler * chore: bump version |
| 967bef35 | 02-Mar-2025 |
Jaap de Haan <ColorOfCode@googlemail.com> |
fix: handle non ascii chars properly (#48)
* fix: handle non ascii chars properly
* fix: use modern alternative to escape |
| 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 ...
|
| d4abf4f0 | 27-Jul-2022 |
Jaap de Haan <jaap.dehaan@alpsalpine.com> |
feat: Integrate the BPMN editor (#32) |
| 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 |
| e0dff334 | 24-Jul-2022 |
Jaap de Haan <jaap.dehaan@alpsalpine.com> |
feat: DMN diagram support (#23) |
| 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) |
| 94401873 | 22-Jul-2022 |
Jaap de Haan <jaap.dehaan@alpsalpine.com> |
fix: Repair the automatich scrollbar in a clean way |
| 3fdfc591 | 21-Jul-2022 |
Jaap de Haan <jaap.dehaan@alpsalpine.com> |
fix: Igor compatibility |
| 70ecf1cc | 20-Jul-2022 |
Jaap de Haan <jaap.dehaan@alpsalpine.com> |
fix: Follow best practices to include js and css onto the page |