@headless-tree/core 0.0.0-20250726130412 → 0.0.0-20250726131830
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 +3 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# @headless-tree/core
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-20250726131830
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- 662e2a8: Added stories and documentation on how to use nested DOM rendering for tree structures instead of flat lists
|
|
7
|
+
- 662e2a8: Added stories and documentation on how to use nested DOM rendering for tree structures instead of flat lists,
|
|
8
|
+
which can be used for animating expand/collapse behavior
|
|
8
9
|
- b41e1d2: fixed a bug where ending drag without successful drop doesn't properly reset drag line (#132)
|
|
9
10
|
- b413f74: Fix `aria-posinset` and `aria-level` to be 1-based indexing
|
|
10
11
|
- a250b3b: Fix a bug where expand from the initial keyboard focus fails when rootItemId is an empty string
|