Releases: AlexanderSkrock/bpmn-react
Releases · AlexanderSkrock/bpmn-react
v1.0.0
What's Changed
- Convert default viewer into custom viewer story by @AlexanderSkrock in #26
- Export generic useBpmnJsViewer hook by @AlexanderSkrock in #28
- Integration of bpmn js modeler functionality by @AlexanderSkrock in #29
- Customizable zoom control by @AlexanderSkrock in #30
- Documentation on the useAttachedZoom-hook by @AlexanderSkrock in #31
- Updated readme badges by @AlexanderSkrock in #35
- Reorganized service helpers by @AlexanderSkrock in #36
- Moved zoom-hooks to Diagram module by @AlexanderSkrock in #38
- Documentation for dynamic overlays by @AlexanderSkrock in #43
- Refactor npm scripts by @AlexanderSkrock in #46
- Documentation for Diagrams by @AlexanderSkrock in #47
- Heatmap documentation by @AlexanderSkrock in #53
- fix(overlays): reconfigure overlays on diagram changes by @AlexanderSkrock in #55
Full Changelog: v0.4.0...v1.0.0
v0.4.0
What's Changed
- Improve heatmap performance by @AlexanderSkrock in #19
- Introduce eslint by @AlexanderSkrock in #22
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- Reviewed peer dependencies by @AlexanderSkrock in #17
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Compatibility for React 16 and 17 by @AlexanderSkrock in #7
- Added storybook testing due to lacks jsdom implementation for jest by @AlexanderSkrock in #6
- Add verification steps before deploy and publish actions by @AlexanderSkrock in #15
- Exchanged typescript and rollup dependencies by @AlexanderSkrock in #13
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Changelog
Features
- Added interface to replace the default breadcrumb renderer with a custom implementation
- Improved UI for process navigation by adding icons to interact with
v0.1.0
This first release includes:
- hook-style utility to integrate bpmn-js into a react application
- couple diagram-js and bpmn-js modules
- a custom viewer preset using the aforementioned custom modules
- a heatmap overlay implementation