From 73c8e41ea2c5618236d1f3dbb0b39b47a28e929c Mon Sep 17 00:00:00 2001 From: Jacob Pierce Date: Tue, 28 Nov 2023 14:16:42 -0800 Subject: [PATCH] CHANGELOG - kdropdownmenu @tab/@close && expandAll icon --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a12a944e4..28e51f78e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ Changelog is rather internal in nature. See release notes for the public overvie ## Version 2.0.0 +- [#497] + - **Description:** KDropdownMenu now emits a @tab event when the user hits the [Tab] key and a @close event when the menu is closed programmatically. Additionally, a new icon for Expand All was added and can be used just like any other icon with the "expandAll" name. + - **Products impact:** updated API + - **Addresses:** - + - **Components:** KDropdownMenu + - **Breaking:** No + - **Impacts a11y:** Does this change improve a11y or adds new features that can be used to improve it? Choose from: yes / no + - **Guidance:** The @tab event can be used for more precise focus management as the popover by default could end up sending focus to the root HTML element by default. Note that the browser event is passed to the handler function, so you may need/want to call `preventDefault()` on that event depending on your use case. + + [#497]: https://github.com/learningequality/kolibri-design-system/pull/497 + - [#478] - **Description:** Changed _dev-only to dev-only - **Products impact:** - @@ -15,7 +26,7 @@ Changelog is rather internal in nature. See release notes for the public overvie - **Breaking:** no - **Impacts a11y:** no - **Guidance:** - - + [#478]: https://github.com/learningequality/kolibri-design-system/pull/478 - [#482] @@ -26,7 +37,7 @@ Changelog is rather internal in nature. See release notes for the public overvie - **Breaking:** no - **Impacts a11y:** no - **Guidance:** - - + [#482]: https://github.com/learningequality/kolibri-design-system/pull/482 - [#464]