Skip to content

Commit bbd6d3d

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.9.4...v2.0.0) (2025-06-19) * feat!: removed react-native-paper dep BREAKING CHANGE: due to typecheck issues ([0038841](0038841)) * fix!: removed react-native-uuid in favor of useId from React 18+ BREAKING CHANGE: Dropped support for React < 18 ([b1ccd5d](b1ccd5d)) ### Bug Fixes * deps upgraded ([89fd985](89fd985)) * excluded tests in tsconfig ([cdae27e](cdae27e)) * replaced interaction manager with start transition and minor deps upgrade ([531b050](531b050)) * use latest performant fast-is-equal package version for useDeepCompareEffect hook ([50adcc3](50adcc3)) ### BREAKING CHANGES * Dropped support for React < 18 * due to typecheck issues
1 parent 2e3b461 commit bbd6d3d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [2.0.0](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v1.9.4...v2.0.0) (2025-06-19)
2+
3+
4+
* feat!: removed react-native-paper dep BREAKING CHANGE: due to typecheck issues ([0038841](https://github.com/JairajJangle/react-native-tree-multi-select/commit/003884122df9a452627514a9a3f0a6a67c855921))
5+
* fix!: removed react-native-uuid in favor of useId from React 18+ BREAKING CHANGE: Dropped support for React < 18 ([b1ccd5d](https://github.com/JairajJangle/react-native-tree-multi-select/commit/b1ccd5d38848a8f49455db9d95a4de1838f64adb))
6+
7+
8+
### Bug Fixes
9+
10+
* deps upgraded ([89fd985](https://github.com/JairajJangle/react-native-tree-multi-select/commit/89fd985c0069faa5005fa4fc4d58506ccf1d1ad2))
11+
* excluded tests in tsconfig ([cdae27e](https://github.com/JairajJangle/react-native-tree-multi-select/commit/cdae27e586ac931d57fe529fcf62e7b9157c9372))
12+
* replaced interaction manager with start transition and minor deps upgrade ([531b050](https://github.com/JairajJangle/react-native-tree-multi-select/commit/531b05073c5e0123708057ad0ba30af2a3994ee6))
13+
* use latest performant fast-is-equal package version for useDeepCompareEffect hook ([50adcc3](https://github.com/JairajJangle/react-native-tree-multi-select/commit/50adcc30eb01790dfb785ac75ab3941cc786a4ac))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* Dropped support for React < 18
19+
* due to typecheck issues
20+
121
# [2.0.0-beta.5](https://github.com/JairajJangle/react-native-tree-multi-select/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2025-06-15)
222

323

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": "2.0.0-beta.5",
3+
"version": "2.0.0",
44
"description": "A super-fast, customizable tree view component for React Native with multi-selection, checkboxes, and search filtering capabilities.",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)