releases.shpreview
WordPress

WordPress

wordpress.orgFramework
$npx @buildinternet/releases get wordpress

PHPUnit CI jobs cut 52%; rerun flakiness halved

This release2 enhancementsImprovements to existing featuresAI-tallied from the release notes

Trimmed PHPUnit matrix to boundary PHP versions, dropping redundant database combinations, slashing per-run jobs by ~52% and job-minutes by ~54%. Fetching the Gutenberg build once per run and bounding retries on Docker image pulls roughly halved rerun rates from ~68% to ~36%.

Read more →

jQuery UI 1.14.2; IE and Edge Legacy dropped

BreakingThis release2 enhancementsImprovements to existing featuresAI-tallied from the release notes

WordPress 7.1 updates jQuery UI from 1.13.3 to 1.14.2, dropping support for all versions of Internet Explorer and Edge Legacy. Backward compatibility is maintained via jQuery.uiBackCompat = true, though $.fn._form, $.ui.ie, $.ui.safeActiveElement, and $.ui.safeBlur have been removed.

Read more →

Shift+Click range selection in DataViews; floated blocks no longer overlap sticky

preThis release4 featuresNew capabilities12 enhancementsImprovements to existing features35 fixesBug fixesAI-tallied from the release notes
Gutenberg · v23.7.0-rc.1

DataViewsPicker adds Shift+Click range selection for picker-table, picker-grid, and picker-activity layouts. Fixed floated blocks overlapping sticky blocks, cursor position during forward delete of empty blocks, and page scrolling on caret moves within tall blocks. Plus dozens more fixes across the block editor, post editor, and components.

Read more →

Background gradients now combine with block images

This release1 featureNew capabilitiesAI-tallied from the release notes

WordPress 7.1 introduces a new background.gradient block support that stores its value at style.background.gradient and renders through the background-image longhand property, allowing gradients to layer over background images instead of overriding them. The Gradient, Accordion, Pullquote, Post Content, and Quote blocks opt in by default, and safecss_filter_attr() is updated to allow combined gradient + url() values.

Read more →

Form controls now 40px by default; Navigation component removed

BreakingThis release4 enhancementsImprovements to existing featuresAI-tallied from the release notes

Form controls use a 40px default height unconditionally, making the __next40pxDefaultSize prop obsolete. The deprecated Navigation component and __experimentalApplyValueToSides utility are removed. An Emotion-to-SCSS migration begins in @wordpress/components, affecting View, Flex, and others.

Read more →

Text-shadow now configurable via theme.json

This release1 featureNew capabilitiesAI-tallied from the release notes

WordPress 7.1 introduces a textShadow property under styles.typography in theme.json, allowing themes to apply text shadows globally, per block, and on elements like links without custom CSS. The value maps directly to the CSS text-shadow property. Block inspector and Global Styles interface controls are planned for the next release.

Read more →

Image processing moves to the browser

This release5 featuresNew capabilitiesAI-tallied from the release notes

WordPress 7.1 processes image compression, resizing, format conversion, and thumbnail generation in the browser using WebAssembly, removing PHP memory limits and server-side library dependencies. Thumbnails are uploaded individually via a new REST API, and animated GIFs can be converted to MP4 or WebM video. The editor now enables SharedArrayBuffer for WASM-backed features.

Read more →