From 416198fac4629374ba1d59a69cc76ef2c7c5e384 Mon Sep 17 00:00:00 2001 From: Tarek Raafat Date: Fri, 30 Apr 2021 19:35:41 +0200 Subject: [PATCH] v9.1.0 => Release Notes for details --- .gitignore | 7 +------ docs/release-notes.md | 10 +++++----- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 5e60a8bf..623573f0 100644 --- a/.gitignore +++ b/.gitignore @@ -63,7 +63,6 @@ typings/ # Experimental folder .exp -.vscode/ # Distribution folder # dist/ @@ -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/ diff --git a/docs/release-notes.md b/docs/release-notes.md index dfb17541..cb6c7842 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -45,13 +45,13 @@ For more information on semantic versioning, please visit . - 🔝 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