WordPress/gutenberg
### [`v6.2.0`](https://togithub.com/WordPress/gutenberg/releases/v6.2.0)
[Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/scripts@6.1.1...@wordpress/scripts@6.2.0)
##### Enhancements
- Introduce [Link Target](https://togithub.com/WordPress/gutenberg/pull/10128) [support](https://togithub.com/WordPress/gutenberg/pull/16497) in Button block.
- Limit the [maximum height of the HTML block](https://togithub.com/WordPress/gutenberg/pull/16187).
- Show the [preview button on mobile viewports](http://update/show-post-preview-button-on-mobile).
- [Remove nested block restrictions](https://togithub.com/WordPress/gutenberg/pull/16751) from the Cover and Media & Text blocks.
- A11y: Improving and standardize the [block styles focus and active states](https://togithub.com/WordPress/gutenberg/pull/16545).
- Always [collapse block alignment toolbars](https://togithub.com/WordPress/gutenberg/pull/16557).
##### Bug Fixes
- Fix using the [Classic block in nested contexts](https://togithub.com/WordPress/gutenberg/pull/16477).
- Fix [lost nested blocks](https://togithub.com/WordPress/gutenberg/pull/14443) if the container block is missing.
- Fix [pasting content into nested blocks](https://togithub.com/WordPress/gutenberg/pull/16717).
- Fix [race condition in the block moving animation](https://togithub.com/WordPress/gutenberg/pull/16750) causing blocks to overlap.
- A11y: Make the [Table block accessible](https://togithub.com/WordPress/gutenberg/pull/16324) at high zoom levels.
- A11y: Change the [font size picker markup](https://togithub.com/WordPress/gutenberg/pull/16148) to use select.
- A11y: Match the [primary button disabled](https://togithub.com/WordPress/gutenberg/pull/16103) [state](https://togithub.com/WordPress/gutenberg/pull/16769) to Core's color contrast.
- Fix the [z-index of the block toolbars](https://togithub.com/WordPress/gutenberg/pull/16530) for blocks following wide aligned blocks.
- [Hide the columns count control](https://togithub.com/WordPress/gutenberg/pull/16476) when the columns block placeholder is shown.
- [Prevent the block movers from disappearing](https://togithub.com/WordPress/gutenberg/pull/16579) on middle breakpoints for full/wide blocks.
- [Slimmer top/bottom spacing inside notices](https://togithub.com/WordPress/gutenberg/pull/16589) shown outside the editor canvas.
- Fix [converting video shortcode into video blocks](https://togithub.com/WordPress/gutenberg/pull/16588) when file type sources are used.
- [Localize the read more link](https://togithub.com/WordPress/gutenberg/pull/16665) in the latest posts block.
- Fix issue with [inconsistent nesting appender](https://togithub.com/WordPress/gutenberg/pull/16453).
- Fix styling of [IconButton used in ButtonGroup](https://togithub.com/WordPress/gutenberg/pull/16686) components.
- [Remove Change Permalinks button](https://togithub.com/WordPress/gutenberg/pull/16395) when permalink is not editable.
- Fix [aspect ratio typo and recalculate padding](https://togithub.com/WordPress/gutenberg/pull/16573) in embed block.
- Ensure [hour/minute fields are always shown left to right](https://togithub.com/WordPress/gutenberg/pull/16375) in RTL languages.
- Refactor the empty line padding in the RichText component. This fixes [padding issues in the list block in Firefox](https://togithub.com/WordPress/gutenberg/pull/14846).
- Improve the stability of the [RichText placeholder](https://togithub.com/WordPress/gutenberg/pull/16733).
- Add [custom placeholder support](https://togithub.com/WordPress/gutenberg/pull/16783) for the button block.
- Show the [image size labels on the block-based widget screen](https://togithub.com/WordPress/gutenberg/pull/16763).
##### Documentation
- Clarify the [block title and description conventions](https://togithub.com/WordPress/gutenberg/pull/16458).
- Add [RichText component documentation](https://togithub.com/WordPress/gutenberg/pull/15956) to the Block Editor Handbook.
- Improve the [repository triage docs](https://togithub.com/WordPress/gutenberg/pull/16234).
- Adds documentation for the [PluginDocumentSettingPanel SlotFill](https://togithub.com/WordPress/gutenberg/pull/16620).
- Tweaks and typos: [1](https://togithub.com/WordPress/gutenberg/pull/16438), [2](https://togithub.com/WordPress/gutenberg/pull/16455), [3](https://togithub.com/WordPress/gutenberg/pull/16468), [4](https://togithub.com/WordPress/gutenberg/pull/16456), [5](https://togithub.com/WordPress/gutenberg/pull/16470), [6](https://togithub.com/WordPress/gutenberg/pull/16469), [7](https://togithub.com/WordPress/gutenberg/pull/16526), [8](https://togithub.com/WordPress/gutenberg/pull/16531), [9](https://togithub.com/WordPress/gutenberg/pull/16528), [10](https://togithub.com/WordPress/gutenberg/pull/16610), [11](https://togithub.com/WordPress/gutenberg/pull/16450), [12](https://togithub.com/WordPress/gutenberg/pull/16756) , [13](https://togithub.com/WordPress/gutenberg/pull/16693), [14](https://togithub.com/WordPress/gutenberg/pull/16787).
##### Divers
- Add a [simple API to register block style variations](https://togithub.com/WordPress/gutenberg/pull/16356) on the server.
- Allow alternative blocks to be used to handle [Grouping interactions](https://togithub.com/WordPress/gutenberg/pull/16278).
- Fix Travis instability by [waiting for MySQL availability](https://togithub.com/WordPress/gutenberg/pull/16461) before install the plugin.
- Continue the [generic RichText component](https://togithub.com/WordPress/gutenberg/pull/16309) refactoring.
- Remove the [usage of the editor store](https://togithub.com/WordPress/gutenberg/pull/16184) from the block editor module.
- Update the [MilestoneIt Github action](https://togithub.com/WordPress/gutenberg/pull/16511) to read the plugin version from master.
- Refactor the post meta block attributes to use a generic [custom sources mechanism](https://togithub.com/WordPress/gutenberg/pull/16402).
- Expose [position prop in DotTip](https://togithub.com/WordPress/gutenberg/pull/14972) component.
- Avoid docker [containers automatic restart](https://togithub.com/WordPress/gutenberg/pull/16547).
- Bump [Lodash dependencies to 4.17.14](https://togithub.com/WordPress/gutenberg/pull/16567).
- Fix the [build command on Windows](https://togithub.com/WordPress/gutenberg/pull/16029) environments.
- Add allowedFormats and withoutInteractiveFormats props to the RichText component to [control the available formats per RichText](https://togithub.com/WordPress/gutenberg/pull/14542).
- Remove [inappropriate executable permissions](https://togithub.com/WordPress/gutenberg/pull/16687) from core-data package files.
- ESLint Plugin: [Exempt React hooks from no-unused-vars-before-return](https://togithub.com/WordPress/gutenberg/pull/16737).
- Use React [Portal based slots for the block toolbar](https://togithub.com/WordPress/gutenberg/pull/16421).
- Use [combineReducers utility from the data module](https://togithub.com/WordPress/gutenberg/pull/16752) instead of redux.
- Support [hideLabelFromVision prop](https://togithub.com/WordPress/gutenberg/pull/16701) in all control components.
- Adds missing [babel-jest and core-js](https://togithub.com/WordPress/gutenberg/pull/16259) dependencies to the scripts package.
##### Mobile
- [Tapping on an empty editor](https://togithub.com/WordPress/gutenberg/pull/16439) area creates a new paragraph block.
- [Fix video uploads](https://togithub.com/WordPress/gutenberg/pull/16331) when the connection is lost and restored.
- Track [unsupported block list](https://togithub.com/WordPress/gutenberg/pull/16434).
- Insert [new block below the post title](https://togithub.com/WordPress/gutenberg/pull/16440) if the post title is selected.
- Run the [mobile tests in the Gutenberg CI](https://togithub.com/WordPress/gutenberg/pull/16404) server.
- Replace use of [deprecated componentWillReceiveProps](https://togithub.com/WordPress/gutenberg/pull/16577) in ImageEdit.
- Show placeholder when [adding block from the post title](https://togithub.com/WordPress/gutenberg/pull/16539).
- [Blur post title](https://togithub.com/WordPress/gutenberg/pull/16642) any time another block is selected.
- Inserting block from the post title [replaces empty blocks](https://togithub.com/WordPress/gutenberg/pull/16574).
- [Update Video caption placeholder color](https://togithub.com/WordPress/gutenberg/pull/16716) to match other placeholder text styles.
- Move the [post title selection state](https://togithub.com/WordPress/gutenberg/pull/16704) to the store.
### [`v6.1.1`](https://togithub.com/WordPress/gutenberg/releases/v6.1.1)
[Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/scripts@6.1.0...@wordpress/scripts@6.1.1)
##### Bug Fixes
- Prevent automatic conversion of widgets to blocks when using the customizer.
- Fix missing block properties on block registration filters used for the deprecated versions.
### [`v6.1.0`](https://togithub.com/WordPress/gutenberg/releases/v6.1.0)
[Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/scripts@6.0.0...@wordpress/scripts@6.1.0)
##### Enhancements
- [Introduce motion](https://togithub.com/WordPress/gutenberg/pull/16065)/animation when reordering/adding/removing blocks.
- Improve the [Image block link settings](https://togithub.com/WordPress/gutenberg/pull/15570) and move it to the block toolbar.
- Use a snackbar notice when clicking “[Copy all content](https://togithub.com/WordPress/gutenberg/pull/16265)”.
- Show [REST API error messages](https://togithub.com/WordPress/gutenberg/pull/15657) as notices.
- Clarify the wording of the view link in the [Permalink panel](https://togithub.com/WordPress/gutenberg/pull/16041).
- [Hide the “Copy all content”](https://togithub.com/WordPress/gutenberg/pull/16286) button if the post is empty.
- [Hide the ungroup action](https://togithub.com/WordPress/gutenberg/pull/16332) when there are no inner blocks.
- Use admin schemes dependent [focus state for primary buttons](https://togithub.com/WordPress/gutenberg/pull/16275).
- Add support for the [table cells scope attribute](https://togithub.com/WordPress/gutenberg/pull/16154) when pasting.
##### Experiments
- Introduce a new [Customizer Panel](https://togithub.com/WordPress/gutenberg/pull/16204) to edit block-based widget areas.
- Add the [block inspector](https://togithub.com/WordPress/gutenberg/pull/16203) to the widgets screen.
- Add a [global inserter](http://add/inserter-widget-areas) to the widgets screen.
##### Bug Fixes
- Show the [pre-publish panel for contributors](https://togithub.com/WordPress/gutenberg/pull/16424).
- Fix the [save in progress state](https://togithub.com/WordPress/gutenberg/pull/16303) of the Publish/Update Button.
- Fix [adding/removing columns from the table block](https://togithub.com/WordPress/gutenberg/pull/16410) when using header/footer sections.
- Fix Image block not [preserving custom dimensions](https://togithub.com/WordPress/gutenberg/pull/16125) when opening the media library.
- [Resize Image blocks](https://togithub.com/WordPress/gutenberg/pull/16398) properly when changing the width from the inspector.
- Fix php error that can potentially be triggered by [gutenberg_is_block_editor](https://togithub.com/WordPress/gutenberg/pull/16201).
- Fix error when using the [“tag” block attribute source type](https://togithub.com/WordPress/gutenberg/pull/16290).
- Fix [chrome rendering bug](https://togithub.com/WordPress/gutenberg/pull/16325) happening when resizing images.
- Fix the [data-block style selector](https://togithub.com/WordPress/gutenberg/pull/16207) to avoid affecting third-party components.
- Allow the [columns layout options](https://togithub.com/WordPress/gutenberg/pull/16371) to wrap on small screens.
- Fix [isShallowEqual](https://togithub.com/WordPress/gutenberg/pull/16329) edge case when the second argument is undefined.
- Prevent the [disabled block switcher icon](https://togithub.com/WordPress/gutenberg/pull/16390) from becoming unreadable.
- Fix [Group Block deprecation](https://togithub.com/WordPress/gutenberg/pull/16348) and any deprecation relying on hooks.
- A11y:
- Make the [top toolbar wrap](https://togithub.com/WordPress/gutenberg/pull/16250) at high zoom levels.
- Fix the [sticky notices](https://togithub.com/WordPress/gutenberg/pull/16255) at high zoom levels.
##### Performance
- Improve the performance of the [i18n Tannin library](https://togithub.com/WordPress/gutenberg/pull/16337).
- Track the [block parent](https://togithub.com/WordPress/gutenberg/pull/16392) in the state to optimize hierarchy selectors.
- Add a [cache key](https://togithub.com/WordPress/gutenberg/pull/16407) tracked in state to optimize the getBlock selector.
##### Documentation
- Document the [plugin release tool](https://togithub.com/WordPress/gutenberg/pull/16366).
- Document the use-cases of the [dynamic blocks](https://togithub.com/WordPress/gutenberg/pull/16228).
- Tweaks and typos: [1](https://togithub.com/WordPress/gutenberg/pull/16267), [2](https://togithub.com/WordPress/gutenberg/pull/16153), [3](https://togithub.com/WordPress/gutenberg/pull/16170), [4](https://togithub.com/WordPress/gutenberg/pull/16312), [5](https://togithub.com/WordPress/gutenberg/pull/16320), [6](https://togithub.com/WordPress/gutenberg/pull/16138).
##### Various
- Introduce a [PluginDocumentSettingPanel](https://togithub.com/WordPress/gutenberg/pull/13361) slot to allow third-party plugins to add panels to the document sidebar tab.
- [Deploy the playground](https://togithub.com/WordPress/gutenberg/pull/16345) automatically to Github Pages.
- Extract a [generic RichText](http://try/move-rich-text) [component](https://togithub.com/WordPress/gutenberg/pull/16299) to the [@wordpress/rich-text](https://togithub.com/wordpress/rich-text) package.
- Refactor the [editor initialization](https://togithub.com/WordPress/gutenberg/pull/15444) to rely on a component.
- Remove unused internal [asType utility](https://togithub.com/WordPress/gutenberg/pull/16291).
- Fix [react-no-unsafe-timeout ESlint rule](https://togithub.com/WordPress/gutenberg/pull/16292) when using variable assignment.
- Add support for [watching block.json files](https://togithub.com/WordPress/gutenberg/pull/16150) when running “npm run dev”.
- Remove: experimental status from [blockEditor.transformStyles](https://togithub.com/WordPress/gutenberg/pull/16126).
- Upgrade [PHPCS composer dependencies](https://togithub.com/WordPress/gutenberg/pull/16387) and use [strict comparisons](https://togithub.com/WordPress/gutenberg/pull/16381) to align with the PHPCS guidelines.
- Fix a small console warning when running [performance tests](https://togithub.com/WordPress/gutenberg/pull/16409).
##### Mobile
- Correct the position of the [block insertion indicator](https://togithub.com/WordPress/gutenberg/pull/16272).
- Unify [Editor and Layout](https://togithub.com/WordPress/gutenberg/pull/16260) components with the web component hierarchy.
### [`v6.0.0`](https://togithub.com/WordPress/gutenberg/releases/v6.0.0)
[Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/scripts@5.1.0...@wordpress/scripts@6.0.0)
##### Features
- Support choosing a [pre-defined layout for the Columns block](https://togithub.com/WordPress/gutenberg/pull/16129).
##### Enhancements
- Add [Snackbar notices](https://togithub.com/WordPress/gutenberg/pull/16020) support to the widgets screen.
- Add an [inner container to the Group](https://togithub.com/WordPress/gutenberg/pull/15210) [block](https://togithub.com/WordPress/gutenberg/pull/16202) to simplify theme styling.
- Avoid stacking successive [MediaPlaceholder errors](https://togithub.com/WordPress/gutenberg/pull/14721).
- Adjust the [DatePicker margins](https://togithub.com/WordPress/gutenberg/pull/16097).
- Update the [Tag Cloud block](https://togithub.com/WordPress/gutenberg/pull/16098) [copy](https://togithub.com/WordPress/gutenberg/pull/16107) when no terms are found.
- Add descriptive text and a link to [documentation in embed blocks](https://togithub.com/WordPress/gutenberg/pull/16101).
- Improve placeholder text [phrasing for media blocks](https://togithub.com/WordPress/gutenberg/pull/16135).
- Use classnames for the [text alignments in the heading block](https://togithub.com/WordPress/gutenberg/pull/16035).
- Make the [inserter category icons grayscale](https://togithub.com/WordPress/gutenberg/pull/16163).
- A11y: Make the [modal overlay scrim darker](https://togithub.com/WordPress/gutenberg/pull/15974).
##### Bug Fixes
- Fix [warning messages triggered by the Group block](https://togithub.com/WordPress/gutenberg/pull/16096) icons.
- Fix [horizontal scrollbar on full-wide blocks](https://togithub.com/WordPress/gutenberg/pull/16085) with nesting.
- A11y:
- Re-enable the [menu item hover state](https://togithub.com/WordPress/gutenberg/pull/16168) on small screens.
- Correct text zoom issue in the [Content Structure popover](https://togithub.com/WordPress/gutenberg/pull/15984).
- Fix the [Popovers position](https://togithub.com/WordPress/gutenberg/pull/15949) in the widgets screen.
- Fix the behavior of the [block toolbars in the widgets screen](https://togithub.com/WordPress/gutenberg/pull/15470).
- Fix the editor in IE11 (use the [CJS version of react-spring](https://togithub.com/WordPress/gutenberg/pull/16196)).
- Fix formatting of the [validation error messages](https://togithub.com/WordPress/gutenberg/pull/16173) in the console.
- Fix breakage when the [CPT doesn’t support title](https://togithub.com/WordPress/gutenberg/pull/16236).
##### Various
- Document and simplify the [multi-entrypoints support](https://togithub.com/WordPress/gutenberg/pull/15982) in the [@wordpress/scripts](https://togithub.com/wordpress/scripts) package.
- Create sub-registry automatically when using [EditorProvider](https://togithub.com/WordPress/gutenberg/pull/15989).
- Use classnames utility instead of concatenating [classnames in the TabPanel](https://togithub.com/WordPress/gutenberg/pull/16081) component.
- Remove the default value for the [required onRequestClose prop](https://togithub.com/WordPress/gutenberg/pull/16074) in the Modal component.
- Remove the [editor package dependency](https://togithub.com/WordPress/gutenberg/pull/15548) from the media blocks.
- Fix the [playground build](https://togithub.com/WordPress/gutenberg/pull/15947) script.
- Fix the [Github action assigning milestones](https://togithub.com/WordPress/gutenberg/pull/16084).
- Fix [naming conventions](https://togithub.com/WordPress/gutenberg/pull/16091) for function containing CLI keyword.
- Fix the [Travis build artifacts job](http://update/build-artifacts-npm-install) to use a full npm install while building.
- Make [Calendar block resilient](https://togithub.com/WordPress/gutenberg/pull/16161) to the editor module not being present.
- Ensure the Snackbar component is only used with a [single action button](https://togithub.com/WordPress/gutenberg/pull/16095).
- Remove [SlotFillProvider and DropZoneProvider](https://togithub.com/WordPress/gutenberg/pull/15988) from the BlockEditorProvider.
- Add the initial version of the [Block Registration RFC](https://togithub.com/WordPress/gutenberg/pull/13693).
- Add [popoverProps prop to the Dropdown](https://togithub.com/WordPress/gutenberg/pull/14867) component.
- Update [Image Block's image classes](https://togithub.com/WordPress/gutenberg/pull/15464) with dimensions.
- Support registering [custom grouping blocks](https://togithub.com/WordPress/gutenberg/pull/15774).
- Fix h1 heading typo so [h1 is same size as title](https://togithub.com/WordPress/gutenberg/pull/16253).
- Remove the [custom class support from the legacy widget](https://togithub.com/WordPress/gutenberg/pull/16231) block.
##### Documentation
- Prefer [register_post_meta](https://togithub.com/WordPress/gutenberg/pull/16032) over register_meta.
- Add [mention of Figma](https://togithub.com/WordPress/gutenberg/pull/16140) to the design contributing docs.
- Add [supported attribute types](https://togithub.com/WordPress/gutenberg/pull/16220) for the Blocks API.
- Enhance the [Annotations API](https://togithub.com/WordPress/gutenberg/pull/16233) documentation.
- Tweaks and typos: [1](https://togithub.com/WordPress/gutenberg/pull/16083), [2](https://togithub.com/WordPress/gutenberg/pull/16073), [3](https://togithub.com/WordPress/gutenberg/pull/16087), [4](https://togithub.com/WordPress/gutenberg/pull/16102), [5](https://togithub.com/WordPress/gutenberg/pull/16145), [6](https://togithub.com/WordPress/gutenberg/pull/16143), [7](https://togithub.com/WordPress/gutenberg/pull/16144), [8](https://togithub.com/WordPress/gutenberg/pull/16232), [9](https://togithub.com/WordPress/gutenberg/pull/16121), [10](https://togithub.com/WordPress/gutenberg/pull/16235), [11](https://togithub.com/WordPress/gutenberg/pull/15394).
##### Mobile
- Fix [multiline Image block captions](https://togithub.com/WordPress/gutenberg/pull/16071) in iOS.
- Avoid unnecessary [div elements in the content of Quote](https://togithub.com/WordPress/gutenberg/pull/16072) blocks.
- Update the default [colors used in the RichText](https://togithub.com/WordPress/gutenberg/pull/16016) component.
- Fix [pasting text on Post Title](https://togithub.com/WordPress/gutenberg/pull/16116).
- Unify the web and mobile components hierarchy:
- [BlockPicker and Inserter](https://togithub.com/WordPress/gutenberg/pull/16114).
- [BlockToolbar](https://togithub.com/WordPress/gutenberg/pull/16213).
- [BlockMobileToolbar](https://togithub.com/WordPress/gutenberg/pull/16177).
- [BlockListBlock](https://togithub.com/WordPress/gutenberg/pull/16223).
- [BlockList](https://togithub.com/WordPress/gutenberg/pull/16239).
- Add native component [HTMLTextInput](https://togithub.com/WordPress/gutenberg/pull/16226).
- Update the video player to [open the URL by browser](https://togithub.com/WordPress/gutenberg/pull/16089) on Android.
- Re-enable the [Video block on Android](https://togithub.com/WordPress/gutenberg/pull/16215).
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
5.1.0
->6.2.0
Release Notes
WordPress/gutenberg
### [`v6.2.0`](https://togithub.com/WordPress/gutenberg/releases/v6.2.0) [Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/scripts@6.1.1...@wordpress/scripts@6.2.0) ##### Enhancements - Introduce [Link Target](https://togithub.com/WordPress/gutenberg/pull/10128) [support](https://togithub.com/WordPress/gutenberg/pull/16497) in Button block. - Limit the [maximum height of the HTML block](https://togithub.com/WordPress/gutenberg/pull/16187). - Show the [preview button on mobile viewports](http://update/show-post-preview-button-on-mobile). - [Remove nested block restrictions](https://togithub.com/WordPress/gutenberg/pull/16751) from the Cover and Media & Text blocks. - A11y: Improving and standardize the [block styles focus and active states](https://togithub.com/WordPress/gutenberg/pull/16545). - Always [collapse block alignment toolbars](https://togithub.com/WordPress/gutenberg/pull/16557). ##### Bug Fixes - Fix using the [Classic block in nested contexts](https://togithub.com/WordPress/gutenberg/pull/16477). - Fix [lost nested blocks](https://togithub.com/WordPress/gutenberg/pull/14443) if the container block is missing. - Fix [pasting content into nested blocks](https://togithub.com/WordPress/gutenberg/pull/16717). - Fix [race condition in the block moving animation](https://togithub.com/WordPress/gutenberg/pull/16750) causing blocks to overlap. - A11y: Make the [Table block accessible](https://togithub.com/WordPress/gutenberg/pull/16324) at high zoom levels. - A11y: Change the [font size picker markup](https://togithub.com/WordPress/gutenberg/pull/16148) to use select. - A11y: Match the [primary button disabled](https://togithub.com/WordPress/gutenberg/pull/16103) [state](https://togithub.com/WordPress/gutenberg/pull/16769) to Core's color contrast. - Fix the [z-index of the block toolbars](https://togithub.com/WordPress/gutenberg/pull/16530) for blocks following wide aligned blocks. - [Hide the columns count control](https://togithub.com/WordPress/gutenberg/pull/16476) when the columns block placeholder is shown. - [Prevent the block movers from disappearing](https://togithub.com/WordPress/gutenberg/pull/16579) on middle breakpoints for full/wide blocks. - [Slimmer top/bottom spacing inside notices](https://togithub.com/WordPress/gutenberg/pull/16589) shown outside the editor canvas. - Fix [converting video shortcode into video blocks](https://togithub.com/WordPress/gutenberg/pull/16588) when file type sources are used. - [Localize the read more link](https://togithub.com/WordPress/gutenberg/pull/16665) in the latest posts block. - Fix issue with [inconsistent nesting appender](https://togithub.com/WordPress/gutenberg/pull/16453). - Fix styling of [IconButton used in ButtonGroup](https://togithub.com/WordPress/gutenberg/pull/16686) components. - [Remove Change Permalinks button](https://togithub.com/WordPress/gutenberg/pull/16395) when permalink is not editable. - Fix [aspect ratio typo and recalculate padding](https://togithub.com/WordPress/gutenberg/pull/16573) in embed block. - Ensure [hour/minute fields are always shown left to right](https://togithub.com/WordPress/gutenberg/pull/16375) in RTL languages. - Refactor the empty line padding in the RichText component. This fixes [padding issues in the list block in Firefox](https://togithub.com/WordPress/gutenberg/pull/14846). - Improve the stability of the [RichText placeholder](https://togithub.com/WordPress/gutenberg/pull/16733). - Add [custom placeholder support](https://togithub.com/WordPress/gutenberg/pull/16783) for the button block. - Show the [image size labels on the block-based widget screen](https://togithub.com/WordPress/gutenberg/pull/16763). ##### Documentation - Clarify the [block title and description conventions](https://togithub.com/WordPress/gutenberg/pull/16458). - Add [RichText component documentation](https://togithub.com/WordPress/gutenberg/pull/15956) to the Block Editor Handbook. - Improve the [repository triage docs](https://togithub.com/WordPress/gutenberg/pull/16234). - Adds documentation for the [PluginDocumentSettingPanel SlotFill](https://togithub.com/WordPress/gutenberg/pull/16620). - Tweaks and typos: [1](https://togithub.com/WordPress/gutenberg/pull/16438), [2](https://togithub.com/WordPress/gutenberg/pull/16455), [3](https://togithub.com/WordPress/gutenberg/pull/16468), [4](https://togithub.com/WordPress/gutenberg/pull/16456), [5](https://togithub.com/WordPress/gutenberg/pull/16470), [6](https://togithub.com/WordPress/gutenberg/pull/16469), [7](https://togithub.com/WordPress/gutenberg/pull/16526), [8](https://togithub.com/WordPress/gutenberg/pull/16531), [9](https://togithub.com/WordPress/gutenberg/pull/16528), [10](https://togithub.com/WordPress/gutenberg/pull/16610), [11](https://togithub.com/WordPress/gutenberg/pull/16450), [12](https://togithub.com/WordPress/gutenberg/pull/16756) , [13](https://togithub.com/WordPress/gutenberg/pull/16693), [14](https://togithub.com/WordPress/gutenberg/pull/16787). ##### Divers - Add a [simple API to register block style variations](https://togithub.com/WordPress/gutenberg/pull/16356) on the server. - Allow alternative blocks to be used to handle [Grouping interactions](https://togithub.com/WordPress/gutenberg/pull/16278). - Fix Travis instability by [waiting for MySQL availability](https://togithub.com/WordPress/gutenberg/pull/16461) before install the plugin. - Continue the [generic RichText component](https://togithub.com/WordPress/gutenberg/pull/16309) refactoring. - Remove the [usage of the editor store](https://togithub.com/WordPress/gutenberg/pull/16184) from the block editor module. - Update the [MilestoneIt Github action](https://togithub.com/WordPress/gutenberg/pull/16511) to read the plugin version from master. - Refactor the post meta block attributes to use a generic [custom sources mechanism](https://togithub.com/WordPress/gutenberg/pull/16402). - Expose [position prop in DotTip](https://togithub.com/WordPress/gutenberg/pull/14972) component. - Avoid docker [containers automatic restart](https://togithub.com/WordPress/gutenberg/pull/16547). - Bump [Lodash dependencies to 4.17.14](https://togithub.com/WordPress/gutenberg/pull/16567). - Fix the [build command on Windows](https://togithub.com/WordPress/gutenberg/pull/16029) environments. - Add allowedFormats and withoutInteractiveFormats props to the RichText component to [control the available formats per RichText](https://togithub.com/WordPress/gutenberg/pull/14542). - Remove [inappropriate executable permissions](https://togithub.com/WordPress/gutenberg/pull/16687) from core-data package files. - ESLint Plugin: [Exempt React hooks from no-unused-vars-before-return](https://togithub.com/WordPress/gutenberg/pull/16737). - Use React [Portal based slots for the block toolbar](https://togithub.com/WordPress/gutenberg/pull/16421). - Use [combineReducers utility from the data module](https://togithub.com/WordPress/gutenberg/pull/16752) instead of redux. - Support [hideLabelFromVision prop](https://togithub.com/WordPress/gutenberg/pull/16701) in all control components. - Adds missing [babel-jest and core-js](https://togithub.com/WordPress/gutenberg/pull/16259) dependencies to the scripts package. ##### Mobile - [Tapping on an empty editor](https://togithub.com/WordPress/gutenberg/pull/16439) area creates a new paragraph block. - [Fix video uploads](https://togithub.com/WordPress/gutenberg/pull/16331) when the connection is lost and restored. - Track [unsupported block list](https://togithub.com/WordPress/gutenberg/pull/16434). - Insert [new block below the post title](https://togithub.com/WordPress/gutenberg/pull/16440) if the post title is selected. - Run the [mobile tests in the Gutenberg CI](https://togithub.com/WordPress/gutenberg/pull/16404) server. - Replace use of [deprecated componentWillReceiveProps](https://togithub.com/WordPress/gutenberg/pull/16577) in ImageEdit. - Show placeholder when [adding block from the post title](https://togithub.com/WordPress/gutenberg/pull/16539). - [Blur post title](https://togithub.com/WordPress/gutenberg/pull/16642) any time another block is selected. - Inserting block from the post title [replaces empty blocks](https://togithub.com/WordPress/gutenberg/pull/16574). - [Update Video caption placeholder color](https://togithub.com/WordPress/gutenberg/pull/16716) to match other placeholder text styles. - Move the [post title selection state](https://togithub.com/WordPress/gutenberg/pull/16704) to the store. ### [`v6.1.1`](https://togithub.com/WordPress/gutenberg/releases/v6.1.1) [Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/scripts@6.1.0...@wordpress/scripts@6.1.1) ##### Bug Fixes - Prevent automatic conversion of widgets to blocks when using the customizer. - Fix missing block properties on block registration filters used for the deprecated versions. ### [`v6.1.0`](https://togithub.com/WordPress/gutenberg/releases/v6.1.0) [Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/scripts@6.0.0...@wordpress/scripts@6.1.0) ##### Enhancements - [Introduce motion](https://togithub.com/WordPress/gutenberg/pull/16065)/animation when reordering/adding/removing blocks. - Improve the [Image block link settings](https://togithub.com/WordPress/gutenberg/pull/15570) and move it to the block toolbar. - Use a snackbar notice when clicking “[Copy all content](https://togithub.com/WordPress/gutenberg/pull/16265)”. - Show [REST API error messages](https://togithub.com/WordPress/gutenberg/pull/15657) as notices. - Clarify the wording of the view link in the [Permalink panel](https://togithub.com/WordPress/gutenberg/pull/16041). - [Hide the “Copy all content”](https://togithub.com/WordPress/gutenberg/pull/16286) button if the post is empty. - [Hide the ungroup action](https://togithub.com/WordPress/gutenberg/pull/16332) when there are no inner blocks. - Use admin schemes dependent [focus state for primary buttons](https://togithub.com/WordPress/gutenberg/pull/16275). - Add support for the [table cells scope attribute](https://togithub.com/WordPress/gutenberg/pull/16154) when pasting. ##### Experiments - Introduce a new [Customizer Panel](https://togithub.com/WordPress/gutenberg/pull/16204) to edit block-based widget areas. - Add the [block inspector](https://togithub.com/WordPress/gutenberg/pull/16203) to the widgets screen. - Add a [global inserter](http://add/inserter-widget-areas) to the widgets screen. ##### Bug Fixes - Show the [pre-publish panel for contributors](https://togithub.com/WordPress/gutenberg/pull/16424). - Fix the [save in progress state](https://togithub.com/WordPress/gutenberg/pull/16303) of the Publish/Update Button. - Fix [adding/removing columns from the table block](https://togithub.com/WordPress/gutenberg/pull/16410) when using header/footer sections. - Fix Image block not [preserving custom dimensions](https://togithub.com/WordPress/gutenberg/pull/16125) when opening the media library. - [Resize Image blocks](https://togithub.com/WordPress/gutenberg/pull/16398) properly when changing the width from the inspector. - Fix php error that can potentially be triggered by [gutenberg_is_block_editor](https://togithub.com/WordPress/gutenberg/pull/16201). - Fix error when using the [“tag” block attribute source type](https://togithub.com/WordPress/gutenberg/pull/16290). - Fix [chrome rendering bug](https://togithub.com/WordPress/gutenberg/pull/16325) happening when resizing images. - Fix the [data-block style selector](https://togithub.com/WordPress/gutenberg/pull/16207) to avoid affecting third-party components. - Allow the [columns layout options](https://togithub.com/WordPress/gutenberg/pull/16371) to wrap on small screens. - Fix [isShallowEqual](https://togithub.com/WordPress/gutenberg/pull/16329) edge case when the second argument is undefined. - Prevent the [disabled block switcher icon](https://togithub.com/WordPress/gutenberg/pull/16390) from becoming unreadable. - Fix [Group Block deprecation](https://togithub.com/WordPress/gutenberg/pull/16348) and any deprecation relying on hooks. - A11y: - Make the [top toolbar wrap](https://togithub.com/WordPress/gutenberg/pull/16250) at high zoom levels. - Fix the [sticky notices](https://togithub.com/WordPress/gutenberg/pull/16255) at high zoom levels. ##### Performance - Improve the performance of the [i18n Tannin library](https://togithub.com/WordPress/gutenberg/pull/16337). - Track the [block parent](https://togithub.com/WordPress/gutenberg/pull/16392) in the state to optimize hierarchy selectors. - Add a [cache key](https://togithub.com/WordPress/gutenberg/pull/16407) tracked in state to optimize the getBlock selector. ##### Documentation - Document the [plugin release tool](https://togithub.com/WordPress/gutenberg/pull/16366). - Document the use-cases of the [dynamic blocks](https://togithub.com/WordPress/gutenberg/pull/16228). - Tweaks and typos: [1](https://togithub.com/WordPress/gutenberg/pull/16267), [2](https://togithub.com/WordPress/gutenberg/pull/16153), [3](https://togithub.com/WordPress/gutenberg/pull/16170), [4](https://togithub.com/WordPress/gutenberg/pull/16312), [5](https://togithub.com/WordPress/gutenberg/pull/16320), [6](https://togithub.com/WordPress/gutenberg/pull/16138). ##### Various - Introduce a [PluginDocumentSettingPanel](https://togithub.com/WordPress/gutenberg/pull/13361) slot to allow third-party plugins to add panels to the document sidebar tab. - [Deploy the playground](https://togithub.com/WordPress/gutenberg/pull/16345) automatically to Github Pages.Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.