v2.1.2
Explore the changelog for @yamada-ui/react version 2.1.2. Learn about the features, bug fixes, and improvements.
This version was released on March 10, 2026.
Patch changes
-
4f54a11 Thanks @hirotomoyamada! -
SegmentedControlnow removesaria-readonlyfrom the label and input element. -
4f54a11 Thanks @hirotomoyamada! - Fixed
onBlurincorrectly settingfocusedtofalsewhen clicking on the dropdown content inAutocompletewithmultiplemode, which caused the separator to disappear during mousedown. -
4f54a11 Thanks @hirotomoyamada! - Remove
aria-checkedfrom native checkbox input and use the nativeindeterminateproperty instead to fixaria-conditional-attra11y violation. -
4f54a11 Thanks @hirotomoyamada! - Removed unreachable dead code in
useDynamicAnimation. -
4f54a11 Thanks @hirotomoyamada! - Updated dependencies.
-
4f54a11 Thanks @hirotomoyamada! - Fixed an issue where the
classNameprop was not correctly applied to theTablecomponent. -
4f54a11 Thanks @hirotomoyamada! - Fixed an issue where the fallback icon shown when the number of items in
AvatarGroupexceeds the specifiedmaxincorrectly had aroleof"img". -
4f54a11 Thanks @hirotomoyamada! - Changed the return type of
createStoreto include thequeueandref. -
4f54a11 Thanks @hirotomoyamada! - Changed the
Calendar.Navigationfromnavtodivfor better accessibility. -
4f54a11 Thanks @hirotomoyamada! - Fixed a bug where unnecessary spaces were inserted with
_mediaand_container. -
4f54a11 Thanks @hirotomoyamada! - Fixed a bug where values containing "grad", "turn", or "rad" in
rotatewere not handled correctly. -
4f54a11 Thanks @hirotomoyamada! - Allow custom
aria-labelto override default on Pagination nav element. -
4f54a11 Thanks @hirotomoyamada! - Added
tabIndex="0"to the scrollable root inNativeTablefor keyboard focus (a11y). -
4f54a11 Thanks @hirotomoyamada! - Applied
aria-labelledbyto the visible control inFileInputandFileButtonfor better accessibility.