Releases: vtex/styleguide
Releases · vtex/styleguide
v8.3.0
v8.2.0
Added
- Button Add
collapseLeft
andcollapseRight
props, to cancel out paddings
Fixed
- Dropdown add missing border on disabled state
Changed
- Renamed PasswordInput to InputPassword, to make it consistent with InputSearch
Deprecated
- Deprecates
PasswordInput
in favor ofInputPassword
v8.1.0
Added
- Table add
emptyStateLabel
prop to use in EmptyState when there is nothing to show - Table add
fixFirstColumn
prop to enhance the multiple column horizontal scroll experience - Toggle Added size
large
- Added size
small
to the following components:Input
,InputSearch
,PasswordInput
,Dropdown
, andNumericStepper
Changed
- Table Use color tokens on the Table Toolbar
- [BREAKING] PageHeader background set to transparent
- [BREAKING] Table Now width in schema properties is absolute (mirroring react pattern in style obj)
- [BREAKING] Toggle Decreased the default size
- [BREAKING] Use typography tokens instead of font-scale classes
- [BREAKING] Changed the rendered sizes of the following form components:
Dropdown
,Pagination
,Input
,InputSearch
,PasswordInput
,Button
,Toggle
, andNumericStepper
. This might only affect you if your layouts are pixel-perfect. In that case, verify if the components are properly aligned.
Deprecated
- Deprecated
x-large
size from all components (Dropdown
,Input
,InputSearch
,PasswordInput
, andNumericStepper
) - Badge renamed component to Tag (still compatible with former usage, only deprecation alert)
Removed
- [BREAKING] Toggle Removed size
small
- [BREAKING] Table Remove
indexColumnLabel
prop, index column is no longer a native feature - [BREAKING] Table Remove
onRowMouseOver
prop - [BREAKING] Table Remove
onRowMouseOut
prop
v7.6.7
v8.0.0
v7.6.6
Release v7.6.6
v7.6.4
v7.6.3
v7.6.2
Release v7.6.2
v7.6.1
Added
- Button Add "danger tertiary" Button variation