Releases: WordPress/gutenberg
Releases · WordPress/gutenberg
18.9.0 RC1
Changelog
Enhancements
Block Library
- Add Clear button for Overlay color option in Cover Block. (63580)
- Embeds: Add 'Embed' to title for clarity. (63371)
- Columns block: Fix block preview. (63609)
- Gallery: Add border block support. (63428)
- Image block: Show placeholder when uploading HEIC files. (63643)
- Latest comments: Add color block support. (63419)
- Media Text: Add border support. (63542)
- Polish create template part modal. (63617)
- Post Author blocks: Add example and preview. (62978)
- Post date block: Add a block example. (63368)
- Post featured image: Add example of the block. (63011)
- Post terms block: Add an example. (63369)
- Query Loop Block: Remove Posts List variation. (63404)
- Query Loop block: Convert the post content type setting to a ToggleGroupControl if there are few items. (63375)
- Query Loop: Change default query loop variations. (63353)
- Set query loop to have the inherit value by default. (63362)
- Social Links: Add border block support. (63629)
- Social Links: Updated soundcloud icon for social link block. (63504)
- Social Links: Update Facebook's color to match brand guidelines. (60424)
- Term Description: Add border block support. (63630)
Design Tools
- Background Image: Make panel appear in a consistent location. (63551)
- Buttons: Add border, color, and padding block supports. (63538)
- Heading: Add border support. (63539)
- Image: Adopt margin block support. (63546)
- Paragraph: Add border support. (63543)
- Quote: Add border support. (63544)
- Quote: Add spacing supports. (63545)
- Search: Add margin support. (63547)
Data Views
- DataViews: Allow column re-ordering. (63416)
- DataViews: Update pagination icons. (63594)
- DataViews: Rename the header property of fields to label. (63843)
- DataViews: Support combined fields. (63236)
- Dataviews List: Update item layout. (63299)
- Increase column-gap between fields in List layout. (63603)
- Update 'Front page' badge. (63752)
- Update: Pages: Trash view should default to table layout try 2. (63652)
- Update: Grid layout: Allow users to adjust grid density. (63367)
- Update: Include avatars on list view. (63309)
- Update: List / Table layout – selected item stroke should be tinted blue. (63312)
- Update: Make changing order an action on the ellipsis menu. (62189)
Global Styles
- Add colors and typograpghy to the browse styles section. (63173)
- Adding Font size presets UI. (63057)
- Apply same styles to block previews on inserter and Global Styles. (63177)
- Background: Add background attachment to top level styles. (61382)
- Move background panel under color panel. (63888)
Block Editor
- Hide source filter in my patterns. (63831)
- List View: Remove the sticky position icon tooltip. (63850)
- Patterns: Render draggable only when enabled. (63715)
Post Editor
- Add post status icon in post summary. (63658)
- Editor: Improve Header layout. (62636)
- Post Actions: Use entity details for capability checks. (63423)
Font Library
- Group fonts by source. (63211)
- Include a "Select All" options to activate/deactivate all fonts. (63531)
- Reduce duplication of font library group headings. (63532)
Zoom Out
- Hide vertical toolbar when block is not full width. (63650)
- Only show the inserters when a block is selected or hovered. (63668)
Block Locking
- Tweak Block Locking UI. (63881)
General UI
- Polish "Delete" modal. (63392)
- Update close icon. (63597)
- Site Editor: Reduce navigation sidebar width. (63431)
Block bindings
- Bootstrap sources defined in the server. (63470)
Patterns
- Limit pattern shuffling to theme and user patterns only. (62677)
Components
- CustomSelectControl V2 legacy adapter: Stabilize experimental props. (63248)
- CustomSelectControl: Switch to ariakit-based implementation. (63258)
- CustomSelectControlV2: Animate select popover appearance. (63343)
- CustomSelectControlV2: Do not flip popover if legacy adapter. (63357)
- DropdownMenuV2: Invert animation direction. (63443)
- FontSizePicker: Tidy up internal logic. (63553)
- FormTokenField: Deprecate bottom margin. (63491)
- SelectControl: Add "minimal" variant. (63265)
- Tabs: Hyphenate tab labels. (63337)
- Tabs: Keep full opacity of focus ring on disabled tabs. (63754)
- Update HeightControl component to label inputs. (63761)
Core Data
- Core Data: Mark 'canUser' related actions resolvers as resolved. (63435)
- Core Data: Resolve user capabilities when fetching an entity. (63430)
- Core Data: Support entities in the 'canUser' selector. (63322)
- Core Data: Support entity queries in the 'useResourcePermissions' hook. (63653)
JSON Schemas
- Update JSON Schemas to Draft 7. (63583)
New APIs
Block bindings
- Unify
getValue
/getValues
andsetValue
/setValues
APIs. (63185)
Bug Fixes
Data Views
- DataViews: Do not render bulk actions Dropdown if no actions are available. (63575)
- DataViews: Fix default layouts in the pages data views. (63427)
- DataViews: Fix featured image height regression. (63424)
- DataViews: Fix field rendering. (63452)
- DataViews: Fix pattens list selection. (63733)
- DataViews: Fix uncontrolled selection. (63741)
- DataViews: Only show elligible actions in the bulk editing menu. (63473)
- Fix patterns sorting by ...
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