Changelog

Explore the changelog for the latest version of Yamada UI. Learn about the features, bug fixes, and improvements.

@yamada-ui/react@2.1.2

This version was released on March 10, 2026.

Patch changes

  • 4f54a11 Thanks @hirotomoyamada! - SegmentedControl now removes aria-readonly from the label and input element.

  • 4f54a11 Thanks @hirotomoyamada! - Fixed onBlur incorrectly setting focused to false when clicking on the dropdown content in Autocomplete with multiple mode, which caused the separator to disappear during mousedown.

  • 4f54a11 Thanks @hirotomoyamada! - Remove aria-checked from native checkbox input and use the native indeterminate property instead to fix aria-conditional-attr a11y violation.

  • 4f54a11 Thanks @hirotomoyamada! - Removed unreachable dead code in useDynamicAnimation.

  • 4f54a11 Thanks @hirotomoyamada! - Updated dependencies.

  • 4f54a11 Thanks @hirotomoyamada! - Fixed an issue where the className prop was not correctly applied to the Table component.

  • 4f54a11 Thanks @hirotomoyamada! - Fixed an issue where the fallback icon shown when the number of items in AvatarGroup exceeds the specified max incorrectly had a role of "img".

  • 4f54a11 Thanks @hirotomoyamada! - Changed the return type of createStore to include the queue and ref.

  • 4f54a11 Thanks @hirotomoyamada! - Changed the Calendar.Navigation from nav to div for better accessibility.

  • 4f54a11 Thanks @hirotomoyamada! - Fixed a bug where unnecessary spaces were inserted with _media and _container.

  • 4f54a11 Thanks @hirotomoyamada! - Fixed a bug where values containing "grad", "turn", or "rad" in rotate were not handled correctly.

  • 4f54a11 Thanks @hirotomoyamada! - Allow custom aria-label to override default on Pagination nav element.

  • 4f54a11 Thanks @hirotomoyamada! - Added tabIndex="0" to the scrollable root in NativeTable for keyboard focus (a11y).

  • 4f54a11 Thanks @hirotomoyamada! - Applied aria-labelledby to the visible control in FileInput and FileButton for better accessibility.

@yamada-ui/cli@2.1.0

This version was released on March 10, 2026.

Minor changes

  • 4f54a11 Thanks @hirotomoyamada! - Added --force (-F) option to the update command to force overwrite local changes with remote source code.

  • 4f54a11 Thanks @hirotomoyamada! - You can now use commands such as init and add with the @next or @dev tags. This allows you to specify the tag for @yamada-ui/react and download the source code locally.

  • #5980 bca6d3e Thanks @bmthd! - - Add --yes/-y auto-confirm support to the add/diff/init/theme/update CLI commands so scripted runs can bypass interactive prompts.

    • Surface the previously missing non-interactive flags across add/diff/init/theme to keep automated and manual flows aligned.

Patch changes

@yamada-ui/utils@2.1.0

This version was released on March 2, 2026.

Minor changes

Patch changes