Skip to content

Commit e91c237

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.1...v1.5.0) (2024-10-13) ### Bug Fixes * fixed parent does not get unchecked if all children are unchecked at once in filtered tree ([cf2195b](cf2195b)) * trigger patch release for refactor ([c3b9a71](c3b9a71)) ### Features * added prop and state to control parent <-> child selection propagation ([#81](#81)) ([4714525](4714525)) * updated toggle checkbox helpers for controlled parent <-> child selection propagation ([#81](#81)) ([9acbca2](9acbca2)) ### Performance Improvements * replaced recursive logic with iterative logic to handle tree expand collapse ([b417057](b417057))
1 parent 988b1f8 commit e91c237

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [1.5.0](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v1.4.1...v1.5.0) (2024-10-13)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed parent does not get unchecked if all children are unchecked at once in filtered tree ([cf2195b](https://github.com/JairajJangle/react-native-tree-multi-select/commit/cf2195b94faa619ecb6a60ae6359e09755342668))
7+
* trigger patch release for refactor ([c3b9a71](https://github.com/JairajJangle/react-native-tree-multi-select/commit/c3b9a71f3d3026b1a6428d65a8209ae8eb05ce30))
8+
9+
10+
### Features
11+
12+
* added prop and state to control parent <-> child selection propagation ([#81](https://github.com/JairajJangle/react-native-tree-multi-select/issues/81)) ([4714525](https://github.com/JairajJangle/react-native-tree-multi-select/commit/47145251fc7fdfbc1437bda336596fea92842226))
13+
* updated toggle checkbox helpers for controlled parent <-> child selection propagation ([#81](https://github.com/JairajJangle/react-native-tree-multi-select/issues/81)) ([9acbca2](https://github.com/JairajJangle/react-native-tree-multi-select/commit/9acbca2b1eb8300cfeaf29ffd37c2d96c93b744d))
14+
15+
16+
### Performance Improvements
17+
18+
* replaced recursive logic with iterative logic to handle tree expand collapse ([b417057](https://github.com/JairajJangle/react-native-tree-multi-select/commit/b4170572068725885cbeaa91659e1c58164208b6))
19+
120
# [1.5.0-beta.3](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v1.5.0-beta.2...v1.5.0-beta.3) (2024-10-13)
221

322

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-tree-multi-select",
3-
"version": "1.5.0-beta.3",
3+
"version": "1.5.0",
44
"description": "Super-fast Tree view with multi-selection capabilities, using checkboxes and search filtering.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)