Skip to content

Releases: kufu/smarthr-ui

v64.0.0

14 Jan 05: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.

64.0.0 (2025-01-14)

⚠ BREAKING CHANGES

  • FormControl,Fieldsetのtitleにアイコンやボタンを含めずマークアップできるよう属性を追加 (#5235)

Features

  • FormControl,Fieldsetのtitleにアイコンやボタンを含めずマークアップできるよう属性を追加 (#5235) (042e888)

Bug Fixes

  • Textareaの文字数カウントテキストの生成時、ReactComponentが利用される場合があることの考慮漏れを対応 (#5269) (9dbd633)

v63.0.0

07 Jan 05:45
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.

63.0.0 (2025-01-07)

⚠ BREAKING CHANGES

  • typo: BACKGRUOND → BACKGROUND (#5230)

Bug Fixes

v62.3.1

24 Dec 07:07
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.3.1 (2024-12-24)

Bug Fixes

  • AppHeader を Server Component から呼べるようにする (#5226) (cc9c481)

v62.3.0

24 Dec 05:07
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.3.0 (2024-12-24)

Features

v62.2.3

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

62.2.3 (2024-12-18)

Bug Fixes

  • FormDialog: コンテンツがスクロールできるよう修正 (#5192) (2af1c20)
  • ModelessDialog: modeless dialog閉じたときのフォーカス処理修正 (#5177) (1590159)
  • Textarea: 最大文字数を超えたエラーを色以外でも表現する (#5084) (0cc1ab4)

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)