Skip to content

Releases: vtex/styleguide

v8.10.0

07 Jan 16:03
Compare
Choose a tag to compare

Added

  • ActionMenu component

Changed

  • InputPassword Use monospaced font to prevent the width from shifting.

Fixed

  • Input Fixed token prop which was not working.
  • Button Fix layout on linebreak.

v8.9.0

28 Dec 17:15
Compare
Choose a tag to compare

Added

  • ButtonWithIcon New component

Deprecated

  • Button icon prop was deprecated in favor of the ButtonWithIcon component

v8.8.1

28 Dec 15:16
Compare
Choose a tag to compare

Added

  • Conditions new experimental component to filter data based on statements.

[8.7.4] - 2018-12-27

  • DatePicker Disable keyboard interaction until date-fns parse function
    support localized date strings (date-fns/date-fns#896)

Fixed

  • Input Fix styles for disabled and read-only states.

[8.7.3] - 2018-12-21

Fixed

  • Dropdown Size was corrected to follow the standards

[8.7.2] - 2018-12-20

  • Reverting v8.7.1. The implemented solution for the yarn install problem was
    causing some build problems due to missing dependencies (probably caused by
    the changes to package.json)

[8.7.1] - 2018-12-20

Fixed

  • Fix wrong yarn install behaviour mentioned in #458

[8.7.0] - 2018-12-20

Changed

  • Button Tertiary variations now change background on hover

Added

  • Table Prop fullWidth for a 100% width table and all colunms equal.

[8.6.2] - 2018-12-18

Fixed

  • Layout Prevent the Layout component from not filling the whole height of the page

[8.6.0] - 2018-12-18

Added

  • Tab Add different class names for selected and unselected states

[8.5.0] - 2018-12-18

Added

  • DatePicker new component to select a Date and Time.

[8.4.4] - 2018-12-18

Fixed

  • PageBlock file export name.

[8.4.3] - 2018-12-17

Fixed

  • Fix typo on /docs/styles/breakpoints.md
  • PageBlock export.

[8.4.2] - 2018-12-14

Fixed

  • Fixed bug where Tabs component would crash if it had a single Tab

[8.4.1] - 2018-12-14

Fixed

  • Layout Fix fullWidth prop.

[8.4.0] - 2018-12-14

Added

  • Layout new component to establish layout standards in our Admin pages.

[8.3.0] - 2018-12-13

Fixed

  • Toast Increase z-index to the max.

Added

  • PageBlock new component for organizing the blocks that make up our Admin pages.
  • Table Add title as param to headerRenderer callback declared in schema to customize header cell

[8.2.0] - 2018-12-06

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

[8.1.0] - 2018-12-03

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

[7.6.6] - 2018-11-21

[7.6.5] - 2018-11-21

Fixed

  • Button Add danger-tertiary to Button variation propTypes, to stop React warning

[7.6.4] - 2018-11-19

Fixed

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

[7.6.3] - 2018-11-14

Added

  • Toast Export toast HOC to allow VTEX IO usage

[7.6.2] - 2018-11-14

[7.6.1] - 2018-11-14

Added

  • Button Add "danger tertiary" Button variation

[7.6.0] - 2018-11-09

Added

  • Toast Add Toast higher order component

[7.5.7] - 2018-11-09

Fixed

  • PageHeader using flex-wrap to fix layout on small screens
  • Revert ToastMessage, fixing a bug where children of ToastProvider would not update

[7.5.6] - 2018-11-08

[7.5.5] - 2018-11-08

Added

  • Toast Create ToastMessage passed on ToastConsumer to immediately allow to use toast

[7.5.4] - 2018-11-07

[7.5.3] - 2018-11-07

[7.5.2] - 2018-11-07

Fixed

  • Spinner Fixed bug where the spinner wasn't animating while the page was loading.

[7.5.1] - 2018-11-07

Added

  • CSS file support

  • Icon add OptionsDots icon

[7.5.0] - 2018-11-06

Added

  • NumericStepper Add lean mode

[7.4.1] - 2018-11-06

[7.4.0] - 2018-11-01

Changed

  • Input prefix prop now accepts any element
  • Input suffixIcon prop to suffix. suffixIcon has been deprecated.

[7.3.5] - 2018-10-15

Added

  • Toast Add duration argument to showToast

Changed

  • Toast Increase Toast duration if it has an action

[7.3.4] - 2018-10-15

[7.3.3] - 2018-10-11

Added

  • Table density prop
  • Table toolbar.density prop to have native control via toolbar of Table content density

[7.3.2] - 2018-10-11

Changed

  • Styleguidist Version to latest

[7.3.1] - 2018-10-11

[7.3.0] - 2018-10-11

Added

  • Badge onClick prop

[7.2.0] - 2018-10-11

Added

  • ModalDialog

[7.1.3] - 2018-10-11

Fixed

  • Textarea Border style error state
  • Input Update color token of prefix & suffix to match Figma version

Added

  • Toast Added positioning prop to ToastProvider to position toasts based either on the parent element dimensions, or window dimensions.

[7.1.2] - 2018-10-08

Fixed

  • Demo files

[7.1.1] - 2018-10-04

Added

  • IconBars, IconUser and IconShoppingCart components

[7.1.0] - 2018-10-03

Changed

  • PageHeader Side buttons changed to children

[7.0.0] - 2018-10-03

Added

  • Icon add columns icon
  • InputSearch add onClear callback as prop
  • Pagination control state of selected rows quantity dropdown
  • Table add containerHeight prop to enhance Table height control
  • Table add pagination prop to make it easier to use Table and Pagination together
  • Table add toolbar prop with actions and search features possibility

Changed

  • [BREAKING] Table Remove indexColumn prop. indexColumnLabel alone now activates the feature
  • [BREAKING] Table Remove containerClass prop

Fixed

  • Pagination change button styles to secondary to match rows dropdown weight

[6.4.4] - 2018-10-01

Added

  • Icons Fix plus icon svg.
  • Improves styles of Multiselect

Fixed

  • NumericStepper Refrains from using the label tag if there is no label, to prevent the keyboard from popping up on iOS unnecessarily
  • Disable host checking on dev server in order to make it publicly accessible

[6.4.3] - 2018-09-28

Added

  • Tabs Added new classes to elements

Fixed

  • EmptyState Remove border

[6.4.2] - 2018-09-28

Fixed

  • Fixed Toast export for render

[6.4.1] - 2018-09-27

Fixed

  • Exports ToastProvider, ToastConsumer, and IconPlusLines to render

[6.4.0] - 2018-09-27

Added

  • Icons Add plus outline version and PlusLines, another plus icon without a circle around it.
  • MultiSelect New component
  • PasswordInput New component
  • Toast New component

Fixed

  • Removed extra iOS styiling from inputs
  • Icons Fix plus icon svg.

[6.3.2] - 2018-09-13

Added

  • Table Sortable columns with opinionated style for clickable Headers.

[6.3.1] - 2018-09-12

Fixed

  • Execute yarn install to fix wrong dependencies.

[6.3.0] - 2018-09-12

Added

  • Slider New component

[6.2.0] - 2018-09-06

[6.2.0] - 2018-09-06

Added

  • Box New component

[6.1.5] - 2018-09-06

Fixed

  • Alert styles

[6.1.4] - 2018-09-06

Added

  • Textarea character countdown when maxLength is defined

[6.1.3] - 2018-08-29

Fixed

  • Input fix propType of ref
  • Dropdown fix propType of ref

[6.1.2] - 2018-08-28

Fixed

  • Icons block prop was sometimes not applied when icons had a solid variation

[6.1.1] - 2018-08-27

Added

  • Table Enhance schema examples in README documentation

[6.1.0] - 2018-08-24

Added

  • InputSearch component

Fixed

  • Button component should be disabled while loading

[6.0.1] - 2018-08-23

Fixed

  • Dropdown forward ref to select
  • Pagination Next button disabled

[6.0.0] - 2018-08-23

Added

  • Badge add prop type
  • Spinner add prop color
  • Spinner add default color of .c-action-primary

Changed

  • [BREAKING] Alert Remove default value of type prop
  • [BREAKING] Alert Remove value info from type prop
  • [BREAKING] Icons default color is now currentColor, which is the current text color
  • [BREAKING] Spinner remove prop secondary

Fixed

  • Spinner proptypes

[5.6.2] - 2018-8-17

[5.6.1] - 2018-08-17

[5.6.0] - 2018-08-17

Added

  • PageHeader Add action button
  • Add CSS classes to all icon components
  • Add block prop to display icons as block
  • tabindex to several components
  • Input onKeyUp and onKeyDown hooks
  • Input groupBottom prop

[5.5.1] - 2018-08-13

[5.5.0] - 2018-08-13

...

Read more

v8.7.4

27 Dec 20:42
Compare
Choose a tag to compare
  • DatePicker Disable keyboard interaction until date-fns parse function
    support localized date strings (date-fns/date-fns#896)

Fixed

  • Input Fix styles for disabled and read-only states.

v8.7.3

21 Dec 18:35
Compare
Choose a tag to compare

Fixed

  • Dropdown Size was corrected to follow the standards

v8.7.2

20 Dec 21:15
Compare
Choose a tag to compare
  • Reverti

v8.7.1

20 Dec 18:37
Compare
Choose a tag to compare

Fixed

  • Fix wrong yarn install behaviour mentioned in #458

v8.5.0

18 Dec 14:36
Compare
Choose a tag to compare

Added

  • DatePicker new component to select a Date and Time.

v8.4.2

14 Dec 20:46
Compare
Choose a tag to compare

Fixed

  • Fixed bug where Tabs component would crash if it had a single Tab

v8.4.0

14 Dec 12:12
Compare
Choose a tag to compare

Added

  • Layout new component to establish layout standards in our Admin pages.