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 Site Editor project (formerly called Full Site Editing)
For the latest release of the Gutenberg 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, contributors continued improvements to existing UIUIUser interface and UXUXUser experience for content creators, site owners working on their own site, or theme developers creating new themes. Users will find small changes for streamlined workflows, fixed bugs, and refined responsiveness, just to name a few. The release includes 192 PRs by 63 contributors, of which 4 merged their first contributions. Congratulations to all.
The site editor now exposes the ten most recently updated pages so you can directly jump into editing them. This is another step to explore adding back the ability to edit content right from within the site editor. (50463)
Add revisionsRevisionsThe WordPress revisions system stores a record of each saved draft or published update. The revision system allows you to see what changes were made in each revision by dragging a slider (or using the Next/Previous buttons). The display indicates what has changed in each revision. UI to the global styles interface
In the global styles interface, you can now navigate through any revisions and browse how the site looked at that point in time. Any saved changes get shown in a timeline with when they occurred and who made the changes. (50089)
Add Theme Previews for 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. themes
Previewing different themes has never been easier. By introducing a new theme_preview parameter, previewing how your site would look with a different theme right inside the site editor is now possible. (50030)
Changelog
Enhancements
Global Styles
Fluid typography: Use layout.wideSize as max viewport width. (49815)
Global styles revisions: Remove human time diff and custom author fields from the 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. response. (50234)
Unify the global block styles panel with the block inspector panels. (49428)
Post 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.: New design for Replace and Remove buttons. (50269)
Block Library
More intuitive Details block with summary and innerBlocks content. (49808)
Introduce new PluginTemplateSettingPanel slot. (50257)
Add chevrons to the templates and template parts in site editor. (50076)
Components
Button: Add opt-in prop for next 40px default size. (50254)
Consolidate and add documentation to Storybook. (50226)
DimensionControl: Use WordPress package instead of reactReactReact is a JavaScript library that makes it easy to reason about, construct, and maintain stateless and stateful user interfaces. https://reactjs.org/. in code example. (50435)
FormTokenField, ComboboxControl: Add opt-in prop for next 40px default size. (50261)
Global Styles: Fix palette color popovers. (49975)
Relax link pattern matching in CHANGELOG CI check. (50248)
Remove custom padding for tertiary buttons. (50276)
Mark related selector as resolved when sideloading Navigation fallback. (50324)
Update Template Parts icon to use the symbol. (50410)
Use CoreCoreCore is the set of software required to run WordPress. The Core Development Team builds WordPress. Data for Nav fallbacks and side load resulting entity into state. (50032)
Tweak copy for block settings menu “Insert…” to “Add…”. (50444)
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/.
Comment Template Block: Set commentId context via 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.. (50279)
Cover: Use overflow: clip, falling back to overflow: Hidden to allow sticky children (technically). (50237)
Ensure imported Classic Menu dirty state to include in Editor entity changes list. (50318)
File Block: Defer hiding PDF embeds for unsupported browsers until the page has loaded. (50113)
Fix template part area variation matching. (49500)
Display conditionally the styles in 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. main navigation screen. (50329)
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)
Add missing tooltip to Site Editor navigation Back icon button. (50104)
Fix Multiple Tooltips from Focus Toolbar Shortcut on 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. Editor. (50344)
Small improvements for the sidebars and Close buttons labeling. (49614)
Design Tools
Changed so that borders and radius are maintained when Duotone is changed. (50088)
LineHeightControl: Fix application of zero values in editor. (48917)
Fonts API
[Font API] Do not print in admin using ‘admin_print_styles’ for themes with 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.. (50259)
Widget Editor
Fixes fixed block toolbar in widgets editor. (50371)
Add a button to open it from the site editor view mode. (50425)
Do not show dynamic add new post, add new page commands. (50221)
Extract the WordPress reusable commands to a dedicated package. (49956)
Fix command menu not re-opening after closing it. (50213)
Documentation
Add changelog for eslint-plugin validating dependencies in useSelect and useSuspenseSelecthooksHooksIn 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.. (50247)
Add client-side filter reference to Curating the Editor doc and fix links. (50203)
Add missing closing parenthesis in code example. (50253)
Adds example to change the permalink structure. (50251)
BlockControls, InspectorControls: Remove useSlot, unify behavior on bad group. (50198)
Enqueue registered block assets and resolve 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. styles end-to-end failure. (50185)
Make eslint-plugin validate dependencies in useSelect and useSuspenseSelect hooks. (49900)
Save Hub: Reuse the save button component to save code. (50145)
Changelog automation: Apply proper top-level categorization precedence to 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. PRs. (50208)
Do not include first time contributors section in changelog if there are not any. (50291)
You must be logged in to post a comment.