Skip to content

Releases: kufu/smarthr-ui

v54.0.0

23 Jul 05:35
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.

54.0.0 (2024-07-23)

⚠ BREAKING CHANGES

  • Tooltipのmessageを常にhtml上に存在するように修正する (#4788)

Features

Bug Fixes

  • LineClamp: 表示されている行数が最大行数以下のときにTooltipを表示しないように修正 (#4710) (544465d)
  • ModelessDialogマウント時の警告を消したい (#4790) (e660533)
  • Tooltipのmessageを常にhtml上に存在するように修正する (#4788) (5142205)
  • ソートできる Th に cursor: pointer を当てた (#4773) (a55c48e)

v53.1.0

16 Jul 01:46
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.1.0 (2024-07-16)

Features

  • DatePicker に onBlur を渡せるように修正 (#4770) (0422440)
  • Icon に FaTableColumns を 追加 (#4776) (a9d43c8)

Bug Fixes

  • AccordionPanel 開閉時にコンソールエラーが発生する問題を修正 (#4777) (25f8f83)
  • Dialog 開閉時にコンソールエラーが発生する問題を修正 (#4778) (8b5f3ae)
  • titleCheck action の script injection 対策 (#4771) (51bdca1)

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)