Releases: JairajJangle/react-native-tree-multi-select
Releases · JairajJangle/react-native-tree-multi-select
v1.9.3
1.9.3 (2025-03-12)
Performance Improvements
- replaced lodash isEqual with fast-is-equal, which is faster and smaller, potentially reducing package size (a166c31)
v1.9.2
1.9.2 (2025-03-12)
Bug Fixes
- upgraded zustand to v5 and upgraded other deps (b308de6)
v1.9.1
1.9.1 (2025-02-15)
Bug Fixes
v1.9.0
1.9.0 (2025-02-14)
Features
- added scroll to node id feature (1f87730, 38d7236)
- updated example app with new scroll to node id feature (db8dcdd)
- added ref method to get child to parent map used in the tree view (e496a70)
v1.9.0-beta.1
Features
- added scroll to node id feature (38d7236)
- updated example app with new scroll to node id feature demo (db8dcdd)
- added ref method to get child to parent map used in the tree view (e496a70)
v1.8.1
1.8.1 (2025-02-02)
Bug Fixes
- upgrade react-native-paper from 5.12.5 to 5.13.1 (36daeea)
v1.8.0
1.8.0 (2025-01-17)
Features
v1.7.1
1.7.1 (2025-01-17)
Bug Fixes
- ci android setup potential fix (fe9b562)
v1.7.0
1.7.0 (2024-12-22)
Bug Fixes
- fixed updated data state not reflecting due to issues in deep compare effect (fb5a745)
Features
v1.7.0-beta.2
Bug Fixes
- fixed updated data state not reflecting due to issues in deep compare effect (fb5a745)
Performance Improvements
- optimized flatten tree helper func (012f981)