Releases: FlowingCode/OrgChartAddon
Releases · FlowingCode/OrgChartAddon
v5.0.0
What's Changed
- feat: update orgchart library dependency to 3.7.0 by @paodb in #74
- build: bump jackson-databind from 2.13.4.1 to 2.13.4.2 by @dependabot in #64
- fix: add-on is not rendered in V24.1 (#67) by @paodb in #71
- fix: remove unused resource jquery.orgchart.min.js by @paodb in #71
- fix: remove unused resource jquery.orgchart.min.js.map by @paodb in #73
Full Changelog: orgchart-addon-4.2.2...orgchart-addon-5.0.0
v4.2.2
This version is compatible with Vaadin 14-23.3 and 24.0.0.alpha7
What's Changed
- build: bump jackson-databind from 2.11.1 to 2.13.4.1 by @dependabot in #55
- fix: fix jquery not defined error by @paodb in #61
Full Changelog: orgchart-addon-4.2.1...orgchart-addon-4.2.2
v4.2.1
v4.2.0
Bugfixes:
- Move chart initialization to onAttach method (#37)
- Fix styling when direction is b2t and node template has no content (#41)
API Changes:
- Deprecate public method
initializeChart()
since initialization is automatically performed every time the component is attached. For compatibility with previous versions,initializeChart()
is now a NOP.
v4.1.0
v4.0.5
v4.0.4
Compatible with Vaadin 14+
Changelog
- Bump jackson-databind from 2.9.10.4 to 2.11.1
- Replace vaadin dependency with vaadin-core