Skip to content

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

v1.5.1

20 Oct 19:42
Compare
Choose a tag to compare

1.5.1 (2024-10-20)

Bug Fixes

  • upgraded example app deps and package details in package json (3472516)

v1.5.0

13 Oct 15:33
Compare
Choose a tag to compare

1.5.0 (2024-10-13)

Bug Fixes

  • fixed parent does not get unchecked if all children are unchecked at once in filtered tree (cf2195b)
  • trigger patch release for refactor (c3b9a71)

Features

  • added prop and state to control parent <-> child selection propagation (#81) (4714525)
  • updated toggle checkbox helpers for controlled parent <-> child selection propagation (#81) (9acbca2)

Performance Improvements

  • replaced recursive logic with iterative logic to handle tree expand collapse (b417057)

v1.5.0-beta.3

13 Oct 13:05
Compare
Choose a tag to compare
v1.5.0-beta.3 Pre-release
Pre-release

1.5.0-beta.3 (2024-10-13)

Bug Fixes

  • fixed parent does not get unchecked if all children are unchecked at once in filtered tree (cf2195b)

Performance Improvements

  • replaced recursive logic with iterative logic to handle tree expand collapse (b417057)

v1.5.0-beta.2

12 Oct 19:42
Compare
Choose a tag to compare
v1.5.0-beta.2 Pre-release
Pre-release

1.5.0-beta.2 (2024-10-12)

Bug Fixes

  • trigger patch release for refactor (c3b9a71)

v1.5.0-beta.1

08 Oct 19:28
Compare
Choose a tag to compare
v1.5.0-beta.1 Pre-release
Pre-release

1.5.0-beta.1 (2024-10-08)

Features

  • added prop and state to control parent <-> child selection propagation (#81) (4714525)
  • updated toggle checkbox helpers for controlled parent <-> child selection propagation (#81) (9acbca2)

v1.4.1

28 Aug 18:21
Compare
Choose a tag to compare

1.4.1 (2024-08-28)

Bug Fixes

v1.4.0

20 Aug 17:20
Compare
Choose a tag to compare

1.4.0 (2024-08-20)

Features

  • added indeterminate state ids to onCheck callback (204b9a0)

v1.3.3

03 Aug 07:50
Compare
Choose a tag to compare

1.3.3 (2024-08-03)

Performance Improvements

  • optimized state usage using useShallow and memoization (0c8d9c6)

v1.3.2

09 Jun 11:58
Compare
Choose a tag to compare

1.3.2 (2024-06-09)

Bug Fixes

  • deps: update dependency react-native-safe-area-context to v4.10.4 (89db0eb)

v1.3.1

20 May 19:16
Compare
Choose a tag to compare

1.3.1 (2024-05-20)

Bug Fixes

  • workflow action not upgrading package json version (e51cbd7)