WordPress 7.1 includes an update to the latest stable version of jQuery UI, 1.14.2 from version 1.13.3. This update drops support for all versions of Internet Explorer & Edge Legacy which is inline with the WordPress Browser Support Policy. This… Continue Reading →
WordPress 7.1 introduces four filters that allow plugins to customise the execution lifecycle of abilities registered with the Abilities API. The Abilities API previously provided the wp_before_execute_ability and wp_after_execute_ability actions. These actions are useful for observing execution, but they cannot… Continue Reading →
WordPress 7.1 introduces a new background.gradient block support. It gives blocks a gradient control in the Background panel of the block inspector. Unlike the existing gradient support, it can be combined with a background image so the two render together…. Continue Reading →
WordPress 7.1 introduces a minWidth dimension block support, letting blocks opt in to setting a minimum width. This follows the same pattern as the existing minHeight support. GitHub issue: #76525 | PR: #76949 Background Blocks already support several dimension properties:… Continue Reading →
Icon collectionsCreating a collectionRemoving a collectionIconsAdding iconsRemoving an iconIcon block enhancementRendering an icon in PHPStyling iconsStyling React icons from @wordpress/iconsStyling the SVG returned by wp_get_icon()REST API WordPress 7.0 added a built-in set of SVG icons that the block editor and… Continue Reading →
WordPress 7.1 continues to use React 18.3 React 19 upgrade won’t be a part of WordPress 7.1. After briefly enabling it in Gutenberg we discovered unexpected incompatibilities in how old and new version of React interact with each other, and… Continue Reading →
40px default size for form controlsWhat changedWhat to doAffected componentsNot includedChanges for consumers styling with EmotionRemove NavigationRemove __experimentalApplyValueToSides 40px default size for form controls Starting in WordPress 7.1, @wordpress/components form controls use a 40px default height unconditionally. The opt-in __next40pxDefaultSize… Continue Reading →
In WordPress 7.1, the Custom HTML block supports interleaving static HTML with regular, editable blocks (79115): Static heading Editable paragraph Static footer In the editor, the static markup renders inert while the inner blocks are editable in place — but… Continue Reading →
Background The grid view of the Media Library (including the Media Modal) has supported infinite scrolling for a long time, where attachments load automatically as you scroll instead of behind a Load more button. That behavior was controlled by the… Continue Reading →
WordPress 7.1 introduces the ability to define a text-shadow value in Global Styles through theme.json. Themes can now set a text shadow globally, on specific blocks, and on elements such as links, without a plugin or custom stylesheet. GitHub issue:… Continue Reading →
WordPress 7.1 ships client-side media processing – a capability that handles image compression, resizing, format conversion, rotation, and thumbnail generation directly in the user’s browser using WebAssembly, rather than on the server. The feature is enabled by default in supporting… Continue Reading →
© 2026 WP News Desk — Powered by WordPress and WP RSS Aggregator | Hosted by WP Engine