From 15a2bb2b261a1831e3174e1da4b5fc0183b309b8 Mon Sep 17 00:00:00 2001 From: Alex Velez Date: Fri, 9 Aug 2024 12:35:09 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94fb8fb6b..eb9750c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ Changelog is rather internal in nature. See release notes for the public overvie ## Upcoming version 5.x.x (`develop` branch) +- [719] + - **Description:** Removes KResponsiveWindowMixin. + - **Products impact:** removed API. + - **Addresses:** https://github.com/learningequality/kolibri-design-system/issues/679. + - **Components:** KResponsiveWindowMixin. + - **Breaking:** yes. + - **Impacts a11y:** no. + - **Guidance:** Replace any use of KResponsiveWindowMixin with the new composable useKResponsiveWindow. + +[719]: https://github.com/learningequality/kolibri-design-system/pull/719 - [#687] - **Description:** Adds logic that inserts ARIA live assertive and polite regions to an application's document body during KDS initialization and documents this on the new "Installation" page. Relatedly adds `useKLiveRegion` composable with public methods for updating the live regions with assertive and polite messages. - **Products impact:** new API