Skip to content

Releases: kufu/smarthr-ui

v15.0.0

28 Sep 06:31
Compare
Choose a tag to compare

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

14 Sep 02:18
Compare
Choose a tag to compare

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

  • MultiComboBox に選択済みアイテムを省略表示できるオプションを追加 (SHRUI-450) (#1860) (8178a53)
  • add row column gap Cluster (#1836) (c59b6ec)
  • color に WHITE を追加 (#1864) (694ee8d)

v14.3.0

06 Sep 09:26
Compare
Choose a tag to compare

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

  • change labeling structure and add htmlFor props (#1778) (6511898)
  • defaultLeading がエクスポートされていなかった (#1842) (158e5b0)
  • OVERLAP の重なり順序の改善 (SHRUI-445) (#1837) (7970eb0)

v14.2.0

01 Sep 05:20
Compare
Choose a tag to compare

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

  • FloatArea に HTML 属性と className を足す (#1827) (b762212)

Bug Fixes

  • change selected item of listbox of SingleComboBox not to cut off (#1826) (483b153)
  • FloatArea エラーメッセージの余分な余白を取り除く (#1820) (4ea4356)
  • ツールチップ、バルーンのダークモードを非推奨にする (SHRUI-444) (#1825) (cbabedd)

v14.1.0

23 Aug 09:06
Compare
Choose a tag to compare

Changelog

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

14.1.0 (2021-08-23)

Features

  • ActionDialog と MessageDialog に副題を追加 (#1812) (e2a6344)

Bug Fixes

  • Calendar の年選択ボタンのイベント伝播を阻止する (#1803) (bcf378d)

v14.0.1

16 Aug 07:27
Compare
Choose a tag to compare

Changelog

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

14.0.1 (2021-08-16)

Bug Fixes

  • TextLink に prefix/suffix を含まない場合はレイアウトコンポーネントを使わない (#1766) (4e05ff4)
  • FloatArea で p > div になっていたので修正 (#1788) (992f9ca)

v14.0.0

02 Aug 10:03
Compare
Choose a tag to compare

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 を使用してください。
  • SingleComboBoxonSelect が選択クリア時に発火しなくなります。選択クリアのハンドリングは onClear で行ってください。

Features

Bug Fixes

  • CheckBox コンポーネントのリネームと整理 (SHRUI-419) (#1748) (4ed6875)
  • RadioButton コンポーネントのリネームと整理 (SHRUI-419) (#1754) (d6c0fa5)

v13.3.0

20 Jul 05:38
Compare
Choose a tag to compare

Changelog

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

13.3.0 (2021-07-20)

Features

v13.2.0

13 Jul 07:48
Compare
Choose a tag to compare

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

  • Stack をインライン要素のように振る舞えるように inline を追加 (#1729) (95413d4)
  • 影のテーマの追加と置き換え (SHRUI-417) (#1699) (8737ad1)

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

29 Jun 06:52
Compare
Choose a tag to compare

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

Bug Fixes

  • Cluster のインポートを追加 (#1685) (379ea1c)
  • DialogContentInner の className が Wrraper にあたっていたのを Inner に戻す (#1695) (9fd9791)
  • MultiComboBox の削除アイコンの visuallyHiddenText をアイテムごとに分ける (#1694) (c0acf2a)
  • Text を styled-component で wrap できなかったので修正| SHRUI-439 (#1696) (c0e79f5)