@headless-tree/react 0.0.0-20250630155038 → 0.0.0-20250630160730
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.
- package/CHANGELOG.md +2 -7
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,14 @@
|
|
|
1
1
|
# @headless-tree/react
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- 8dd6231: Introduced new Checkboxes feature (#88)
|
|
3
|
+
## 0.0.0-20250630160730
|
|
8
4
|
|
|
9
5
|
### Patch Changes
|
|
10
6
|
|
|
11
7
|
- d925607: fixed `<AssistiveTreeDescription />` component throwing an error if the dnd feature is not included (#126)
|
|
12
|
-
- Updated dependencies [8dd6231]
|
|
13
8
|
- Updated dependencies [344011a]
|
|
14
9
|
- Updated dependencies [9f418f8]
|
|
15
10
|
- Updated dependencies [309feba]
|
|
16
|
-
- @headless-tree/core@0.0.0-
|
|
11
|
+
- @headless-tree/core@0.0.0-20250630160730
|
|
17
12
|
|
|
18
13
|
## 1.2.0
|
|
19
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@headless-tree/react",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-20250630160730",
|
|
4
4
|
"main": "lib/cjs/index.js",
|
|
5
5
|
"module": "lib/esm/index.js",
|
|
6
6
|
"types": "lib/esm/index.d.ts",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"typescript": "^5.7.2"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@headless-tree/core": "0.0.0-
|
|
37
|
+
"@headless-tree/core": "0.0.0-20250630160730",
|
|
38
38
|
"react": "*",
|
|
39
39
|
"react-dom": "*"
|
|
40
40
|
}
|