Releases: ideal-postcodes/address-finder-bundled
Releases · ideal-postcodes/address-finder-bundled
5.0.1
5.0.0
4.2.0
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
4.0.0 (2022-03-01)
Features
- Address Finder: Upgrade to v3, adds US Address Validation (d75a56c)
BREAKING CHANGES
- Address Finder: Enables Address Validation for USA alongside GBR
New parent element now wraps both the address finder suggestion list and toolbar
Controller no longer providesview
attribute. References to DOM Elements are stored directly on the instance
next()
andprevious()
only update internal state but do not advance the state machine
All exports have been namespaced to AddressFinder
Removed controller.view. View components are incorporated into main. Address Finder input instance. e.g.controller.view.input
becomescontroller.input
Address Finder now completes addresses using the /autocomplete/addresses/:id API
Address Finder now uses the typings found at @ideal-postcodes/openapi
Adds USA support. Underlying API Client upgraded to 3.0.0
A parent element which wraps both the address finder suggestion list and toolbar
Controller no longer providesview
attribute. References to DOM Elements are stored directly on the instance