Skip to content

Releases: kufu/smarthr-ui

v65.1.0

12 Feb 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.

65.1.0 (2025-02-12)

Features

  • DropdownTrigger: Dropdown triggerでtooltipを表示できるようにする (#5291) (6279377)

Bug Fixes

  • ActionDialog,FormDialog: スクロールできない問題を修正 (#5367) (35b79ab)
  • MultiComboBox: item.labelがReactNodeだった場合のitemの比較を内部の文字列によって行うように (#5191) (547d2e5)

v65.0.1

04 Feb 04:29
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.

65.0.1 (2025-02-04)

Bug Fixes

  • aria-describedbyがinputに紐づいている場合もFormControlのaria-describedbyを設定する (#5344) (3c636f1)
  • SegmentedControl内の選択済み項目でButton[variant=primary]を利用する (#5310) (d286b90)

v65.0.0

28 Jan 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.

65.0.0 (2025-01-28)

⚠ BREAKING CHANGES

  • FloatAreaのresponseMessage属性の型を実装に合わせて調整する (#5299)

Bug Fixes

  • AppHeader: AppNaviを使うように修正 (#5296) (f71c333)
  • FloatAreaのresponseMessage属性の型を実装に合わせて調整する (#5299) (0fd3afa)
  • FormControl、FieldsetでdangerouslyTitleHiddenを指定した場合、多くのtest用ライブラリで用意されているメソッドで対象にできなくなってしまう問題に対応したい (#5339) (09fedd9)
  • Textarea: autoResize時にvalue, defaultValueの初期値でも高さを反映するように修正 (#5330) (8d09ffa)

v64.0.1

21 Jan 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.

64.0.1 (2025-01-21)

Bug Fixes

  • AccordionPanelのkeydownイベントリスナーをTriggerに移動 (#5215) (b139a6f)
  • FieldsetコンポーネントにdangerouslyTitleHiddenを設定した場合、余計な余白が出力されてしまう問題を修正 (#5305) (df19c82)
  • Tooltip: マークアップをpタグからdivタグに変更 (#5275) (3557460)

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)