Skip to content

Releases: FlowingCode/OrgChartAddon

v5.0.0

16 Aug 14:23
Compare
Choose a tag to compare

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

09 Jan 15:56
Compare
Choose a tag to compare

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

10 Aug 13:00
Compare
Choose a tag to compare

Bugfixes

  • fix error when parsing integer ids for on click function (#42)
  • fix setting of expand/collapse functionality (#50)

v4.2.0

31 May 14:14
Compare
Choose a tag to compare

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

01 Feb 13:48
Compare
Choose a tag to compare

New feature:

  • Provide support for collapsing nodes by default (#8).

v4.0.5

30 Sep 17:28
Compare
Choose a tag to compare

Compatible with Vaadin 14+

Changelog

  • Compatibility fix for Vaadin 16/17
  • Fix: exported image does not match the display orgchart #17

v4.0.4

27 Jul 16:00
Compare
Choose a tag to compare

Compatible with Vaadin 14+

Changelog

  • Bump jackson-databind from 2.9.10.4 to 2.11.1
  • Replace vaadin dependency with vaadin-core