-
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
6.3 Dev Note Tracking Issue #51484
Comments
The dev note I added under #49649 doesn't just apply to plugins, but it's a small enough change that I don't think it needs a separate post. |
Added dev note in #49673 (comment) for the relevant part of the PR. LMK if there's anything else I should include! 🙇 |
Decided to not make this API public for 6.3 so no dev note required yet. |
Dev notes for layout-related work: layout stabilisation Edit: added layout definitions dev note. (These could all go together in one layout-related post) |
Ready for reviewThe draft post that groups all layout-related dev notes from the comment above: https://make.wordpress.org/core/?p=106122&preview=1&_ppp=f90c033a3b |
Proposed Dev Note for the iframe PRs: https://make.wordpress.org/core/?p=106178&preview=1&_ppp=c7bb7ce20d
|
Proposed dev note for the Block Selectors API: https://make.wordpress.org/core/?p=106203&preview=1&_ppp=8dda7565b7 Unfortunately, I'll be AFK for a little over a week so might need someone to pick this up to address any feedback 🙏 |
Thanks @ellatrix , @aaronrobertshaw , @noahtallen , @kevin940726 , and @tellthemachines. I've reviewed the dev notes drafts, and they're up for final checking by @bph before publishing. I'd also remind everyone that we still need dev notes for the following PRs. Can they be delivered this Friday, if possible? |
Thanks for the ping @Leonardus-Nugraha! @tellthemachines added one for this PR in #50621 (comment), which can most likely be combined with the other layout dev notes. |
Oh, sorry I missed that @andrewserong, @tellthemachines already added that to the draft for all Layout dev-notes. |
I've prepared a draft for the command center dev note https://make.wordpress.org/core/?p=106472&preview=1&_ppp=86b7098999 but the problem is that most of this post has been copied form the request for feedback we previously published in https://make.wordpress.org/core/2023/05/17/command-center-request-for-feedback/ since the API didn't change. I think it's fine but wanted to mention just in case. |
Sorry for the delay! I'll get #51020 done by Friday. |
This is a private API so I think we don't need a post about it. |
Sorry for the delay on this. The draft is here: https://make.wordpress.org/core/?p=106677&preview=1&_ppp=8c7d8f9fb4 |
Thanks @ntsekouras, @youknowriad, @scruffian, and @ndiego, for the dev notes! |
Sorry about the delay. this functionality has been a little in flux, first draft for #51144 up. |
Thanks @glendaviesnz! @youknowriad are you planning to add video to your Command Palette API dev note? https://make.wordpress.org/core/?p=106472&preview=1&_ppp=86b7098999 |
@scruffian do you have an code example for the dev note https://make.wordpress.org/core/?p=106719 on the prioritizing blocks in the inserter? I think it would be more helpful. |
Thanks for the review @Leonardus-Nugraha, the Dev Note for #51020 is now published here. |
What is the review process of getting the iframe note published? Here is a refreshed link: https://make.wordpress.org/core/?p=106178&preview=1&_ppp=095d4a9810 |
@ellatrix thanks! I've added that dev notes to the Miscellaneous Editor dev notes post, scheduled for publishing today |
I updated the post with some pseudo code, it's hard to give a real example because of the different ways you might implement |
@Leonardus-Nugraha For #49134, the "dev note" would be one or two short paragraphs. I don't think it warrants its own blog post. I'd rather squeeze it as a section into some larger document ("other miscellaneous changes"), if anything like that exists. |
Hi @Leonardus-Nugraha, Patterns on the create a new template modalIn WordPress 6.2, we introduced a new modal for creating templates. This modal presents the option to start a new template from a "blank" state or use the current fallback of the template. In WordPress 6.3, we expanded this modal's functionality to display patterns that are suitable for a given template. For a pattern to appear in the modal, it needs to specify a property called templateTypes, which is an array containing the templates where the patterns can be used as the full content. Here's an example that demonstrates adding a pattern to the start of a 404 template:
|
For the record, I added some extra info to the iframe section: https://make.wordpress.org/core/2023/07/18/miscellaneous-editor-changes-in-wordpress-6-3/#post-editor-iframed |
Tracking all Dev Notes from Gutenberg plugin releases 15.2 - 16.1
Please read the information below carefully. If you have questions, connect with @Leonardus-Nugraha or @stevenlinx via Slack or comment here.
Not all developer-related information needs to be in a separate DevNote on the Make Core blog for the field guide. We can group related information. We can already make decisions on some features if it warrants a stand-alone blog post or if the information will be part of a group post.
Stand-alone post
To streamline the process and eliminate bottlenecks, all writers of stand-alone dev notes will write the dev notes on the Make Core Blog. If you need access to write on the Blog, connect with @hellofromtonya or @abhansnuk via Slack or comment here.
Instructions
Before you start writing 📣 please read the handbook pages:
The list is incomplete. We are in the process of reviewing plugin release changelogs and add them as we progress on the task.
There are two labels:
needs dev note
andhas dev note
If you worked on a feature/module/component that definitely needs a dev note, please assign the label
needs dev note
If you already added the Dev Note to the make blog on draft or as a comment on the PR, please label ithas dev note
Standalone dev notes:
Command Palette API
Block Selectors API
Layout-related updates
Social Icons
Miscellaneous dev notes:
enqueue_block_assets
#49655 @ellatrixunwrap
from transforms and addungroup
to more blocks #50385 @ntsekourasTo Do
Editor
List View: Add a rootClientId prop #49475 @scruffianBlocks
Add ability to prevent editing blocks using useBlockEditingMode() #50643 @noisysocksPatterns
Data
The text was updated successfully, but these errors were encountered: