v2.0.5

Explore the changelog for @yamada-ui/react version 2.0.5. Learn about the features, bug fixes, and improvements.

This version was released on October 27, 2025.

Patch changes

  • #5435 b7d4d7c Thanks @hirotomoyamada! - Fixed an issue where the Select components inside the Calendar did not have correct styling when DatePicker had invalid set to true.

  • #5432 71baee5 Thanks @hirotomoyamada! - Fixed a bug where the popover did not open on focus when allowInput was enabled in DatePicker and ColorPicker.

  • #5432 eb55e1a Thanks @hirotomoyamada! - Fixed an issue where focus did not move correctly in DatePicker and ColorPicker.

  • #5432 6a9d9bc Thanks @hirotomoyamada! - Added transferFocus option to usePopover. If true, the focus will be transferred to the popover content when the tab key is pressed. Default is true.

  • #5489 2c464f3 Thanks @hirotomoyamada! - Fixed an issue where the focused style for invalid input was incorrect when the variant was set to "flushed" for Select, Autocomplete, DatePicker, and ColorPicker.

  • #5432 bfff6d5 Thanks @hirotomoyamada! - useCombobox now returns popoverProps.

  • #5432 71baee5 Thanks @hirotomoyamada! - Fixed an issue where openOnClick was not working for DatePicker, ColorPicker, Autocomplete, and Select.

  • 371fedb Updated dependencies.