From 8adb3658da820ad3391a66de9604fe6ac2b39475 Mon Sep 17 00:00:00 2001 From: Alex Velez Date: Tue, 3 Sep 2024 16:24:15 -0500 Subject: [PATCH 1/3] Bump KDS version to 4.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5bda7923..900e4f54c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kolibri-design-system", - "version": "4.4.1", + "version": "4.5.0", "private": false, "description": "The Kolibri Design System defines common design patterns and code for use in Kolibri applications", "repository": { From fe5325b469871b1b754c0ca837abda6989ecb769 Mon Sep 17 00:00:00 2001 From: Alex Velez Date: Tue, 3 Sep 2024 16:48:30 -0500 Subject: [PATCH 2/3] Add missing changelog item --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fcfa84fc..1bd684851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ Changelog is rather internal in nature. See release notes for the public overvie +- [#744] + - **Description:** Removes internal state management for checked & indeterminate in KCheckbox. + - **Products impact:** Updated API + - **Addresses:** https://github.com/learningequality/studio/issues/4636 + - **Components:** KCheckbox + - **Breaking:** No + - **Impacts a11y:** No + - **Guidance:** If you use KCheckbox, it is your responsibility to handle the `change` event and update whether or not the given `checked` and `indeterminate` props reflect the reality that you expect. +[#744]: https://github.com/learningequality/kolibri-design-system/pull/744 + - [#737] - **Description:** Bump KDS version to 4.4.1. - **Products impact:** -. From d5dc8f3e8362dd4de76837567ab087c559ad1a2c Mon Sep 17 00:00:00 2001 From: Alex Velez Date: Tue, 3 Sep 2024 16:50:12 -0500 Subject: [PATCH 3/3] Add missing changelog item --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd684851..25d85d0c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ Changelog is rather internal in nature. See release notes for the public overvie +- [#767] + - **Description:** Bump KDS version to 4.5.0. + - **Products impact:** -. + - **Addresses:** -. + - **Components:** -. + - **Breaking:** -. + - **Impacts a11y:** -. + - **Guidance:** -. + +[#767]: https://github.com/learningequality/kolibri-design-system/pull/767 + - [#744] - **Description:** Removes internal state management for checked & indeterminate in KCheckbox. - **Products impact:** Updated API @@ -14,6 +25,7 @@ Changelog is rather internal in nature. See release notes for the public overvie - **Breaking:** No - **Impacts a11y:** No - **Guidance:** If you use KCheckbox, it is your responsibility to handle the `change` event and update whether or not the given `checked` and `indeterminate` props reflect the reality that you expect. + [#744]: https://github.com/learningequality/kolibri-design-system/pull/744 - [#737]