v15.0.0
github-actions
released this
28 Sep 06:31
·
3162 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.
15.0.0 (2021-09-28)
⚠ BREAKING CHANGES
- Button / Input / Selectの高さの計算を変更しました。Buttonの高さが固定でなくなり、フォントサイズやフレックスコンテナーの
align
の値など外部に依存します。
Features
- Button の width / height の固定値をやめる|SHRUI-427 (#1908) (d4784da)
- export useTheme hook (#1893) (dac62fd)
- Input のスタイリングを見直す|SHRUI-460 (#1909) (6351125)
- Select のスタイリングを見直す (#1919) (49b32d4)
- 各種 Dialog を body 直下以外からも生成できるようにする|SHRUI-474 (#1891) (fa8eab8)
<Sidebar>
Component を追加 (#1888)
Bug Fixes
- Dialogのsubtitle未指定の場合のaria-labelを調整する (#1921) (d8e96ef)
- display all items when refocus SingleCombobox (#1922) (ad93e3e)
- SingleCombobox の削除ボタンが Input の suffix を使っていたため、縦位置がずれていたので修正 (#1923) (03026f6)
- TextColors に TEXT_WHITE を追加し忘れていた (#1886) (09d437d)
- ダイアログがアニメーション中に低いスタッキングコンテキストにならないように修正 (#1887) (0e53afe)