Skip to content

Releases: kufu/smarthr-ui

v41.0.0

16 Jan 05: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.

41.0.0 (2024-01-16)

⚠ BREAKING CHANGES

  • Revert "Revert"RadioButtonをTailwindCSS化"" (#4136)

Features

  • Layout コンポーネントに SectioningFragment の自動挿入機構を作る (#4070) (6d5b0d3)
  • RightFixedNoteのeditボタンの表示/非表示を切り替えられるようにする (#4180) (64899e5)

Bug Fixes

  • AccordionPanelTrigger 内の見出しテキストで折り返しが発生する際に、アイコンとの間に改行が発生しないようにする (#4151) (383e2b7)
  • Input[readOnly] の背景を正しい装飾に修正 (#4181) (5435eaa)
  • ModelessDialog ヘッダを hover した時の装飾を修正 (#4168) (d7301bf)
  • Revert "Revert"RadioButtonをTailwindCSS化"" (#4136) (f0cc6cb), closes #4122 #4122 #4135 #4122 #4135
  • size="s" の Button でも、アイコンとテキストコンテントの縦位置が揃うようにする (#4182) (22dbcb5)

v40.1.3

26 Dec 01:02
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.

40.1.3 (2023-12-26)

Bug Fixes

  • DatePicker の inputSuffixWrapper の border が reset css に依存していたので修正 (#4143) (36b36b5)
  • 強制カラーモード時、TextLinkにunderlineを表示する (#4144) (fcf2190)

v40.1.2

22 Dec 03: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.

40.1.2 (2023-12-22)

Bug Fixes

  • InputとStatusLabelコンポーネントに白背景を追加 (#4138) (adc78fe)

v40.1.1

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

40.1.1 (2023-12-20)

Bug Fixes

  • form内にcomboboxが存在する場合、アイテムの選択をEnterキーで行うとformがsubmitされてしまう問題に対応する (#4127) (64ba364)
  • Heading のスタイリングが reset css に依存していたので修正 (#4118) (c6487c0)
  • MultiComboBoxでアイテムを選択済みであるにも関わらず、requiredがhtml validationに引っかかってしまう問題を修正する (#4115) (b4c2603)
  • RadioButtonPanel の装飾を見直し (#4121) (d73b281)

v40.1.0

13 Dec 02:53
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.

40.1.0 (2023-12-13)

Features

  • Chip コンポーネントを追加する (#4101) (31d4a51)

Bug Fixes

  • ButtonWrapper の prefix 付与漏れを修正 (#4109) (08c5429)
  • top 以外の三辺に border が当たらないように修正 (#4108) (6d62867)
  • typo Stack.stories.tsx (#4102) (e5d622b)

v40.0.2

06 Dec 23: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.

40.0.2 (2023-12-06)

Bug Fixes

  • Stack の詳細度が高すぎる欠陥を修正 (#4093) (17e1b75)

v40.0.1

06 Dec 08: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.

40.0.1 (2023-12-06)

Bug Fixes

  • Layout コンポーネントに ref を渡せない不具合を修正 (#4090) (8c54720)

v40.0.0

05 Dec 23:59
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.

40.0.0 (2023-12-05)

⚠ BREAKING CHANGES

  • Stack の props を見直し、Tailwind CSS 化 (#4054)

Features

Bug Fixes

  • FormDialogのsubmit時、portal等で擬似的にネストしている親formをsubmitしてしまうためstopPropagationを追加する (#4053) (ee51eaa)

  • Stack の props を見直し、Tailwind CSS 化 (#4054) (d6b1866)

v39.1.0

28 Nov 02:49
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.

39.1.0 (2023-11-28)

Features

  • BaseColumn の背景色に WHITE を追加 (#4034) (0089888)

Bug Fixes

  • forwardRef によって壊れていた型情報を直した (#4038) (6c4f144)
  • テキスト付き Icon における左右位置の実装を揃える (#4009) (ba86b21)

v39.0.0

22 Nov 00:26
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.

39.0.0 (2023-11-22)

⚠ BREAKING CHANGES

  • Checkbox から lineHeight を削除し、Tailwind CSS 化 (#3981)

Features

Bug Fixes

  • Center に className が渡っていなかったため styled-components が使えていなかった欠陥を修正 (#4031) (f0a5d79)

  • DatePicker の VRT 用 story の日付を固定 (#3986) (c1ec321)

  • FormGroupのGroupLabelTextでforwardedAsを使うように修正 (#4029) (5852986)

  • props が DOM element に渡ってしまって warning になっている箇所を修正 (#4030) (a0e9d41)

  • SmartHR UIのinput関連のコンポーネントがStyled-Componentでラップされている際にFormControlを使用してもラベルのid等が紐づかない問題を修正 (#4001) (5641acb)

  • 強制カラーモードの時、チェックマークが二重で表示されていたのでブラウザ標準UIのみを表示するようにした (#3996) (f76954b)

  • 画面幅が狭い時の NotificationBar の見た目を調整 (#3967) (c99507c)

  • Checkbox から lineHeight を削除し、Tailwind CSS 化 (#3981) (e382f35)