@headless-tree/react 0.0.0-20250726131941 → 0.0.0-20250730213235

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,19 +1,20 @@
1
1
  # @headless-tree/react
2
2
 
3
- ## 0.0.0-20250726131941
3
+ ## 0.0.0-20250730213235
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 32e71e9: Added optional @headless-tree/react/react17 import for useTree for compatibility
8
8
  - 662e2a8: Improved customizability of checkboxes feature (still alpha state), allowing you to customize `propagateCheckedState` and `canCheckFolders` independently
9
9
  - 662e2a8: Changed to new buildtool in core packages (now using tsup) to hopefully fix some ESM/CJS integrations
10
+ - Updated dependencies [e8ddbb0]
10
11
  - Updated dependencies [662e2a8]
11
12
  - Updated dependencies [b41e1d2]
12
13
  - Updated dependencies [b413f74]
13
14
  - Updated dependencies [a250b3b]
14
15
  - Updated dependencies [662e2a8]
15
16
  - Updated dependencies [662e2a8]
16
- - @headless-tree/core@0.0.0-20250726131941
17
+ - @headless-tree/core@0.0.0-20250730213235
17
18
 
18
19
  ## 1.2.1
19
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@headless-tree/react",
3
- "version": "0.0.0-20250726131941",
3
+ "version": "0.0.0-20250730213235",
4
4
  "main": "dist/index.d.ts",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.mts",
@@ -52,7 +52,7 @@
52
52
  "typescript": "^5.7.2"
53
53
  },
54
54
  "peerDependencies": {
55
- "@headless-tree/core": "0.0.0-20250726131941",
55
+ "@headless-tree/core": "0.0.0-20250730213235",
56
56
  "react": "*",
57
57
  "react-dom": "*"
58
58
  }