Skip to content

v58.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Sep 07:48
· 374 commits to master since this release

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

58.0.0 (2024-09-17)

⚠ BREAKING CHANGES

  • useId の独自実装を削除し、React 18 未満のサポートを終了する (#4920)
  • Combobox の inputAttributes を消し、input に直接渡すように修正 (#4911)

Features

  • AnchorButtonをnext/linkなどのラップされたコンポーネントに対応 (#4901) (a07d257)
  • Combobox の inputAttributes を消し、input に直接渡すように修正 (#4911) (8b9f611)
  • FormControlのlabelとchildren内のinputの紐づけ方を変更する (#4894) (593ba25)
  • useId の独自実装を削除し、React 18 未満のサポートを終了する (#4920) (28e590e)

Bug Fixes

  • SideMenuのPropsにchildrenを追加 (#4919) (51dbdb8)
  • Table コンポーネントの使われていない記述を削除 (#4921) (fe3e56f)
  • Textareaの文字数カウンタをonChangeで処理するように修正 (#4916) (a054e07)