@@ -20,18 +20,17 @@ description: All notable changes will be documented in this file.
2020 - Fix issue where the browser might not be able to infer the mime type of a file due to limitations, drag source or
2121 security restrictions. As a fallback in the file validation logic, we now infer the mime type from the file
2222 extension.
23+ - ** Portal** : Fix issue where ` lifecycle_double_unmount ` warning could be triggered.
2324
2425## [ 5.1.1] - 2025-07-05
2526
2627### Fixed
2728
2829- ** Combobox**
29-
3030 - Expose ` reason ` to ` onOpenChange ` and ` onInputValueChange ` callbacks
3131 - Expose ` api.clearHighlightedValue ` function to clear highlighted value
3232
3333- ** Date Picker**
34-
3534 - Fix issue where datepicker errors when setting ` selectionMode=range ` and ` minView=year `
3635 - Fix issue where ` focusedValue ` could not be fully controlled
3736
@@ -40,7 +39,6 @@ description: All notable changes will be documented in this file.
4039- ** Progress** : Improve ` valueAsString ` formatting
4140
4241- ** Select**
43-
4442 - Select highlighted item only if it exists in the collection
4543 - Expose ` api.clearHighlightedValue ` function to clear highlighted value
4644
@@ -110,15 +108,13 @@ description: All notable changes will be documented in this file.
110108 is now required. A warning will be logged if it is not provided
111109
112110- ** Tree View**
113-
114111 - Fix issue where clicking a branch with indeterminate state doesn't check its child nodes
115112 - Remove ` aria-busy ` attribute from branch trigger when not loading children
116113 - Expose node details in ` onExpandChange ` , ` onSelectionChange ` and ` onFocusChange `
117114
118115- ** Angle Slider** : Fix issue where scrubbing doesn't feel smooth on touch devices
119116
120117- ** Timer**
121-
122118 - Fix issue where timer could continue beyond ` targetMs ` when window is not visible
123119 - Add validation to ensure ` startMs ` and ` targetMs ` are configured correctly
124120 - Fix ` progressPercent ` calculation for countdown timers
@@ -135,7 +131,6 @@ description: All notable changes will be documented in this file.
135131### Added
136132
137133- ** Tree View**
138-
139134 - Add support for checkbox state for checkbox trees via ` defaultCheckedValue ` , ` checkedValue ` , ` onCheckedChange ` props
140135 - Add callback for when ` loadChildren ` fails via ` onLoadChildrenError ` prop
141136
0 commit comments