5.0.1 (2024-11-05)
- address-finder: bump af to 5.1.3 (f972ca8)
5.0.0 (2024-09-25)
- Address Finder: Bump to 5.0.1 (5e5ba07)
- Address Finder: Drops support for IE11
4.2.0 (2024-09-11)
- rollup: Add iife lib build to rollup (78a69c4)
4.1.2 (2024-09-10)
- AF: Bump AF to version 4.6.2 (1c8af59)
4.1.1 (2024-05-02)
4.1.0 (2022-08-09)
4.0.1 (2022-03-22)
- Address Finder: Upgrade to 3.0.1 (cfcf262)
4.0.0 (2022-03-01)
- Address Finder: Upgrade to v3, adds US Address Validation (d75a56c)
- 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 provides
view
attribute. References to DOM Elements are stored directly on the instancenext()
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
3.2.0 (2021-08-30)
- Address Finder: Update to 2.4.0 (c757b4b)
3.1.1 (2021-07-25)
3.1.0 (2021-07-06)
3.0.0 (2021-06-16)
- Address Finder: Upgrade to v2 (8173c5a)
- Address Finder: - injectStyle now defaults to
true
2.4.5 (2021-04-23)
2.4.4 (2021-03-15)
- Update: Bump AF to 1.8.2 (7185dc1)
2.4.3 (2021-03-09)
2.4.2 (2021-02-19)
- deps: Bump address-finder (9fa775b)
2.4.1 (2021-02-11)
- ESM: Drop polyfill in ESM build (4e3fafb)
2.4.0 (2021-02-11)
- Deps: Upgrade address-finder (a197769)
- Bundle: Scope ie11 polyfills (cf03ae9)
2.3.0 (2021-02-08)
2.2.0 (2021-01-21)
2.1.0 (2021-01-19)
2.0.0 (2021-01-07)
- Bundles: Simplify Bundles (b4f006f)
- Bundles: Latest ESM and Modern UMD bundles have been eliminated. For better browser targeting use the upstream address-finder project
1.1.0 (2021-01-06)
1.0.1 (2021-01-04)
- Babel: Fix UMD builds (40557c9)
- Release: Initial release (aebacac)