Releases: WordPress/gutenberg
Releases · WordPress/gutenberg
18.8.0
Changelog
Features
- DataForm: Implement first prototype using duplicate page action. (63032)
Enhancements
Components
- BaseControl: Forward ref on VisualLabel. (63169)
- CustomSelectControlV2: Allow wrapping item hint to new line. (62848)
- CustomSelectControlV2: Expose legacy wrapper through private APIs. (62936)
- CustomSelectControl V2: Keep legacy arrow down behavior only for legacy wrapper. (62919)
- CustomSelectControlV2: Collapse checkmark space when unchecked. (63229)
- CustomSelectControlV2: Keep item checkmark top aligned. (63230)
- DateTime: Create TimeInput component and integrate into TimePicker. (60613)
- FontSizePicker: Use CustomSelectControl V2 legacy adapter. (63134)
- Tabs: Add vertical indicator animation. (62879)
- TimeInput: Add
label
prop. (63106) - TimePicker: Add
dateOrder
prop to sort day, month, and year. (62481) - ToolbarButton: Deprecate
isDisabled
prop and merge withdisabled
. (63101) - Tooltip Component: Add custom class name support. (63157)
Data Views
- Add padding around selected values in author filter. (63212)
- DataViews filterSortAndPaginate utility: Support sorting by number. (63187)
- DataViews: Make
view.hiddenFields
optional. (62876) - DataViews: Remove Table Cells animation. (63079)
- DataViews: Replace supportedLayouts prop with defaultLayouts prop instead. (63287)
- Duplicate modal: Move to 40px components. (63246)
- Pages: Include avatar in Author field. (63142)
- Patterns Page: Hide preview column by default. (63213)
- Posts list powered by DataViews. (62705)
- Split layout / view options. Use active layout icon for the layout button. (63205)
- Use status icons in field display. (63289)
Block Library
- Add example for query block and posts list. (63286)
- Excerpt block: Add example of the block. (63010)
- Group: Add block support for shadow. (63295)
- Login/out block: Add example of the block. (62937)
- Post content block: Add example of the block. (62968)
- Post title: Add example of the block. (62955)
- Table Block: Add toolbar button to add a caption. (47984)
Block Editor
- Block position controls: Use V2 legacy adapter instead of V1
CustomSelectControl
. (63139) - DateFormatPicker: Use CustomSelectControl V2 legacy adapter. (63171)
- Fix inspector inner shadow border. (63245)
- FontAppearanceControl: Use CustomSelectControl V2 legacy adapter. (63179)
- Inserter: Remove the dialog behaviour. (63059)
- SpacingInputControl: Use CustomSelectControl V2 legacy adapter. (63190)
Global Styles
- Background image: Move controls into a popover. (60151)
- Block background UI controls. (60100)
- Tweak block background position preview height. (63225)
Extensibility
- DataViews: Register the deletePost action like any third-party action. (62913)
- DataViews: Register the export pattern action like any third-party action. (63046)
- DataViews: Register the reset template and template part action like any third-party action. (63017)
Design Tools
- Flex dimensions: Rename "Fill" to "Grow". (62779)
- List Item: Add color support. (59892)
- Uniform Focal point labels. (62438)
Font Library
- Font Library Modal: Enhance pagination appearance. (63210)
- Font Library: Store font subdirectory in post meta. (63000)
- Move font directory into uploads to match WP 6.5. (60354)
Layout
- Add justification to block toolbar in addition to sidebar. (62924)
Site Editor
- Align rename modals. (62874)
Block API
- block.json: Allow passing filename as
variations
field. (62092)
Template Editor
- Update: Move template areas into a panel. (62033)
Block Variations
- Automatically select group variation if there is only one available. (61871)
Zoom Out
- Add a vertical toolbar for zoom out mode. (60123)
New APIs
Block API
- Introduce "local" attributes and use it for the image block. (63076)
Bug Fixes
- Core Commands: Fix Pages command link. (63235)
- Docgen: Fix function param for const function expression. (63034)
- Enable
save draft
button for posts with custom post status. (63293) - Ensure device previews extra scrollbar only appears when needed. (62952)
- Styles specificity: Allow comment form input overrides. (62960)
Components
- CustomSelectControl V2 legacy adapter: Fix trigger button font size. (63131)
- CustomSelectControl V2: Fix labelling with a visually hidden label. (63137)
- CustomSelectControl V2: Fix trigger text alignment in RTL languages. (62869)
- CustomSelectControl V2: Prevent keyboard event propagation in legacy wrapper. (62907)
- CustomSelectControlV2: Add root element wrapper. (62803)
- CustomSelectControlV2: Fix item styles. (62825)
- CustomSelectControlV2: Fix popover styles. (62821)
- CustomSelectControlV2: Fix select popover content overflow. (62844)
- CustomSelectControlV2: Tweak item inline padding based on size. (62850)
- Editor: Fix duplicate save panels. (62863)
- Fix UnitControl select disabled state colors. (62970)
- Fix extra scrollbar when a popover extends past the viewport. (62894)
- Fix the 'useUpdateEffect' hook in strict mode. (62974)
- ProgressBar: Fix indeterminate RTL support. (63129)
- RangeControl: Fix RTL support for custom marks. (63198)
- SelectControl: Fix disabled styles. (63266)
- Tabs: Fix "With tab icons" Storybook example. (63297)
- Tabs: Fix text-align when text wraps in vertical mode. (63272)
- TimePicker: Fix time zone overflow. (63209)
- UnitControl: Fix an issue where keyboard shortcuts unintentionally shift focus on Windows OS. ([62988](https://github.com/WordPress/gu...
18.8.0 RC4
Changelog
Bug Fixes
Global Styles
- Elements: Avoid specificity bump for top-level element-only selectors. (63403)
Contributors
The following contributors merged PRs in this release:
18.8.0 RC3
18.8.0 RC2
Changelog
Bug Fixes
- Fix: Error when calling the PostActions
view-post
callback. (63460)
Various
CSS & Styling
- Only add customizer additional CSS to global styles in block themes. (63331)
First-time contributors
The following PRs were merged by first-time contributors:
Contributors
The following contributors merged PRs in this release:
18.8.0 RC1
Changelog
Features
- DataForm: Implement first prototype using duplicate page action. (63032)
Enhancements
Components
- BaseControl: Forward ref on VisualLabel. (63169)
- CustomSelectControlV2: Allow wrapping item hint to new line. (62848)
- CustomSelectControlV2: Expose legacy wrapper through private APIs. (62936)
- CustomSelectControl V2: Keep legacy arrow down behavior only for legacy wrapper. (62919)
- CustomSelectControlV2: Collapse checkmark space when unchecked. (63229)
- CustomSelectControlV2: Keep item checkmark top aligned. (63230)
- DateTime: Create TimeInput component and integrate into TimePicker. (60613)
- FontSizePicker: Use CustomSelectControl V2 legacy adapter. (63134)
- Tabs: Add vertical indicator animation. (62879)
- TimeInput: Add
label
prop. (63106) - TimePicker: Add
dateOrder
prop to sort day, month, and year. (62481) - ToolbarButton: Deprecate
isDisabled
prop and merge withdisabled
. (63101) - Tooltip Component: Add custom class name support. (63157)
Data Views
- Add padding around selected values in author filter. (63212)
- DataViews filterSortAndPaginate utility: Support sorting by number. (63187)
- DataViews: Make
view.hiddenFields
optional. (62876) - DataViews: Remove Table Cells animation. (63079)
- DataViews: Replace supportedLayouts prop with defaultLayouts prop instead. (63287)
- Duplicate modal: Move to 40px components. (63246)
- Pages: Include avatar in Author field. (63142)
- Patterns Page: Hide preview column by default. (63213)
- Posts list powered by DataViews. (62705)
- Split layout / view options. Use active layout icon for the layout button. (63205)
- Use status icons in field display. (63289)
Block Library
- Add example for query block and posts list. (63286)
- Excerpt block: Add example of the block. (63010)
- Group: Add block support for shadow. (63295)
- Login/out block: Add example of the block. (62937)
- Post content block: Add example of the block. (62968)
- Post title: Add example of the block. (62955)
- Table Block: Add toolbar button to add a caption. (47984)
Block Editor
- Block position controls: Use V2 legacy adapter instead of V1
CustomSelectControl
. (63139) - DateFormatPicker: Use CustomSelectControl V2 legacy adapter. (63171)
- Fix inspector inner shadow border. (63245)
- FontAppearanceControl: Use CustomSelectControl V2 legacy adapter. (63179)
- Inserter: Remove the dialog behaviour. (63059)
- SpacingInputControl: Use CustomSelectControl V2 legacy adapter. (63190)
Global Styles
- Background image: Move controls into a popover. (60151)
- Block background UI controls. (60100)
- Tweak block background position preview height. (63225)
Extensibility
- DataViews: Register the deletePost action like any third-party action. (62913)
- DataViews: Register the export pattern action like any third-party action. (63046)
- DataViews: Register the reset template and template part action like any third-party action. (63017)
Design Tools
- Flex dimensions: Rename "Fill" to "Grow". (62779)
- List Item: Add color support. (59892)
- Uniform Focal point labels. (62438)
Font Library
- Font Library Modal: Enhance pagination appearance. (63210)
- Font Library: Store font subdirectory in post meta. (63000)
- Move font directory into uploads to match WP 6.5. (60354)
Layout
- Add justification to block toolbar in addition to sidebar. (62924)
Site Editor
- Align rename modals. (62874)
Block API
- block.json: Allow passing filename as
variations
field. (62092)
Template Editor
- Update: Move template areas into a panel. (62033)
Block Variations
- Automatically select group variation if there is only one available. (61871)
Zoom Out
- Add a vertical toolbar for zoom out mode. (60123)
New APIs
Block API
- Introduce "local" attributes and use it for the image block. (63076)
Bug Fixes
- Core Commands: Fix Pages command link. (63235)
- Docgen: Fix function param for const function expression. (63034)
- Enable
save draft
button for posts with custom post status. (63293) - Ensure device previews extra scrollbar only appears when needed. (62952)
- Styles specificity: Allow comment form input overrides. (62960)
Components
- CustomSelectControl V2 legacy adapter: Fix trigger button font size. (63131)
- CustomSelectControl V2: Fix labelling with a visually hidden label. (63137)
- CustomSelectControl V2: Fix trigger text alignment in RTL languages. (62869)
- CustomSelectControl V2: Prevent keyboard event propagation in legacy wrapper. (62907)
- CustomSelectControlV2: Add root element wrapper. (62803)
- CustomSelectControlV2: Fix item styles. (62825)
- CustomSelectControlV2: Fix popover styles. (62821)
- CustomSelectControlV2: Fix select popover content overflow. (62844)
- CustomSelectControlV2: Tweak item inline padding based on size. (62850)
- Editor: Fix duplicate save panels. (62863)
- Fix UnitControl select disabled state colors. (62970)
- Fix extra scrollbar when a popover extends past the viewport. (62894)
- Fix the 'useUpdateEffect' hook in strict mode. (62974)
- ProgressBar: Fix indeterminate RTL support. (63129)
- RangeControl: Fix RTL support for custom marks. (63198)
- SelectControl: Fix disabled styles. (63266)
- Tabs: Fix "With tab icons" Storybook example. (63297)
- Tabs: Fix text-align when text wraps in vertical mode. (63272)
- TimePicker: Fix time zone overflow. (63209)
- UnitControl: Fix an issue where keyboard shortcuts unintentionally shift focus on Windows OS. ([62988](https://github.com/WordPress/...
18.7.1
18.7.0
Changelog
Enhancements
- Add: Content panel for template parts. (62034)
- Move Sticky toggle to status popover. (62782)
- Rename yieldToMain to splitTask and export from @wordpress/interactivity. (62665)
- Update: Check assignable properties on the duplicate action. (62590)
- Update: Followups to the template and template_lock rest api addition. (62696)
- Update: Reverse backport changes on post type REST API changes. (62751)
- Align naming modals. (62788)y
- Add writing mode support to other blocks. (62727)
- Display the DocumentBar for Style Book and Style Revisions. (62669)
- fetchLinkSuggestions: Allow for partial matching. (62570)
- DataViews: Support passing the registry to actions callbacks. (62505)
- Add tooltip on hover of color and typography presets. (62201)
- Revert change that removes the social link block when pressing backspace in the URL Popover. (61344)
Bug Fixes
- Add
context
in post actions API. (62443) - Add
html
to reset styles for the.editor-styles-wrapper
container. (62350) - Cherry pick script: Make authenticated requests. (62473)
- Editor: Fix blocked Post Publish Panel buttons on mobile. (62736)
- Fix cherry-pick script, add missing --repo arg. (62643)
- Fix rawHandling, pasteHandling for mixed content with blocks and classic. (62545)
- Fix: Active template is not highlighted properly in list view. (62811)
- Fix: Check Capability to create pages on DataViews add new page button. (62592)
- Fix: Check ability to create patterns on the add new pattern modal. (62633)
- Fix: Check create capability on duplicate post action. (62620)
- Fix: Check permissions on duplicate pattern and template part actions. (62757)
- Fix: Comments and Pingbacks get cleared out when a pattern is edited. (62507)
- Fix: DataViews: Active page is not highlighted properly in list view. (62378)
- Fix: Include permission management on permanently delete, rename, and restore. (62754)
- Fix: List view renders an empty menu when no actions are eligible. (62786)
- Fix: Post_type template is not used when creating a page in site editor. (62488)
- Fix: Resetting template part causes notification saying it's been delete. (62521)
- Fix: The trash post action doesn't take into account user capabilities. (62589)
- Inspector: Improve handling of long words in post titles. (62691)
- Revert "Revert test data for
WithSlug
variation (#62579)". (62587) - Show publish panel only in edit mode. (62813)
- Site Editor: Improve the frame animation. (62676)
- DataViews: Remove selection correcting, set initial state. (62796)
- Pattern overrides: Disallow override for image with caption/href. (62747)
- Editor: Make VisualEditor a stacking context. (62681)
- Fix toggle active font logic. (62614)
- Save Panel: Remove connections icon and fix padding. (62542)
- Editor: Render editPost slots only in the post editor (same for site editor). (62531)
- Fix: Don't allow synced patterns to be inserted on shuffling. (62422)
- Fix ExcerptPanel decode issue. (62336)
Block Library
- Add letter spacing inheritance for the navigation block. (62745)
- Caption utility component: Allow the main CSS Class Name to be excluded from the markup. (62485)
- Fix: Empty style attribute issue in navigation block. (62600)
- Image Block: Fix Aspect Ratio button position. (62776)
- Media & text: Update the image replacement logic. (62030)
- Post Date Block: Fix PHP warning error. (62783)
- Template Part: Improve how the tag name attribute is handled. (62785)
- fix: Update block category to design and build documentation. (61905)
Global Styles
- Allow children of alignfull flow layouts to have root padding. (62670)
- Prevent duplicate block style variations CSS. (62465)
- Remove obsolete hook resolving shared block style variations. (62808)
- Section Styles: Switch away from using init for variation registration. (62640)
- Skip registration of variation styles when unsupported. (62529)
- Styles: Lower specificity of figcaption style to allow theme.json override. (62689)
Components
- CustomSelectControl V2: Fix setting initial value and reacting to external controlled updates. (62733)
- CustomSelectControlV2: Handle long strings in selected value. (62198)
Block Editor
- Raw handling: Fix too aggressive indented list removal. (62622)
- Writing flow: Split heading into default block. (61891)
Accessibility
- Fix custom color palette. (62753)
- Fix lock modal dialog accessibility and semantics. (62795)
- Image block: Fix focus style not around whole image when linked. (62556)
- Pages data view: Update view icons. (62136)
- Make the fonts management modal dialog more discoverable. (62129)
Performance
- Improve performance of
compute_style_properties
method. (62522) - Run block variation hook only for matches. (62617)
- Section Styles: Improve performance and conceptual consistency. (62712)
Experiments
- Grid interactivity: Allow blocks to be positioned in manual mode using drag and drop. (61025)
Documentation
- Add
VisualEditorGlobalKeyboardShortcuts
documentation. (62710) - Add changelog entry for splitTask export from @wordpress/interactivity. (62805)
- Add documentation for PostSlug and PostSlugCheck component. (62102)
- Adds comment on blocks resource referencing wp_block post type. (62722)
- Changelogs: Standardize sections. (58268)
- Correct documentation for WP_Block_Parser_Frame class. (62598)
- Create Block: Add missing changelog entries. (62791)
- Docs/iAPI: Fix wrong code snippet in data-wp-run example. (62835)
- Docs/iapi warnings new directives wp 6 6. (62789)
- Fix async directives API documentation. (62759)
- Fix:...
18.7.0 RC1
Changelog
Enhancements
- Add: Content panel for template parts. (62034)
- Move Sticky toggle to status popover. (62782)
- Rename yieldToMain to splitTask and export from @wordpress/interactivity. (62665)
- Update: Check assignable properties on the duplicate action. (62590)
- Update: Followups to the template and template_lock rest api addition. (62696)
- Update: Reverse backport changes on post type REST API changes. (62751)
- Align naming modals. (62788)
- Add writing mode support to other blocks. (62727)
- Display the DocumentBar for Style Book and Style Revisions. (62669)
- fetchLinkSuggestions: Allow for partial matching. (62570)
- DataViews: Support passing the registry to actions callbacks. (62505)
- Add tooltip on hover of color and typography presets. (62201)
- Revert change that removes the social link block when pressing backspace in the URL Popover. (61344)
Bug Fixes
- Add
context
in post actions API. (62443) - Add
html
to reset styles for the.editor-styles-wrapper
container. (62350) - Cherry pick script: Make authenticated requests. (62473)
- Editor: Fix blocked Post Publish Panel buttons on mobile. (62736)
- Fix cherry-pick script, add missing --repo arg. (62643)
- Fix rawHandling, pasteHandling for mixed content with blocks and classic. (62545)
- Fix: Active template is not highlighted properly in list view. (62811)
- Fix: Check Capability to create pages on DataViews add new page button. (62592)
- Fix: Check ability to create patterns on the add new pattern modal. (62633)
- Fix: Check create capability on duplicate post action. (62620)
- Fix: Check permissions on duplicate pattern and template part actions. (62757)
- Fix: Comments and Pingbacks get cleared out when a pattern is edited. (62507)
- Fix: DataViews: Active page is not highlighted properly in list view. (62378)
- Fix: Include permission management on permanently delete, rename, and restore. (62754)
- Fix: List view renders an empty menu when no actions are eligible. (62786)
- Fix: Post_type template is not used when creating a page in site editor. (62488)
- Fix: Resetting template part causes notification saying it's been delete. (62521)
- Fix: The trash post action doesn't take into account user capabilities. (62589)
- Inspector: Improve handling of long words in post titles. (62691)
- Revert "Revert test data for
WithSlug
variation (#62579)". (62587) - Show publish panel only in edit mode. (62813)
- Site Editor: Improve the frame animation. (62676)
- DataViews: Remove selection correcting, set initial state. (62796)
- Pattern overrides: Disallow override for image with caption/href. (62747)
- Editor: Make VisualEditor a stacking context. (62681)
- Fix toggle active font logic. (62614)
- Save Panel: Remove connections icon and fix padding. (62542)
- Editor: Render editPost slots only in the post editor (same for site editor). (62531)
- Fix: Don't allow synced patterns to be inserted on shuffling. (62422)
- Fix ExcerptPanel decode issue. (62336)
Block Library
- Add letter spacing inheritance for the navigation block. (62745)
- Caption utility component: Allow the main CSS Class Name to be excluded from the markup. (62485)
- Fix: Empty style attribute issue in navigation block. (62600)
- Image Block: Fix Aspect Ratio button position. (62776)
- Media & text: Update the image replacement logic. (62030)
- Post Date Block: Fix PHP warning error. (62783)
- Template Part: Improve how the tag name attribute is handled. (62785)
- fix: Update block category to design and build documentation. (61905)
Global Styles
- Allow children of alignfull flow layouts to have root padding. (62670)
- Prevent duplicate block style variations CSS. (62465)
- Remove obsolete hook resolving shared block style variations. (62808)
- Section Styles: Switch away from using init for variation registration. (62640)
- Skip registration of variation styles when unsupported. (62529)
- Styles: Lower specificity of figcaption style to allow theme.json override. (62689)
Components
- CustomSelectControl V2: Fix setting initial value and reacting to external controlled updates. (62733)
- CustomSelectControlV2: Handle long strings in selected value. (62198)
Block Editor
- Raw handling: Fix too aggressive indented list removal. (62622)
- Writing flow: Split heading into default block. (61891)
Accessibility
- Fix custom color palette. (62753)
- Fix lock modal dialog accessibility and semantics. (62795)
- Image block: Fix focus style not around whole image when linked. (62556)
- Pages data view: Update view icons. (62136)
- Make the fonts management modal dialog more discoverable. (62129)
Performance
- Improve performance of
compute_style_properties
method. (62522) - Run block variation hook only for matches. (62617)
- Section Styles: Improve performance and conceptual consistency. (62712)
Experiments
- Grid interactivity: Allow blocks to be positioned in manual mode using drag and drop. (61025)
Documentation
- Add
VisualEditorGlobalKeyboardShortcuts
documentation. (62710) - Add changelog entry for splitTask export from @wordpress/interactivity. (62805)
- Add documentation for PostSlug and PostSlugCheck component. (62102)
- Adds comment on blocks resource referencing wp_block post type. (62722)
- Changelogs: Standardize sections. (58268)
- Correct documentation for WP_Block_Parser_Frame class. (62598)
- Create Block: Add missing changelog entries. (62791)
- Docs/iAPI: Fix wrong code snippet in data-wp-run example. (62835)
- Docs/iapi warnings new directives wp 6 6. (62789)
- Fix async directives API documentation. (62759)
- Fix: ...
18.6.1
Changelog
Bug Fixes
Block Library
- Navigation block: Fix submenu not opening on macOS Safari. (62800)
Code Quality
Contributors
The following contributors merged PRs in this release:
@luisherranz @aaronjorbin @gziolo @westonruter @cbravobernal
18.6.0
Changelog
Enhancements
Design Tools
- Post content block: Add background image and padding support. (62499)
- Quote blocks: Add background image and minimum height support. (62497)
- Verse block: Add background image and minimum height support. (62498)
Block Library
- Post Date & Comment Date: Add relative date format. (62298)
- Replace "Add new post" link text with more meaningful Label (v2). (62277)
Block Editor
- LinkControl: Refined the display of the link preview title and URL when both are same. (61819)
- Update URL to uppercase. (62231)
Block bindings
- Change bindings panel title, add description. (62489)
Site Editor
- Template inspector: Small visual adjustments. (62537)
- Unify DataViews Header Title & Subtitle. (62429)
Document Settings
- FlatTermSelector: Update the term suggestion limit. (62359)
Global Styles
- Update custom CSS handling to be consistent with block global styles. (62357)
Post Editor
- Try: Re-enable React StrictMode. (61943)
New APIs
Extensibility
- DataViews: Bootstrap Actions Extensibility API. (62052)
Bug Fixes
- Core Data: Fix errors when the entities list doesn't contain configuration key. (62346)
- Data Views: Bulk toolbar covering other clickable elements. (62333)
- Fix: Omit default parameters from pages, template parts, and patterns. (62372)
- Fix: Show homepage link on frontpage instead of the slug. (62279)
- Fix: Unquoted file argument in declaration check script. (62482)
- List: Fix pasting. (62428)
- MediaUpload: Remove dialog markup on close. (62168)
- Revert CSS removal for interface footer breadcrumbs. (62309)
- Revert test data for
WithSlug
variation. (62579) - Scripts: Pin the @wordpress/scripts version to a version supported by 6.5. (62234)
- Site Editor Hub: Simplify. (61579)
- Style Book: Allow activation when the canvas mode is "view". (62212)
- Top toolbar: Fix half a pixel artifacting of the bottom border. (62225)
- Try: Contextual frame bg color to avoid artifacting. (62223)
- Try: Fix mover positioning. (62226)
- Update instances of text-wrap: Pretty to fall back to balance. (62233)
Global Styles
- Add
default-spacing-sizes
anddefault-font-sizes
options for classic themes. (62252) - Add custom CSS for block style variations. (62526)
- Color Variations: Use Grid rather than VStack. (62445)
- Don't apply the background and text colors to typography previews. (62578)
- Fix UI appearing on blocks that don't support text alignment. (62376)
- Fix UI order for theme.json spacing sizes. (62199)
- Fix registration of theme style variation defined block styles. (62495)
- Only use single property variations as color/type presets. (62469)
- Section Styles: Register block style variations on
init
. (62461) - Section styles: Consolidate variation name. (62550)
- Section styles: Support i18n for variations declared in
theme.json
or theme style variations. (62552) - Sort spacing sizes when all slugs begin numerically. (62567)
Site Editor
- Change
Site Editor
toEdit site
. (62501) - Fix "insert before/after" not showing for blocks in site editor. (62530)
- Site Export: Ensure that the export endpoint uses Gutenberg theme classes. (61561)
- Update old document URLs to new ones. (62206)
- Update sidebar title + icon + site title alignment. (62191)
Block Editor
- Inserter: Allow focus to move to the toggle when opening the inserter. (62513)
- Inserter: Return the same items when the state and parameters don't change. (62263)
- Remove 'rootClientId' argument for block lock selectors. (62547)
- Update fetchLinkSuggestions to sort results by relevancy. (62397)
Block Library
- Fixed Media Text Block Issue : When crop image to fill is enabled, the image in nested media & text blocks does not show. (62182)
- Media & Text block: Fix nested Media & Text block media position issue with increased CSS specificity. (62184)
- Query: Adjust the position of sticky search field in Patterns modal. (62370)
Post Editor
- Editor: Avoid remounts of
DocumentBar
. (62214) - Editor: Make revisions more prominent. (62323)
- Editor: Refine availability of rename post action. (62248)
- Fix move
CONTENT_ONLY_BLOCKS
into component body to ensure theeditor.postContentBlockTypes
filter gets called whenever the values are used. (62292)
Components
- Ensure that openref is defined before accessing to .current. (62508)
- Fix: Update styles for checkbox and radio controls. (61696)
- Tabs: Prevent accidental overflow in indicator. (61979)
List View
- Fix home and end key behaviour in very long lists. (62312)
- Respect default shortcuts in modals. (62479)
- Show context menu for content-only blocks in posts. (62354)
Block bindings
- Fix applying bindings or pattern overrides to button blocks with empty text. (62220)
- Fix site editor breaking when user selects bound and non-bound blocks at the same time. (62268)
- Revert changes to bindings replacement logic to not use regex. (62355)
Synced Patterns
- Block Bindings / Pattern Overrides: Prevent normal attribute updates when a __default binding exists. (62471)
- Fix showing double icons for connected blocks in pattern editor. (62317)
Data Views
- DataViews: Fix unnecessary horizontal scrollbar in list layout. (62448)
- Page creation and duplication: Decode HTML entities in success notices. (62313)
Patterns
- Fix increasingly big canvas in the post editor when editing patterns. (62360)
- i18n: Patterns: Disambiguate singular & plural uses of 'Synced' & 'Unsynced'. (62375)
Data Layer
- Data: Add error handle to the 'registry.batch' method. (62322)
Block Variations
- Compare objects based on given properties. (62272)
Block Styles
- Remove core block style variations filters and action. (62090)