0.3.0
⚡ Let's extend bpmn-visualization
with a new plugin mechanism ⚡.
This version provides the OverlaysPlugin
plugin to show you how to develop and register plugins. OverlaysPlugin
lets you hide and show overlays without removing them from the view.
Have a look at the live demo ⏩ https://process-analytics.github.io/bv-experimental-add-ons/
List of issues: milestone 0.3.0
What's Changed
🎉 New Features
- feat(demo): introduce a Home page for all demos by @tbouffard in #60
- feat(demo): better explain how to use the
PathResolver
demo by @tbouffard in #61 - feat: introduce plugins infrastructure and add
OverlaysPlugin
by @tbouffard in #62
📝 Documentation
- docs: add badges in README by @tbouffard in #57
- docs: improve package installation steps by @tbouffard in #56
- docs: add SonarCloud badge in README by @tbouffard in #69
⚙️ Other Changes
- build: develop the lib and demo with a single command by @tbouffard in #58
- refactor(demo): remove hack for
resetStyle
by @tbouffard in #70
Full Changelog: v0.2.0...v0.3.0