From 5740f10471e3095eb62a3b35c15ccaa2097f240b Mon Sep 17 00:00:00 2001 From: Jacob Pierce Date: Thu, 16 Nov 2023 14:33:56 -0800 Subject: [PATCH] changelog updates --- CHANGELOG.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e501380f8..53e6e03a8 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 +- [#465] + - **Description:** KDropdownMenu improvements & bind $attrs in KIconButton + - **Products impact:** - + - **Addresses:** - + - **Components:** KDropdownMenu, KIconButton + - **Breaking:** no + - **Impacts a11y:** yes + - **Guidance:** The KIconButton simply allows you to ensure that attrs you bind to it will be applied to the resulting button itself (ie, tabindex). KDropdownMenu now emits the @tab event when the [Tab] key is pressed and @close when the popover is programmatically closed. This allows more precise focus management as the popover by default could end up sending focus to the root HTML element. + + [#465]: https://github.com/learningequality/kolibri-design-system/pull/465 + - [#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] @@ -265,7 +276,7 @@ Changelog is rather internal in nature. See release notes for the public overvie - [#351] - Wrap `KCheckbox` default slot's content in