Skip to content

Releases: kufu/smarthr-ui

v58.1.0

01 Oct 09:16
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.

58.1.0 (2024-10-01)

Features

  • AppNaviAnchorにelementAsのpropsを追加 (#4955) (ad680c3)
  • FormControlのエラー表示設定方法を変更し、より確実に設定されるように修正する (#4925) (e16aa25)

Bug Fixes

  • DropZone: ドラッグ&ドロップ時に選択したファイルがFormDataに格納されるようにした (#4964) (53775fb)

v58.0.3

25 Sep 01:57
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.

58.0.3 (2024-09-25)

Bug Fixes

  • RadioButton: 外部からのidをdefaultIdより優先するように修正 (#4948) (26f689a)

v58.0.2

24 Sep 04: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.

58.0.2 (2024-09-24)

Bug Fixes

  • FormControlのlabel自動紐づけが不要な場合の対応を追加 (#4918) (2c17a17)
  • ModelessDialog に指定した幅や高さを超えて resize できるように修正 (#4937) (e707dbe)

v58.0.1

18 Sep 08:41
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.

58.0.1 (2024-09-18)

Bug Fixes

  • ダイアログの背景がスクロールに依ってズレる不具合を修正 (#4933) (cf5ea5f)

v58.0.0

17 Sep 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.

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)

v57.1.0

11 Sep 07:30
Compare
Choose a tag to compare

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

57.1.0 (2024-09-11)

Features

Bug Fixes

v57.0.0

10 Sep 09:14
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.

57.0.0 (2024-09-10)

⚠ BREAKING CHANGES

  • SideMenuを実装 (#4895)
  • Dialog の位置指定を消し、スタイリングを見直し (#4848)

Features

  • AppNavi を再設計 (#4823) (f64fbe5)
  • Dialog の位置指定を消し、スタイリングを見直し (#4848) (25d83ec)
  • ModelessDialog をリサイズ可能にするオプションを追加 (#4904) (01d127a)
  • SideMenuを実装 (#4895) (b02531a)
  • Switchのchildrenを必須にし、label要素として紐づけることでa11yを改善する (#4874) (eb3b2c0)

Bug Fixes

  • AccordionPanelのタイトルのline-heightをTIGHTに修正 (#4897) (5aaf6f5)
  • DropdownMenuButtonで矢印キーを押してフォーカスを移動できる (#4902) (c2657b0)

v56.0.1

03 Sep 01:21
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.

56.0.1 (2024-09-03)

Bug Fixes

  • SectioningContent: refが要素に渡るように修正 (#4882) (126a0db)
  • TimePicker[disabled] のテキストカラーを修正した (#4880) (7e27441)

v56.0.0

27 Aug 05:17
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.

56.0.0 (2024-08-27)

⚠ BREAKING CHANGES

  • FormControl から disabled を消す (#4845)

Features

  • Icon: FaEnvelopeIcon を追加 (#4849) (eb70b74)
  • TextLinkをnext/linkなどのラップされたコンポーネントに対応 (#4867) (68cf805)
  • TimePickerに様々な状態に応じたスタイルをあてたい (#4858) (c897dc6)

Bug Fixes

  • DropdownMenuButtonのlabelに指定したアイコンが上下反転しないようにしたい (#4851) (1798960)
  • FormControl から disabled を消す (#4845) (0ae399f)
  • TabBar: suffixにテキストのスタイルが継承されないように修正 (#4857) (9a2859f)

v55.1.0

13 Aug 03:59
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.

55.1.0 (2024-08-13)

Features

Bug Fixes

  • body の base スタイルに約物を詰めないよう指定 (#4833) (5767718)
  • Button コンポーネントが disabled/loading の場合も onClick イベントがバブリングしてしまう問題を修正 (#4832) (ddadb1b)
  • Tooltip メッセージが機械側に過足提供していたので修正 (#4827) (53b01e0)