-
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
Blocks: Promote block variations to stable API #20068
Conversation
5ea5ca0
to
63fcbd7
Compare
@jorgefilipecosta, I hope I included enough details to compile the dev note for the release. There are three follow up tasks left for the beta phase, I can work on them after WP 5.4 Beta 1 is out:
I added all 3 items to #16283. |
63fcbd7
to
5d327dc
Compare
@gziolo great work on this one. I think it's a great case to have some examples in our docs, as it's a way to build "new blocks" with very little effort. |
It's definitely on my todo list for WP 5.4 Beta phase, together with Dev Note :) |
Description
Part of #16283.
Now that #19887 is close to merging, I opened #20068 to mark the API for the inserter as stable. It also will work with the Columns block.
__experimentalBlockVariationPicker
remains experimental.New APIs
New type definitions
@wordpress/blocks
core/blocks
storeTesting scenarios:
Recorded screencasts contain unstable API but included code examples are up to date.
scope
limited to the block:scope
limited to the inserter:Checklist: