Skip to content

Releases: kufu/smarthr-ui

v62.2.2

18 Dec 04:40
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.

62.2.2 (2024-12-18)

Bug Fixes

  • Th: ソートアイコンが左寄せになっていたのを修正 (#5205) (85a29ec)

v62.2.1

17 Dec 06:39
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.

62.2.1 (2024-12-17)

Bug Fixes

  • EmptyTableBody: 文字列が中央揃えになるよう修正 (#5186) (d10d1be)
  • nanoidのバージョンを3.3.8にあげる (#5187) (1af0bff)

v62.2.0

10 Dec 08: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.

62.2.0 (2024-12-10)

Features

  • Browserコンポーネントを実装 (#5125) (b1a1bc6)
  • ほぼすべてのコンポーネントをサーバーコンポーネント内で利用できるようにする (#5167) (69d74c4)

Bug Fixes

  • declarationsが空配列の場合も後続の処理をスキップする (#5182) (fd654f3)
  • DropdownMenuButton: ボタンリストの装飾適用条件を緩和 (#5154) (fe67ad9)
  • DropdownMenuGroup: オーバーライド用のクラス名を追加 (#5162) (1463828)
  • input[type=search] のスタイルを normalize (#5172) (34ab280)

v62.1.1

03 Dec 02:49
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.

62.1.1 (2024-12-03)

Bug Fixes

  • FilterDropdownのonApplyがsubmitキャンセルされるバグを修正 (#5152) (e891740)

v62.1.0

28 Nov 05:42
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.

62.1.0 (2024-11-28)

Features

  • DatetimeLocalPicker を追加 (#5138) (6fc38a1)
  • Table: 縦線を引くための bordetType を追加、ほか (#5144) (216df36)

Bug Fixes

  • DropdownMenuButton: RemoteDialogTrigger の考慮漏れを修正 (#5147) (63f209a)

v62.0.1

27 Nov 00: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.

62.0.1 (2024-11-27)

Bug Fixes

v62.0.0

26 Nov 08:58
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.

62.0.0 (2024-11-26)

⚠ BREAKING CHANGES

  • SSR対応や必要以上にイベントを登録しないように useDevice を変更した (#5119)
  • CompactInformationPanel: コンポーネントを削除 (#5129)

Features

Bug Fixes

  • Button: disabled の説明が不用意に折り返されないように見直し (#5132) (5b24fda)
  • eslintのwarningを解消する (#5117) (e5646bf)
  • FilterDropdownをformでマークアップする (#5126) (a19e54a)
  • SSR対応や必要以上にイベントを登録しないように useDevice を変更した (#5119) (893421a)

v61.0.0

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

61.0.0 (2024-11-20)

⚠ BREAKING CHANGES

  • FloatArea: fixed と top、width を削除 (#5099)

Features

  • FloatArea: fixed と top、width を削除 (#5099) (5650cb5)
  • Icon: FaArrowRightArrowLeft を追加 (#5114) (e4dff72)
  • レイアウト系コンポーネントをサーバーコンポーネント内でも利用できるようにする (#5071) (135daaf)

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)