- 🍭 - Refactor/improvment
- 🚀 - Feature
- 🐛 - Bug fix
-
🍭 Nwb update to the latest release (diogofcunha - #41)
-
🍭 React 16.3 update (diogofcunha - #40)
-
🍭/🚀 Optimize bundle (diogofcunha - #38)
react-dom, react-virtualized and full lodash were included in the build. umd module size 322.58 KB (:worried:) to 28.05 KB (:relaxed:)
-
🍭 Add a basic screenshot. Update the example link. (justinlawrence - #32)
-
🍭 Store filter mappings to improve future update performance. (diogofcunha - #28)
-
🍭 Internal renames. (diogofcunha - #27)
-
🚀 Exposing Left Margin as a User Modifiable Property. (blakfeld - #25)
Exposing tree node left margin as a prop
-
🐛 Fixing typo. (blakfeld - #24)
Fixed typo udpateNode
-
🚀 Dynamic node height. (diogofcunha - #22)
Using CellMeasurer to have dynamic row heigths, example added at https://diogofcunha.github.io/react-virtualized-tree/#/examples/node-measure
-
🍭/🚀 Improve node replace algorithm. (diogofcunha - #20)
Refactor of replacement algorithm, with 230k nodes, replacing a node ~500ms (:worried:) to ~10ms (:relaxed:)
- Add typescript type definitions. (diogofcunha - #19)
- Node ids can now be strings. (diogofcunha - #16)