-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Cherry pick "Stabilise role attribute property (#65484)" #65690
Conversation
* Update usages * Update related functions * Remove unwanted alias * Properly deprecate the experimental method * Deprecate and ensure backwards compatibility * Make selector private * Ensure serializer works backwards compat * Ensure experiment API method still exposed on blocks package * Add hint for updating role attribute * Remove unlock * Improve readability of proxying * Add hint to serializer * use stabilised selector for the content role for edit mode * Attempt locking to fix unit test * Ensure mock returns correct value --------- Co-authored-by: getdave <[email protected]> Co-authored-by: draganescu <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: gziolo <[email protected]> Co-authored-by: ndiego <[email protected]> Co-authored-by: fabiankaegy <[email protected]>
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: +122 B (+0.01%) Total Size: 1.77 MB
ℹ️ View Unchanged
|
Thanks @kevin940726. Sorry I didn't get around to this before you did. |
@kevin940726, do you mind including these two follow-ups in this PR, #65616 and #65617? 🙇 |
Actually, I'll cherry pick those separately so the history doesn't get squashed. |
1302edb
to
f5b3202
Compare
What?
Cherry-pick #65484 manually and resolve the conflict.
I think we should retain the original commit message and the props when merging too? 🤔
Why?
See #65484 (comment).
How?
I left out some changes in #65518 that's not in the release branch. Do we want to also backport that PR?
Testing Instructions
CI should pass.