Skip to content

Tags: Jordan-Hall/accessible-autocomplete

Tags

v2.0.4

Toggle v2.0.4's commit message
This release includes a fix to make sure the highlighted option is di…

…stinguishable in forced colors mode

alphagov#512

v2.0.3

Toggle v2.0.3's commit message
- [Pull request alphagov#415: Make React bundle work server-side in a…

… NodeJS environment](alphagov#415)

v2.0.2

Toggle v2.0.2's commit message
- [Pull request alphagov#388: Set aria-selected as a string instead o…

…f a boolean to avoid being dropped.](alphagov#388)

- [Pull request alphagov#400: Remove pointer events check.](alphagov#400)
- [Pull request alphagov#406: Make hint padding match input padding.](alphagov#406)
- [Pull request alphagov#407: Use a div element to wrap enhanced component.](alphagov#407)
- [Pull request alphagov#410: Fix long clicks not selecting options.](alphagov#410)

v2.0.1

Toggle v2.0.1's commit message
- [Pull request alphagov#379: Ensure multiple autocompletes on one pa…

…ge do not have conflicting id attributes](alphagov#379)

v2.0.0

Toggle v2.0.0's commit message
- Migrate to the new accessible focus state

- Better compatibility with screen readers

v1.6.2

Toggle v1.6.2's commit message

v1.6.1

Toggle v1.6.1's commit message

v1.6.0

Toggle v1.6.0's commit message
- [Feature] Allow customization of the dropdown arrow. By [@sventschui](

https://github.com/sventschui).

v1.5.0

Toggle v1.5.0's commit message
- [Feature] Add ability to translate texts. Relates to alphagov#96. By [

@sventschui](https://github.com/sventschui).

v1.4.2

Toggle v1.4.2's commit message
- Allow space to confirm an option, fixes alphagov#98.

- Add support for navigating lists on IE9, 10 and 11, fixes alphagov#193.