React Virtualized Tree Versions Save

A virtualized tree view component making use of react

v3.4.1

3 years ago

3.4.1 (2020-09-10)

Bug Fixes

v3.4.0

4 years ago

3.4.0 (2020-04-13)

Features

v3.2.3

5 years ago

3.2.3 (2019-05-07)

Bug Fixes

  • 🐛 added nodes prop to FilteringContainer (#100) (3a93827)

v3.2.2

5 years ago

3.2.2 (2019-05-07)

Bug Fixes

  • 🐛 fixed types and def for FilteringContainer render prop (#99) (e963624)

v3.2.1

5 years ago

3.2.1 (2019-04-02)

Bug Fixes

  • made sure width is injected in the tree (0f8148e)

v3.2.0

5 years ago

3.2.0 (2019-03-04)

Features

  • added scrollToAlignment property (831ba2d)

v3.1.1

5 years ago

3.1.1 (2019-03-02)

Bug Fixes

  • InjectedRendererProps and CustomRendererProps types (046f2a6)

v3.1.0

5 years ago

3.1.0 (2019-01-27)

Features

  • 🎸 added deleteNodeAt to TreeStateModifiers (623818f)
  • 🎸 added doesChangeAffectFlattenedTree to getFlattenedTree (98b98c6)
  • 🎸 added getFlattenedTreePaths selector (ea17dae)
  • 🎸 added getNodeDeepness to TreeState (5a16d13)
  • 🎸 added getNodeFromPath selector (a941029)
  • 🎸 added getNumberOfVisibleDescendants to TreeState (d578c06)
  • 🎸 added node update support to TreeStateModifiers (f7978f2)
  • 🎸 added TreeState (33933d0)
  • 🎸 added TreeState support to Tree component (60aa935)
  • 🎸 added TreeStateModifiers (d467c8f)
  • 🎸 added UnstableFastTree component tree using TreeState (f2fc147)
  • 🎸 Renderers now are supplied with row index (364e4aa)

v3.0.1

5 years ago

3.0.1 (2019-01-19)

Bug Fixes

  • 🐛 (Renderers) do not render i childless Expandable (7ef4c59)
  • 🐛 removed style prop from renderer type defs (3d6bfa1)

v3.0.0

5 years ago

3.0.0 (2019-01-18)

Features

  • 🎸 injected node styles as children prop (7bd3101)

BREAKING CHANGES

  • as nodes are not wrapped in a styled div anymore, styles need to be assigned on the node render from now on

Issues: https://github.com/diogofcunha/react-virtualized-tree/issues/49