-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Convert _experimentalCreateInterpolateElement to a stable api. #20699
Conversation
Size Change: -32 B (0%) Total Size: 864 kB
ℹ️ View Unchanged
|
- Added `__experimentalCreateInterpolateElement` function (see [17376](https://github.com/WordPress/gutenberg/pull/17376)) | ||
- Added `__experimentalCreateInterpolateElement` function (see [17376](https://github.com/WordPress/gutenberg/pull/17376)) |
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.
I don't know why all the extra spacing was added to the markdown. It happened on saving the file which leads me to believe there was a markdown linting change or prettier is affecting this maybe?
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 👍
I added the dev note label for potential inclusion in the 5.5 dev notes.
This change has been included in the Gutenberg |
Yes, during the WP beta/RC release cycle, these are paused because we may need smaller updates for WordPress, hopefully we can release these this week after WP 5.4 is out. |
Ah, thanks for the clarification. It's good to know it didn't get lost in the shuffle :) |
Description
As a part of the experimental API's audit done in #20116 it was agreed that
_experimentalCreateInterpolateElement
could be made a stable api. This pull implements that.How has this been tested?
The function is used in the welcome guide, so I triggered the welcome guide and made sure there were no errors in the console.
Types of changes
This is a function name change. I did a search of existing usage in Gutenberg and replaced with the stable function name:
createInterpolateElement
.Checklist: