@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -2
  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-20250726130412
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@headless-tree/core",
3
- "version": "0.0.0-20250726130412",
3
+ "version": "0.0.0-20250726131830",
4
4
  "main": "dist/index.d.ts",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.mts",