v2.1.4
Explore the changelog for @yamada-ui/react version 2.1.4. Learn about the features, bug fixes, and improvements.
This version was released on March 24, 2026.
Patch changes
-
#6194 20694a1 Thanks @hirotomoyamada! - Formatted code.
-
#6249 1b421b9 Thanks @hirotomoyamada! - Enabled specifying the indicator background color using
--indicator-bgonRadio.Root. -
#6225 1aa1e86 Thanks @hirotomoyamada! - Exported
Accordion.ItemTypetype. -
#6257 109a631 Thanks @hirotomoyamada! - Fixed the JSDoc link for
Modal.Root. -
#6249 1b421b9 Thanks @hirotomoyamada! - Enabled specifying the indicator background color using
--indicator-bgonCheckbox.Root. -
#6259 d8d2ab4 Thanks @hirotomoyamada! - Formatted code.
-
#6249 1b421b9 Thanks @hirotomoyamada! - Fixed a bug where
aria-controls,aria-labelledby, andtabIndexcould not be set on theinputelement ofCheckbox. -
#6247 6e35538 Thanks @hirotomoyamada! - Allowed specifying a node as an argument to
enabledValuein the return value ofuseDescendantsgenerated bycreateDescendants. -
#6247 6e35538 Thanks @hirotomoyamada! - Enabled AND-search on
propsin the arguments ofvalues,enabledValues,enabledPrevValue, andenabledNextValuereturned byuseDescendantsgenerated bycreateDescendants. -
#6248 238db22 Thanks @hirotomoyamada! - Added
_indicator,_hasGroup,_notHasGroupand_animatedto condition props. -
#6246 e596cc0 Thanks @hirotomoyamada! - Adjusted the dark mode color for
colors.bg.subtle. -
#6249 1b421b9 Thanks @hirotomoyamada! - Fixed a bug where
aria-controls,aria-labelledby, andtabIndexcould not be set on theinputelement ofRadio.