diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fcfa84fc..25d85d0c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,28 @@ 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 + - **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:** -. 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": {