Skip to content

Commit

Permalink
v9.1.0 => Release Notes for details
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekRaafat committed Apr 30, 2021
1 parent 9ab9660 commit 416198f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ typings/

# Experimental folder
.exp
.vscode/

# Distribution folder
# dist/
Expand All @@ -87,8 +86,4 @@ Thumbs.db
*.ipr

# VS Code related files
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.vscode/
10 changes: 5 additions & 5 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ For more information on semantic versioning, please visit <http://semver.org/>.
- 🔝 Updated: [`resultsList.container.className`](https://tarekraafat.github.io/autoComplete.js/#/configuration?id=resultslist-optional) default value to be `undefined`
- 🔝 Updated: Code with some refactoring & cleanup
- 🔝 Updated: Development dependencies
- 🔧 Fixed: `resultsList` error on `Enter` key press without selection
- 🔧 Fixed: `resultsList` error on `Enter` key press with no selection
- 🔧 Fixed: Input field `aria-activedescendant` was not removed on each `resultsList` regeneration
- 🔧 Fixed: `noResults` error on `Enter` key press
- 🔧 Fixed: Input field `aria-expanded` set to `true` when `noResults` not set
- 🔧 Fixed: `resultsList` on `close` event did not fire when there is no results
- 🔧 Fixed: `unInit` method did not remove all `inputField` event listeners except for `input` event
- 🔧 Fixed: `open` eventEmitter used to fire on each trigger event
- 🔧 Fixed: Input field `aria-expanded` set to `true` even when `noResults` was not active
- 🔧 Fixed: `resultsList` on `close` event did not fire when `noResults` was active
- 🔧 Fixed: `unInit` method did not remove all `inputField` set event listeners except for `input` event
- 🔧 Fixed: `open` eventEmitter unexpected behavior that used to fire on each trigger event

### v9.0.5
- 🔧 Fixed: `resultsList.container` hierarchy comes after list rendering instead of before
Expand Down

0 comments on commit 416198f

Please sign in to comment.