v2.0.2
Explore the changelog for @yamada-ui/react version 2.0.2. Learn about the features, bug fixes, and improvements.
This version was released on October 21, 2025.
Patch changes
-
#5300 89264dd Thanks @hirotomoyamada! - Fixed an issue where components such as
PasswordInputandNativeSelectthat useInputGroupinternally did not apply spacing correctly when thevariantwas set to"flushed". -
#5304 f7791fb Thanks @hirotomoyamada! - Exported
useSliderhook. -
#5308 ca32ee4 Thanks @hirotomoyamada! - Fixed an issue where the
idandnamewere not set on theinputforDatePicker,Autocomplete, andSelect. -
#5309 0980b98 Thanks @hirotomoyamada! - Fixed an issue where the children of
Calendarwere not re-rendering correctly and thedescendantswere not properly managed. -
#5309 878585f Thanks @hirotomoyamada! - Changed the default value of
openOnFocustotruefor bothAutocompleteandDatePicker. -
#5308 ca32ee4 Thanks @hirotomoyamada! - Added
focusOnCleartoSelect. This option controls whether the field is focused when the clear button is clicked. -
#5296 7cebf47 Thanks @hirotomoyamada! -
fieldStylehave been prettied. -
#5307 db0f8d2 Thanks @hirotomoyamada! - Fixed a bug where
DatePicker,Autocomplete, andSelectallowed clearing the value even when they were in adisabledorreadOnlystate. -
#5298 11471a3 Thanks @hirotomoyamada! - The
@defaultin the JSDoc fordefaultValueofuseSaturationPropswas incorrect, so this has been fixed.