Skip to content

Commit fb3b5c1

Browse files
committed
docs: changelog
1 parent c40343e commit fb3b5c1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
> For v0.x changelog, see the [v0 branch](https://github.com/chakra-ui/zag/blob/v0/CHANGELOG.md)
66
7+
## [1.15.8](./#1.15.8) - 2025-06-21
8+
9+
### Added
10+
11+
- **Tree View**
12+
13+
- Add support for checkbox state for checkbox trees via `defaultCheckedValue`, `checkedValue`, `onCheckedChange` props
14+
- Add callback for when `loadChildren` fails via `onLoadChildrenError` prop
15+
- Add `api.getCheckedMap` method to get the checked state of all nodes
16+
17+
- **Tree Collection**: Add support for `getDescendantNodes` and `getDescendantValues`
18+
19+
### Fixed
20+
21+
- **Tree View**: Fix issue where `api.collapse` and `api.deselect` throws error when called without arguments
22+
- **General**: Add better support for TypeScript's `exactOptionalPropertyTypes` compiler option
23+
724
## [1.15.7](./#1.15.7) - 2025-06-19
825

926
### Fixed

0 commit comments

Comments
 (0)