Skip to content

Commit

Permalink
chore(release): 1.5.0-beta.3 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0-beta.3](v1.5.0-beta.2...v1.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](cf2195b))

### Performance Improvements

* replaced recursive logic with iterative logic to handle tree expand collapse ([b417057](b417057))
  • Loading branch information
semantic-release-bot committed Oct 13, 2024
1 parent bbcd435 commit 1868d65
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [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)


### Bug Fixes

* 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))


### Performance Improvements

* replaced recursive logic with iterative logic to handle tree expand collapse ([b417057](https://github.com/JairajJangle/react-native-tree-multi-select/commit/b4170572068725885cbeaa91659e1c58164208b6))

# [1.5.0-beta.2](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v1.5.0-beta.1...v1.5.0-beta.2) (2024-10-12)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-tree-multi-select",
"version": "1.5.0-beta.2",
"version": "1.5.0-beta.3",
"description": "Super-fast Tree view with multi-selection capabilities, using checkboxes and search filtering.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 1868d65

Please sign in to comment.