alphagov / govuk-country-and-territory-autocomplete

An autocomplete widget that uses data from Country and Territory Register.
https://alphagov.github.io/govuk-country-and-territory-autocomplete/examples/
MIT License
38 stars 18 forks source link

Upgrade to accessible-autocomplete v2.0.0 #60

Closed colinrotherham closed 5 years ago

colinrotherham commented 5 years ago

This is a breaking change that now uses GOV.UK Design System CSS.

E.g. The focus state now meets the new WCAG 2.1 level AA requirements.

See Accessible Autocomplete v2.0.0 release notes: https://github.com/alphagov/accessible-autocomplete/releases/tag/v2.0.0

Fixes https://github.com/alphagov/govuk-country-and-territory-autocomplete/issues/59 the Babel config issue by adding corejs version.

colinrotherham commented 5 years ago

Thanks @injms.

I've (assumed) this will need to be a breaking v1.0.0 release, but let me know if you need anything changing in the changelog etc.

Do you want me to run yarn version major and add the new commit/tag or shall I save that for you? Thanks again