Releases: process-analytics/bpmn-visualization-demo-template
Releases · process-analytics/bpmn-visualization-demo-template
1.1.0
⚡ This new version uses the "Overlays" and "Update Style" APIs of bpmn-visualization
⚡
It also bump bpmn-visualization
from 0.32.0 to 0.41.0.
To run the demo attached to this release
- extract the
bpmn-visualization-demo-template-1.1.0.zip
zip in a local folder - make this folder available with a HTTP server. For instance, by running from the folder
npx http-server
What's Changed
🎉 New Features
- feat: display the PA logo in the page by @tbouffard in #8
- feat: remove reference to mxGraph in the footer by @tbouffard in #12
- feat: highlight with the "Update Style" API and add overlays by @tbouffard in #14
📝 Documentation
- docs: add link to environments by @tbouffard in #13
- docs: add emoji to paragraphs in the README by @tbouffard in #24
Other Changes
- chore(deps): bump bpmn-visualization from 0.32.0 to 0.33.0 by @dependabot in #9
- chore(deps-dev): bump typescript and vite by @tbouffard in #11
- chore(deps): bump bpmn-visualization from 0.33.0 to 0.33.1 by @dependabot in #15
- chore(deps): bump bpmn-visualization from 0.33.1 to 0.34.0 by @dependabot in #16
- chore(deps): bump bpmn-visualization from 0.34.0 to 0.34.1 by @dependabot in #17
- chore(deps): bump bpmn-visualization from 0.34.1 to 0.35.0 by @dependabot in #18
- chore(deps-dev): bump dev dependencies by @tbouffard in #19
- chore(deps): bump bpmn-visualization from 0.35.0 to 0.36.0 by @dependabot in #21
- chore(deps): bump bpmn-visualization from 0.36.0 to 0.37.0 by @dependabot in #22
- chore(deps): bump bpmn-visualization from 0.37.0 to 0.38.1 by @dependabot in #28
- chore(deps): bump bpmn-visualization from 0.38.1 to 0.39.0 by @dependabot in #29
- chore(deps): bump bpmn-visualization from 0.39.0 to 0.40.0 by @dependabot in #31
- chore(deps): bump bpmn-visualization from 0.40.0 to 0.41.0 by @dependabot in #32
New Contributors
- @dependabot made their first contribution in #9
Full Changelog: v1.0.0...v1.1.0
1.0.0
Initial release of the demo template repository.
To run the demo attached to this release
- extract the
bpmn-visualization-demo-template-1.0.0.zip
zip in a local folder - make this folder available with a HTTP server. For instance, by running from the folder
npx http-server
What's Changed
🎉 New Features
- feat: initialize bpmn-visualization demo by @tbouffard in #2
🐛 Bug Fixes
- fix: correctly display the demo on GitHub Pages by @tbouffard in #3
📝 Documentation
- docs: improve the how-to customize the created repository by @tbouffard in #6
New Contributors
- @tbouffard made their first contribution in #1
Full Changelog: https://github.com/process-analytics/bpmn-visualization-demo-template/commits/v1.0.0