-
Notifications
You must be signed in to change notification settings - Fork 805
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
Blocks: switch away from __experimentalBlock to useBlockProps #18864
Comments
@jeherve just double checking, it looks like WordPress 5.6 is the required minimum version of WordPress for the Jetpack plugin. I assume this means we can move over to using |
@andrewserong Yes, correct. In addition to that, we can aim to have this issue closed by the time WordPress 5.8 is available (Jetpack 9.9); by then, Jetpack will require WP 5.7. |
Great, thanks for confirming! |
@jeherve has anyone on Jetpack taken on the Video block changes? If not we'll handle it 😄 |
Noone has looked at it yet, no. I'll be happy if you do :) |
Video block is ready for review: #19913 |
WordPress 5.6 (soon to be required to use the Jetpack plugin) introduces the following change:
https://make.wordpress.org/core/2020/11/18/block-api-version-2/
It will allow us to switch away from
__experimentalBlock
touseBlockProps
for some of our blocks.Matching Gutenberg change:
WordPress/gutenberg#31419
Primary issues: #18842 (5.7), #19654 (5.8)
The text was updated successfully, but these errors were encountered: