Releases: WordPress/gutenberg
Releases · WordPress/gutenberg
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 ...
18.0.0
Changelog
Enhancements
- Core Data: Update method generating plural names. (59881)
- Expand main content area to viewport when zoomed out. (59512)
- Update 'sidebar card' appearance. (59997)
Data Views
- Add: Command click to select item on table view. (59563)
- DataViews: Add AND logic operators to filters. (59953)
- DataViews: Add default getValue for fields. (59810)
- DataViews: Implement multiple selection for filters. (59610)
- DataViews: Make list layout stable. (59858)
- Pages data view: Update quick-actions. (59551)
- Reduce visual prominence of primary actions in table data views, and consolidate primary + secondary actions in ellipsis menu. (59128)
Site Editor
- Patterns: Add a title to the category delete flow and increase line height. (59645)
- Standardize block tools toggle button size to 32px. (59625)
- Update index page for templates. (59792)
- [Site Editor]: Move featured image at the top of the inspector controls. (59783)
Block Library
- Add featured image to Media & Text block. (51491)
- Social Icons: Update Medium icon. (57073)
- Table Block: Fixed width table cells on by default. (49672)
- Update Reddit social icon to latest brand guidelines. (59438)
Components
- Add typing for date and time typing for TextControl. (59666)
- Add: Support for menu group to the Dropdown. (59723)
- Update the line height for components. (60028)
Design Tools
- Add Box Shadow support for featured image. (59616)
- Background block supports: Move block support defaults to gutenberg_render_background_support and revert gutenberg_get_background_support_styles. (59889)
Layout
- Add Column Start and Row Start controls to Grid children. (59483)
- Allow blocks to be grouped as a Grid. (59853)
Global Styles
Block API
- Display settings 'label' defined by the 'register_setting' method. (59243)
Rich Text
- RichText: Add non breaking space shortcut on Windows. (43150)
New APIs
- Support the PluginDocumentSettingPanel slot in the site editor. (59985)
- Add pre 6.5 compat for viewStyles. (59322)
Bug Fixes
Block Library
- Add filter for duotone to account for gutenberg_restore_image_outer_container in classic themes. (59764)
- Add richText identifier to blocks. (59056)
- Close navigation link ui on escape. (59838)
- Code block: Preserve newlines. (59627)
- Do not focus new navigation block menu until loading is finished. (59801)
- File: Add center alignment editor class for classic themes. (59975)
- Fix create menu after menu switch. (59630)
- Fix image layout shift from placeholder to selected placeholder. (59857)
- Fix overlay issue when empty featured image is used in Cover Block. (59855)
- Media & Text: Remove the duplicate Media width control. (59776)
- Prevent default on primary+k to prevent command center from opening on navigation link. (59845)
- Quote: Show as active when deeply nested child block is selected. (59662)
- RichText: Document the identifier prop. (60036)
- Social icons: Only render label container when there's a label. (60060)
- Template Parts: Fix typo in translatable string. (59816)
- Ensure consistent return type in
WP_Navigation_Block_Renderer::Get_markup_for_inner_block()
. (59820) - Return early from saving meta data for the navigation without a $post->ID. (59875)
- Fix root ID calculation when check if block can be transformed. (60167)
- Featured Image: Fix overlay rendering in the editor. (60187)
- Fix self closing navigation overlay. (60130)
- Navigation: Avoid content loss when only specific entity fields are edited. (60071)
Font Library
- Avoid auto-removing font families without font faces. (59910)
- Ensure that errors reported from uploading font files are not duplicated. (59564)
- Fix JS errors when activating or deactivating system fonts. (59935)
- Fix typo in upload text. (59655)
- Polish Google Fonts consent box. (59631)
- Refactors the upload handler in order to check if files being uploaded are valid font files. (59648)
- Reset notices when navigating away from the collection. (59981)
- Activate the fonts coming from the backend and not the data from the frontend. (60093)
- Install fonts in sequence to work around race condition. (60180)
Interactivity API
- Backport fixes from Core. (59903)
- Fix interactivity api end-to-end tests. (59836)
- Interactivity: Ensure stores are initialized on client. (59842)
- Interactivity: Restore scope when yielded promise rejects. (59708)
- Prevent non-object state from being added. (59886)
- Re-introduce
data_wp_context()
with_deprecated_function()
call. (59834)
Site Editor
- Don't display welcome guide in hybrid theme. (55865)
- Editor: Fix loading templates using a top level pattern block that includes a template part. (59900)
- Fix opening of save panel when using the
save
shortcut. (59647) - Fix selected featured image when opening media library. (59769)
- Make the delete navigation menu confirm dialogs consistent. (59825)
- Restore the back button when navigating to the template from the home page. (59639)
Block Editor
- Fix allow mouse users to edit link text when Link UI is active. (59635)
- Fix crash when unmounting an editor iframe. (59992)
- Handle when attributes param passed into hasStickyOrFixedPositionValue is nullish. (59800)
- List view: Fix stuck moving animation on Enter. (59644)
- Shadow support enable skip serialization for dynamic blocks. (59887)
- FlatTermSelector: Invalidate optimistic update if term creation fails. (59945)
Global Styles
- Fix retrieval of referenced preset values in editor. ([59811...
18.0.0 RC2
Changelog
Bug Fixes
Block Library
- Featured Image: Fix overlay rendering in the editor. (60187)
- Fix self closing navigation overlay. (60130)
- Navigation: Avoid content loss when only specific entity fields are edited. (60071)
Global Styles
- Featured Image: Fix block support selectors after shadow support addition. (60184)
- Fix list of base theme fonts when a theme variation is applied.. (59959)
Font Library
- Activate the fonts coming from the backend and not the data from the frontend. (60093)
- Install fonts in sequence to work around race condition. (60180)
Block Editor
- Fix root ID calculation when check if block can be transformed. (60167)
Code Quality
Block Library
- Fix code formatting in Nav block view file. (60162)
Contributors
The following contributors merged PRs in this release:
@aaronrobertshaw @creativecoder @draganescu @getdave @jsnajdr @Mamaduka @matiasbenedetto
18.0.0 RC1
Changelog
Enhancements
- Core Data: Update method generating plural names. (59881)
- Expand main content area to viewport when zoomed out. (59512)
- Update 'sidebar card' appearance. (59997)
Data Views
- Add: Command click to select item on table view. (59563)
- DataViews: Add AND logic operators to filters. (59953)
- DataViews: Add default getValue for fields. (59810)
- DataViews: Implement multiple selection for filters. (59610)
- DataViews: Make list layout stable. (59858)
- Pages data view: Update quick-actions. (59551)
- Reduce visual prominence of primary actions in table data views, and consolidate primary + secondary actions in ellipsis menu. (59128)
Site Editor
- Patterns: Add a title to the category delete flow and increase line height. (59645)
- Standardize block tools toggle button size to 32px. (59625)
- Update index page for templates. (59792)
- [Site Editor]: Move featured image at the top of the inspector controls. (59783)
Block Library
- Add featured image to Media & Text block. (51491)
- Social Icons: Update Medium icon. (57073)
- Table Block: Fixed width table cells on by default. (49672)
- Update Reddit social icon to latest brand guidelines. (59438)
Components
- Add typing for date and time typing for TextControl. (59666)
- Add: Support for menu group to the Dropdown. (59723)
- Update the line height for components. (60028)
Design Tools
- Add Box Shadow support for featured image. (59616)
- Background block supports: Move block support defaults to gutenberg_render_background_support and revert gutenberg_get_background_support_styles. (59889)
Layout
- Add Column Start and Row Start controls to Grid children. (59483)
- Allow blocks to be grouped as a Grid. (59853)
Global Styles
Block API
- Display settings 'label' defined by the 'register_setting' method. (59243)
Rich Text
- RichText: Add non breaking space shortcut on Windows. (43150)
New APIs
- Support the PluginDocumentSettingPanel slot in the site editor. (59985)
- Add pre 6.5 compat for viewStyles. (59322)
Bug Fixes
Block Library
- Add filter for duotone to account for gutenberg_restore_image_outer_container in classic themes. (59764)
- Add richText identifier to blocks. (59056)
- Close navigation link ui on escape. (59838)
- Code block: Preserve newlines. (59627)
- Do not focus new navigation block menu until loading is finished. (59801)
- File: Add center alignment editor class for classic themes. (59975)
- Fix create menu after menu switch. (59630)
- Fix image layout shift from placeholder to selected placeholder. (59857)
- Fix overlay issue when empty featured image is used in Cover Block. (59855)
- Media & Text: Remove the duplicate Media width control. (59776)
- Prevent default on primary+k to prevent command center from opening on navigation link. (59845)
- Quote: Show as active when deeply nested child block is selected. (59662)
- RichText: Document the identifier prop. (60036)
- Social icons: Only render label container when there's a label. (60060)
- Template Parts: Fix typo in translatable string. (59816)
- Ensure consistent return type in
WP_Navigation_Block_Renderer::Get_markup_for_inner_block()
. (59820) - Return early from saving meta data for the navigation without a $post->ID. (59875)
Font Library
- Avoid auto-removing font families without font faces. (59910)
- Ensure that errors reported from uploading font files are not duplicated. (59564)
- Fix JS errors when activating or deactivating system fonts. (59935)
- Fix typo in upload text. (59655)
- Polish Google Fonts consent box. (59631)
- Refactors the upload handler in order to check if files being uploaded are valid font files. (59648)
- Reset notices when navigating away from the collection. (59981)
Interactivity API
- Backport fixes from Core. (59903)
- Fix interactivity api end-to-end tests. (59836)
- Interactivity: Ensure stores are initialized on client. (59842)
- Interactivity: Restore scope when yielded promise rejects. (59708)
- Prevent non-object state from being added. (59886)
- Re-introduce
data_wp_context()
with_deprecated_function()
call. (59834)
Site Editor
- Don't display welcome guide in hybrid theme. (55865)
- Editor: Fix loading templates using a top level pattern block that includes a template part. (59900)
- Fix opening of save panel when using the
save
shortcut. (59647) - Fix selected featured image when opening media library. (59769)
- Make the delete navigation menu confirm dialogs consistent. (59825)
- Restore the back button when navigating to the template from the home page. (59639)
Block Editor
- Fix allow mouse users to edit link text when Link UI is active. (59635)
- Fix crash when unmounting an editor iframe. (59992)
- Handle when attributes param passed into hasStickyOrFixedPositionValue is nullish. (59800)
- List view: Fix stuck moving animation on Enter. (59644)
- Shadow support enable skip serialization for dynamic blocks. (59887)
- FlatTermSelector: Invalidate optimistic update if term creation fails. (59945)
Global Styles
- Fix retrieval of referenced preset values in editor. (59811)
- Global Syles: Apply fallback background color to typography elements. (59347)
- Presets: Show the default empty variation as well as the other presets. (59717)
- Remove filter for same number of settings. (59590)
- Site editor: Find font families for typography presets crashes editor. (59806)
- Force root min-height of 100% for backgrounds. (59809)
Patterns
- Add pattern title in create modal in post editor. (...
17.9.0
Changelog
Enhancements
Data Views
- Apply hover styles to filter chip while being configured. (59236)
- Display all checkboxes when a single item is selected. (59233)
- Pages data view: Make 'View' button open a new tab. (59554)
- Reposition pattern detail icon. (59363)
- Update 'Add filter' button in data views. (59433)
- Update empty/loading states. (59437)
- Update filter control position. (59231)
- Update page selector appearance. (59284)
- Update pages dataview icons, add 'drafts' icon. (59285)
- Update sidebar titles for Template and Page management data views. (59011)
Global Styles
- Add background image to top-level theme.json styles. (59354)
- Add color and typography presets to Global Styles. (56622)
- Create a shared component for typography previews. (59503)
- Enqueue block custom CSS only when block renders on the page. (58991)
- Style Book: Should persist when browsing global styles panels. (59261)
Block Library
- Introduce the 'useUploadMediaFromBlobURL' utility hook. (59350)
- Remove redundant copy from PanelBody titles. (59278)
- Template Parts: Add a replace flow to the inspector controls. (55128)
Site Editor
- Block Theme Previews: Remove "Looking for Template Parts?" hint. (59092)
- Remove the site editor sidebar navigation edit button. (59335)
- Scale the zoomed out mode to fit available space. (59342)
- View full zoomed out mode canvas while inserting patterns. (59337)
- Add: Shuffle button in zoom out mode. (59573)
Font Library
- Add option to revoke access to Google Fonts. (59205)
- Make font collection fields translatable. (59256)
- Update the spacing in the font collection panel. (59357)
Post Editor
Patterns
- Add Shuffle option to sections via pattern category. (59251)
- Use block naming for marking blocks as overridable in patterns. (59268)
Components
- Storybook: Add mechanism to redirect moved stories. (59181)
Nested / Inner Blocks
- InnerBlocks: Support insert before/after block actions when using allowedBlocks. (59162)
Plugin
- Update cherry pick script to add
Backported to WP Core
label for backports. (58970)
Bug Fixes
Block Library
- Columns: Correctly recalculate column widths when the column count is increased by more than 2 at once. (59301)
- Group: Fix alignment of Group block placeholder text. (59271)
- Query Loop: Don't show publicly non-queryable taxonomies. (59458)
- Image: Remove scrolling of empty image blocks. (59305)
- Search: Use font size for search icon. (59159)
- Site Logo: Update URL for site icon settings with fallback for WP core versions earlier than 6.5. (59485)
- Site Logo: Update capitalization of Use as Site Icon toggle. (59383)
- Title & Featured Image: Hide non content controls when block editing mode is 'contentOnly'. (59295)
Font Library
- Avoid creating font families without font faces. (59436)
- Avoid loading theme fonts twice and assume they were already resolved by the font face resolver. (59421)
- Changed installFont to installFonts so that multiple font families can be installed at once. (59451)
- Fixed the font family modal to open in state when a font is already selected. (59379)
- Font collection pagination: Add min height to avoid infinite number. (59241)
- Hide UI elements when user lacks permissions. (59332)
- Load/Unload the font face in browser when toggling the variants. (59066)
- Use SearchControl component for search input. (59589)
- REST API: Backport r57804 from wp-dev. (59767)
Interactivity API
- Fix
navigate()
issues related to initial state merges. (57134) - Fix context object proxy references. (59553)
- Improve context merges using proxies. (59187)
- Navigation: Add missing empty space to print out valid HTML. (59255)
- Prevent unwanted subscriptions to inherited context props. (59273)
- Rename
data_wp_context
function. (59465)
Components
- Button: Fix focus outline in disabled primary variant. (59391)
- Button: Place children before the icon when
iconPosition
is "right". (59489) - Fix tooltip font. (59307)
- HStack, VStack: Stop passing invalid props. (59416)
- URLPopover: Restore min-width style. (59274)
Block Editor
- Fix Navigation link control overlapping issue. (59065)
- Fix: Re-render toolbar when parent block changes. (59234)
- List: Copy wrapper when multi selecting items. (59460)
- Refactor: UseBlockTools hook. (58979)
- Rich text: Fix typing into empty flex element. (59473)
- URLPopover: Fix a problem with the layout of link settings. (58906)
- Fix issue with appender jumping when creating a new pattern. (59582)
- Allow event bubbling even if keydown is passed. (59474)
Custom Fields
- Block Bindings: Fix console error when selecting a bound block. (59598)
- Change default "Connected to a custom field" message in bindings. (59434)
- Fix inserting button block when pressing enter in a block with bound
text
attribute. (59361) - Fix query loop with block bindings not working in the editor as expected. (59283)
Data Views
- DataViews: Don't use combobox when there are few available options. (59341)
- DataViews: Set color for primary field/
a
element when focused. (58814) - Dataviews: Fix sticky table headers. (59467)
Site Editor
17.9.0 RC3
Changelog
Various
Font Library
Contributors
The following contributors merged PRs in this release:
17.9.0 RC2
Changelog
Bug Fixes
- Revert "Zoomed-Out Mode: Don't show blocks in zoomed out view". (59750)
Global Styles
- Remove the extra unneeded color variations panel. (59718)
Block Editor
- Fix: Re-render toolbar when parent block changes. (59234)
Site Editor
- Fix site editor crashing when not fully loaded. (59658)
Contributors
The following contributors merged PRs in this release:
17.9.0 RC1
Changelog
Enhancements
Data Views
- Apply hover styles to filter chip while being configured. (59236)
- Display all checkboxes when a single item is selected. (59233)
- Pages data view: Make 'View' button open a new tab. (59554)
- Reposition pattern detail icon. (59363)
- Update 'Add filter' button in data views. (59433)
- Update empty/loading states. (59437)
- Update filter control position. (59231)
- Update page selector appearance. (59284)
- Update pages dataview icons, add 'drafts' icon. (59285)
- Update sidebar titles for Template and Page management data views. (59011)
Global Styles
- Add background image to top-level theme.json styles. (59354)
- Add color and typography presets to Global Styles. (56622)
- Create a shared component for typography previews. (59503)
- Enqueue block custom CSS only when block renders on the page. (58991)
- Style Book: Should persist when browsing global styles panels. (59261)
Block Library
- Introduce the 'useUploadMediaFromBlobURL' utility hook. (59350)
- Remove redundant copy from PanelBody titles. (59278)
- Template Parts: Add a replace flow to the inspector controls. (55128)
Site Editor
- Zoomed-Out Mode: Don't show blocks in zoomed out view. (59245)
- Block Theme Previews: Remove "Looking for Template Parts?" hint. (59092)
- Remove the site editor sidebar navigation edit button. (59335)
- Scale the zoomed out mode to fit available space. (59342)
- View full zoomed out mode canvas while inserting patterns. (59337)
- Add: Shuffle button in zoom out mode. (59573)
Font Library
- Add option to revoke access to Google Fonts. (59205)
- Make font collection fields translatable. (59256)
- Update the spacing in the font collection panel. (59357)
Post Editor
Patterns
- Add Shuffle option to sections via pattern category. (59251)
- Use block naming for marking blocks as overridable in patterns. (59268)
Components
- Storybook: Add mechanism to redirect moved stories. (59181)
Nested / Inner Blocks
- InnerBlocks: Support insert before/after block actions when using allowedBlocks. (59162)
Plugin
- Update cherry pick script to add
Backported to WP Core
label for backports. (58970)
Bug Fixes
Block Library
- Columns: Correctly recalculate column widths when the column count is increased by more than 2 at once. (59301)
- Group: Fix alignment of Group block placeholder text. (59271)
- Query Loop: Don't show publicly non-queryable taxonomies. (59458)
- Image: Remove scrolling of empty image blocks. (59305)
- Search: Use font size for search icon. (59159)
- Site Logo: Update URL for site icon settings with fallback for WP core versions earlier than 6.5. (59485)
- Site Logo: Update capitalization of Use as Site Icon toggle. (59383)
- Title & Featured Image: Hide non content controls when block editing mode is 'contentOnly'. (59295)
Font Library
- Avoid creating font families without font faces. (59436)
- Avoid loading theme fonts twice and assume they were already resolved by the font face resolver. (59421)
- Changed installFont to installFonts so that multiple font families can be installed at once. (59451)
- Fixed the font family modal to open in state when a font is already selected. (59379)
- Font collection pagination: Add min height to avoid infinite number. (59241)
- Hide UI elements when user lacks permissions. (59332)
- Load/Unload the font face in browser when toggling the variants. (59066)
- Use SearchControl component for search input. (59589)
Interactivity API
- Fix
navigate()
issues related to initial state merges. (57134) - Fix context object proxy references. (59553)
- Improve context merges using proxies. (59187)
- Navigation: Add missing empty space to print out valid HTML. (59255)
- Prevent unwanted subscriptions to inherited context props. (59273)
- Rename
data_wp_context
function. (59465)
Components
- Button: Fix focus outline in disabled primary variant. (59391)
- Button: Place children before the icon when
iconPosition
is "right". (59489) - Fix tooltip font. (59307)
- HStack, VStack: Stop passing invalid props. (59416)
- URLPopover: Restore min-width style. (59274)
Block Editor
- Fix Navigation link control overlapping issue. (59065)
- List: Copy wrapper when multi selecting items. (59460)
- Refactor: UseBlockTools hook. (58979)
- Rich text: Fix typing into empty flex element. (59473)
- URLPopover: Fix a problem with the layout of link settings. (58906)
- Fix issue with appender jumping when creating a new pattern. (59582)
- Allow event bubbling even if keydown is passed. (59474)
Custom Fields
- Block Bindings: Fix console error when selecting a bound block. (59598)
- Change default "Connected to a custom field" message in bindings. (59434)
- Fix inserting button block when pressing enter in a block with bound
text
attribute. (59361) - Fix query loop with block bindings not working in the editor as expected. (59283)
Data Views
- DataViews: Don't use combobox when there are few available options. (59341)
- DataViews: Set color for primary field/
a
element when focused. (58814) - Dataviews: Fix sticky table headers. (59467)
Site Editor
- Ensure ResizableFrame does not force Cover blocks within the editor to show drag handles. (59262)
- Iframe: Scale html instead of iframe element for zoomed out mode. (59334)
- Zoom out mode: Only apply grey background for mode. (59377)
- Site Editor: Fix Global Styles outdated output. (59628)
Global Styles
- Dynamically set border panel label based on the controls avail...
17.8.2
Changelog
Bug Fixes
Colors
- Elements: Merge element style and classname generation to single filter. (59535)
Contributors
The following contributors merged PRs in this release:
17.8.1
Changelog
Bug Fixes
Colors
- Generate element classnames from element-specific data. (59533)
Contributors
The following contributors merged PRs in this release: