From 116c78ece30b8a50af905255a68c670feb45cc02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:09:44 +0000 Subject: [PATCH] Update CHANGELOG.md for PR #824 --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e93a9c8c9..7a659c44b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,41 @@ Changelog is rather internal in nature. See release notes for the public overvie +- [#824] + - **Description:** Adds default sorting functionality feature + - **Products impact:** new API + - **Addresses:** [#794](https://github.com/learningequality/kolibri-design-system/issues/794) + - **Components:** KTable + - **Breaking:** no + - **Impacts a11y:** no + - **Guidance:** - + +[#824]: https://github.com/learningequality/kolibri-design-system/pull/824 + +- [#824] + - **Description:** Adds requirement for `columnId` attribute in all `header` objects + - **Products impact:** updated API + - **Addresses:** [#794](https://github.com/learningequality/kolibri-design-system/issues/794) + - **Components:** KTable + - **Breaking:** yes + - **Impacts a11y:** no + - **Guidance:** Add a unique column identifier `columnId` to all `header` objects + +[#824]: https://github.com/learningequality/kolibri-design-system/pull/824 + +- [#824] + - **Description:** Renames `disableDefaultSorting` prop to `disableBuiltinSorting` + - **Products impact:** updated API + - **Addresses:** [#794](https://github.com/learningequality/kolibri-design-system/issues/794) + - **Components:** KTable + - **Breaking:** yes + - **Impacts a11y:** no + - **Guidance:** Rename all occurrence of `disableDefaultSorting` + +[#824]: https://github.com/learningequality/kolibri-design-system/pull/824 + + + - [#835] - **Description:** Enables the action that updates the contributions spreadsheet - **Products impact:** no