process-analytics / bpmn-visualization-demo-template

A template to quickly initiate a `bpmn-visualization` demo powered by `Vite` and written in `TypeScript`
https://process-analytics.github.io/bpmn-visualization-demo-template/
Apache License 2.0
1 stars 0 forks source link

[REFACTOR] Use the new `bpmn-visualization getVersion` function #35

Closed tbouffard closed 3 months ago

tbouffard commented 12 months ago

The new function is going to be introduced in v0.43.0, see process-analytics/bpmn-visualization-js#2965. The former BpmnVisualization.getVersion method will be later removed (process-analytics/bpmn-visualization-js#2966) so the examples, demos and projects must be updated first.

tbouffard commented 3 months ago

Implemented in #41