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.
“What’s new in 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/…” posts (labeled with the #gutenberg-new tag) are posted following every Gutenberg release on a biweekly basis, showcasing new features included in each release. As a reminder, here’s an overview of different ways to keep up with Gutenberg and the Editor.
This release focuses on expanding 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.capabilitiescapabilityA capability is permission to perform one or more types of task. Checking if a user has a capability is performed by the current_user_can function. Each user of a WordPress site might have some permissions but not others, depending on their role. For example, users who have the Author role usually have permission to edit their own posts (the “edit_posts” capability), but not permission to edit other users’ posts (the “edit_others_posts” capability)., enhancing the editor UXUXUser experience, and performance improvements. New features include the new coreCoreCore is the set of software required to run WordPress. The Core Development Team builds WordPress./tabs block for tabbed content, enabling 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/. and CSSCSSCascading Style Sheets. editing added to the HTML block, and image prefetching when expanding images in the editor. Other updates include many theme/color tweaks, DataViews and DataForm refinements, collaboration improvements, 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) and performance optimizations, and numerous 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 documentation updates.
New Tabs block
As the name suggests, the new Tabs block allows you to add tabbed content to your posts, pages, and templates.
Enable the Blocks: add experimental blocks setting to test the tabs block.
HTMLHTMLHyperText Markup Language. The semantic scripting language primarily used for outputting content in web browsers. block updates
Add a context menu when right-clicking on the table headerHeaderThe header of your site is typically the first thing people will experience. The masthead or header art located across the top of your page is part of the look and feel of your website. It can influence a visitor’s opinion about your content and you/ your organization’s brand. It may also look different on different screen sizes.. (73104)
HTML Block: Add JSJSJavaScript, a web scripting language typically executed in the browser. Often used for advanced user interfaces and behaviors./CSS editing. (73108)
Paragraph: Migrate to text-align block support. (73111)
Notes: Add keyboard support for tree navigation. (73136)
Notes: Disable “Add note” button in Distraction free mode. (72954)
Notes: Remove the pin/unpin button from the 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. header. (72825)
Patterns
Hide toolbar slots for contentOnly pattern wrappers. (73182)
Starter content: Change alignment and copy. (72829)
contentOnly patterns: Mark patterns as contentOnly by adding metadata.patternName to the root block. (72988)
Card Component Padding System EnhancementenhancementEnhancements are simple improvements to WordPress, such as the addition of a hook, a new feature, or an improvement to an existing feature.. (72511)
TextareaControl: Add min-height to textarea. (72867)
Colors
ColorPicker: Support pasting whole color values. (73166)
Synced Patterns
Update synced pattern language from “Detach” to “Disconnect pattern”. (73105)
Extensibility
Term Name: Add levelOptions attribute to control available heading levels. (73005)
Write mode
Use color panel for contentOnly pattern editing. (71982)
Block Editor
BlockVariationTransforms: Refactor DropdownMenu with Menu. (71938)
Bug Fixes
Fix unresolvable typedefs in dependency-extraction-webpack-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. (72807)
Math format: Force LTR direction in RTL languages. (72901)
Math format: Remove empty format on serialise. (73143)
Template activation: Disallow editing/trashing of non-database templates. (72790)
Template activation: Inserting template through /templates should always result in active template. (72770)
Template activation: Redirect to ‘Create Templates’ after duplication. (72727)
Template activation: Skip gutenberg_get_registered_block_templates query when no slugs are left to find. (72795)
Theme: Fix Windows build using cross-env for environment variables. (72944)
block-editor: Remove types from 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. exports. (72817)
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.: Use _x() for Template Activation labels. (72928)
Collaboration
Block Notes: Adjust note date tooltip position. (72843)
Change sidebar title – Change Notes to All notes. (72885)
Notes: Fix avatarAvatarAn avatar is an image or illustration that specifically refers to a character that represents an online user. It’s usually a square box that appears next to the user’s name. image size in mobile layout. (73008)
Notes: Fix first note creation with pinned sidebar. (73164)
Fix: Don’t load fit text front end scripts on the editor. (72842)
Fix: Fit Text flash during the binary search on the initial enabling. (72788)
Fix: Fit text may not update when being grouped in a smaller container. (73021)
Fix: Make fit text work with the interativity 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.. (72923)
Update: Use a bigger max fit text font size. (73067)
Stretch text and stretch heading variation. (73056)
DataViews
DataViews Table – only output aria-label for media when item is clickable. (73034)
Fix: DataViews modal actions in list layout. (72793)
Use local time in summary 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. and default render for datetime fields. (72756)
Theme: Disable bgramp tests to fix trunktrunkA directory in Subversion containing the latest development code in preparation for the next major release cycle. If you are running "trunk", then you are on the latest revision. failures. (73122)
Command Palette
Commands: Add edit template if user has proper caps. (73087)
Decode HTML entities in menu URLURLA specific web address of a website or web page on the Internet, such as a website’s URL www.wordpress.org. (72898)
Design Tools
Border Panel: Decode values so that border radius presets are properly handled in global styles. (73072)
Border radius presets: Support mixed values in the rangecontrol slider. (73033)
Block API
Classic Block: Disable lock, renaming, blockVisibility, html support. (72812)
Prevent Esc from executing changes in categoryCategoryThe 'category' taxonomy lets you group posts / content together that share a common bond. Categories are pre-defined and broad ranging. and archive widgets. (72889)
Performance
Move PatternOverrideToolbarIndicator functionality into BlockToolbar. (72935)
Theme: Add caching for theme color ramp builders. (72796)
Theme: Generate default ramps at compile time. (72847)
Theme: Inline values for primitive tokens in CSS output. (72890)
Theme: Optimize color generating algorithm. (72883)
Theme: Use logarithms for contrast difference. (73097)
Block Library
Add Image Prefetching for Click to expand Images. (61107)
Disable TinyMCE: Handle old core/freeform syntax in editor. (72967)
Media
Add Upload button to experimental media modal and always allow multiple uploads. (73125)
Components
UIUIUser interface: Implement Box component as part of new UI package. (72984)
Patterns
contentOnly patterns: Allow re-entry into contentOnly mode after ‘Edit contents’. (72044)
Documentation
Add PHPPHPThe web scripting language in which WordPress is primarily architected. WordPress requires PHP 7.4 or higher function prefixing documentation. (72525)
Automated testing: Add tests to ensure pagination data when fetching intermediate results. (71613)
Block Bindings: Add unit testunit testCode written to test a small piece of code or functionality within a larger application. Everything from themes to WordPress core have a series of unit tests. Also see regression. coverage for sources. (72799)
Build: Remove typechecking from precommit 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.. (72955)
Pin full-length commit SHA for 3rd-party actions. (72855)
You must be logged in to post a comment.