Skip to content

Releases: kufu/smarthr-ui

v60.1.1

13 Nov 23:50
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.

60.1.1 (2024-11-13)

Bug Fixes

  • BottomFixedArea: deprecated (#5098) (71b08a0)
  • DefinitionList: children に null が渡ってきた場合の不具合を修正 (#5105) (fbc2902)

v60.1.0

13 Nov 02: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.

60.1.0 (2024-11-13)

Features

  • DefinitionList: Composition できるように修正 (#5094) (e888f0a)
  • InformationPanel: bold を追加しつつ装飾を見直し (#5075) (e27744d)

Bug Fixes

  • AccordionPanelTrigger: disabled な装飾を追加 (#5086) (c13b38c)
  • AccordionPanelTrigger: キャレットが shrink してしまう不具合を修正 (#5101) (f27862f)
  • DropdownContentの最後の要素でTabを押したときDropdownを閉じる (#5070) (ceaf059)
  • InputFile: disabled の装飾を修正 (#5085) (e9e0af1)
  • ModelessDialog: ヘッダー部にキーボードフォーカスが当たると文字列が消えてしまう不具合を修正 (#5090) (7765378)

v60.0.1

05 Nov 04:43
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.

60.0.1 (2024-11-05)

Bug Fixes

  • FloatArea の z-index を見直し (#5066) (befa773)
  • FormControl内のInputFileのアクセシブルネームに可視ラベルを含める (#5056) (b8a69db)
  • TabItem に disabledDetail があるときのフォーカスリングを修正 (#5057) (236a744)

v60.0.0

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

60.0.0 (2024-10-29)

⚠ BREAKING CHANGES

  • TimePicker/MonthPickerにtypeを指定できないようにする (#5051)

Features

  • 月選択UI (MonthPicker) を追加したい (#5030) (f0c7dbe)

Bug Fixes

  • Comboboxの選択肢表示位置がズレてしまう問題を修正 (#5047) (4b030cc)
  • ModelessDialog のグラブ領域を修正 (#5055) (0635680)
  • SearchInput に幅があたらない不具合を修正 (#5036) (95eca0b)
  • Switch: 未選択時のコントラスト比を 3:1 確保する (#5027) (f109afa)
  • TabBar が margin を持たないように修正 (#5054) (032f9b7)
  • TimePicker/MonthPickerにtypeを指定できないようにする (#5051) (c109eff)

v59.0.0

22 Oct 06:37
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.

59.0.0 (2024-10-22)

⚠ BREAKING CHANGES

  • DropdownScrollArea と DropdownContent の scrollable を削除 (#5000)

Features

  • WakuWakuButton を追加 (#5018) (ba5df40)
  • 一括選択のチェックボックスに可視のラベルを追加 (#4149) (cfd9fb8)

Bug Fixes

  • AppNaviDropdown の deprecated を削除 (#5024) (b8d004e)
  • DropdownScrollArea と DropdownContent の scrollable を削除 (#5000) (b6f6548)
  • LanguageSwitcher: スクリーンリーダーで各言語のリンクを正しく読み上げられるようにlang属性を追加 (#5002) (e211233)
  • Loaderの表示遅延処理を削除する (#5003) (8025cc3)
  • レイアウトコンポーネントなどと StyledComponent を組み合わせた場合に、見出しレベルの自動設定が機能しない不具合を修正 (#5028) (950b06b)

v58.1.2

15 Oct 03:12
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.2 (2024-10-15)

Bug Fixes

  • AppNaviDropdownMenuButton の current 装飾ロジックを見直し (#4971) (9081990)

v58.1.1

09 Oct 01:53
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.1 (2024-10-09)

Bug Fixes

  • ModelessDialog に渡した className が当たる場所を変更 (#4978) (cdc7e4e)
  • SearchInputのwrapperであるlabel要素に対してwidthを指定する (#4961) (7d6aea3)

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)