Skip to content

Releases: gravity-ui/dynamic-forms

v5.1.0

14 Feb 15:42
fcf6372
Compare
Choose a tag to compare

5.1.0 (2025-02-14)

Features

CSS Variables Updates

New variable added

  • CopyButton
    • --df-copy-button-margin: 0px 0px 0px 4px

Changed

Common Variables

  • --df-spacing-inputs: from 15px to 16px
  • --df-remove-button-margin-left: from 5px to 4px

Accordeon Card

  • --df-accordeon-card-interal-actions-margin-right: from 5px to 4px

Card

  • --df-card-header-right-child-margin-left: from 10px to 8px
  • --df-card-note-margin-left: from 5px to 4px

Group Indent

  • --df-group-indent-padding: from 11px 0px 0px 20px to 12px 0px 0px 20px
  • --df-group-indent-margin: from -11px 0px 0px 5px to -12px 0px 0px 4px
  • --df-group-indent-simple-vertical-accordeon-view-margin-top: from -10px to -12px

Simple Vertical Accordeon

  • --df-simple-vertical-accordeon-body-margin-left: from 5px to 4px
  • --df-simple-vertical-accordeon-header-inner-margin-left: from -13px to -12px
  • --df-simple-vertical-accordeon-tooltip-margin: from 0px 5px to 0px 4px
  • --df-simple-vertical-accordeon-body-padding-top: from 6px to 4px

Toggler Card

  • --df-toggler-card-padding: from 6px to 8px
  • --df-toggler-card-text-margin: from 12px 15px 0px 0px to 12px 16px 0px 0px

Array Base

  • --df-array-base-item-prefix-margin: from -7px 0px 8px to -8px 0px 8px

Checkbox Group

  • --df-checkbox-group-child-margin-right: from 6px to 12px
  • --df-checkbox-group-vertical-child-margin: from 0px 0px 6px to 0px 0px 8px
  • --df-checkbox-margint-start: from 5px to 4px

File Input

  • --df-file-input-file-name-margin: from auto 10px to auto 8px

Monaco Input

  • --df-monaco-header-padding: from 15px to 16px
  • --df-monaco-input-dialog-dialog-footer-padding: from 6px 32px 32px to 8px 32px 32px

Number with Scale

  • --df-number-with-scale-select-margin-left: from 5px to 4px

OneOf

  • --df-oneof-base-padding: from 11px 0px 0px 20px to 12px 0px 0px 20px
  • --df-oneof-base-margin: from 4px 0px 20px 5px to 4px 0px 20px 4px
  • --df-oneof-base-simple-vertical-accordeon-margin-top: from -10px to -12px

Table Array

  • --df-table-array-table-margin-bottom: from 10px to 8px
  • --df-table-array-cell-obj-padding-left: from 3px to 2px

Checkbox Group View

  • --df-checkbox-group-view-child-margin-right: from 6px to 12px
  • --df-checkbox-group-view-vertical-child-margin: from 0px 0px 6px to 0px 0px 8px

Monaco Input View

  • --df-monaco-view-dialog-footer-padding: from 10px 32px 32px to 16px

Table Array View

  • --df-table-array-view-table-margin-bottom: from 10px to 12px

Text Area View

  • --df-text-area-view-chevron-margin: from 3px to 2px

Column

  • --df-column-title-margin-right: from 3px to 2px
  • --df-column-note-inner-margin-top: from 1px to 0px

Row

  • --df-row-title-margin-right: from 3px to 2px
  • --df-row-note-inner-margin-top: from 1px to 0px
  • --df-row-right-margin-left: from 15px to 16px
  • --df-row-description-margin-top: from 10px to 8px

Section

  • --df-section-note-margin-left: from 5px to 4px

v5.0.0

10 Feb 14:04
36af757
Compare
Choose a tag to compare

5.0.0 (2025-02-10)

⚠ BREAKING CHANGES

  • udpate uikit 7 (#266)

Component Updates:

  • New appearance for Oneof and RadioButtonGroup components, with the latter replaced by SegmentedRadioGroup.
  • Updated appearance for the checkbox in the disabled state.
  • PasswordInput is now part of UIKit.
  • HelpPopover has been moved to UIKit and renamed to HelpMark.

Component Library Changes:

  • The @gravity-ui/components library is no longer used and has been removed.

CSS Variable Changes:

  • Renaming:

    • --df-tooltip-container-max-width is now --df-popover-item-max-width.
    • --df-tooltip-container-margin-bottom is now --df-popover-item-margin-bottom.
  • New Variable:

    • A new variable --df-checkbox-margin-start has been added.

chore

v4.17.0

10 Feb 12:25
ec1bf6c
Compare
Choose a tag to compare

4.17.0 (2025-02-10)

Features

  • add layout props variant header for section and accordeon and a… (#271) (78baa28)

Bug Fixes

  • update actions preview build and preview deploy (#272) (00a3bb4)

v4.16.1

10 Feb 08:33
4acc850
Compare
Choose a tag to compare

4.16.1 (2025-02-07)

Bug Fixes

v4.16.0

22 Jan 10:52
4f967f2
Compare
Choose a tag to compare

4.16.0 (2025-01-22)

Features

Bug Fixes

v4.15.0

12 Dec 09:19
ad76cf0
Compare
Choose a tag to compare

4.15.0 (2024-12-12)

Features

Bug Fixes

v4.14.3

05 Dec 11:59
49ae3a1
Compare
Choose a tag to compare

4.14.3 (2024-11-29)

Bug Fixes

  • fix remove button for array item object (#251) (f156e5b)

v4.14.2

12 Nov 08:57
19f3367
Compare
Choose a tag to compare

4.14.2 (2024-11-12)

Bug Fixes

  • Unify behavior of empty and undefined viewSpec.order in object form (#246) (d67e322)

v4.14.1

08 Nov 16:38
5bbf2a2
Compare
Choose a tag to compare

4.14.1 (2024-11-08)

Bug Fixes

v4.14.0

17 Oct 10:27
76998fe
Compare
Choose a tag to compare

4.14.0 (2024-10-17)

Features

  • add ability to use external values for shared context (#240) (d1b69cb)