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

Run test against latest version 10.x of Preact #667

Closed romaricpascal closed 4 months ago

romaricpascal commented 4 months ago

What

Run our Preact tests against an updated version of the Preact example loading Preact 10 (https://unpkg.com/preact@10.19.6/dist/preact.js) to check if the library is compatible.

Update the 'Using with Preact' section with the result, in a similar fashion that the React section mentions its versions.

Why

Newer versions of Preact have been released since we last wrote the tests and it'll be good to let our users know whether we're compatible or not.

Who needs to work on this

Developers

Who needs to review this

Developers

Done when