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
36 stars 18 forks source link

Package updates #49

Closed colinrotherham closed 5 years ago

colinrotherham commented 5 years ago

Due to some IE11 issues I've recently opened: https://github.com/alphagov/accessible-autocomplete/pull/310 https://github.com/alphagov/accessible-autocomplete/pull/316

Thanks to @babel/preset-env we can now add automatic polyfills using browserslist 👍

But, due to the webpack + babel build in this project it will undo some of these new tweaks.

So… I've applied the same fixes here as well 😊

colinrotherham commented 5 years ago

We'll still need to do a version bump for https://github.com/alphagov/accessible-autocomplete and roll it into this pull request

injms commented 5 years ago

Super - this looks good and works as expect in IE8 - 11, plus the other required browsers.

We just need to wait for this pull request (https://github.com/alphagov/accessible-autocomplete/pull/316) to be published before we can bump the accessible-autocomplete dependency here. ⏳

colinrotherham commented 5 years ago

@injms Progress, https://github.com/alphagov/accessible-autocomplete/pull/316 has been merged now just waiting for a new npm release.

colinrotherham commented 5 years ago

Added updates from the last week including accessible-autocomplete@1.6.2

This is now ready @injms

injms commented 5 years ago

Superduper! Thanks for doing this @colinrotherham - very much appreciated 🥇

colinrotherham commented 5 years ago

Brill thanks @injms.

Can you please version, tag and publish to npm please? Thanks