Skip to content

Commit

Permalink
CHANGELOG - kdropdownmenu @tab/@close && expandAll icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleogenesis committed Nov 28, 2023
1 parent 61b2a92 commit 73c8e41
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:** -
Expand All @@ -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]
Expand All @@ -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]
Expand Down

0 comments on commit 73c8e41

Please sign in to comment.