Skip to content

Releases: vtex/address-form

v2.1.0

22 Aug 18:27
Compare
Choose a tag to compare

Added

  • Handle postal code response of multiple values (Fix vtex/omnishipping#826)

Fixed

  • Fix StyleguideInput maxLength prop
  • Fix focus being called when ref was wrong
  • Only show AddressSummary delimiters if previous or next field has value

v1.2.0

04 Aug 17:36
Compare
Choose a tag to compare

Features

  • Add new prop autoCompletePostalCode to AddressContainer
  • Do not show postal code in AutoCompletedFields when the user typed the postal code

Bug fixes

  • Fix bug on geolocation that was overriding receiverName when address was auto completed
  • Fix bug on DefaultInput that was not focusing on mount
  • Fix on change of GeolocationInput
  • Make prop onBlur not required in DefaultInput
  • Fix USA geolocation rules mapping
  • Fix USA field rules
  • Fix CAN field rules