Changelog
Explore the changelog for the latest version of Yamada UI. Learn about the features, bug fixes, and improvements.
@yamada-ui/react@2.1.4
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.
@yamada-ui/cli@2.1.2
This version was released on March 24, 2026.
Patch changes
- #6159 1f876a4 Thanks @hirotomoyamada! - Replaced
globnpm package with Node.js built-infs.glob. - eaddd11 d28fc6e 8abe31f Updated dependencies.
@yamada-ui/utils@2.1.2
This version was released on March 24, 2026.
Patch changes
-
#6201 eaddd11 Thanks @hirotomoyamada! - Updated
isObjectto use loose equality for nullish check. -
#6239 d28fc6e Thanks @hirotomoyamada! - Added
matchfunction. -
#6244 8abe31f Thanks @hirotomoyamada! - Made the
valueparameter ofsetAttributeoptional.