Releases: diogofcunha/react-virtualized-tree
Releases · diogofcunha/react-virtualized-tree
v3.4.1
10 Sep 07:50
Compare
Sorry, something went wrong.
No results found
3.4.1 (2020-09-10)
Bug Fixes
v3.4.0
13 Apr 10:52
Compare
Sorry, something went wrong.
No results found
3.4.0 (2020-04-13)
Features
v3.2.3
07 May 18:33
Compare
Sorry, something went wrong.
No results found
3.2.3 (2019-05-07)
Bug Fixes
🐛 added nodes prop to FilteringContainer (#100 ) (3a93827 )
v3.2.2
07 May 18:06
Compare
Sorry, something went wrong.
No results found
3.2.2 (2019-05-07)
Bug Fixes
🐛 fixed types and def for FilteringContainer render prop (#99 ) (e963624 )
v3.2.1
02 Apr 08:09
Compare
Sorry, something went wrong.
No results found
3.2.1 (2019-04-02)
Bug Fixes
made sure width is injected in the tree (0f8148e )
v3.2.0
04 Mar 10:46
Compare
Sorry, something went wrong.
No results found
3.2.0 (2019-03-04)
Features
added scrollToAlignment property (831ba2d )
v3.1.1
02 Mar 21:35
Compare
Sorry, something went wrong.
No results found
3.1.1 (2019-03-02)
Bug Fixes
InjectedRendererProps and CustomRendererProps types (046f2a6 )
v3.1.0
27 Jan 00:55
Compare
Sorry, something went wrong.
No results found
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
19 Jan 09:33
Compare
Sorry, something went wrong.
No results found
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
18 Jan 22:10
Compare
Sorry, something went wrong.
No results found
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: #49