Skip to content

Latest commit

 

History

History
203 lines (93 loc) · 8.9 KB

CHANGELOG.md

File metadata and controls

203 lines (93 loc) · 8.9 KB

5.0.0 (2024-09-25)

Features

  • Address Finder: Bump to 5.0.1 (5e5ba07)

BREAKING CHANGES

  • Address Finder: Drops support for IE11

4.2.0 (2024-09-11)

Features

  • rollup: Add iife lib build to rollup (78a69c4)

4.1.2 (2024-09-10)

Bug Fixes

  • AF: Bump AF to version 4.6.2 (1c8af59)

4.1.1 (2024-05-02)

Bug Fixes

  • address-finder: Bump version to 4.5.0 (#512) (38be73b)

4.1.0 (2022-08-09)

Features

  • Address Finder 4: Upgrade to Address Finder 4 (#438) (e477a89)

4.0.1 (2022-03-22)

Bug Fixes

  • Address Finder: Upgrade to 3.0.1 (cfcf262)

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 provides view attribute. References to DOM Elements are stored directly on the instance next() and previous() 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 becomes controller.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 provides view attribute. References to DOM Elements are stored directly on the instance

3.2.0 (2021-08-30)

Features

  • Address Finder: Update to 2.4.0 (c757b4b)

3.1.1 (2021-07-25)

Bug Fixes

  • deps: bump @ideal-postcodes/address-finder from 2.2.2 to 2.3.0 (#164) (01d6ce2)

3.1.0 (2021-07-06)

Features

  • deps: bump @ideal-postcodes/address-finder from 2.1.0 to 2.2.2 (#152) (3cb3120)

3.0.0 (2021-06-16)

Features

  • Address Finder: Upgrade to v2 (8173c5a)

BREAKING CHANGES

  • Address Finder: - injectStyle now defaults to true

2.4.5 (2021-04-23)

Bug Fixes

  • deps: bump @ideal-postcodes/address-finder from 1.8.2 to 1.8.3 (#122) (74f070f)

2.4.4 (2021-03-15)

Bug Fixes

  • Update: Bump AF to 1.8.2 (7185dc1)

2.4.3 (2021-03-09)

Bug Fixes

  • deps: bump @ideal-postcodes/address-finder from 1.5.4 to 1.7.0 (#78) (ab82fc6)

2.4.2 (2021-02-19)

Bug Fixes

  • deps: Bump address-finder (9fa775b)

2.4.1 (2021-02-11)

Bug Fixes

  • ESM: Drop polyfill in ESM build (4e3fafb)

2.4.0 (2021-02-11)

Bug Fixes

  • Deps: Upgrade address-finder (a197769)

Features

  • Bundle: Scope ie11 polyfills (cf03ae9)

2.3.0 (2021-02-08)

Features

  • deps: bump @ideal-postcodes/address-finder from 1.3.1 to 1.5.1 (#31) (abe37d0)

2.2.0 (2021-01-21)

Features

  • deps: bump @ideal-postcodes/address-finder from 1.2.1 to 1.3.1 (#19) (04c27bc)

2.1.0 (2021-01-19)

Features

  • deps: bump @ideal-postcodes/address-finder from 1.1.1 to 1.2.1 (#13) (d7da0de)

2.0.0 (2021-01-07)

Features

  • Bundles: Simplify Bundles (b4f006f)

BREAKING CHANGES

  • 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)

Features

  • deps: bump @ideal-postcodes/address-finder from 1.0.0 to 1.1.1 (#4) (dc190f0)

1.0.1 (2021-01-04)

Bug Fixes

1.0.0 (2021-01-04)

Features

  • Release: Initial release (aebacac)