Releases: WordPress/gutenberg
Releases · WordPress/gutenberg
19.9.0
Changelog
Enhancements
- Feature: Add
navigation.isLoading
state to core/router store. (67680) - Update the title, description, and order of Experiments page. (67762)
- wp-env: Add phpMyAdmin support. (67588)
Components
- Added enableAlpha prop to CustomGradientPicker and GradientPicker components. (66974)
- BorderBoxControl: Reduce gap value when unlinked. (67049)
- DateTime: Add default date/time to stories. (67678)
- Deprecate
COLORS.white
. (67649) - Disabled: Suppress
contentEditable
warning in story. (67679) - Document layout in Storybook. (67628)
- DropdownMenu: Increase option height to 40px. (67435)
- DuotonePicker: Simplify Button styles. (66641)
- Menu: Throw when subcomponents are not rendered inside top level Menu. (67411)
- Popover: Use
anchor
instead ofanchorRef
in story. (67674) - Storybook: Remove unnecessary feature flags. (67576)
- Storybook: Update
ArgsTable
toControls
in preview. (67582) - Storybook: Update control types from
null
toundefined
. (67581) - Storybook: Use manager-api instead of addons package. (67578)
- Update @ariakit/react to 0.4.13. (65907)
- Update @ariakit/react to 0.4.15 and @ariakit/test to 0.4.7. (67404)
Block Library
- Cover Block: Image size option for featured image. (67273)
- Feature: Allow Post Template block to get deeply nested within Query Block. (67657)
- Image Block: Change how the Image's overlay styles are applied. (67788)
- Navigation: Enable all non-interactive formats. (67585)
- Query block: Move patterns modal to dropdown on block toolbar. (66993)
- Separator block: Allow divs to be used as separators. (67530)
- New Block: Add Query Total block for displaying total query results or ranges. (67629)
- Block Library: Update the relationship of
No results
block toancestor
. (48348)
DataViews
- Add header to the quick edit when bulk editing. (67390)
- Data views: Expand configuration drop down on mobile. (67715)
- Quick Edit: Add Template field. (66591)
- Refactor actions to render modal outside of the menu. (67664)
- Renders
DataForm
component only when data has been fetched. (67694) - Unify layout configuration. (67477)
- Update bulk header with actions. (67743)
Style Book
- Add stylebook screen for classic themes. (66851)
- Scroll to top at styles root. (67605)
- Stylebook: Render overview colors in 4 columns. (67597)
- Update style book headings to new design. (67546)
Post Editor
- Inline Commenting: Added new sidebar as extension of the canvas. (67347)
- Inline Commenting: Re-order the comments in sidebar in which blocks are listed. (66927)
- Inline commenting: UX Enhancements for Comments. (67385)
Site Editor
- Data Views: Add action for pages to set site homepage. (65426)
- Sidebar: Update appearance of active items. (67318)
- Style the selected template pattern. (65917)
Data Layer
- Data: Expose 'useSelect' warning to third-party consumers. (67735)
- Data: Include more details when shallow equality fails in 'useSelect'. (67713)
Global Styles
- Controls in grid should match between sidebar panel and editor. (67602)
- Shadows: Improve design and a11y of remove button. (67705)
Block Editor
- Prefer exact matches in Link Search results sorting. (67367)
- Try direct drag (outside text editable). (67305)
Zoom Out
- Keep only copy, duplicate and delete in the zoom out more block toolbar menu item. (67279)
Font Library
- FontCollection: Update pagination controls. (67143)
Colors
- Add reset button to color control. (67116)
Bug Fixes
- Exclude Set instance methods from polyfills. (67230)
- Preload: Fix settings fields order. (67450)
- Scripts: Make React Fast Refresh work with multiple blocks. (64924)
- WP Scripts: Update webpack dependencies related to styling. (67572)
Site Editor
- Allow access to quick edit. (67469)
- Edit Site: Fix sidebar template author navigation. (67382)
- Fix Site editor navigation menu items alignment visual regression. (67321)
- Fix sidebar item animation regression. (67771)
- Fix sidebar plugins. (67557)
- Fix the templates route on mobile. (67547)
- Fix: Fixed site-editor crashing when added front-page template and clicking more option. (67500)
- Fix: Fixed styling tab not opening on themes without style variations on mobile & desktop. (67537)
- Preload: Parse post ID from p (path). (67465)
- Remove default page slug. (67673)
- Router: Fix addition and removal of empty classnames. (67378)
- Wrap each router area in 'ErrorBoundary'. (64245)
- useEditorTitle: Fix wrong request without ID. (67475)
Block Editor
- Animate
useScaleCanvas()
only when toggling zoomed out mode. (67481) - Drag and drop: Fix drop zones on block drag. (67317)
- Drag and drop: Fix firefox compat logic. (67439)
- Fix JS error in the 'useTabNav' hook. (67102)
- FontFamilyControl: Restore margin bottom. (67424)
- Inserter: Hide child blocks from the inserter when needed. (67734)
- Inserter: Patterns: Remove loading indicator. (67072)
- Inserter: Should receive focus on open. (67754)
- Remove words count in the multi-selection inspector. (67624)
- Storybook: Fix
BlockPatternsList
fixtures. (67672) - Drag and drop: Fix misplaced drop indicator. (67434)
- Drag and drop: Fix scroll disorientation after drop. (67405)
- Drag and drop: Restore moving animation. (67417)
Block Library
- Align Submenu block and Nav Link block by including description and wrapping span. ([67198](https://github.com/WordP...
19.9.0 RC1
Changelog
Enhancements
- Feature: Add
navigation.isLoading
state to core/router store. (67680) - Update the title, description, and order of Experiments page. (67762)
- wp-env: Add phpMyAdmin support. (67588)
Components
- Added enableAlpha prop to CustomGradientPicker and GradientPicker components. (66974)
- BorderBoxControl: Reduce gap value when unlinked. (67049)
- DateTime: Add default date/time to stories. (67678)
- Deprecate
COLORS.white
. (67649) - Disabled: Suppress
contentEditable
warning in story. (67679) - Document layout in Storybook. (67628)
- DropdownMenu: Increase option height to 40px. (67435)
- DuotonePicker: Simplify Button styles. (66641)
- Menu: Throw when subcomponents are not rendered inside top level Menu. (67411)
- Popover: Use
anchor
instead ofanchorRef
in story. (67674) - Storybook: Remove unnecessary feature flags. (67576)
- Storybook: Update
ArgsTable
toControls
in preview. (67582) - Storybook: Update control types from
null
toundefined
. (67581) - Storybook: Use manager-api instead of addons package. (67578)
- Update @ariakit/react to 0.4.13. (65907)
- Update @ariakit/react to 0.4.15 and @ariakit/test to 0.4.7. (67404)
Block Library
- Cover Block: Image size option for featured image. (67273)
- Feature: Allow Post Template block to get deeply nested within Query Block. (67657)
- Image Block: Change how the Image's overlay styles are applied. (67788)
- Navigation: Enable all non-interactive formats. (67585)
- Query block: Move patterns modal to dropdown on block toolbar. (66993)
- Separator block: Allow divs to be used as separators. (67530)
- [ New Block ] Add Query Total block for displaying total query results or ranges. (67629)
- [Block Library]: Update the relationship of
No results
block toancestor
. (48348)
DataViews
- Add header to the quick edit when bulk editing. (67390)
- Data views: Expand configuration drop down on mobile. (67715)
- Quick Edit: Add Template field. (66591)
- Refactor actions to render modal outside of the menu. (67664)
- Renders
DataForm
component only when data has been fetched. (67694) - Unify layout configuration. (67477)
- Update bulk header with actions. (67743)
Style Book
- Add stylebook screen for classic themes. (66851)
- Scroll to top at styles root. (67605)
- Stylebook: Render overview colors in 4 columns. (67597)
- Update style book headings to new design. (67546)
Post Editor
- Inline Commenting: Added new sidebar as extension of the canvas. (67347)
- Inline Commenting: Re-order the comments in sidebar in which blocks are listed. (66927)
- Inline commenting: UX Enhancements for Comments. (67385)
Site Editor
- Data Views: Add action for pages to set site homepage. (65426)
- Sidebar: Update appearance of active items. (67318)
- Style the selected template pattern. (65917)
Data Layer
- Data: Expose 'useSelect' warning to third-party consumers. (67735)
- Data: Include more details when shallow equality fails in 'useSelect'. (67713)
Global Styles
- Controls in grid should match between sidebar panel and editor. (67602)
- Shadows: Improve design and a11y of remove button. (67705)
Block Editor
- Prefer exact matches in Link Search results sorting. (67367)
- Try direct drag (outside text editable). (67305)
Zoom Out
- Keep only copy, duplicate and delete in the zoom out more block toolbar menu item. (67279)
Font Library
- FontCollection: Update pagination controls. (67143)
Colors
- Add reset button to color control. (67116)
Bug Fixes
- Exclude Set instance methods from polyfills. (67230)
- Preload: Fix settings fields order. (67450)
- Scripts: Make React Fast Refresh work with multiple blocks. (64924)
- WP Scripts: Update webpack dependencies related to styling. (67572)
Site Editor
- Allow access to quick edit. (67469)
- Edit Site: Fix sidebar template author navigation. (67382)
- Fix Site editor navigation menu items alignment visual regression. (67321)
- Fix sidebar item animation regression. (67771)
- Fix sidebar plugins. (67557)
- Fix the templates route on mobile. (67547)
- Fix: Fixed site-editor crashing when added front-page template and clicking more option. (67500)
- Fix: Fixed styling tab not opening on themes without style variations on mobile & desktop. (67537)
- Preload: Parse post ID from p (path). (67465)
- Remove default page slug. (67673)
- Router: Fix addition and removal of empty classnames. (67378)
- Wrap each router area in 'ErrorBoundary'. (64245)
- useEditorTitle: Fix wrong request without ID. (67475)
Block Editor
- Animate
useScaleCanvas()
only when toggling zoomed out mode. (67481) - Drag and drop: Fix drop zones on block drag. (67317)
- Drag and drop: Fix firefox compat logic. (67439)
- Fix JS error in the 'useTabNav' hook. (67102)
- FontFamilyControl: Restore margin bottom. (67424)
- Inserter: Hide child blocks from the inserter when needed. (67734)
- Inserter: Patterns: Remove loading indicator. (67072)
- Inserter: Should receive focus on open. (67754)
- Remove words count in the multi-selection inspector. (67624)
- Storybook: Fix
BlockPatternsList
fixtures. (67672) - Drag and drop: Fix misplaced drop indicator. (67434)
- Drag and drop: Fix scroll disorientation after drop. (67405)
- Drag and drop: Restore moving animation. (67417)
Block Library
- Align Submenu block and Nav Link block by including description and wrapping span. ([67198](https://github.com/...
19.8.0
Changelog
Enhancements
Block Library
- Details block: Use summary content as default label. (67217)
- Make social icon navigation one arrow keypress. (64883)
- Page List : Add border and spacing support. (66385)
- Query Loop block: Remove 'add new post' prompt in the sidebar. (67189)
- Query block: Update Enhanced Pagination help text. (67173)
- Social Link: Add contentOnly editing support. (66622)
Components
- Autocomplete: Increase option height. (67214)
- CircularOptionPicker: Update Button sizes. (67285)
- ColorPalette: Disable
Clear
button if there's no color value. (67108) - ColorPicker: Update sizes of format select and copy button. (67093)
- ComboboxControl: Update reset button size. (67215)
DataViews
- Add density option to
table
layout. (67170) - DataForm: Enable fields to declare a different layout. (66531)
- DataViews list layout: Hide actions menu when there is only one action and is primary. (67015)
- DataViews table layout: Hide actions menu when there is only one action and is primary. (67020)
- Reduce the size of action button in Grid layout. (67032)
- DataViews: Allow register/unregister fields. (67175)
Global Styles
- Block Supports: Extend stabilization to common experimental block support flags. (67018)
- Borders: Stabilize border block supports within block processing. (66918)
- Site Editor > Styles: Open styles inspector when clicking preview canvas. (66996)
Media
- Block Editor: Add notice action to revert image to original after cropping. (67314)
- Block Editor: Add success notices for image editing. (67312)
REST API
- Feature: Set editor rendering mode by post type. (62304)
- Terms: Respect order specified by register_taxonomy(). (67154)
Zoom Out
- Leave help text regardless of zoom state. (67132)
- Preserve footer template bar in zoom out. (67135)
- Add section styles switch button in block toolbar in zoom out mode. (67140)
Post Editor
- Move default template types and template part areas to REST API. (66459)
- Move
usePostFields
towordpress/editor
package. (67024)
Site Editor
- Blocks: Adds check for parent before showing convert to pattern button. (66158)
- Try dark toolbar for the write mode. (66116)
Design Tools
- Heading: Hide border controls by default. (67105)
- Font family preview in the font family picker. (67118)
Bug Fixes
Block Library
- Fix block mover clickable area. (67261)
- Fix dropping media from inserter into Cover block. (67056)
- Fix: Preserve Display Preview State in File Block. (67263)
- Paragraph: Update condition for rendering Drop Cap for a selected block. (67111)
- RSS block: Check for description field before rendering excerpt. (66985)
- Resolve search block button text overlapping issue. (66868)
- Social Links: Fix font family and weight inconsistency in editor. (67204)
Components
- Composite: Restore
Hover
andTypeahead
functionality. (67212) - Menu.ItemHelpText: Better line breaking. (67011)
- SlotFill: Fix a bug with storing stale fillProps. (67000)
- Storybook: Fix DataViews layout. (66999)
FormFileUpload
: Prevent HEIC and HEIF files from always being uploaded on Safari. (67139)
Block Editor
- Add all color palettes to select from editor panel. (65148)
- Correctly mark Block Comment SlotFills private. (67271)
- Fix media placeholder to only activate for media objects. (66986)
- Rich text: Preserve comments. (62128)
- Fix TS types for the editor package. (67196)
- PostTitle: Exit early when post type doesn't support titles. (67086)
- Split view with meta boxes even with legacy canvas. (66706)
- Edit Site: Styles nav item does not open on mobile for themes without style variations. (67550)
Global Styles
- Avoid zooming out when browsing styles if the preview mode is active. (67190)
- Remove styles from blocks' previews. (67144)
- Style panel: Use correct revisions count. (67180)
- Theme JSON: Include block style variations in path only output of get_block_nodes. (66948)
- Fix: Logic for Highlight/text-color format availability. (65530)
- Fix complex variation selectors when using selectors API. (67061)
Site Editor
- Prevent Pre-Publish Panel from Displaying Incorrect Information After Navigating away. (67010)
- Site Editor Sidebar: Fixed focus/hover style for navigation item buttons. (67251)
- Site Hub: Fix height in mobile layout. (67110)
- Site Editor: Styles: Fix inspector opening. (67004)
- Improve accessibility and consistency of the 'Last modified' Revisions button. (66606)
- Remove styles from examples. (67098)
- Editor: Correctly select post title support in 'DocumentOutline'. (67109)
DataViews
- Fix action visibility logic. (67197)
- Fix primary field misalignment in grid layout. (66995)
- Fix spacing when combining combined fields. (67226)
Zoom Out
- Zoom In/Out to correct canvas location. (66917)
- Zoom in/out to correct location. (67126)
- Zoom Out: Disable zooming out when Distraction Free mode is activated. (67028)
- Disable Zoom Out if no section root to allow for Theme opt in. (67232)
Layout
- Allow flex justification controls to be disabled at the block level. (67059)
- Show vertical alignment toolbar with allowSwitching enabled. (67022)
Patterns
- Fix: JavaScript error when pattern category is unregistered. (67063)
- Block Locking: Remove edit locking for Synced Patterns. (67021)
Accessibility
Components
- ColorPicker: Add accessible label for copy button. (67094)
- Modal: Increase size of the Close button. (66792)
- DataViews: Fix focus loss when removing all filters or resetting. (67003)
B...
19.8.0 RC2
Changelog
Bug Fixes
Site Editor
- 19.8 Edit Site: Styles nav item does not open on mobile for themes without style variations. (67550)
Zoom Out
- Disable Zoom Out if no section root to allow for Theme opt in. (67232)
Meta Boxes
- Split view with meta boxes even with legacy canvas. (66706)
Contributors
The following contributors merged PRs in this release:
19.8.0 RC1
Changelog
Enhancements
Block Library
- Details block: Use summary content as default label. (67217)
- Make social icon navigation one arrow keypress. (64883)
- Page List : Add border and spacing support. (66385)
- Query Loop block: Remove 'add new post' prompt in the sidebar. (67189)
- Query block: Update Enhanced Pagination help text. (67173)
- Social Link: Add contentOnly editing support. (66622)
Components
- Autocomplete: Increase option height. (67214)
- CircularOptionPicker: Update Button sizes. (67285)
- ColorPalette: Disable
Clear
button if there's no color value. (67108) - ColorPicker: Update sizes of format select and copy button. (67093)
- ComboboxControl: Update reset button size. (67215)
DataViews
- Add density option to
table
layout. (67170) - DataForm: Enable fields to declare a different layout. (66531)
- DataViews list layout: Hide actions menu when there is only one action and is primary. (67015)
- DataViews table layout: Hide actions menu when there is only one action and is primary. (67020)
- Reduce the size of action button in Grid layout. (67032)
- DataViews: Allow register/unregister fields. (67175)
Global Styles
- Block Supports: Extend stabilization to common experimental block support flags. (67018)
- Borders: Stabilize border block supports within block processing. (66918)
- Site Editor > Styles: Open styles inspector when clicking preview canvas. (66996)
Media
- Block Editor: Add notice action to revert image to original after cropping. (67314)
- Block Editor: Add success notices for image editing. (67312)
REST API
- Feature: Set editor rendering mode by post type. (62304)
- Terms: Respect order specified by register_taxonomy(). (67154)
Zoom Out
- Leave help text regardless of zoom state. (67132)
- Preserve footer template bar in zoom out. (67135)
- Add section styles switch button in block toolbar in zoom out mode. (67140)
Post Editor
- Move default template types and template part areas to REST API. (66459)
- Move
usePostFields
towordpress/editor
package. (67024)
Site Editor
- Blocks: Adds check for parent before showing convert to pattern button. (66158)
- Try dark toolbar for the write mode. (66116)
Design Tools
- Heading: Hide border controls by default. (67105)
- Font family preview in the font family picker. (67118)
Bug Fixes
Block Library
- Fix block mover clickable area. (67261)
- Fix dropping media from inserter into Cover block. (67056)
- Fix: Preserve Display Preview State in File Block. (67263)
- Paragraph: Update condition for rendering Drop Cap for a selected block. (67111)
- RSS block: Check for description field before rendering excerpt. (66985)
- Resolve search block button text overlapping issue. (66868)
- Social Links: Fix font family and weight inconsistency in editor. (67204)
Components
- Composite: Restore
Hover
andTypeahead
functionality. (67212) - Menu.ItemHelpText: Better line breaking. (67011)
- SlotFill: Fix a bug with storing stale fillProps. (67000)
- Storybook: Fix DataViews layout. (66999)
FormFileUpload
: Prevent HEIC and HEIF files from always being uploaded on Safari. (67139)
Block Editor
- Add all color palettes to select from editor panel. (65148)
- Correctly mark Block Comment SlotFills private. (67271)
- Fix media placeholder to only activate for media objects. (66986)
- Rich text: Preserve comments. (62128)
- Fix TS types for the editor package. (67196)
- PostTitle: Exit early when post type doesn't support titles. (67086)
Global Styles
- Avoid zooming out when browsing styles if the preview mode is active. (67190)
- Remove styles from blocks' previews. (67144)
- Style panel: Use correct revisions count. (67180)
- Theme JSON: Include block style variations in path only output of get_block_nodes. (66948)
- Fix: Logic for Highlight/text-color format availability. (65530)
- Fix complex variation selectors when using selectors API. (67061)
Site Editor
- Prevent Pre-Publish Panel from Displaying Incorrect Information After Navigating away. (67010)
- Site Editor Sidebar: Fixed focus/hover style for navigation item buttons. (67251)
- Site Hub: Fix height in mobile layout. (67110)
- Site Editor: Styles: Fix inspector opening. (67004)
- Improve accessibility and consistency of the 'Last modified' Revisions button. (66606)
- Remove styles from examples. (67098)
- Editor: Correctly select post title support in 'DocumentOutline'. (67109)
DataViews
- Fix action visibility logic. (67197)
- Fix primary field misalignment in grid layout. (66995)
- Fix spacing when combining combined fields. (67226)
Zoom Out
- Zoom In/Out to correct canvas location. (66917)
- Zoom in/out to correct location. (67126)
- Zoom Out: Disable zooming out when Distraction Free mode is activated. (67028)
Layout
- Allow flex justification controls to be disabled at the block level. (67059)
- Show vertical alignment toolbar with allowSwitching enabled. (67022)
Patterns
- Fix: JavaScript error when pattern category is unregistered. (67063)
- Block Locking: Remove edit locking for Synced Patterns. (67021)
Accessibility
Components
- ColorPicker: Add accessible label for copy button. (67094)
- Modal: Increase size of the Close button. (66792)
- DataViews: Fix focus loss when removing all filters or resetting. (67003)
Block Library
- Improve accessibility of the video track editor. (66832)
- Navigation: Fix 'ariaLabel' block support. (66943)
Post Editor
- Improve the featured image UI when it cannot retrieve the image file and data. ([66936](https://github.com/WordPress/gutenberg/pull...
19.7.0
Changelog
Enhancements
- Add "show template" to preview dropdown. (66514)
- Iframe: Always enable for block themes, in core too. (66800)
- Media Utils: Add experimental
sideloadMedia
. (66378) - Post fields: Clean up. (66941)
- Post fields: Extract
title
fromedit-site
tofields
package. (66940) - Post fields: Move
comment_status
from edit-site to fields package. (66934) - Post fields: Move
date
fields fromedit-site
tofields
package. (66938) - Post fields: Move
status
fromedit-site
tofields
. (66937) - Relocate “View” external link to end of editor header controls. (66785)
Block Library
- Added toggle control to set any image as feature image if no feature image is set for post. (65896)
- Improve cover z-index solution. (66249)
- Post Content: Add border and spacing support. (66366)
- Query Loop: Use templateSlug and postType for more context. (65820)
- Update text case of "Starter Content". (66954)
- [Details Block]: Adds anchor support in details block. (66734)
Components
- Guide: Use small size button for page controls. (66607)
- MenuItem: Add 40px size prop on Button. (66596)
- Notice: Add appropriate size props to Buttons. (66593)
- PaletteEdit: Add appropriate size props to Buttons. (66590)
- Popover: Add small size prop to close button. (66587)
Global Styles
- Global styles revisions: Move focus and active state to list item. (66780)
- Site editor: Integrate global styles controls and style book preview into the styles panel. (65619)
DataViews
- DataViews Fields API: Default getValueFromId supports nested objects. (66890)
Block Editor
- Inserter: Add 'Starter Content' category to the inserter. (66819)
Zoom Out
- Enable zoom out mode for non-iframe editor. (66789)
Themes
- Theme JSON Resolver: Remove theme json merge in resolve_theme_file_uris. (66662)
Edit Mode
- Image block: Add support for "more" dropdown for additional tools in Write mode. (66605)
Style Book
- Add a landing section to stylebook tabs. (66545)
Media
- Media Library: Expose filters dropdown for individual images, such as with the Image block. (65965)
Bug Fixes
- Block toolbar: Restrict visible child calculation to known blocks. (66702)
- ComplementaryArea: Fix button position. (66677)
- Fix Paragraph appender layout shift (building on 66061). (66779)
- Fix: Set the
fit-content
width for images that are not.svg
. (66643) - Preference modal: Avoid fetching all reusable blocks when the site editor loads. (66621)
- Revert "Set image width to
fit-content
to solve aspect ratio problems in Firefox. (#66217)". (66804) - Safari: Fix site editor template error. (66647)
- Safari: Prevent focus capturing caused by flex display. (66402)
- Select Mode: Hide tool selector in the post editor and force design mode. (66784)
- Shadow panel: Make the delete modal text translatable. (66712)
- Site Editor: Fix template for page-on-front option. (66739)
- WP Scripts: Make watch mode more resilient for developer errors. (66752)
- getDefaultTemplateId: Ensure entity configuration is loaded. (66650)
- Comments controller: fix issue where comments are allowed when closed (#66976)
Block Library
- Cover: Fix media library image selection. (66782)
- Cover: Show DropZone only when dragging withing the block. (66912)
- Media & Text: Set
.wp-block-media-text__media a
display to block. (66915) - Prevent duplicate post format taxonomy queries. (66627)
- Query Loop: Check for postTypeFromContext before using it. (66655)
- Query Loop: Remove postTypeFromContext. (66681)
Block Editor
- Appender: Fix initial position. (66711)
- Appender: Fix outside canvas styles. (66630)
- Block Inspector: Restore bottom margin for RadioControl. (66688)
- Iframed editor: Fix relative wp-content URLs. (66751)
Global Styles
- Section Styles: Fix insecure properties removal for inner block types and elements. (66896)
- Style book: Reduce margin selector specificity so that it doesn't override global block styles. (66895)
- Theme JSON: Replace top-level background style objects on merge. (66656)
Components
- FormTokenField: Fix token styles. (66640)
- Storybook: Fix DataViews action modals. (66727)
- ToggleGroupControl: Fix active background for
zero
value. (66855)
Post Editor
- Disable device preview button in pattern/template part/navitation editor. (65970)
- PostTaxonomiesFlatTermSelector: Abstract wrapper component. (66625)
- VisualEditor: Always output has-global-padding classname when in post only mode. (66626)
DataViews
- Fix TypeError when duplicating uncategorized theme patterns. (66889)
- Tweak primary field in patterns grid layout. (66733)
Meta Boxes
- Fix: Show Meta Boxes at the bottom of the screen regardless of the current rendering mode. (66508)
- Hide metaboxes in Zoom Out. (66886)
Site Editor
- DataViews: Fix 'aria-label' for pattern preview element. (66601)
- Site Hub: Fixed navigation redirect on mobile devices for classic themes. (66867)
Media
- Add
x-wav
mime type for wav files in Firefox. (66850) - Ensure HEIC files selectable from “Upload” button. (66292)
Patterns
- Fix uncategorized pattern browsing when pattern has no categories. (66945)
Interactivity API
- Fix property modification from inherited context two or more levels above. (66872)
Block API
- Process Block Type: Copy deprecation to a new object instead of mutating when stabilizing supports. (66849)
Design Tools
- Block Gap: Fix block spacing control for axial gap supported blocks. (66783)
Document Settings
- Editor: Restore the 'PluginPostStatusInfo' slot position. (66665)
Templates API
- Fix flash when clicking template name in the editor when a plugin registered template matches a default WP theme template. (66359)
Block bindings
...
19.6.4
19.6.3
19.7.0 RC2
- Comments controller: fix issue where comments are allowed when closed (#66976)