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 PasswordInput and NativeSelect that use InputGroup internally did not apply spacing correctly when the variant was set to "flushed".

  • #5304 f7791fb Thanks @hirotomoyamada! - Exported useSlider hook.

  • #5308 ca32ee4 Thanks @hirotomoyamada! - Fixed an issue where the id and name were not set on the input for DatePicker, Autocomplete, and Select.

  • #5309 0980b98 Thanks @hirotomoyamada! - Fixed an issue where the children of Calendar were not re-rendering correctly and the descendants were not properly managed.

  • #5309 878585f Thanks @hirotomoyamada! - Changed the default value of openOnFocus to true for both Autocomplete and DatePicker.

  • #5308 ca32ee4 Thanks @hirotomoyamada! - Added focusOnClear to Select. This option controls whether the field is focused when the clear button is clicked.

  • #5296 7cebf47 Thanks @hirotomoyamada! - fieldStyle have been prettied.

  • #5307 db0f8d2 Thanks @hirotomoyamada! - Fixed a bug where DatePicker, Autocomplete, and Select allowed clearing the value even when they were in a disabled or readOnly state.

  • #5298 11471a3 Thanks @hirotomoyamada! - The @default in the JSDoc for defaultValue of useSaturationProps was incorrect, so this has been fixed.