Skip to content

Releases: JairajJangle/react-native-tree-multi-select

v1.9.3

12 Mar 19:50
Compare
Choose a tag to compare

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

12 Mar 16:02
Compare
Choose a tag to compare

1.9.2 (2025-03-12)

Bug Fixes

  • upgraded zustand to v5 and upgraded other deps (b308de6)

v1.9.1

15 Feb 06:09
Compare
Choose a tag to compare

1.9.1 (2025-02-15)

Bug Fixes

v1.9.0

14 Feb 15:12
Compare
Choose a tag to compare

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

06 Feb 17:45
Compare
Choose a tag to compare
v1.9.0-beta.1 Pre-release
Pre-release

1.9.0-beta.1 (2025-02-06)

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

02 Feb 04:39
Compare
Choose a tag to compare

1.8.1 (2025-02-02)

Bug Fixes

  • upgrade react-native-paper from 5.12.5 to 5.13.1 (36daeea)

v1.8.0

17 Jan 17:07
Compare
Choose a tag to compare

1.8.0 (2025-01-17)

Features

v1.7.1

17 Jan 15:29
Compare
Choose a tag to compare

1.7.1 (2025-01-17)

Bug Fixes

  • ci android setup potential fix (fe9b562)

v1.7.0

22 Dec 18:20
Compare
Choose a tag to compare

1.7.0 (2024-12-22)

Bug Fixes

  • fixed updated data state not reflecting due to issues in deep compare effect (fb5a745)

Features

  • made data prop stateful (f5f3699)

v1.7.0-beta.2

19 Dec 18:40
Compare
Choose a tag to compare
v1.7.0-beta.2 Pre-release
Pre-release

1.7.0-beta.2 (2024-12-19)

Bug Fixes

  • fixed updated data state not reflecting due to issues in deep compare effect (fb5a745)

Performance Improvements

  • optimized flatten tree helper func (012f981)