-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
git cherry-pick
applicable v10
commits from main
#11039
Merged
kodiakhq
merged 9 commits into
carbon-design-system:v10
from
tay1orjones:cherry-pick-from-main
Mar 23, 2022
Merged
git cherry-pick
applicable v10
commits from main
#11039
kodiakhq
merged 9 commits into
carbon-design-system:v10
from
tay1orjones:cherry-pick-from-main
Mar 23, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…gn-system#10956) * test(react): add AVT to breadcrumb * feat(jest-config): update accessibility-checker config * test(react): add accessibility-checker tests to ContentSwitcher Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
…stem#10968) * fix(Combobox): compose onStateChange event handlers * fix(Combobox): remove unnecessary short circuiting * fix(Combobox): get the optional chaining operator syntax right * fix(Combobox): add conditional check to downshiftProps object as well * chore(Carbon): update public api snapshot
…gn-system#10982) Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Josh Black <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* chore(DataTable): size prop audit first draft * chore(DataTable): removed zombies * chore(DataTable): removed v10 styles * chore(DataTable): excluded v10 stories * chore(DataTable): removed sm story from Toolbar * chore(DataTable): included more dynamic and expansion stories
…bon-design-system#11015) * refactor(react): update components to usePrefix or PrefixContent * refactor(react): update components to usePrefix (2) * fix(React): update to new prefix method * refactor(react): update components to usePrefix (3) * refactor(react): update components to usePrefix (4) * chore(react): revert useNormalizedProps as it is used in classes * chore(react): update tests and incorrect import paths * test(react): update tests based on changes * refactor(react): update TabContent usePrefix usage Co-authored-by: D.A. Kahn <[email protected]>
* fix(Datepicker): add onOpen to destructured props * fix(Datepicker): remove render call for onOpen
tay1orjones
requested review from
joshblack and
dakahn
and removed request for
a team
March 23, 2022 03:42
@tay1orjones seems like the tests just need a snapshot update for Plex 👀 |
@joshblack @dakahn snap is fixed, ready for review |
joshblack
approved these changes
Mar 23, 2022
dakahn
approved these changes
Mar 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The
v10
branch was created at2022-03-15 16:48:55 -0500
. Since then, we've had a number of commits go intomain
that we need to have present in thev10
branch so they'll be included in the release.What I've done here is cherry pick what I think are applicable commits from
main
tov10
.Once this is in, I'll cut a new v10 minor release from the
v10
branch 🎉Changelog
Cherry picked commits/PRs (in order)
Testing / Reviewing
main
and double check to make sure there aren't any commits/PRs I missed that should be included in the next v10.x release.