Skip to content

Latest commit

 

History

History
178 lines (85 loc) · 6.67 KB

CHANGELOG.md

File metadata and controls

178 lines (85 loc) · 6.67 KB

Changelog

5.0.7 (2024-04-02)

Bug Fixes

  • make autoFocus correct for text components (6f63777)

5.0.6 (2024-03-11)

Bug Fixes

  • better styles for size:'s' (b4c7ebd)
  • better type for textApply property (dbacf6f)

5.0.5 (2024-03-07)

Bug Fixes

  • better vertical align for labels (4060084)

5.0.4 (2024-03-06)

Bug Fixes

  • additional to 99d7d701dd91470e641e058f46af3d23d72deaf8 (743fcec)

5.0.3 (2024-03-06)

Bug Fixes

  • minor fix for release.yaml (63d962f)

5.0.2 (2024-03-06)

Bug Fixes

5.0.1 (2024-03-06)

Bug Fixes

  • better question-icon position (258f9d7)

5.0.0 (2024-03-04)

⚠ BREAKING CHANGES

  • update @gravity-ui/uikit v6

Features

  • update @gravity-ui/uikit v6 (82689df)

4.3.1 (2024-02-29)

Bug Fixes

  • better tab errors detection (737fc89)

4.3.0 (2023-12-22)

Features

  • PlainText: add PlainText.props.placeholder property (9cc5dfb)

Bug Fixes

  • PlainText: add padding-top (8cb7525)

4.2.0 (2023-11-28)

Features

  • DFDialog: add DFDialog.props.footerProps.hidden field (325cb3d)

4.1.0 (2023-11-27)

Features

  • add '_dirty' modifier for '.df-dialog__field-group' (f805d4e)

4.0.0 (2023-11-27)

⚠ BREAKING CHANGES

  • rework ControlField.extras (9826b75)
    • definition of function extras(formValues, form) is changed to extras(formValues, {form, field, input})

Features

3.1.0 (2023-11-01)

Features

  • make section collapsible (4ebff66)

Bug Fixes

  • block: block-element should be full-width with vertical tabs (0496529)

3.0.2 (2023-10-04)

Bug Fixes

  • minor style fix for 'textarea' (71fb737)

3.0.1 (2023-10-04)

Bug Fixes

  • buid: babel config should be used for storybook only (663329e)

3.0.0 (2023-09-02)

⚠ BREAKING CHANGES

  • rename .page-dialog classname to .df-page-dialog

chore

  • migrate to @bem-react/classname (8e4f3d0)

2.0.1 (2023-08-17)

Bug Fixes

  • better peerDependencies (8f9fcba)

2.0.0 (2023-07-25)

⚠ BREAKING CHANGES

  • use @gravity-ui/uikit v5

chore

  • use @gravity-ui/uikit v5 (0a4e8da)

1.1.1 (2023-03-21)

Bug Fixes

  • vertical tabs should correctly display controls with fullWidth (675fbd5)

1.1.0 (2023-03-21)

Features

  • add ControlField.fullWidth property (91dd461)

1.0.1 (2023-03-15)

Bug Fixes

1.0.0 (2023-02-22)

  • First release