変更履歴
Yamada UIの最新バージョンの変更履歴をご覧ください。機能・バグ修正・改善点についてご確認ください。
@yamada-ui/react@2.1.2
このバージョンは、2026年3月10日にリリースされました。
パッチ変更
-
4f54a11 Thanks @hirotomoyamada! -
SegmentedControlnow removesaria-readonlyfrom the label and input element. -
4f54a11 Thanks @hirotomoyamada! - Fixed
onBlurincorrectly settingfocusedtofalsewhen clicking on the dropdown content inAutocompletewithmultiplemode, which caused the separator to disappear during mousedown. -
4f54a11 Thanks @hirotomoyamada! - Remove
aria-checkedfrom native checkbox input and use the nativeindeterminateproperty instead to fixaria-conditional-attra11y violation. -
4f54a11 Thanks @hirotomoyamada! - Removed unreachable dead code in
useDynamicAnimation. -
4f54a11 Thanks @hirotomoyamada! - Updated dependencies.
-
4f54a11 Thanks @hirotomoyamada! - Fixed an issue where the
classNameprop was not correctly applied to theTablecomponent. -
4f54a11 Thanks @hirotomoyamada! - Fixed an issue where the fallback icon shown when the number of items in
AvatarGroupexceeds the specifiedmaxincorrectly had aroleof"img". -
4f54a11 Thanks @hirotomoyamada! - Changed the return type of
createStoreto include thequeueandref. -
4f54a11 Thanks @hirotomoyamada! - Changed the
Calendar.Navigationfromnavtodivfor better accessibility. -
4f54a11 Thanks @hirotomoyamada! - Fixed a bug where unnecessary spaces were inserted with
_mediaand_container. -
4f54a11 Thanks @hirotomoyamada! - Fixed a bug where values containing "grad", "turn", or "rad" in
rotatewere not handled correctly. -
4f54a11 Thanks @hirotomoyamada! - Allow custom
aria-labelto override default on Pagination nav element. -
4f54a11 Thanks @hirotomoyamada! - Added
tabIndex="0"to the scrollable root inNativeTablefor keyboard focus (a11y). -
4f54a11 Thanks @hirotomoyamada! - Applied
aria-labelledbyto the visible control inFileInputandFileButtonfor better accessibility.
@yamada-ui/cli@2.1.0
このバージョンは、2026年3月10日にリリースされました。
マイナー変更
-
4f54a11 Thanks @hirotomoyamada! - Added
--force(-F) option to theupdatecommand to force overwrite local changes with remote source code. -
4f54a11 Thanks @hirotomoyamada! - You can now use commands such as
initandaddwith the@nextor@devtags. This allows you to specify the tag for@yamada-ui/reactand 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.
パッチ変更
-
4f54a11 Thanks @hirotomoyamada! - Updated dependencies.
-
4f54a11 Thanks @hirotomoyamada! - Formatted code.
-
4f54a11 Thanks @hirotomoyamada! - Refactor code.
@yamada-ui/utils@2.1.0
このバージョンは、2026年3月2日にリリースされました。
マイナー変更
-
#5761 4cddce4 Thanks @hirotomoyamada! - Added
extractFlatObjectfunction. -
#5761 4cddce4 Thanks @hirotomoyamada! - Added
extractObjectfunction.
パッチ変更
-
#5743 c6427ff Thanks @hirotomoyamada! - Formatted codes.
-
#5761 4cddce4 Thanks @hirotomoyamada! - Modified
splitChildrento return the matched elements as an array.