Skip to content

Releases: kufu/smarthr-ui

v65.3.0

04 Mar 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.

65.3.0 (2025-03-04)

Features

  • Chipコンポーネントでボーダー色を受け取れるようにする (#5295) (ad5498b)
  • 多言語化対応の基盤を作成 (#5220) (ab7bd7e)

Bug Fixes

  • Fieldset: innerMarginとして0.5を受け取れるように修正 (#5421) (d8b6b69)

v65.2.1

25 Feb 07: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.2.1 (2025-02-25)

v65.2.0

18 Feb 06:04
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.2.0 (2025-02-18)

Features

  • StepFormDialogコンポーネントの作成 (#5004) (918f08a)

Bug Fixes

  • AppHeader: elementAs, current, keyまわりのエラーを解消 (#5355) (4e90ad0)
  • StepFormDialogにuseResponseMessageを適用する (#5388) (e02a233)
  • Textarea: rows指定が正しく動かないのを修正 (#5394) (272a3c9)

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)