Skip to content

Commit

Permalink
v8.0.2 => Release Notes for details
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekRaafat committed Dec 6, 2020
1 parent 2180913 commit 04c9aa9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: node_js

node_js:
- node
- lts/*
- 15
- 14
- 13
- 12
- 11
- 10
- 8
- 7
- 6
9 changes: 8 additions & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ Release flags:

## Release Notes

- v8.0.0 :sparkles: #141
- v8.0.2 :sparkles:
- Enhanced: Input Field Assignment Order
- Fixed: Trigger Event API

- v8.0.1
- Build Update

- v8.0.0
- Whole New More Modern Architecture Design
- Added: High Quality Accessibility ([WAI-ARIA 1.2](https://www.w3.org/TR/wai-aria-practices-1.2/examples/combobox/combobox-autocomplete-both.html)) Support
- Added: Life Cycle Events (Thanks 👍 @zippy84) #89
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarekraafat/autocomplete.js",
"version": "8.0.1",
"version": "8.0.2",
"description": "Simple autocomplete pure vanilla Javascript library.",
"keywords": [
"simple",
Expand Down

0 comments on commit 04c9aa9

Please sign in to comment.