v2.1.3
Explore the changelog for @yamada-ui/react version 2.1.3. Learn about the features, bug fixes, and improvements.
This version was released on March 16, 2026.
Patch changes
-
#6107 4810a66 Thanks @hirotomoyamada! - Formatted code.
-
#6153 78ce712 Thanks @hirotomoyamada! - Fixed a circular dependency issue between
FormandFieldset. -
#6098 0726312 Thanks @taroj1205! - Added a shared
waitutility and updated internal consumers to use the same implementation. -
#6063 1b22cb1 Thanks @hirotomoyamada! - Formatted the source code of
Accordion. -
#6057 66fef30 Thanks @hirotomoyamada! - Fixed an issue where
rootRefwas not correctly set inInfiniteScrollArea. -
#6111 f1308df Thanks @hirotomoyamada! - Updated dependencies.
-
#6057 66fef30 Thanks @hirotomoyamada! - Added support for using the browser viewport as the scroll container in
InfiniteScrollArea. To enable this, setrootReftonull. -
#6095 be2245e Thanks @hirotomoyamada! - Updated dependencies.
-
#6064 c8b1360 Thanks @hirotomoyamada! - Fixed an issue where an unnecessary
role="group"was assigned toNativeAccordion.Item.