Skip to content

Releases: vtex/styleguide

v9.143.0

16 Jun 16:09
Compare
Choose a tag to compare

Fixed

  • Modal sometimes not loading window.scroll polyfill after the browser hard refresh.

Added

  • Dropdown disabled prop added to options

v9.142.0

19 May 14:09
Compare
Choose a tag to compare

Added

  • Button onTouchStart and onTouchMove props.

v9.141.1

17 May 16:53
Compare
Choose a tag to compare

Fixed

  • Error with undefined navigator.

v9.141.0

13 May 13:56
Compare
Choose a tag to compare

Fixed

  • NumericStepper closing the autocomplete on touch.

Added

  • Button onTouchEnd prop.

v9.140.1

06 May 14:35
Compare
Choose a tag to compare

Fixed

  • EXPERIMENTAL_TableV2 search button click does not work if the onSubmit prop is not passed.

v9.140.0

29 Apr 13:46
Compare
Choose a tag to compare

Added

  • EXPERIMENTAL_TableV2 disableScroll prop at the root component, to be used without the need of composableSections.

v9.139.1

28 Apr 12:58
Compare
Choose a tag to compare

Fixed

  • EXPERIMENTAL_Modal auto size should have max-width to avoid overflowing the screen.

v9.139.0

27 Apr 12:54
Compare
Choose a tag to compare

Added

  • EXPERIMENTAL_Modal fit-horizontally and auto sizes.

v9.138.3

20 Apr 17:12
Compare
Choose a tag to compare

Fixed

  • date-fns dependency to be explicit so it doesn't conflict when using from npm together with other projects.

v9.138.2

14 Apr 17:27
Compare
Choose a tag to compare

Fixed

  • EXPERIMENTAL_TableV2 Sections issue introduced in the previous version.