Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump KDS version to 5.0.0-rc4 #766

Merged
merged 12 commits into from
Sep 3, 2024

Conversation

AlexVelezLl
Copy link
Member

Description

Bump KDS version to 5.0.0-rc4

Changelog

  • Description: Bump KDS version to 5.0.0-rc4
  • Products impact: -.
  • Addresses: -.
  • Components: -.
  • Breaking: -.
  • Impacts a11y: -.
  • Guidance: -.

AlexVelezLl and others added 5 commits August 28, 2024 12:56
…e-comment

Backport needed changes to automate changelog updates in release-v4
    KCheckbox had local data which are initialized to the given props for
    `indeterminate` and `checked` and then updated in a watcher. This
    resulted in that clicking a checkbox would always toggle it's
    `isCurrentlyChecked` value and setting `isCurrentlyIndeterminate` to
    false.

    The changes here instead have KCheckbox simply use the given prop values
    and does nothing to manage any internal state around whether it shows
    `indeterminate` and/or `checked`.

    This results in users of KCheckbox needing to be mindful of how they
    manage the values they pass into KCheckbox's props as the component will
    now reflect their values at all time
@AlexVelezLl AlexVelezLl merged commit fb85cd2 into learningequality:develop Sep 3, 2024
4 checks passed
@AlexVelezLl AlexVelezLl deleted the release-v5-prep branch September 3, 2024 21:58
learning-equality-bot bot pushed a commit that referenced this pull request Sep 3, 2024
KshitijThareja pushed a commit to KshitijThareja/kolibri-design-system that referenced this pull request Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants