Change Log #
Removed
flat
prop and changed default look to flatStateful by default
va-accordion
Checkbox have outlined style by default
Added
preset="solid"
va-checkbox
Changed default look to outline and removed
flat
andsolid
propsAdded
content
slotAdded
header
andheader-content
slot withiconAttrs
,attrs
andvalue
argumentsImprove collapse animation
Now stateful by default
va-collapse
Components config now supports passing attributes such as class, style, href, data-*, etc. the same way props work
va-config
Removed
width
props, usestyle="width: *"
insteadChanged default size to
--va-form-element-default-width-small
(120px)outline
,bordered
props are removed. Component is always outlined.solid
andbordered
props are moved topreset
prop (preset="solid"
,preset="bordered"
)
va-counter
New fabrics for Typescript users
type DataTableItems
,type DataTableColumns
,defineVaDataTableColumns
anddefineVaDataTableItems
va-data-table
Date input have outlined style by default
solid
andbordered
props moved topreset="solid"
andpreset="bordered"
va-date-input
To make icons looks better within text we changed default icon size is changed to 18px (or 1rem),
small
changed to 14px,medium
to 18px,large
to 24px
va-icon
Inputs have outlined style by default
solid
andbordered
props moved topreset="solid"
andpreset="bordered"
All
--va-input-*
css variables renamed to--va-input-wrapper-*
For outlined style
currentColor
is used for text color, without background color detectiontype="textarea"
is removed, use VaTextarea component instead
va-input
Radio have outlined style by default
Add
preset="solid"
va-radio
To make rating icons looks better within text we changed default icon size is changed to 18px (or 1rem),
small
changed to 14px,medium
to 18px,large
to 24px
va-rating
Select have outlined style by default
solid
andbordered
props moved topreset="solid"
andpreset="bordered"
va-select
Date input have outlined style by default
solid
andbordered
props moved topreset="solid"
andpreset="bordered"
va-textarea
Date input have outlined style by default
solid
andbordered
props moved topreset="solid"
andpreset="bordered"
va-time-input
Added validation and
options
prop