From d42546f529dd2efb0dcf6c1ab539d5e70e34de95 Mon Sep 17 00:00:00 2001 From: Jacob Pierce Date: Tue, 28 Nov 2023 14:21:21 -0800 Subject: [PATCH] CHANGELOG - kdropdownmenu #option slot; drill props in kiconbutton --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a12a944e4..cf45bbb92 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 exposes a #option slot. This slot exposes the current option so a template snippet can be passed here to customize the display of items in the menu. This could also be used to show a list of checkboxed items or perhaps a KCircularLoader next to an item. + + [#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]