bpmn-visualization-examples
bpmn-visualization-examples copied to clipboard
Examples of use of the `bpmn-visualization` library.
The images have not been updated as part of #470
**Is your feature request related to a problem? Please describe.** Support for "BPMN in Color" was added in [[email protected]](https://github.com/process-analytics/bpmn-visualization-js/releases/tag/v0.35.0). Some examples were updated to enable it: #494 **Describe the solution...
Use https://github.com/process-analytics/bpmn-visualization-js/issues/2577 when available to avoid having to keep in memory all elements that have overlays.
Use https://github.com/process-analytics/bpmn-visualization-js/issues/2576 when available to avoid having to keep all elements that have additional CSS classes.
In the past we decided to not use this feature because it was not enough supported in browsers: - `2023-03-01` https://github.com/process-analytics/bpmn-visualization-examples/pull/467#issuecomment-1449948736 - `2021-09-09` https://github.com/process-analytics/bpmn-visualization-examples/pull/229#pullrequestreview-750523972 Let's review this at the beginning...
For instance, https://github.com/process-analytics/bpmn-visualization-examples/blob/v0.31.0/examples/favicon.svg use the old colors. See also https://github.com/process-analytics/bpmn-visualization-pm4py/issues/29
See https://github.com/process-analytics/github-actions-playground/pull/220 & https://github.com/process-analytics/bpmn-visualization-js/pull/2465.
Bump vite from 4.4.11 to 5.4.3 Also bump @vitejs/plugin-vue from 4.4.0 to 5.1.3 to make it work with vite v5 Bump rollup dependencies Don't update @types/node, prevent to have type...
Fetch the BPMN diagram instead of storing it in the js chunks to reduce their size. Rsbuild provides an easy way to obtain the URL of an asset using a...