Skip to content

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

v2.0.0-beta.4

29 May 19:05

Choose a tag to compare

v2.0.0-beta.4 Pre-release
Pre-release

2.0.0-beta.4 (2025-05-29)

Bug Fixes

v2.0.0-beta.3

23 May 19:10

Choose a tag to compare

v2.0.0-beta.3 Pre-release
Pre-release

2.0.0-beta.3 (2025-05-23)

Bug Fixes

  • use latest performant fast-is-equal package version for useDeepCompareEffect hook (50adcc3)

v2.0.0-beta.2

13 May 17:42

Choose a tag to compare

v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2025-05-13)

  • Removed react-native-uuid in favor of useId from React 18+ (b1ccd5d)

BREAKING CHANGES

  • Dropped support for React < 18

v2.0.0-beta.1

11 May 15:05

Choose a tag to compare

v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2025-05-11)

BREAKING CHANGES

  • removed react-native-paper dependency (0038841)
  • Migrated example app from RN cli to expo SDK
  • Minor performance improvements

v1.9.4

04 Apr 04:34

Choose a tag to compare

1.9.4 (2025-04-04)

Bug Fixes

  • removed postinstall script and moved patch-package to bootstrap script (d400ea8)

v1.9.3

12 Mar 19:50

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

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

Choose a tag to compare

1.9.1 (2025-02-15)

Bug Fixes

v1.9.0

14 Feb 15:12

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

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)