Skip to content

Releases: kufu/smarthr-ui

v35.4.0

27 Sep 02: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.

35.4.0 (2023-09-27)

Features

v35.3.0

19 Sep 08:23
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.

35.3.0 (2023-09-19)

Features

  • FilterDropdown にサイズ小オプションを追加 (#3717) (f4bab37)
  • InputFileのラベルが2回スクリーンリーダーで読まれないように (#3714) (b43c0eb)

v35.2.0

12 Sep 01:54
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.

35.2.0 (2023-09-12)

Features

Bug Fixes

  • style属性に渡すプロパティのため、camel caseに変更する (#3698) (e65e098)

v35.1.1

04 Sep 23:31
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.

35.1.1 (2023-09-04)

Bug Fixes

  • Combobox系コンポーネント内で利用している"hidden", "disabled"などのclassを指定する方法から、style属性を変化させる方法に変更する (#3667) (0b2c3e0)

v35.1.0

29 Aug 08:20
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.

35.1.0 (2023-08-29)

Features

  • add onFocus and onBlur to SingleComboBox (#3653) (d1479b5)

Bug Fixes

  • RemoteTriggerActionDialogに渡したonPressEscapeが正しく処理されるようにする (#3605) (de3ff46)

v35.0.0

08 Aug 07: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.

35.0.0 (2023-08-08)

⚠ BREAKING CHANGES

  • Headingのtypeのデフォルト値をsectionTitleに、PageHeadingのtypeのデフォルト値をscreenTitleにする (#3561)

Features

  • Badge を追加 (#3558) (c2cd481)
  • Headingのtypeのデフォルト値をsectionTitleに、PageHeadingのtypeのデフォルト値をscreenTitleにする (#3561) (8cc5c6c)
  • SectioningContent系コンポーネントに対してrefを設定可能にする (#3607) (5127c08)

Bug Fixes

  • TextLink から不要な hover スタイルを削除 (#3613) (ffc6e15)

v34.3.1

31 Jul 08: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.

34.3.1 (2023-07-31)

v34.3.0

26 Jul 07: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.

34.3.0 (2023-07-26)

Features

  • RemoteTrigger系Dialogに onToggle, onOpen, onCloseオプションを追加する (#3565) (2549760)

Bug Fixes

  • ResponseMessage から不要な props を削除 (#3577) (f81a4d7)
  • SpreadsheetTable に className を追加 (#3576) (528be7d)
  • TabItemがselectedでない場合にもborderが表示されてしまう場合があるため、transparent指定ではなく、border有無を切り替えるstyleに変更 (#3594) (0aaf457)
  • Tooltip コンポーネントが全画面モード中でも画面上に描画されるように修正 (#3578) (4d952a0)

v34.2.1

18 Jul 04:33
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.

34.2.1 (2023-07-18)

Bug Fixes

v34.2.0

18 Jul 03:20
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.

34.2.0 (2023-07-18)

Features

  • PageHeadingコンポーネントを追加 (#3546) (691df20)

Bug Fixes

  • DropdownMenuButton内にdisabledなButtonコンポーネントを設置するとstyle崩れが発生する問題を修正 (#3559) (e88120c)