Releases: vtex/address-form
Releases · vtex/address-form
v3.8.9
Changed
- Styleguide npm package verison.
v3.8.8
Added
- Others USA territories as state options
v4.4.0
Changed
- Input field now uses
shouldShowNumberKeyboard
prop which, in turn, uses a country's postal code mask to decide its value.
v3.8.7
Changed
- Input field do now show validation error message when focused.
v3.8.6
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
Fixed
- Loading for scenarios when loading is passed as a prop to
StyleguideInput
.
v3.8.4
Fixed
- Postal Code autocomplete which should only call API if country is supported
v3.8.3
Fixed
- Autocompleting address with a new address instead of just autocompleted fields which caused confusion
merging different addresses
v3.8.2
Fixed
Spinner
breaking the UI because ofundefined
prop being rendered.
v3.8.0
Changed
StyleguideInput
to have an external loading property to show it in the right moment instead of
when autocomplete is performed