Skip to content

Releases: kufu/smarthr-ui

v53.0.0

09 Jul 02:10
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.

53.0.0 (2024-07-09)

⚠ BREAKING CHANGES

  • FilterDropdown の hasStatusText props を Omit する (#4747)

Features

  • FilterDropdown の hasStatusText props を Omit する (#4747) (cb11898)
  • Table に table-layout 相当の props を追加 ほか (#4757) (35db275)

Bug Fixes

  • Base 上に置いた AccordionPanel のフォーカスリングが出ない不具合を修正 ほか (#4758) (e60cb7d)

v52.2.0

02 Jul 02: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.

52.2.0 (2024-07-02)

Features

  • FormControl / Fieldset 内における入力要素の error 状態紐づけ制御用 props を足す (#4748) (8737a75)

Bug Fixes

  • AccordionPanel がデフォルトで複数パネル開く設定に変更 (#4745) (9beb511)
  • Button を loading 状態に切り替えるとフォーカスが外れてしまう問題の修正 (#4684) (945ca95), closes #4744
  • InformationPanel の開閉ボタンはデフォルトなしにする (#4746) (0cca297)
  • TextLink に color を指定できないように閉じる (#4752) (4363383)

v52.1.0

25 Jun 06:19
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.

52.1.0 (2024-06-25)

Features

  • Dropdown 及び FilterDropdown に onOpen/onClose オプションを追加する (#4722) (acf3642)
  • Thumbtack アイコンを追加 (#4737) (5d8b9cc)

Bug Fixes

  • Heading と Text の相互参照をなくして Text が Heading に依存しないようにする (#4732) (d21c888)

v52.0.1

21 Jun 04:24
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.

52.0.1 (2024-06-21)

v52.0.0

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

52.0.0 (2024-06-18)

⚠ BREAKING CHANGES

  • ErrorScreen の footer props を omit する (#4714)

Features

  • anchor系コンポーネントがtarget属性を持つ場合、rel属性を自動設定する (#4720) (46e4200)
  • ErrorScreen の footer props を omit する (#4714) (953d689)

Bug Fixes

  • PageCounter コンポーネントの decorators の型を修正 (#4717) (4fce9f4)
  • Storybook 上で props のドキュメントが表示されない問題を修正 (#4719) (7a634ae)
  • Tooltip に入れ子にした要素のフォーカスリングが隠れてしまう問題を解消する (#4694) (428cab6)

v51.2.0

11 Jun 06: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.

51.2.0 (2024-06-11)

Features

Bug Fixes

  • Balloon: Safariで影の表示が崩れるバグを修正 (#4697) (ffd29a8)

v51.1.1

05 Jun 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.

51.1.1 (2024-06-05)

Bug Fixes

  • iOS系端末の場合、Select, Radio系入力要素にrequired属性を設定しないように変更 (#4660) (9096449)
  • 背景色として使う可能性のない色を bgColor 関連 props から消す (#4688) (3c9954d)

v51.1.0

28 May 02:34
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.

51.1.0 (2024-05-28)

Features

  • SearchInput コンポーネントに onClickClear オプションを追加 (#4635) (48be8b4)
  • ダイアログコンテンツに背景色とパディングを設定できるようにする (#4677) (ee8dbf3)

v51.0.0

28 May 01:13
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.

51.0.0 (2024-05-28)

⚠ BREAKING CHANGES

  • AccordionPanelのアイコン無し(NoIcon)の削除を行う (#4669)

Features

  • AccordionPanelのアイコン無し(NoIcon)の削除を行う (#4669) (c12824c)
  • Loaderを強制カラーモードに対応 (#4645) (3a00da3)

Bug Fixes

  • Combobox に autocomplete が渡せない不具合を修正 (#4664) (4dd2838)
  • MultiCombobox: 高さのガタツキを修正 (#4665) (9639371)
  • RadioButtonPanel.storiesのlist-styleを修正 (#4666) (c990d2a)

v50.1.0

21 May 04: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.

50.1.0 (2024-05-21)

Features

Bug Fixes

  • Switch: フォーカスリングが表示されるように修正 (#4650) (9ac3738)
  • Text[styleType] の時 Heading と同等とみなし leading="TIGHT" があたるように修正 (#4655) (fc93b11)
  • すべてのダイアログコンテンツの padding を統一 (#4644) (79211b4)