alphagov / accessible-autocomplete

An autocomplete component, built to be accessible.
https://alphagov.github.io/accessible-autocomplete/examples/
MIT License
900 stars 147 forks source link

[DO NOT MERGE] Testing against Preact 10 #677

Closed romaricpascal closed 4 months ago

romaricpascal commented 4 months ago

Updates the Preact example to load Preact 10 instead of 8 from unpkg (but keep our component built with Preact 8). This is a situation that may happen for people with a Preact project either started since version 10 got out or brought up to date, where a newer version of Preact may need to cohabitate with the version 8 that the component is built with.

Looking at the CI results, Chrome and Firefox work OK, but Internet Explorer has a failing test. The failing behaviour couldn't be reproduced on BrowserStack, so I think things are working alright for IE11.

romaricpascal commented 4 months ago

Branch was temporary to run automated tests on CI