-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mynamesleon
committed
Jan 29, 2020
1 parent
1b2d75d
commit e4959a0
Showing
22 changed files
with
4,956 additions
and
6,937 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [1.1.0] - 2020-01-29 | ||
|
||
### Added | ||
|
||
- Home key usage to go to first item in the list | ||
- End key usage to go to last item in the list | ||
- `onAsyncError` callback option | ||
|
||
### Changed | ||
|
||
- Moved code and build over to TypeScript for: code improvements, self-documentation, and reduced bundle size by using an ES6 output from TypeScript that's bundled to UMD with webpack. | ||
|
||
### Fixed | ||
|
||
- Issue with the API filter method getting an error | ||
- Issue when clicking on a single-select autocomplete with minLength of 0 with a current selection, which was correctly searching with an empty string, but the polling method was then triggering a search with the value afterwards. | ||
- Screen reader announcements for results ignoring the number of results rendered | ||
|
||
[1.1.0]: https://github.com/mynamesleon/aria-autocomplete/compare/v1.0.0...v1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.