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.
In this release 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/ 8.0, there is a continued effort to refine the experience around the new 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 feature. Additional formatting options for subscript and superscript text have been added, and the code editor has been improved to be more like how one would expect a code editor to look and feel.
Patterns Inserter
To allow a user to browse and insert block patterns, a new tab-panel interface has been added to the Block Inserter. In order to afford additional space for browsing patterns, the top-level inserter has been redesigned to appear as a panel that appears adjacent to the block list when toggled.
Inline Formatting
Previously, the availability of formatting options was constrained by the limited space available in a block toolbar. The inclusion of a collapsible dropdown list of formatting options opens the possibility to add a variety of new formatting options for more niche use-cases. This release adds two new formatting options: subscript and superscript.
Code Editor
This release improves the code editor by embracing what it is: a code editor. The Code Editor now uses a monospace font for the title, and the editor resizes to the viewport.
8.0 🇧🇬
Features
Add subscript and superscript formatting options. (21819)
Move the Block Patterns UIUIUser interface to the inserter. (20951)
Improve layout and usability of code editor. (21643)
Import from individual reactReactReact is a JavaScript library that makes it easy to reason about, construct, and maintain stateless and stateful user interfaces. https://reactjs.org/.-dates component. (21914)
A new Block Context API has been partially implemented, currently limited to block settings and editor APIs. PHPPHPThe web scripting language in which WordPress is primarily architected. WordPress requires PHP 7.4 or higher APIs will be implemented in the next 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 releases. (21467, 21868, 21921)
Add new “G2”-styled icons to the Icons package. (21209)
Bug Fixes
Change wp_make_content_images_responsive to wp_filter_content_tags to resolve warnings in WordPress 5.5-alpha. (21514)
Collapse selection to end after link insertion. (17126)
Fix selected categoryCategoryThe 'category' taxonomy lets you group posts / content together that share a common bond. Categories are pre-defined and broad ranging. on existing Latest Posts blocks. (21359)
Fix overlapping column contents for embeds. (21570)
Fix focus styling for date picker calendar days. (21600)
Fix gradient picker double-click 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.. (21732)
Fix URLURLA specific web address of a website or web page on the Internet, such as a website’s URL www.wordpress.org display for scheduled posts. (21410)
Test keycode modifiers for keyboard event as exclusive set. (20733)
Fix focus loss for Guide “Finish” button in Internet Explorer. (20599)
Replace incorrect Snackbar label attribute with aria-label. (20540)
Experiments
Add experimental useEditorFeature hook to simplify access to editor features. (21646)
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. page:
Try a fixed toolbar in the navigation page. (21340)
Fix mobile layout for navigation menu page. (21638)
Delete empty spaces in menu 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/. endpoint strings. (21453)
Edit site:
Add current theme to template switcher. (21578, 21768)
Declare attributes for Template Part block in block.json. (21796)
Update end-to-end test for multi-entity saving in site editor. (21363)
Improve template parts resolution and saving behavior. (21766)
Support REST API metaMetaMeta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress. queries. (21851)
Add extra validation when loading template parts. (21636)
Block directory:
Add InserterPanel around block directory results. (21748)
Add deprecation notice to useApiFetch hook. (21723)
Code Quality
Remove nested breakpoint in fullscreen mode CSSCSSCascading Style Sheets.. (21496)
Update npm-package-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.-lint from 4.0.3 to 5.0.0. (21597)
Fix license check script to ignore sub-dependencies of ignored packages. (21606)
Package TypeScript types improvements:
Mark addQueryArgs arguments parameter as optional. (21926)
Relax 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. sprintf arguments type. (21919)
Move camelCaseDash to the package where it is consumed. (21736)
Improve URLPopover code from review comments. (21621)
Documentation
Remove duplicate sentence in glossary documentation. (21565)
Update wp-env docs to reflect current functionality of package. (21809)
Extract Block Transforms into its own handbook page. (21734)
Update the index of 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. to reflect current contents. (21726)
Fix the JSDoc return type for getEntityRecords. (21630)
Update triagetriageThe act of evaluating and sorting bug reports, in order to decide priority, severity, and other factors. links to new document. (21629)
Update Getting Started instructions for remote server. (21625)
Update the “patterns” to reflect “user interface” instead. (21562)
Create document for contributing with triage. (21350)
Update triage.md to add more clarity and relevant links. (21802)
Project Management
Update bug report template to help identify the editor version. (21564)
Various
End-to-end tests:
Add test for template part block creation and insertion. (21849)
Add test that template part block customizations are loaded from slug and theme attributes. (21852)
Fix tests by removing unnecessary assertions and properly install dependencies in @wordpress/api-fetch. (21780)
Add end-to-end test for pinned 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. items. (21652)
Add test which verifies reusable block after refresh. (20605)
Update cleanForSlug() to remove additional non-word characters. (21007)
@wordpress/scripts:
Support debugging with test-unit-js. (21631, 21861)
Install Chromium on demand together with test-e2e script. (20215)
@wordpress/create-block block scaffold tool:
Make it easier to provide most popular CLICLICommand Line Interface. Terminal (Bash) in Mac, Command Prompt in Windows, or WP-CLI for WordPress. options. (21751)
Split JavaScriptJavaScriptJavaScript or JS is an object-oriented computer programming language commonly used to create interactive effects within web browsers. WordPress makes extensive use of JS for a better user experience. While PHP is executed on the server, JS executes within a user’s browser. https://www.javascript.com/. source files into parts for ESNext template. (21750)
@wordpress/env development environment:
Expose port 3306 of MySQLMySQLMySQL is a relational database management system. A database is a structured collection of data where content, configuration and other options are stored. https://www.mysql.com/. container. (21545)
@wordpress/eslint-plugin:
Add the recommended Prettier config to enforce WP coding styles. (21602)
Fix no-unused-vars-before-return JSX identifier reference. (21358)
Navigation block:
Revert changes to data fetching mechanics. (21721)
Bundle the block autocompleter in the block-editor package. (21534)
Install Composer dependencies as pre-lint step. (21537)
Configure Webpack to watch only build files. (21489)
Exit with non-zero status on docgen failed parse. (21690)
Performance Benchmark
The following benchmark compares performance for a particularly sizeable post (~36000 words, ~1000 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.
You must be logged in to post a comment.