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-bg on Radio.Root.

  • #6225 1aa1e86 Thanks @hirotomoyamada! - Exported Accordion.ItemType type.

  • #6257 109a631 Thanks @hirotomoyamada! - Fixed the JSDoc link for Modal.Root.

  • #6249 1b421b9 Thanks @hirotomoyamada! - Enabled specifying the indicator background color using --indicator-bg on Checkbox.Root.

  • #6259 d8d2ab4 Thanks @hirotomoyamada! - Formatted code.

  • #6249 1b421b9 Thanks @hirotomoyamada! - Fixed a bug where aria-controls, aria-labelledby, and tabIndex could not be set on the input element of Checkbox.

  • #6247 6e35538 Thanks @hirotomoyamada! - Allowed specifying a node as an argument to enabledValue in the return value of useDescendants generated by createDescendants.

  • #6247 6e35538 Thanks @hirotomoyamada! - Enabled AND-search on props in the arguments of values, enabledValues, enabledPrevValue, and enabledNextValue returned by useDescendants generated by createDescendants.

  • #6248 238db22 Thanks @hirotomoyamada! - Added _indicator, _hasGroup, _notHasGroup and _animated to 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, and tabIndex could not be set on the input element of Radio.

  • eaddd11 d28fc6e 8abe31f Updated dependencies.