0.26.2
tbouffard
released this
19 Sep 11:30
·
894 commits
to refs/heads/master
since this release
This new version eases the integration of bpmn-visualization
in Parcel, Webpack and Angular projects.
Thanks to all the contributors of this release 🌈: @tbouffard
See milestone 0.26.2 to get the list of issues covered by this release.
Highlights
Easier integration
This is now easier to use bpmn-visualization
in Parcel, Webpack and Angular projects. Previously, it was necessary to add a special configuration to integrate bpmn-visualization
. With version 0.26.2, this is not needed anymore.
See #2248 for more details.
What's Changed
Full Changelog: v0.26.1...v0.26.2
🐛 Bug Fixes
- [FIX] Fix the browser field in package.json (#2248) @tbouffard
⤵️ Library Integration
- [FIX] Fix the browser field in package.json (#2248) @tbouffard
- [FIX] Do not export ModelFiltering in types (#2240) @tbouffard
📝 Documentation
- [DOC] README indicates the lowest supported TypeScript version (#2251) @tbouffard
- [DOC] Simplify the introduction of the user documentation (#2242) @tbouffard
- [DOC] Add a changelog file that refs GH releases (#2241) @tbouffard