Releases: kufu/smarthr-ui
v52.0.0
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
v51.2.0
v51.1.1
v51.1.0
v51.0.0
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
Bug Fixes
v50.1.0
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
v50.0.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
50.0.0 (2024-05-14)
⚠ BREAKING CHANGES
- TextareaコンポーネントのmaxLength属性をmaxLetters属性に変更 (#4607)
Features
Bug Fixes
v49.0.1
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
49.0.1 (2024-05-07)
Bug Fixes
v49.0.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
49.0.0 (2024-04-30)
⚠ BREAKING CHANGES
- SectioningFragmentを削除する (#4605)
Features
- FormDialogのonSubmitの第二引数にFormEventを渡すように修正 (#4610) (05598f2)
- SectioningFragmentを削除する (#4605) (a3df056)
Bug Fixes
v48.0.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
48.0.0 (2024-04-23)
⚠ BREAKING CHANGES
- FormGroup と FieldSet を消す (#4587)
Features
- Base と BaseColumn に見出しのレベル自動計算機構を追加 (#4588) (833656c)
- Base,BaseColumnのas属性にsection,aside,article,navを設定した場合、SectioningContent同様に見出しレベル自動計算を行うように修正 (#4590) (0b62c92)
- FormControl でも dangerouslyTitleHidden オプションを許容する (#4583) (2dedb62)
- FormGroup と FieldSet を消す (#4587) (50239ef)
Bug Fixes
- BodyScrollSuppressor を styled-components に依存しない形で実装 (#4595) (fd1b231)
- FormControl から内部コンポーネントが export されないように修正 (#4592) (ce39fc9)
- FormControl, Fieldset で dangerouslyTitleHidden が指定されているときの余白を修正 (#4585) (1d67660)
- Icon: Figmaにのみ存在するアイコンを復活 (#4589) (56642ad)
- Tableの一括操作領域のborderがスクロール時にちらついてしまう場合があるためstyleを調整する (#4596) (d0d045c)
- 強制カラーモードの時はテーブルの一括操作領域に枠線を付ける (#4600) (3b00fca)