-
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
Details Block: Remove experimental flag and stabilize #50997
Conversation
Size Change: -52 B (0%) Total Size: 1.41 MB
ℹ️ View Unchanged
|
Thanks for handling this ❤️ Removing the edit: oh, just read the PR description properly. I think it's ok to remove that Probably the same for Time to Read (best in a separate PR). I'm not so sure on the status of Table of Contents. |
Personally, I think it would be better to discuss with more people on a separate issue whether or not to ship this block to the core. Stabilizing the Table of Contents is discussed in #42229. We also need to consider separately regarding the Time to Read block 😅 |
Flaky tests detected in 7bc8e5c. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5089153328
|
One of the best ways to test these new features is to include them in the 6.3 beta. If it's decided they're not ready they can be removed from the beta. On the other hand, if we (as gutenberg contributors) accidentally leave it too late to remove the experimental setting, then it becomes very difficult to include them in the beta because of the feature freeze. The release leads have to be persuaded to bless the inclusion of the blocks, and it's a very uncomfortable drawn-out process for everyone. |
I see, so let's remove the experimental flag 👍 |
Alright, so let's merge this PR and get more feedback on the WordPress 6.3 beta! |
* Details Block: Enable by default on Gutenberg plugin without opt-in * Add fixture * Stabilize the block
Closes #50526
What?
This PR makes the Details block the default on the Gutenberg plugin without opt-in.
Why?
The other blocks (Time To Read, Table of Contents) with
__experimental:true
in block.json are enabled by default on the Gutenberg plugin. I think we should first make it available by default on the Gutenberg plugin in order to aim to ship to the WordPress core.Also, the problem on Firefox should have been fixed by #50540.
Testing Instructions