Skip to content

Releases: vtex/address-form

v3.8.9

09 Jan 19:11
Compare
Choose a tag to compare

Changed

  • Styleguide npm package verison.

v3.8.8

09 Jan 18:50
Compare
Choose a tag to compare

Added

  • Others USA territories as state options

v4.4.0

02 Jan 13:52
Compare
Choose a tag to compare

Changed

  • Input field now uses shouldShowNumberKeyboard prop which, in turn, uses a country's postal code mask to decide its value.

v3.8.7

12 Dec 17:10
Compare
Choose a tag to compare

Changed

  • Input field do now show validation error message when focused.

v3.8.6

11 Dec 17:26
Compare
Choose a tag to compare

Fixed

  • State/city selection on Chile because postalCode was not required when it should
  • Flaky tests that would return empty string or null depending of computer/Node version

v3.8.5

10 Dec 19:57
Compare
Choose a tag to compare

Fixed

  • Loading for scenarios when loading is passed as a prop to StyleguideInput.

v3.8.4

27 Nov 13:45
Compare
Choose a tag to compare

Fixed

  • Postal Code autocomplete which should only call API if country is supported

v3.8.3

27 Nov 13:34
Compare
Choose a tag to compare

Fixed

  • Autocompleting address with a new address instead of just autocompleted fields which caused confusion
    merging different addresses

v3.8.2

26 Nov 21:02
Compare
Choose a tag to compare

Fixed

  • Spinner breaking the UI because of undefined prop being rendered.

v3.8.0

21 Nov 13:17
Compare
Choose a tag to compare

Changed

  • StyleguideInput to have an external loading property to show it in the right moment instead of
    when autocomplete is performed