File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments