From a97fbc76d268bc00411dccfa76af8b9909b27c4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:32:27 +0000 Subject: [PATCH] Update CHANGELOG.md for PR #831 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f4d9b8e..33992c322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ Changelog is rather internal in nature. See release notes for the public overvie +- [#831] + - **Description:** Creates the initial KToolbar component as a direct port of UiToolbar + - **Products impact:** new API, removed API - adds KToolbar, removes UiToolbar from the keen dir + - **Addresses:** N/A + - **Components:** UiToolbar, KToolbar + - **Breaking:** yes + - **Impacts a11y:** no + - **Guidance:** Creates initial KToolbar component as a port of UiToolbar. Further changes and iterations to API expected. + +[#831]: https://github.com/learningequality/kolibri-design-system/pull/831 + + + - [#825] - **Description:** Make the `title` prop required - **Products impact:** updated API