Skip to content

Commit

Permalink
## 2.0.2 - 2020-01-30
Browse files Browse the repository at this point in the history
### Fixes

- [Pull request #388: Set aria-selected as a string instead of a boolean to avoid being dropped.](#388)
- [Pull request #400: Remove pointer events check.](#400)
- [Pull request #406: Make hint padding match input padding.](#406)
- [Pull request #407: Use a div element to wrap enhanced component.](#407)
- [Pull request #410: Fix long clicks not selecting options.](#410)
  • Loading branch information
NickColley committed Jan 30, 2020
1 parent 1ade0b0 commit 3556c36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accessible-autocomplete",
"version": "2.0.1",
"version": "2.0.2",
"main": "dist/accessible-autocomplete.min.js",
"style": "dist/accessible-autocomplete.min.css",
"description": "An autocomplete component, built to be accessible.",
Expand Down

0 comments on commit 3556c36

Please sign in to comment.