Releases: kufu/smarthr-ui
v15.0.0
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)
v14.4.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
14.4.0 (2021-09-14)
Features
v14.3.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
14.3.0 (2021-09-06)
Features
Icon
の color に抽象トークンを渡せるようにする (SHRUI-446) (#1855) (df38807)ModelessDialog
を追加 (SHRUI-454) (#1786) (173e380)- コンボボックスに
onChangeSelected
を追加 (SHRUI-436) (#1777) (54198fe) - 余白トークンに 0 を追加 (#1841) (5976a82)
Bug Fixes
v14.2.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
14.2.0 (2021-09-01)
Features
Bug Fixes
v14.1.0
v14.0.1
v14.0.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
14.0.0 (2021-08-02)
⚠ BREAKING CHANGES
- 利用されていなかった
Header
コンポーネントを削除しました。 RightFixedNote
においてtitle
が必須プロパティになります。- 旧
CheckBox
およびCheckBoxLabel
を削除しました。新しいCheckBox
を使用してください。 - 旧
RadioButton
およびRadioButtonLabel
を削除しました。新しいRadioButton
を使用してください。 SingleComboBox
のonSelect
が選択クリア時に発火しなくなります。選択クリアのハンドリングはonClear
で行ってください。
Features
- add onClear handler (#1747) (cc0fd58)
- make title required, and display textarea label (#1744) (e14c01d)
- remove unused (#1761) (5a67dc5)
Bug Fixes
v13.3.0
v13.2.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
13.2.0 (2021-07-13)
Features
Bug Fixes
AccordionPanel
のフォーカスインジケータが隠れないように修正 (SHRUI-412) (#1698) (f82fe2c)ActionDialog
の warning 解消 (#1713) (c077991)- Baloon に span を渡せるように修正 (#1723) (54f1240)
- change default color of affix of
Input
(#1726) (2099eaa) - fix focus indicator not to be hidden by sibling elements (#1725) (dfc08de)
- rename onChange to onChangeInput (#1727) (0ebcc40)
- Tooltip の tabIndex を利用側で上書きできないので修正 (#1709) (6cf8f01)
- コンボボックスのフォーカス挙動を変更 (SHRUI-423) (#1724) (b682a36)
v13.1.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
13.1.0 (2021-06-29)
Features
CompactInformationPanel
の属性の改善 (SHRUI-435) (#1676) (b501e4f)Input
の属性の改善 (SHRUI-273) (#1658) (9672209)Pagination
の属性の改善 (SHRUI-278) (#1673) (94f09a7)RightFixedNote
の属性の改善 (SHRUI-282) (#1677) (b09193f)SegmentedControl
の属性の改善 (SHRUI-283) (#1678) (6371479)SmartHRLogo
の属性の改善 (SHRUI-285) (#1680) (8efa186)StatusLabel
の属性の改善 (SHRUI-286) (#1682) (81238f2)TabBar
の属性の改善 (SHRUI-287) (#1683) (e273575)Textarea
の属性の改善 (#1686) (426b9e9)Tooltip
の属性の改善 (SHRUI-290) (#1687) (65ba763)- add default class name (#1679) (394a077)
- ComboBox の属性の改善 (SHRUI-277) (#1662) (c93aa18)
- Table の属性の改善 (SHRUI-288) (#1684) (ef4995f)
- Text コンポーネントに whiteSpace を追加 (#1704) (9b95ae7)
LineClamp
Component SHRUI-413 (#1671) (6965572)