-
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.7 Dev Note Tracking Issue #65784
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Gotcha 👍 , here it goes: Font Size Presets UIA new UI feature has been introduced in the Global Styles section of the editor, allowing users to add, edit, and remove font size presets. A font size preset is a predefined font size that can be reused throughout the site via the font size picker. This enhancement provides a more user-friendly way to manage font size options, which were previously only accessible via the manual edition of theme.json file. Users can now modify preset names, base sizes, enable or disable the default fluid behavior, and customize the minimum and maximum values for fluid font size presets directly from the UI. To access this interface, navigate to the Styles sidebar, then go to Typography → Font Sizes. |
@artemiomorales started an initial draft of the dev note for block bindings 🚀 |
As of #64981, the Media & Text block now uses an Please feel free to rephrase as needed! 👍 |
Regarding #64872 I think it will work best if we have a paragraph for related small enhancements.
|
This comment has been minimized.
This comment has been minimized.
@fabiankaegy Here's a Dev Note for #62092: block.json:
|
The following items should probably also move to the 6.7 Core documentation board:
(I've started working on those Dev Notes already.) Edit: Draft available here. |
@fabiankaegy FYI my note had a typo: -New `useResizeObserver` API in `@wordpress/components`
+New `useResizeObserver` API in `@wordpress/compose` I edited the comment to correct it. Thanks @mirka for spotting this! |
@fabiankaegy here is the dev note for the Query Loop block - preview is here Updates to the Query Loop block in WordPress 6.7WordPress 6.7 brings a number of improvements and changes to the Query Loop block. The controls to set how many items to display, the offset and max number of pages, have been moved from the block toolbar to the Inspector Sidebar. This change standardizes the location of all of the query controls in the UI, making it much easier to find them. Query Loop blocks that are inserted into single page, post, or custom post type now no longer display the Query Type control and defaults to querying posts. When using the block on templates, the Posts per page setting is now inherited by the block. A new filter was added to allow filtering by Post Formats and the Posts List variation was removed due to some inconsistencies in how the block would receive defaults. |
@fabiankaegy My dev note for #64526 (added at the bottom of the PR description) is actually a note for the Block Inspector ( |
@fabiankaegy I've updated the issue description to include the Block Bindings dev note draft and updated myself to be the assignee. |
@fabiankaegy all dev notes in the "Components Package Updates" section (excluding #64526, as explained above) are in this draft post. Feel free to tweak it as needed ! |
@fabiankaegy, here is the dev note draft for the Interactivity API's |
@fabiankaegy, here is a draft for Extending PreviewOptions. Please let me know if you need anything else, thanks! |
@fabiankaegy, I’ve made a draft for #64351. I'm a first-timer on dev notes so I hope it’s mostly usable. |
@lezama Thank you :) The Dev Notes looks great from my perspective. Are you able to publish it on the Make Core blog yourself or do you need help with that? :) |
I'll prepare a 6.7 Roster of design tools per block (WordPress 6.6 edition) |
Dev notes for #64204 and #64198: Support for async actions and filters in
|
@fabiankaegy the Design Tools roster for 6.7 post is ready for review |
The new plugin extensibility PreviewOptions is a great addition. Thanks for the amazing contribution! 👏 I read through the draft, and I'm wondering if we could add a tiny bit more code example to answer the immediate question that every developer would likely have after seeing how to create a new Otherwise, adding a menu item is merely half the idea, and many developers will be left wanting more. The additional code should be very simple and just leave a breadcrumb for developers to know where or which API to look for next if they want to influence the editor's canvas with their newly added Perhaps my suggestion is outside the focus of a Dev Note, and I will defer to @fabiankaegy and others to guide us. |
@colorful-tones thank you for that callout. From my understanding the API here provides none of that. It literally only allows you to render a button / link there so you can redirect someone somewhere else / trigger your own code from there. @lezama feel free to correct me if I'm wrong/ missing something :) |
That’s correct! Further improvements are being proposed here: #65005. |
@scruffian is away at the moment so here are some notes for his PRs listed above: For #63318:As part of the work to improve theme switching, WordPress 6.7 introduces two new functions which allow style variations to be called from either the currently active theme or a specific directory: Both new functions work similarly to the existing function, For #62539:WordPress 6.7 introduces a new "Typesets" section to Global Styles, which displays all typography presets in a separate panel in Global Styles. This is helpful when there are many typography presets available, as the list can become quite long, and it's easier to view them on a separate panel. This behaviour is also consistent with the way in which colour palettes are displayed in Global Styles. To see individual typesets displayed in Global Styles, create a style variation JSON file that only contains a I hope this isn't too late and they're helpful for the Miscellaneous Dev Note post! |
Helloe veryone. @fabiankaegy just wanted to e sure: are all the changes tracked here supposed to be listed in the WordPress 6.7. feilds guide? I'm not sure all of them are included or linked from the fields guide post. I may be wrong but, for example, I'm not sure this post: https://make.wordpress.org/core/2024/10/18/editor-components-updates-in-wordpress-6-7/ is linked from the fields guide post or from the Miscellaneous Block Editor Changes post. Am I missing something? |
Hey @afercia 👋 It is the 4th link from the top in the field guide? 🤔 |
@fabiankaegy I totally missed it 🤦🏻 |
Thank you to everyone who helped wrangling and writing these Dev Notes |
Thank you for wrangling all the Dev Notes 🚀 |
Tracking all Dev Notes from Gutenberg plugin releases 18.6 - v19.3
Please read the information below carefully. If you have questions or suggestions, connect with
@fabiankaegy
via Slack, ping @fabiankaegy on GitHub, or comment here.Important
🗓 Deadline Drafts for All Dev Notes - October 13th, 2024 (a few days before Beta 3, so there's enough time for reviews)
🗓 Deadline All Dev Notes Published - October 20nd, 2024 (a few days before RC1)
Not all developer-related information must be in a separate DevNote on the Make Core blog for the field guide. We can group related information. We can already decide whether some features warrant a stand-alone blog post or 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.
Instructions
Part of a group post
If the information related to your PR will be part of a group post, please write the dev note in a comment on the PR, so it can be reviewed and, if necessary commented on, by the release docs team or a reviewer.
Before you start writing 📣 please read the handbook pages:
Note
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 relevant to DevNotes :
needs dev note
has 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
TO DO
Progress of the Documentation work for WP 6.7 release (including the DevNotes tracked on this issue) can also be followed at WP 6.7 Documentation project dashboard
PRs with label
has-dev-note
or a related DevNote draft are marked with [x]Standalone Posts:
Stabilize Role Attribute Property ✅ - [Draft]
@youknowriad and @getdave have agreed to work on this one and already shared a Draft.
role
attribute property #65484 - @getdaveZoomed Out Mode
I'd love to have one dev note dedicated to all things Zoomed out mode that explains the feature and how to work with it. Including how stuff like the "Section detection algorithm" work.
@getdave has volunteered to help triage this :)A draft is available at #64197 (comment)Block Bindings
We should have a dedicated dev note for all things Block Bindings that talks about all the new stabilized API's etc. Assigned to @artemiomorales [Draft]
register_meta
in block bindings workflows #65099Interactivity API Updates
@DAreRodz or @michalczaplinski , can you help with this?
getServerState()
andgetServerContext()
#65151Script Modules: Move data passing to 6.7 compat file #64006Components Package Updates
@mirka @ciampo have volunteered to help with this :)
DimensionControl
#64951 @ciampo__experimentalIsFocusable
prop #62282 - @mirka [Draft]value
type fromoptions
#64069 - @mirka [Draft]disabled
options #63450 @ciampoMiscellaneous Editor Updates (TBD)
variations
field #62092 - @ockham - [Draft]useEvent
and revampeduseResizeObserver
to@wordpress/compose
#64943 - @DaniGuardiola - [Draft]edit_posts
capabilities #65071 - @ramonjd - [Draft]Query Loop Updates
@ryanwelcher would you be able to help write a dev note for these changes?
Consolidating and expanding block supports
@mumtahinafaguni Would you be able to draft a dev note that includes all these updates in one post? 🤔
The text was updated successfully, but these errors were encountered: