Changelog
Explore the changelog for the latest version of Yamada UI. Learn about the features, bug fixes, and improvements.
@yamada-ui/react@2.2.1
This version was released on May 12, 2026.
Patch changes
-
#6789 462b4b3 Thanks @taroj1205! - Fixed the
InfiniteScrollAreafeed root keyboard focusability regression. -
#7497 c04e689 Thanks @hirotomoyamada! - Fixed a bug where clicking on
Accordionitems in Safari did not focus correctly. -
#7361 ee00d19 Thanks @hirotomoyamada! - Fixed
useCheckboxGroupto correctly forward the nativedisabledattribute when an item is disabled by themaxlimit. -
#7008 02211a9 Thanks @hirotomoyamada! - ColorPicker forwards
matchWidth: falsetouseComboboxso the popover no longer stretches to the field width. -
#7017 2412088 Thanks @hirotomoyamada! - Fix DatePicker
multiplemode so pressingEnteron an already-selected date in the input no longer removes it from the value array. The Enter handler now appends only when the date is not already selected and themaxlimit has not been reached, instead of toggling via the shared calendar-cell logic. -
#7012 f2c158f Thanks @hirotomoyamada! - Fix DatePicker
onKeyDownto branch on the actual mode (range / multiple / single) instead of the current value type, so Enter and Backspace work when no value is set yet. Also pass locale throughdayjs(value).locale(locale)instead ofdayjs(value, locale)which mistakenly treats locale as a format string. -
#7019 b7a1651 Thanks @hirotomoyamada! - Fixed
DatePickernot opening the calendar when clicking the start or end input inrangemode. -
#7137 ffb62ba Thanks @dependabot! - Updated icons.
-
#7137 ffb62ba Thanks @dependabot! - Updated dependencies.
-
#7137 ffb62ba Thanks @dependabot! - Updated style props.
-
#7499 a18d516 Thanks @hirotomoyamada! - Fix focus restoration to trigger element after closing Popover with Escape key on WebKit
-
#7478 444e1e0 Thanks @hirotomoyamada! - Fixed a bug where property values were not being set correctly when using
useInjectVarsIntoPropsoruseInjectVarsIntoCsswith responsive objects or color mode arrays. -
#6898 94e99c9 Thanks @hirotomoyamada! - Added
ExtractStyleValueWithConditiontype. -
#7006 ad56ae7 Thanks @hirotomoyamada! -
usePopoverStylePropsnow dropsnullandundefinedentries so consumer-provided defaults survive when an explicitundefinedprop is passed in. -
#6735 c7aff55 Thanks @hirotomoyamada! - Add pointer event handlers to
ScrollAreaso hover indicators react to pointer-driven interactions in addition to mouse events. -
#6898 94e99c9 Thanks @hirotomoyamada! - Formatted code.
-
#6898 94e99c9 Thanks @hirotomoyamada! - Fixed a bug where the
Indicatorcomponent did not correctly handle color mode arrays or responsive design objects set for thecolor,duration, ortimingFunctionprops. -
#6898 94e99c9 Thanks @hirotomoyamada! - Fixed a bug in the
tonefunction used bycolorwhere values less than50or greater than950did not default to500as expected. -
#6898 94e99c9 Thanks @hirotomoyamada! - Fixed a bug where setting a color mode array or responsive design object for
focusBorderColororerrorBorderColor(such as inInput) did not result in the correct value. -
94e99c9 Updated dependencies.
@yamada-ui/cli@2.1.6
This version was released on May 12, 2026.
Patch changes
-
#7137 ffb62ba Thanks @dependabot! - Updated dependencies.
-
#6898 94e99c9 Thanks @hirotomoyamada! - Formatted code.
-
#6912 9ab4cad Thanks @hirotomoyamada! - Fixed the
getSectionPathhelper so a leading/no longer produces a double-slash (.//...) path. Paths now normalize consistently whether or not the user supplies a leading/. -
#6902 621a982 Thanks @chida09! - Upgrade
eslintruntime dependency from v9 to v10. -
94e99c9 Updated dependencies.
@yamada-ui/utils@2.1.3
This version was released on May 12, 2026.
Patch changes
- #6898 94e99c9 Thanks @hirotomoyamada! - Formatted code.