Skip to content

Commit 6db337c

Browse files
chore(release): 1.9.0 [skip ci]
# [1.9.0](v1.8.1...v1.9.0) (2025-02-14) ### Features * added ref method to get child to parent map used in the tree view ([e496a70](e496a70)) * added scroll to node id feature ([1f87730](1f87730)) * added scroll to node id feature ([38d7236](38d7236)) * updated example app with new scroll to node id feature ([db8dcdd](db8dcdd))
1 parent efdd02c commit 6db337c

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.9.0](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v1.8.1...v1.9.0) (2025-02-14)
2+
3+
4+
### Features
5+
6+
* added ref method to get child to parent map used in the tree view ([e496a70](https://github.com/JairajJangle/react-native-tree-multi-select/commit/e496a703ee26663626c30d0a82dcd452344de42d))
7+
* added scroll to node id feature ([1f87730](https://github.com/JairajJangle/react-native-tree-multi-select/commit/1f877305ab891e2ec6f007b45cb9cd2782a89121))
8+
* added scroll to node id feature ([38d7236](https://github.com/JairajJangle/react-native-tree-multi-select/commit/38d723680d829f6cc57717537a8fb31e2aa1687b))
9+
* updated example app with new scroll to node id feature ([db8dcdd](https://github.com/JairajJangle/react-native-tree-multi-select/commit/db8dcdd98f2a33ce225f200933afee7953ff00c5))
10+
111
# [1.9.0-beta.1](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v1.8.1...v1.9.0-beta.1) (2025-02-06)
212

313

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-tree-multi-select",
3-
"version": "1.9.0-beta.1",
3+
"version": "1.9.0",
44
"description": "A super-fast, customizable tree view component for React Native with multi-selection, checkboxes, and search filtering capabilities.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)