The WordPress coreCoreCore is the set of software required to run WordPress. The Core Development Team builds WordPress. development team builds WordPress! Follow this site for general updates, status reports, and the occasional code debate. There’s lots of ways to contribute:
Found a bugbugA bug is an error or unexpected result. Performance improvements, code optimization, and are considered enhancements, not defects. After feature freeze, only bugs are dealt with, with regressions (adverse changes from the previous version) being the highest priority.?Create a ticket in the bug tracker.
October is almost over, and we’re really close to WordPress 5.9, with this version of GutenbergGutenbergThe Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/ being the second to last to make it into that release. This time around we have plenty of enhancements to the editing experience, including a way to discover Featured BlockBlockBlock is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. Patterns, spacing tools for heading blocks, new animations for some elements (such as Dropzone, and Insertion Point), and more.
Featured Patterns from the Pattern Directory.
The Pattern Directory is the go-to source for great Block Patterns, and with this enhancementenhancementEnhancements are simple improvements to WordPress, such as the addition of a hook, a new feature, or an improvement to an existing feature. to the inserter, users get direct access to a selection of featured Patterns, making it easier to find rich Patterns to use or get inspiration from.
Spacing Tools now available to more blocks
Spacing controls are an important piece when getting your Posts, Pages, and Templates looking just right. In Gutenberg 11.8 we’re getting great Improvements in this area.
Spacing on Heading Blocks — Spacing controls were already available for the Site Title Block, and it made sense to add this possibility for all blocks that generate headings, including the Navigation Block, as seen below! With this enhancement, it’s no longer necessary to manually add padding or margin support to each Pattern or Template that uses heading blocks.
Gap support on the Navigation Block — Enables us to control the space between elements of a Navigation Block, taking advantage of the Block Gap support added in Gutenberg 11.5.
Button Block gap and vertical margin — Also related to Block Gap support, this enables us to control the space between buttons, as well as adding vertical margin support in order to adjust the space above and below the Buttons container. As a side note, the discussion behind this change shows off how Contributors come together to add these useful features to Gutenberg; a big thank you to everyone involved!
Enable always-on burger menu for Responsive Navigation Block.
This update is two-fold: users can now hide a Navigation MenuNavigation MenuA theme feature introduced with Version 3.0. WordPress includes an easy to use mechanism for giving various control options to get users to click from one place to another on a site. behind a button at all times, and they also get a new and improved Navigation Block Display options panel.
Other notable improvements
Allow child theme.jsonJSONJSON, or JavaScript Object Notation, is a minimal, readable format for structuring data. It is used primarily to transmit data between a server and web application, as an alternative to XML. to be merged with parent theme.json
Child themes containing a theme.json file will now apply their styles on top of those defined by the parent theme’s theme.json, allowing them to easily overwrite certain styles while maintaining the parent’s base ones. If no theme.json file is present on the child themeChild themeA Child Theme is a customized theme based upon a Parent Theme. It’s considered best practice to create a child theme if you want to modify the CSS of your theme. https://developer.wordpress.org/themes/advanced-topics/child-themes/., the parent’s styles are applied, and the other way around as well.
More control over Cover and Column blocks’ inner blocks
Starting in Gutenberg 11.8, there is more control over which types of blocks are allowed inside some container blocks, as allowedBlocks support has been added to the Cover Block and to the Column Block.
Enable the Slash Inserter for heading, list, and quote.
The Slash Inserter is the fastest way to find, and add blocks to your content, and from now on users are able to utilize it to add blocks within a Heading, List, and Quote blocks, similarly to how it works in basic Paragraph blocks.
Animations for insertion point, drop zone, and other elements
This release adds a nice touch by providing animations for insertion points and drop zones, among others. For extra clarity, and flair. ✨
Show the ellipsis menu in the ListView
Last but not least, this release also enables the List View’s ellipsis menu (block settings menu) in the Site Editor. Not only does this menu let users copy, duplicate, remove, and perform a bunch of options to blocks from within the List View, but it also helps access the recently revamped Template Part Focus Mode.
11.8.0 Changelog
Spacing tools
Buttons: Add gap and vertical margin support. (34546)
Add spacing controls to all heading blocks. (35772)
Feature Image: Add spacing controls to the featured imageFeatured imageA featured image is the main image used on your blog archive page and is pulled when the post or page is shared on social media. The image can be used to display in widget areas on your site or in a summary list of posts. block. (35775)
Inspector Controls: Resort the order of the design tools associated with styles hooksHooksIn WordPress theme and development, hooks are functions that can be applied to an action or a Filter in WordPress. Actions are functions performed when a certain event occurs in WordPress. Filters allow you to modify certain functions. Arguments used to hook both filters and actions look the same.. (35574)
Allow child theme.json to be merged with parent theme.json. (35459)
Extract the three color panels to their own global styles view. (35400)
Font family: Switch from CSSCSSCascading Style Sheets. Custom Property to classes. (31910)
Move the global styles reset action to a dropdown menu. (35559)
Update descriptions for the different screens under global styles. (35429)
Update the global styles sidebarSidebarA sidebar in WordPress is referred to a widget-ready area used by WordPress themes to display information that is not a part of the main content. It is not always a vertical column on the side. It can be a horizontal rectangle below or above the content area, footer, header, or any where in the theme.’s root view to use Card components. (35547)
Use text color to render the Aa preview in global styles. (35631)
Increase the number of items per page for default Query LoopLoopThe Loop is PHP code used by WordPress to display posts. Using The Loop, WordPress processes each post to be displayed on the current page, and formats it according to how it matches specified criteria within The Loop tags. Any HTML or PHP code in the Loop will be processed on each post. https://codex.wordpress.org/The_Loop. Block. (35603)
Featured patterns from the pattern directory. (35115)
Block Editor
Add animations for insertion point, dropzone, and other elements. (33132)
Adjust Link UIUIUser interface visual styling. (35414)
Create Block: Add PascalCase slug to create-block template strings. (35462)
Create Block: Allow local directories to be passed to –template as relative paths. (35645)
Test Setup: Add more complete mocks of common timer functions. (35368)
Scripts: Allow customization of the ARTIFACTS_PATH via WP_ARTIFACTS_PATH env var. (35371)
AccessibilityAccessibilityAccessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both “direct access” (i.e. unassisted) and “indirect access” meaning compatibility with a person’s assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility)
Rich text popovers: Move to block tools to fix tab order. (34956)
Heading: Remove anchor map when block unmounts. (35761)
Site Logo: Fix site logo block on dark backgrounds. (35718)
i18ni18nInternationalization, or the act of writing and preparing code to be fully translatable into other languages. Also see localization. Often written with a lowercase i so it is not confused with a lowercase L or the numeral 1. Often an acquired skill.
Fix template part block untranslated strings. (35715)
TranslationtranslationThe process (or result) of changing text, words, and display formatting to support another language. Also see localization, internationalization. note for Home/end to avoid mistranslations. (35669)
Packages
Server Site Render: Prevent empty renders in `ServerSideRender` component caused by changing props while already fetching markup. (35433)
Components
Color Picker: Fix some issues on the color picker component; Remove tinycolor2;. (35562)
Navigator: Hide horizontal overflow in Navigator. (35332)
Block APIAPIAn API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways.
Blocks: Apply the most recent filters to previously registered blocks. (34299)
Fix class serialization of font size and colors in dynamic blocks that use block supports. (35751)
Design Tools
Border Radius Control: Fix undefined value on the first click into RangeControl. (35651)
Block Editor
Fix updating the block list after block removal. (35721)
FSE: Coding standards: DOCTYPE should be the first line/character of any HTMLHTMLHyperText Markup Language. The semantic scripting language primarily used for outputting content in web browsers. document. (35442)
REST APIREST APIThe REST API is an acronym for the RESTful Application Program Interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data. It is how the front end of an application (think “phone app” or “website”) can communicate with the data store (think “database” or “file system”) https://developer.wordpress.org/rest-api/.
Fix preloading middleware referencing stale data for OPTIONS requests. (35527)
List View
Fix expand and collapse when the icon is clicked. (35526)
Global Styles
Fix presets that use a callback to validate user data. (35255)
CSS & Styling
Remove font size classes that are enqueued in the global stylesheet. (35182)
Remove deprecated class names from the Navigation Link block. (35358)
Navigation Screen
Use new coreCoreCore is the set of software required to run WordPress. The Core Development Team builds WordPress. functions in menu items REST API. (35648)
Add categories to TOC to help digest the FAQ. (35519)
Add missing documentation for the wrapperProps property for the BlockListBlock component returned by the editor.blockListEdit filterFilterFilters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks. They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output.. (26961)
Clarify documentation for InnerBlocks orientation prop. (35712)
CustomRadius – Remove pluginPluginA plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party-only text. (35582)
Enable/skipped metaboxMetaboxA post metabox is a draggable box shown on the post editing screen. Its purpose is to allow the user to select or enter information in addition to the main post content. This information should be related to the post in some way. test. (35594)
Updates `reactReactReact is a JavaScript library that makes it easy to reason about, construct, and maintain stateless and stateful user interfaces. https://reactjs.org/.-native-aztec` android to use S3 dependency for the Aztec editor. (35606)
A note to extenders on the Navigation Editor
Bugfix #35527 fixed preloading on the Navigation Editor; now cache gets deleted after the first cache hit for OPTIONS requests, potentially affecting 3rd-party plugins.
Performance Benchmark
The following benchmark compares performance for a particularly sizeable post (~36,000 words, ~1,000 blocks) over the last releases. Such a large post isn’t representative of the average editing experience but is adequate for spotting variations in performance.
Version
Time To Render First Block
KeyPress Event (typing)
Gutenberg 11.8
6.21s
40.2ms
Gutenberg 11.7
6.29s
43.13ms
WordPress 5.8
6.74s
51.54ms
Thanks to @critterverse for the assets on this post, @priethor for shepherding the process along, @dd32 for assisting with the release to the plugin directory, and to those who contributed to this release! 👏
You must be logged in to post a comment.