-
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
Dev Notes for WP 5.5 #23669
Comments
There's a few of these that are still experimental, in that case, we shouldn't write a dev note for them but leave the label for later when the API is made stable. |
As part of that, we should also update https://github.com/WordPress/gutenberg/blob/master/docs/rfc/block-registration.md and move to the final location. |
What's the deadline for the Dev notes to be written? I can write one for |
@nerrad Something like a month (before RC) but the sooner, the better :). |
There are some issues reported about “Enqueue assets for rendered blocks only” (#22754) and it feels like we should revert it. If we don’t find a working solution for all cases on Monday, we should postpone it to WP 5.6. |
@gziolo Are we depending on it for anything? If not, perhaps better to be safe and revert? It seems quite tricky. |
Here's a dev note draft for the resizable editor/new preview options: New editor preview optionsYou can now preview editor content in different screen sizes. Replacing the old preview button there is now a dropdown with “Desktop”, “Tablet” and “Mobile” sizes, as well as the previous front end preview option. The new preview options currently only work on medium to large screens (>= 600px). In the future, there may be a way to preview large screens on a phone. Block developersIf you’re a block developer and would like to have responsive styles for your blocks in the editor, use the
Currently, we aren’t able to manipulate theme editor styles because they are loaded inline in a <style> tag, instead of a separate stylesheet. Other usesThe media query-manipulating hook, Discussion around further features can be found in #19082 |
I came here to write a dev note for block context, but I don't think I can do better than what @aduth wrote in the documentation that's linked there, so I suggest we just use that! 🙂 |
@aduth shared a proposed dev note for a new list of block categories in #19279 (comment):
The Block category is no longer mandatory or doesn't have to match an existing category slug during block's registration. When that happens then a block is rendered in the inserter under the |
Dev notes have been drafted for all the REST API changes. Most related to Gutenberg is https://make.wordpress.org/core/?p=82418&preview=true |
Dev notes are drafted for If there are no suggested edits by Friday, I'll publish then. |
@youknowriad At the moment, |
@tellthemachines What other APIs are introduced apart from |
I'm going to remove |
I'm also removing the ones about the color support flag as it's still experimental. |
Is there an Image Editing dev note? @youknowriad raised in #23966 to attach the method to disable (that PR also needs to be back-ported to WP 5.5). If a dev note is started the description at the top of the PR can be included for disabling. |
#23316 will not be part of 5.5 release (I guess). Do dev notes still make sense in this case? |
@diegohaz I guess it was added just to make sure we don't forget. For now, it seems better to leave it for the next WP release. |
We have We also have Should we mark |
I think we should mark |
Done: #24279 . Does it still require a dev note? |
I noticed that the I'm having a hard time recalling what was preventing #19973 from being merged, aside from fighting with the test suite. |
Oh! what a mistake; I updated the post and removed that section for now. Thanks for catching that @aduth |
This looks complete. Thanks everyone! |
https://github.com/WordPress/gutenberg/issues?q=label%3A%22Needs+Dev+Note%22
These are all the PRs that need Dev Notes to be written for. Let's write them, share them here as comments, see what is related, and create make/core posts accordingly. Please let me know if you're unable to write a note for our PR. The notes should be posted before WP 5.5 RC, but the sooner, the better.
@youknowriad
@aduth (These need to be taken over, cc @WordPress/gutenberg-core.)
false
Block Editor: Change default URLInput autoFocus tofalse
#19973@gziolo
@nerrad
@tellthemachines
Unmarked
The text was updated successfully, but these errors were encountered: