Skip to content

Releases: vtex/styleguide

v8.3.0

13 Dec 21:54
Compare
Choose a tag to compare

Fixed

  • Toast Increase z-index to the max.

Added

  • PageBlock new component for organizing the blocks that make up our Admin pages.

Added

  • Table Add title as param to headerRenderer callback declared in schema to customize header cell

v8.2.0

06 Dec 16:25
Compare
Choose a tag to compare

Added

  • Button Add collapseLeft and collapseRight 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 of InputPassword

v8.1.0

03 Dec 20:57
Compare
Choose a tag to compare

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, and NumericStepper

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, and NumericStepper. 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, and NumericStepper)
  • 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

03 Dec 16:49
Compare
Choose a tag to compare

Fixed

  • Adds lodash dependency

v8.0.0

04 Dec 17:23
Compare
Choose a tag to compare

v7.6.6

21 Nov 20:28
Compare
Choose a tag to compare
Release v7.6.6

v7.6.4

19 Nov 17:14
Compare
Choose a tag to compare

Fixed

  • Toggle Fixes styling when it's semantic and disabled simultaneously

v7.6.3

14 Nov 20:22
Compare
Choose a tag to compare

Added

  • Toast Export toast HOC to allow VTEX IO usage

v7.6.2

14 Nov 15:51
Compare
Choose a tag to compare
Release v7.6.2

v7.6.1

14 Nov 14:02
Compare
Choose a tag to compare

Added

  • Button Add "danger tertiary" Button variation