Releases: gravity-ui/dynamic-forms
Releases · gravity-ui/dynamic-forms
v5.1.0
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
: from15px
to16px
--df-remove-button-margin-left
: from5px
to4px
Accordeon Card
--df-accordeon-card-interal-actions-margin-right
: from5px
to4px
Card
--df-card-header-right-child-margin-left
: from10px
to8px
--df-card-note-margin-left
: from5px
to4px
Group Indent
--df-group-indent-padding
: from11px 0px 0px 20px
to12px 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
: from5px
to4px
--df-simple-vertical-accordeon-header-inner-margin-left
: from-13px
to-12px
--df-simple-vertical-accordeon-tooltip-margin
: from0px 5px
to0px 4px
--df-simple-vertical-accordeon-body-padding-top
: from6px
to4px
Toggler Card
--df-toggler-card-padding
: from6px
to8px
--df-toggler-card-text-margin
: from12px 15px 0px 0px
to12px 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
: from6px
to12px
--df-checkbox-group-vertical-child-margin
: from0px 0px 6px
to0px 0px 8px
--df-checkbox-margint-start
: from5px
to4px
File Input
--df-file-input-file-name-margin
: fromauto 10px
toauto 8px
Monaco Input
--df-monaco-header-padding
: from15px
to16px
--df-monaco-input-dialog-dialog-footer-padding
: from6px 32px 32px
to8px 32px 32px
Number with Scale
--df-number-with-scale-select-margin-left
: from5px
to4px
OneOf
--df-oneof-base-padding
: from11px 0px 0px 20px
to12px 0px 0px 20px
--df-oneof-base-margin
: from4px 0px 20px 5px
to4px 0px 20px 4px
--df-oneof-base-simple-vertical-accordeon-margin-top
: from-10px
to-12px
Table Array
--df-table-array-table-margin-bottom
: from10px
to8px
--df-table-array-cell-obj-padding-left
: from3px
to2px
Checkbox Group View
--df-checkbox-group-view-child-margin-right
: from6px
to12px
--df-checkbox-group-view-vertical-child-margin
: from0px 0px 6px
to0px 0px 8px
Monaco Input View
--df-monaco-view-dialog-footer-padding
: from10px 32px 32px
to16px
Table Array View
--df-table-array-view-table-margin-bottom
: from10px
to12px
Text Area View
--df-text-area-view-chevron-margin
: from3px
to2px
Column
--df-column-title-margin-right
: from3px
to2px
--df-column-note-inner-margin-top
: from1px
to0px
Row
--df-row-title-margin-right
: from3px
to2px
--df-row-note-inner-margin-top
: from1px
to0px
--df-row-right-margin-left
: from15px
to16px
--df-row-description-margin-top
: from10px
to8px
Section
--df-section-note-margin-left
: from5px
to4px
v5.0.0
5.0.0 (2025-02-10)
⚠ BREAKING CHANGES
- udpate uikit 7 (#266)
Component Updates:
- New appearance for
Oneof
andRadioButtonGroup
components, with the latter replaced bySegmentedRadioGroup
. - Updated appearance for the checkbox in the disabled state.
PasswordInput
is now part of UIKit.HelpPopover
has been moved to UIKit and renamed toHelpMark
.
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.
- A new variable