Releases: vtex/styleguide
Releases · vtex/styleguide
v9.143.0
Fixed
- Modal sometimes not loading
window.scroll
polyfill after the browser hard refresh.
Added
- Dropdown
disabled
prop added to options
v9.142.0
Added
- Button
onTouchStart
andonTouchMove
props.
v9.141.1
Fixed
- Error with
undefined
navigator.
v9.141.0
Fixed
- NumericStepper closing the autocomplete on touch.
Added
- Button
onTouchEnd
prop.
v9.140.1
Fixed
- EXPERIMENTAL_TableV2 search button click does not work if the onSubmit prop is not passed.
v9.140.0
Added
- EXPERIMENTAL_TableV2
disableScroll
prop at the root component, to be used without the need ofcomposableSections
.
v9.139.1
Fixed
- EXPERIMENTAL_Modal
auto
size should havemax-width
to avoid overflowing the screen.
v9.139.0
Added
- EXPERIMENTAL_Modal
fit-horizontally
andauto
sizes.
v9.138.3
Fixed
date-fns
dependency to be explicit so it doesn't conflict when using from npm together with other projects.
v9.138.2
Fixed
- EXPERIMENTAL_TableV2 Sections issue introduced in the previous version.