Skip to content

Commit

Permalink
Merge pull request #767 from AlexVelezLl/release-v4-prep
Browse files Browse the repository at this point in the history
Bump KDS version to 4.5.0
  • Loading branch information
AlexVelezLl authored Sep 3, 2024
2 parents 186b179 + d5dc8f3 commit c7432ff
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ Changelog is rather internal in nature. See release notes for the public overvie

<!-- [DO NOT REMOVE-USED BY GH ACTION] PASTE CHANGELOG -->

- [#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:** -.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c7432ff

Please sign in to comment.