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.
Two weeks have already passed since 11.1, so this week 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/ 11.2 was released. This release seems to have had more of a focus on 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. fixes and tooling, but nevertheless there are still some great features to highlight. Color support has been expanded on two blocks, a new layout option is being tested for parent blocks, and there’s now an option for creating a new post after publishing.
Search 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. – button and border colors
Add a new page/post button on publish panel. (33276)
Widgets Editor
WidgetWidgetA WordPress Widget is a small block that performs a specific function. You can add these widgets in sidebars also known as widget-ready areas on your web page. WordPress widgets were originally created to provide a simple and easy-to-use way of giving design and structure control of the WordPress theme to the user. inserter: Clarify that the button toggles the inserter. (33561)
Update widget editor help links to point to the new support article. (33482)
Components: Promote VisuallyHidden from ui into full components (#31244). (31902)
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)
Inserter: In text label mode, use “Close” label when inserter is open. (33534)
Data
CoreCoreCore is the set of software required to run WordPress. The Core Development Team builds WordPress. Data: Pass query argument to data selector shortcuts. (33689)
Bug Fixes
Block Library
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.: Allow authors to select images uploaded by other users. (33567)
Remove instagram reference from embed block’s description. (33519)
Block Editor
Fixed that the block is selected instead of the title when using the select all shortcut. (33621)
Post Editor
Most Used Terms: Avoid 403 error for non-administrators. (33569)
Editor: Set ‘hide_empty’ for the most used terms query. (33457)
HierarchicalTermSelector: Use TextControl component. (33545)
PWA manifest: icon: Fix error when adminadmin(and super admin) bar is gone. (33702)
Widgets Editor
Fix 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/theme incompatibility, call onChangeSectionExpanded conditionally. (33618)
Components
Fix: Native UnitControl to handle single unit configuration. (33641)
BoxControl: Prevent invalidinvalidA resolution on the bug tracker (and generally common in software development, sometimes also notabug) that indicates the ticket is not a bug, is a support request, or is generally invalid. style values. (33444)
UnitControl: Set correct unit when units has one option. (33634)
components: Use useCx to fix iframeiframeiFrame is an acronym for an inline frame. An iFrame is used inside a webpage to load another HTML document and render it. This HTML document may also contain JavaScript and/or CSS which is loaded at the time when iframe tag is parsed by the user’s browser. support. (33301)
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 broken 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. in WP_Theme_JSON_Resolver. (33624)
Update button block corner radius test to px. (33562)
Add unsupported block title translationtranslationThe process (or result) of changing text, words, and display formatting to support another language. Also see localization, internationalization. test. (33340)
Release docs: Add process for creating a point releaseMinor ReleaseA set of releases or versions having the same minor version number may be collectively referred to as .x , for example version 5.2.x to refer to versions 5.2, 5.2.1, 5.2.3, and all other versions in the 5.2 (five dot two) branch of that software. Minor Releases often make improvements to existing features and functionality. of the Plugin. (33546)
Docs: Run Prettier after updating 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. in documentation. (33498)
Publish android artifacts with publish to s3 gradle plugin. (33441)
Build: Split configuration into two parts – blocks and packages. (33293)
Automate grouping of release Changelog PRs by feature. (33229)
Packages: Ensure changelog entries are attributed to the correct release. (33590)
Add i18n filters to documentation table of contents. (33556)
Update the create a block theme how-to guide. (33382)
Block API: Improve how blocks assets are versioned. (33075)
Update the tested up to version in the readme file. (33760)
Correct {% end%} tagtagA directory in Subversion. WordPress uses tags to store a single snapshot of a version (3.6, 3.6.1, etc.), the common convention of tags in version control systems. (Not to be confused with post tags.) – missing a space. (33189)
Use tabs instead of spaces in block transform doc example. (33549)
Fix flaky widgets end-to-end tests by waiting for the snackbar correctly. (33317)
Scripts: Add changlog entry for module update. (33473)
Create block: Update “Tested up to” in readme.txt. (33493)
Code Quality
Block Library
Fix optional params in page list rendering. (33639)
Block Editor
Block editor: Use ReactReactReact is a JavaScript library that makes it easy to reason about, construct, and maintain stateless and stateful user interfaces. https://reactjs.org/. events for shortcuts (portal bubbles & contextual). (32323)
Block editor: Remove focus stopPropagation from appender. (32003)
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
Loading Time
KeyPress Event (typing)
Gutenberg 11.2
8.48s
37.89ms
Gutenberg 11.1
8.54s
38.17ms
WordPress 5.8
8.43s
39.71ms
Kudos to all the contributors that helped with the release! 👏
You must be logged in to post a comment.