v2.1.2

@yamada-ui/reactのバージョン2.1.2の変更履歴をご覧ください。機能・バグ修正・改善点についてご確認ください。

このバージョンは、2026年3月10日にリリースされました。

パッチ変更

  • 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.