Releases: vtex/styleguide
Releases · vtex/styleguide
v9.135.0
Added
- Class
vtex-textarea__input
onTextarea
component.
v9.134.1
Fixed
- Input and dropdown now have font-size of 16px no matter their sizes
v9.134.0
Added
- Class
vtex-tag
onTag
component.
v9.133.3
Fixed
- EXPERIMENTAL_Modal height on small screens.
- EXPERIMENTAL_Modal overflown content overlapping on iOS Safari.
utilities
folder not being compiled on the package build.
v9.133.2
Fixed
- EXPERIMENTAL_Modal
ref
not properly passed to modal element. - EXPERIMENTAL_Table
emptyState
height
v9.133.1
Fixed
- Slider race condition.
v9.133.0
Added
- CSS handles to Input, Dropdown, and Textarea error messages and help texts.
v9.132.1
Fixed
- EXPERIMENTAL_Table
emptyState
type definitions.
v9.132.0
Added
- AutocompleteInput restart navigating from top when reaching the end of the suggested options with the down arrow key.
Fixed
- AutocompleteInput double focus issue when navigating through the suggested options with tab and arrow keys.
- EXPERIMENTAL_useCheckboxTree root checkbox behavior when all children checkboxes are disabled.
v9.131.0
Added
EXPERIMENTAL_Modal
.useDisclosure
utils.
Fixed
- AutocompleteInput term should follow
input.value
changes to allow input control outside the component.