Skip to content

Releases: bkrem/react-d3-tree

v1.15.3: Hotfix/241 better react 15 compat (#242)

20 Sep 11:19

Choose a tag to compare

  • Fixes unaddressed case for missing re-render when props.data and props.translate update simultaneously (#242, thank you @bhgsbatista)

v1.15.2

19 Sep 16:20

Choose a tag to compare

v1.15.1

18 Sep 17:14

Choose a tag to compare

  • Fixes accidental regression in React 15 compatibility (#237, thanks for reporting @bhgsbatista)

v1.15.0

11 Sep 14:25

Choose a tag to compare

  • Adds data-source-id & data-target-id on Link (#234, thank you @lazToum)

v1.14.2

23 Aug 11:07

Choose a tag to compare

  • fix(ts): fixes incorrect typing for onUpdate callback (#231)

v1.14.1

22 Aug 09:32

Choose a tag to compare

  • fix(ts): adds missing typings for new linkHandlers, fixes exports

v1.14.0

21 Aug 08:29

Choose a tag to compare

  • Adds Link Actions (click,mouseover,mouseout); #230, thank you @lazToum

v1.13.0

17 May 15:31

Choose a tag to compare

  • Allows overriding of textLayout for individual nodes (#211, thank you @shuson)

v1.12.4

13 May 16:26

Choose a tag to compare

v1.12.3

14 Mar 11:35

Choose a tag to compare

  • Removes redundant ComponentState: any declaration from Tree (#188, thank you @Sandip2110)