-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Add changelog entry for #70493. #71008
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
Conversation
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Flaky tests detected in de79c06. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/16665721802
|
@tellthemachines we have a section for the Field API, we could update the render method https://developer.wordpress.org/block-editor/reference-guides/packages/packages-dataviews/#render |
de79c06
to
f5eaede
Compare
In the interest of making timezones work for us, I've pushed the changes to README (and rebased to fix some CI issues). |
Oh I see! I was searching the docs for Thanks for fixing it up and merging André! |
What?
Closes
Follow-up from #70493 (comment).
I'm not sure whereabouts these changes might be added on a README. The only API update is the extra prop for
mediaField.render
, but field props don't seem to be documented anywhere. Might it be worth creating a section for them and adding them all in?