Releases: WordPress/gutenberg
Releases · WordPress/gutenberg
18.3.0 RC1
Changelog
Enhancements
- Output post classes in the editor. (60642)
- Abstract keyboard shortcuts for heading to paragraph transform and vice-versa. (60606)
- Capitalize more occurrences of Navigation Menu. (60747)
- Clean up top toolbar to use same metrics as block toolbar. (61126)
- Update template and template parts labels. (61146)
- Update the template preview menu item text in the Template option. (57802)
- Upgrade React to v18.3. (61202)
Site Editor
- Add PluginDocumentSettingPanel in template inspector controls. (60961)
- Add publish flow in site editor. (61136)
- Classic Theme: Expose new Patterns page and remove Template Parts submenu. (61080)
- Consolidate editor/canvas resize handles. (60712)
- Patterns data view: Remove icons in favor of dedicated sync status field. (60833)
- Patterns: Remove "Manage all parts" page & link. (60689)
- Tweak Template/Template Parts/Page creation modal. (61005)
- Drop patterns and blocks between sections only in zoom out mode. (60828)
- Insert patterns at the end of the root section. (60855)
- Typography Panel: Use simple labels. (60886)
- Font Library: Convert heading text to heading elements and group fonts as a list. (58834)
Block Editor
- Add new
TextAlignmentControl
component. (60841) - Editor: Sort style overrides by block client ids. (61039)
- Inserter: Bail early when a user has no permission to upload media. (60983)
- List View: Use 'isMatch' for unselect the shortcut. (61223)
- Move search into inserter tabs. (61108)
- Polish Autocomplete popover. (60131)
Global Styles
- Add scoping of feature level selectors for custom block style variations. (61033)
- Allow negative values for margin controls. (60347)
- Allow opt out of certain sets of styles in the editor. (61035)
- Filter out color and typography variations. (60220)
- Update utils for scoping CSS selectors. (61026)
- Add defaultFontSizes theme.json (theme.json v3). (58409)
Block Library
- Group: Remove hardcoded Group block example styles. (61027)
- Remove
Button
component from social link block, replace withbutton
element. (61270) - List View: Unify shortcut handlers. (61130)
- Update list view spacing. (60713)
Post Editor
- Editor: Move around word count, post status and last edited info in page summary. (61235)
- Editor: Update post excerpt panel with new designs. (60894)
- Add duplicate post action. (60637)
- Make duplicate post action available only on the plugin for now. (61192)
Data Views
- Unbox items in grid layout. (61159)
- Update alignment of preview contents in Patterns and Templates data views. (61190)
Components
- ComboboxControl: Simplify string normalization. (60893)
- Update help text alignment in CheckboxControl. (60787)
- RangeControl: Remove deprecated
reducedMotion
util. (61119) - components - inputStyleNeutral: Remove deprecated
reducedMotion
util. (61122)
Bug Fixes
- Editor: Do not show scrollbars when closing sidebars. (60889)
- Fix block tab spacing when few available blocks. (61296)
- Fix pattern preview focus styles. (60881)
- Fix styles panel header. (61319)
- Fix typo in clear customizations text. (61089)
- Fix: Missing format, categories, and tags on the duplicate post action. (61194)
- Fix: Post actions in post card panel is not checking for eligibility. (60994)
- Notices: Fix snackbar placement. (60912)
- Setup Node action - Set arch for key value. (61010)
- docgen: Fix qualified types with type parameters. (61097)
- Background image: Tools panel shouldn't show reset button for inherited values. (61304)
- Fix template files query by post-type. (61244)
- Remove unnecessary period in template block selection notice. (61087)
- Fix issue where pattern override values reset when saving. (61023)
- Blocks: Merge variations bootstrapped from a server with the client definitions. (60832)
- Bump minimum required WordPress version to 6.4. (60780)
Site Editor
- DocumentBar: Account for when top toolbar is open. (61118)
- Don't show appender at all inside sections on zoom-out mode. (60948)
- Editor: Avoid triggering the start page modal on unsaved pages. (61082)
- Fix zoom out mode background color on Safari. (60873)
- Fix: Pattern details page backpath. (61174)
- Make the zoom out inserters work for sections inside the section root. (60909)
- Select last section if parent section doesn't exist. (61002)
Components
- Box Control: Fix issue with negative values. (60984)
- Fix usages of uSES with missing getServerSnapshot. (60943)
Block Library
- Avoid unnecessary heading level and paragraph transform via keyboard shortcuts. (60955)
- Navigation: Remove unnecessary
__experimentalStyle
. (60965)
Accessibility
- Add aria-haspopup="dialog" to Enable/Disable overrides button. (61309)
- Fix unlabeled PostURL Copy button. (61195)
- [Data Views] User patterns: Use excerpt as description. (60549)
Performance
- Block lib: columns: Remove store subs on mount. (61123)
- Block: Remove outline related store selecting. (61139)
- Rich text: Combine all ref effects. (60936)
- Template lock: Batch block disabling. (60934)
- useBlockSync: Avoid replacing blocks twice on mount. (60967)
- useMatchMedia: Cache queries. (61000)
- ListViewBlock: Combine 'useSelect' hooks, part two. (61054)
- Remove
showFixedToolbar
fromuseShowBlockTools
. (60717) - Editor: Optimize some of the post-support panels. (61003)
- Core data: getEditedEntityRecord: Do not return empty object. ([60988...
18.2.0
Changelog
- Bump minimum required PHP version to 7.2 (60714)
Enhancements
Site Editor
- Add rename and trash actions to page panel. (60232)
- Adjust frame animation profile. (60589)
- Animate the radius of the frame. (60415)
- Create router adapter for sidebar. (60466)
- Improve the header animation. (60408)
- Index view for Templates & Parts: Use
grid
layout as default. (60069) - Pages: Display content frame in mobile when canvas is not edit. (60409)
- Simplify template reset language. (60256)
- Template parts in patterns page: Add author field. (60372)
- Template parts: Set backpath to patterns page. (60667)
- Update hub markup and animation. (60410)
- Update site hub action positioning. (60511)
Components
- CustomSelectControlV2: Support disabled in item types. (60896)
- ExternalLink: Replace icon with unicode arrow. (60255)
- InputBase: Simplify focus styles. (60226)
- ProgressBar: Moved width to css var for perf. (60388)
- SlotFill: Replace valtio with custom ObservableMap. (60879)
- Tabs: Fallback to first enabled tab if no active tab Id. (60681)
- Text: Add text-wrap: Pretty. (60164)
- Try: Reduce checkbox size in data views. (60475)
Post Editor
- Confirm dialog: Use more descriptive text for the confirm button. (60364)
- Editor: Add wordcount and reading time info in post card. (60672)
- Editor: Animate opening and closing editor right sidebar. (60561)
- Editor: Animate the inserter and list view panels. (60665)
- Editor: Update post URL component. (60632)
- Editor: Use the 'ConfirmDialog' component in template validation notice. (60385)
- Enable template preview in post editor for non administrators. (60447)
- Support insert before/after keyboard shortcuts when focus is within the list view. (60651)
- Update publish flow. (60456)
Patterns
- Add a "All Template Parts" section. (60775)
- Back Compat: Add Patterns submenu for WordPress 6.4. (60804)
- Patterns page: Add edit & view revision actions to parts. (60659)
- Remove "Template parts" sidebar group. (60359)
- Site Editor: Support starter patterns. (60745)
Synced Patterns
- Adjust allow pattern overrides UX flow. (60769)
- Consolidate "bound block" color and "synced" colors. (60617)
- Improve override indication for editable blocks in synced patterns. (60599)
- Refine rename flow for blocks with overrides. (60234)
Zoom Out
- Adjust block selection button. (60348)
- Animation: Avoid fixed width when animating the secondary sidebar. (60693)
- Introduce section container selection when assembling patterns (zoom out mode). (59249)
- Update zoom out scale. (60618)
Block Library
- Add loading state on image upload in featured image, Site logo and Cover blocks. (59519)
- File: Use HTML API to update the PDF preview label. (60494)
- Navigation block: Add current-menu-item class for post type archive. (57808)
- Remove block renaming control from advanced inspector controls group. (60453)
Data Views
- Add ability to display fields as a badge in grid layout. (60284)
- Data views table row: Make checkboxes and actions visible on touch devices. (60829)
- DataViews: Make the experiment about custom views. (60813)
Layout
- Add a Row control to grid layout in manual mode. (60652)
- Apply negative margins for alignfull children of blocks with custom padding set. (60716)
- Try reducing specificity of layout style selectors. (60228)
Block Editor
- Remove animation from InlineLinkUI. (60575)
- Remove root appender. (60697)
- Try: Add new
textAlign
block support. (59531)
Global Styles
- Background image: Display default background size value in global styles. (60490)
- Background UI control labels. (60264)
- Use text and button background color for color indicators. (59514)
Font Library
- Change Spinner to ProgressBar component. (60570)
Interactivity API
- Include
preact/debug
whenSCRIPT_DEBUG
is enabled. (60514)
New APIs
Extensibility
- Editor: Support PluginPostStatusInfo Slot in the site editor. (60814)
- Editor: Unify PluginMoreMenuItem API between post and site editors. (60778)
- Fix: Use core instead of core/editor on normalizeComplementaryAreaScope. (60821)
- Editor: Unify PluginSidebarMoreMenuItem. (60853)
- Editor: Unify the PluginSidebar slot between post and site editors. (60815)
Bug Fixes
- Fix: Add types to useSuspenseSelect. (60733)
- Fix experimental useHasRecursion deprecation. (60451)
- Fix translatable string in pagination modal. (60742)
- Interactivity: Return useMemo and useCallback hooks. (60474)
- Only show block icon in toolbar for contentOnly blocks when block is a synced block. (60647)
- Patterns: Guard for unknown pattern in server-side resolver. (60464)
- Snackbar: Make the
explicitDismiss
string translatable. (60368) - Update standardisation of 'Navigation Menu' to have both words capitalised in user-facing menus. (60262)
- Standardise capitalisation of Navigation Menu in sidebar. (60527)
Block Library
- Embed: Avoid retrying valid URLs. (60655)
- File: Mark update for setting default label as non-persistent. (60492)
- Fix don't close overlay menu when focus leaves submenu. (60406)
- Fix pattern block recursion handling. (60452)
- Image: Fix cropper resize on align change (react-easy-crop upgrade). (60581)
- Latest Posts: Remove wrapper div and apply consistent class. (60728)
- List: Disable edit as HTML support. (55656)
- Media & Text: Hide the alt text option for featured images. ([60496](https://github.com/WordPress/gutenberg/pul...
18.2.0 RC1
Changelog
Enhancements
Site Editor
- Add rename and trash actions to page panel. (60232)
- Adjust frame animation profile. (60589)
- Animate the radius of the frame. (60415)
- Create router adapter for sidebar. (60466)
- Improve the header animation. (60408)
- Index view for Templates & Parts: Use
grid
layout as default. (60069) - Pages: Display content frame in mobile when canvas is not edit. (60409)
- Simplify template reset language. (60256)
- Template parts in patterns page: Add author field. (60372)
- Template parts: Set backpath to patterns page. (60667)
- Update hub markup and animation. (60410)
- Update site hub action positioning. (60511)
Components
- CustomSelectControlV2: Support disabled in item types. (60896)
- ExternalLink: Replace icon with unicode arrow. (60255)
- InputBase: Simplify focus styles. (60226)
- ProgressBar: Moved width to css var for perf. (60388)
- SlotFill: Replace valtio with custom ObservableMap. (60879)
- Tabs: Fallback to first enabled tab if no active tab Id. (60681)
- Text: Add text-wrap: Pretty. (60164)
- Try: Reduce checkbox size in data views. (60475)
Post Editor
- Confirm dialog: Use more descriptive text for the confirm button. (60364)
- Editor: Add wordcount and reading time info in post card. (60672)
- Editor: Animate opening and closing editor right sidebar. (60561)
- Editor: Animate the inserter and list view panels. (60665)
- Editor: Update post URL component. (60632)
- Editor: Use the 'ConfirmDialog' component in template validation notice. (60385)
- Enable template preview in post editor for non administrators. (60447)
- Support insert before/after keyboard shortcuts when focus is within the list view. (60651)
- Update publish flow. (60456)
Patterns
- Add a "All Template Parts" section. (60775)
- Back Compat: Add Patterns submenu for WordPress 6.4. (60804)
- Patterns page: Add edit & view revision actions to parts. (60659)
- Remove "Template parts" sidebar group. (60359)
- Site Editor: Support starter patterns. (60745)
Synced Patterns
- Adjust allow pattern overrides UX flow. (60769)
- Consolidate "bound block" color and "synced" colors. (60617)
- Improve override indication for editable blocks in synced patterns. (60599)
- Refine rename flow for blocks with overrides. (60234)
Zoom Out
- Adjust block selection button. (60348)
- Animation: Avoid fixed width when animating the secondary sidebar. (60693)
- Introduce section container selection when assembling patterns (zoom out mode). (59249)
- Update zoom out scale. (60618)
Block Library
- Add loading state on image upload in featured image, Site logo and Cover blocks. (59519)
- File: Use HTML API to update the PDF preview label. (60494)
- Navigation block: Add current-menu-item class for post type archive. (57808)
- Remove block renaming control from advanced inspector controls group. (60453)
Data Views
- Add ability to display fields as a badge in grid layout. (60284)
- Data views table row: Make checkboxes and actions visible on touch devices. (60829)
- DataViews: Make the experiment about custom views. (60813)
Layout
- Add a Row control to grid layout in manual mode. (60652)
- Apply negative margins for alignfull children of blocks with custom padding set. (60716)
- Try reducing specificity of layout style selectors. (60228)
Block Editor
- Remove animation from InlineLinkUI. (60575)
- Remove root appender. (60697)
- Try: Add new
textAlign
block support. (59531)
Global Styles
- Background image: Display default background size value in global styles. (60490)
- Background UI control labels. (60264)
- Use text and button background color for color indicators. (59514)
Font Library
- Change Spinner to ProgressBar component. (60570)
Interactivity API
- Include
preact/debug
whenSCRIPT_DEBUG
is enabled. (60514)
New APIs
Extensibility
- Editor: Support PluginPostStatusInfo Slot in the site editor. (60814)
- Editor: Unify PluginMoreMenuItem API between post and site editors. (60778)
- Fix: Use core instead of core/editor on normalizeComplementaryAreaScope. (60821)
- Editor: Unify PluginSidebarMoreMenuItem. (60853)
- Editor: Unify the PluginSidebar slot between post and site editors. (60815)
Bug Fixes
- Fix: Add types to useSuspenseSelect. (60733)
- Fix experimental useHasRecursion deprecation. (60451)
- Fix translatable string in pagination modal. (60742)
- Interactivity: Return useMemo and useCallback hooks. (60474)
- Only show block icon in toolbar for contentOnly blocks when block is a synced block. (60647)
- Patterns: Guard for unknown pattern in server-side resolver. (60464)
- Snackbar: Make the
explicitDismiss
string translatable. (60368) - Update standardisation of 'Navigation Menu' to have both words capitalised in user-facing menus. (60262)
- Standardise capitalisation of Navigation Menu in sidebar. (60527)
Block Library
- Embed: Avoid retrying valid URLs. (60655)
- File: Mark update for setting default label as non-persistent. (60492)
- Fix don't close overlay menu when focus leaves submenu. (60406)
- Fix pattern block recursion handling. (60452)
- Image: Fix cropper resize on align change (react-easy-crop upgrade). (60581)
- Latest Posts: Remove wrapper div and apply consistent class. (60728)
- List: Disable edit as HTML support. (55656)
- Media & Text: Hide the alt text option for featured images. (60496)
- Post title: Re-add the paragraph level (without UI). ([60548](https://github.com/WordPress/gut...
18.1.2
18.1.1
18.1.0
Changelog
Enhancements
Block Editor
- Zoom out: Invoke zoom out mode when opening the patterns tab, and move the code to do so to a shared hook. (59775)
- Block Previews: Update shadows in different contexts. (60161)
- Update: Move post actions to the editor package. (60092)
- Try: Show copy shortcut in block options. (60339)
- Update image role description text to fix spacing. (60338)
Site Editor
- Add rename page action. (60230)
- Center the document title. (59134)
- Consolidate when showing revisions link or action. (60194)
- Editor: Update hover color of editor document title. (60113)
- Improve the frame animation. (60363)
- Try selecting closest editable block when clicking on a disabled block. (60016)
- Update index view for pages. (59950)
Patterns
- Add content schema to pattern editing view. (59977)
- Close inspector on pattern category select. (60004)
- Focus block selection button only in navigation mode. (60207)
- Pattern Shuffling: Make the results deterministic. (60074)
- Patterns page: Enable table layout. (60337)
- Prevent reordering of header and footer template parts when zoomed out. (60054)
- Remove manage all of my patterns link. (60345)
Block Library
- Add
__next40pxDefaultSize
to Image block Title Attribute. (60117) - Add support "HTML Element" to Site Tagline. (59654)
- Image: Remove temporary image check for rendering controls. (60212)
- Quote block: Button for cite add/remove. (59073)
- Quote block: Remove appender. (60307)
- Reduce specificity of block library styles conflicting with block supports. (59457)
- Update navigation blocks to use consistent link UI labels and field sizes. (60116)
- Summary: Polish featured image. (60110)
Post Editor
- Block Editor: Deprecate
__experimentalGetReusableBlockTitle
selector. (60278) - Editor: Move PluginPostPublishPanel and PluginPrePublishPanel to editor package. (60344)
- Editor: Move publish panel handling to
editor
store. (60340) - Editor: Unify publish sidebar preference. (60334)
Global Styles
- Add background to global styles changes output. (60229)
- Background UI controls. (59454)
- Follow up design tweaks for global styles presets. (60031)
- Try reducing specificity of global styles selectors only. (60106)
Data Views
- DataViews: Add a utility to share filtering, sorting and pagination logic. (59897)
- Data views: Remove the
enumeration
type as redundant. (60084) - Data views: Update template actions. (60075)
- Data views: Add confirmation modal for clearing customizations in templates. (60119)
- Data views: Make trash a quick action again. (60165)
List View
- Add keyboard shortcut to collapse list view items other than the focused item. (59978)
- Adjust the List View close icon to resemble the Inspector close icon. (59999)
- Update "Actions" string to "Options" in List View. (60136)
Templates
- Add filter to allow extending the list of post content blocks. (60068)
- Render non-editable preview of template part when user does not have capability to edit template part. (60326)
- Template Parts: Remove pattern title from sidebar. (60160)
- Template Parts: Update replace flow to separate template parts from patterns. (60203)
- Template Parts: Update the 'Replace' label to 'Design'. (60156)
Zoom Out
- Add a delete control to toolbar on zoomed out mode. (60214)
- Media dialog push content in zoomed out mode. (60170)
Components
- Popover / ToggleGroupControl: Use
useReducedMotion()
from@wordpress/compose
. (60168) - date-fns: Bump to v3.6. (60163)
REST API
- Allow view access of template rest endpoint to anyone with the
edit_post
capability. (60317)
Commands
- Polish Command Palette. (60134)
Page Content Focus
- Allow selecting template parts in page content focus mode. (60010)
Inspector Controls
- Add: PostCardPanel component. (59870)
Package and utility updates
- Router: Update history package to 5.3.0, fix query string generation. (60271)
- Create block: Add new namespacePascalCase template variable. (60223)
New APIs
Extensibility
- Extensibility: Support PluginBlockSettingsMenuItem in the site editor. (60033)
Bug Fixes
Block Library
- Fix enqueuing block theme styles when separate asset loading is enabled. (60098)
- Fix lightbox UI disallow editing. (59890)
- Fix navigation link ui close focus management. (59925)
- Removed pointer-events none inline style due it blocking crop action. (60305)
- Search Block: Apply font-related style inheritance to input field. (60321)
- Columns block: Fix arrow up into it. (55197)
Site Editor
- Fix rendering PluginTemplateSettingPanel when we're editing a template. (60215)
- Fix: Use
viewportWidth
in pattern preview data view. (60315) - Templates: Fix deferred rendering. (60361)
- Site Editor: Consolidate save button functionality. (60077)
- Revert #60300: Make sure the CSS class id-dark-theme is added to the editor iframe body. (60616)
Block Editor
- Make sure the CSS class is-dark-theme is added to the editor iframe body. (60300)
- Raw handling: Preserve class. (60331)
- Raw handling: Preserve empty paragraphs. (59476)
- Wiriting flow: Backspace at beginning of first paragraph block prevents block from being deleted. (56329)
- DOM: Fix return types of focus.tabbable methods. (60274)
Components
- CustomSelectControlV2: Fix hint behavior in legacy. (60183)
- InputControl: Ignore IME events when
isPressEnterToChange
. (60090) - TextControl: Apply zero margin to input element. (60282)
Global Styles
- Fix missing class for Global Styles > Colors. (60094)
- Reset specificity of body selector when processing wit...
18.1.0 RC3
Changelog
Bug Fixes
Contributors
The following contributors merged PRs in this release:
18.1.0 RC2
18.0.1
18.1.0 RC1
Changelog
Enhancements
- Block Previews: Update shadows in different contexts. (60161)
- Data views: Make trash a quick action again. (60165)
- Router: Update history package to 5.3.0, fix query string generation. (60271)
- Summary: Polish featured image. (60110)
- Template Parts: Remove pattern title from sidebar. (60160)
- Template Parts: Update replace flow to separate template parts from patterns. (60203)
- Template Parts: Update the 'Replace' label to 'Design'. (60156)
- Try: Show copy shortcut in block options. (60339)
- Update image role description text to fix spacing. (60338)
- Update: Move post actions to the editor package. (60092)
- Zoom out: Invoke zoom out mode when opening the patterns tab, and move the code to do so to a shared hook. (59775)
- Create block: Add new namespacePascalCase template variable. (60223)
Site Editor
- Add rename page action in data views. (60230)
- Center the document title. (59134)
- Template and Template Part Lists: consolidate when showing revisions link or action. (60194)
- Editor: Update hover color of editor document title. (60113)
- Improve the frame animation. (60363)
- Try selecting closest editable block when clicking on a disabled block. (60016)
- Update index view for pages. (59950)
Patterns
- Add content schema to pattern editing view. (59977)
- Close inspector on pattern category select. (60004)
- Focus block selection button only in navigation mode. (60207)
- Pattern Shuffling: Make the results deterministic. (60074)
- Patterns page: Enable table layout. (60337)
- Prevent reordering of header and footer template parts when zoomed out. (60054)
- Remove manage all of my patterns link. (60345)
Block Library
- Add
__next40pxDefaultSize
to Image block Title Attribute. (60117) - Add support "HTML Element" to Site Tagline. (59654)
- Image: Remove temporary image check for rendering controls. (60212)
- Quote block: Button for cite add/remove. (59073)
- Quote block: Remove appender. (60307)
- Reduce specificity of block library styles conflicting with block supports. (59457)
- Update navigation blocks to use consistent link UI labels and field sizes. (60116)
Post Editor
- Block Editor: Deprecate
__experimentalGetReusableBlockTitle
selector. (60278) - Editor: Move PluginPostPublishPanel and PluginPrePublishPanel to editor package. (60344)
- Editor: Move publish panel handling to
editor
store. (60340) - Editor: Unify publish sidebar preference. (60334)
Global Styles
- Add background to global styles changes output. (60229)
- Background UI controls. (59454)
- Follow up design tweaks for global styles presets. (60031)
- Try reducing specificity of global styles selectors only. (60106)
Data Views
- Data Views: Add a utility to share filtering, sorting and pagination logic. (59897)
- Data Views: Remove the
enumeration
type as redundant. (60084) - Update template actions. (60075)
- Data Views: Add confirmation modal for clearing customizations in templates. (60119)
List View
- List View: Add keyboard shortcut to collapse list view items other than the focused item. (59978)
- Adjust the List View close icon to resemble the Inspector close icon. (59999)
- Update "Actions" string to "Options" in List View. (60136)
Template Editor
- Add filter to allow extending the list of post content blocks. (60068)
- Render non-editable preview of template part when user does not have capability to edit template part. (60326)
Zoom Out
- Add a delete control to toolbar on zoom-out mode. (60214)
- Media dialog push content in zoomed out mode. (60170)
Components
- Popover / ToggleGroupControl: Use
useReducedMotion()
from@wordpress/compose
. (60168) - date-fns: Bump to v3.6. (60163)
REST API
- Allow view access of template rest endpoint to anyone with the
edit_post
capability. (60317)
Commands
- Polish Command Palette. (60134)
Page Content Focus
- Template parts: Allow selecting template parts in page content focus mode. (60010)
Inspector Controls
- Add: PostCardPanel component. (59870)
New APIs
Extensibility
- Extensibility: Support PluginBlockSettingsMenuItem in the site editor. (60033)
Bug Fixes
- Columns block: Fix arrow up into it. (55197)
- DOM: Fix return types of
focus.tabbable
methods. (60274) - Fix block toolbar dropdown separator color. (60336)
- Global Styles: Make strings translatable. (60127)
- Shadow: Revert shadow default presets opt-in to opt-out. (60204)
- URL: Return early in
getFilename()
where URL argument is falsy. (60265) - Core backport r57868 (Editor: Prevent font folder naive filtering causing infinite loops) from WordPress-Develop. (60141)
Block Library
- Fix enqueuing block theme styles when separate asset loading is enabled. (60098)
- Fix lightbox UI disallow editing. (59890)
- Fix navigation link ui close focus management. (59925)
- Removed pointer-events none inline style due it blocking crop action. (60305)
- Search Block: Apply font-related style inheritance to input field. (60321)
Site Editor
- Fix rendering PluginTemplateSettingPanel when we're editing a template. (60215)
- Fix: Use
viewportWidth
in pattern preview data view. (60315) - Templates: Fix deferred rendering. (60361)
- Site Editor: Consolidate save button functionality. (60077)
Block Editor
- Make sure the CSS class is-dark-theme is added to the editor iframe body. (60300)
- Raw handling: Preserve class. (60331)
- Raw handling: Preserve empty paragraphs. (59476)
- Writing flow: Backspace at beginning of first paragraph block prevents block from being deleted. (56329)
Components
CustomSelectControlV2
: Fix hint ...