-
Notifications
You must be signed in to change notification settings - Fork 713
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 kolibri-design-system from 5.0.0-rc3 to 5.0.0-rc5 #12651
Bump kolibri-design-system from 5.0.0-rc3 to 5.0.0-rc5 #12651
Conversation
Build Artifacts
|
Regarding https://github.com/search?q=repo%3Alearningequality%2Fkolibri%20appendToRoot&type=code |
17f9da0
to
eeac05e
Compare
|
Thanks a lot @nucleogenesis, code changes make sense to me. I think after QA you mentioned earlier, we should be ready for merge. Thanks for jumping in to support this. |
Hi @nucleogenesis - no issues observed while testing the selection on the user table, everything is working as expected. |
Bumps [kolibri-design-system](https://github.com/learningequality/kolibri-design-system) from 5.0.0-rc3 to 5.0.0-rc5. - [Release notes](https://github.com/learningequality/kolibri-design-system/releases) - [Changelog](https://github.com/learningequality/kolibri-design-system/blob/develop/CHANGELOG.md) - [Commits](learningequality/kolibri-design-system@v5.0.0-rc3...v5.0.0-rc5) --- updated-dependencies: - dependency-name: kolibri-design-system dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…kbox KCheckbox no longer maintains its own internal state, rather, it is just like a fancy button which emits an event that it's been clicked and the parent component must react and update the value it passes to `checked` or `indeterminate` accordingly. These tests rely on KCheckbox to emit its internal state whenever it emits `change` and that no longer is the case given KCheckbox doesn't keep an internal state. I've tweaked some of the conditionals in UserTable that relied on that emitted `checked` value so that they instead get the same information from existing available values.
3f36ea9
to
d5ddd80
Compare
Bumps kolibri-design-system from 5.0.0-rc3 to 5.0.0-rc5.
Release notes
Sourced from kolibri-design-system's releases.
Changelog
Sourced from kolibri-design-system's changelog.
... (truncated)
Commits
dd13ea6
Update CHANGELOG.md for PR #77647c955e
Merge pull request #776 from AlexVelezLl/release-v5-prep726b206
Bump KDS version to 5.0.0-rc5b2946fe
Update CHANGELOG.md for PR #727754f629
Merge pull request #727 from BabyElias/gsoc-table-develop7acfa97
passed textAlign to KTableGridItemd41aef2
changelog.md reverted90bd023
fixed linting errors34dcfbc
Cleaned up playground pageeb923d2
Added header align same as content alignmentDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)