%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/dordingu/public_html/hardkjarni/wp-content/plugins/gutenberg/
Upload File :
Create Path :
Current File : /home/dordingu/public_html/hardkjarni/wp-content/plugins/gutenberg/changelog.txt

== Changelog ==

= 14.3.1 =



## Changelog

### Code Quality

#### Block Library
- Add: Missing output escaping on some blocks. ([45045](https://github.com/WordPress/gutenberg/pull/45045))


## First time contributors

The following PRs were merged by first time contributors:



## Contributors

The following contributors merged PRs in this release:

@jorgefilipecosta


= 14.3.0 =


## Changelog

### Enhancements

#### Post Editor
- Optimize legacy post content layout. ([44506](https://github.com/WordPress/gutenberg/pull/44506))
- Remove right border when sidebars are closed. ([44613](https://github.com/WordPress/gutenberg/pull/44613))

#### Block Library
- Comment Pagination Numbers: Add background color. ([43902](https://github.com/WordPress/gutenberg/pull/43902))
- Navigation Submenu: Use `get_queried_object_id` when setting `current-menu-item` classes. ([44474](https://github.com/WordPress/gutenberg/pull/44474))
- Post Author: Include option to link author archive. ([42670](https://github.com/WordPress/gutenberg/pull/42670))
- Post Terms: Add spacing support. ([43646](https://github.com/WordPress/gutenberg/pull/43646))
- Query Loop: Hide instructions for FormTokenField. ([44641](https://github.com/WordPress/gutenberg/pull/44641))
- Tag Cloud: Remove `strtolower` around taxonomy name. ([16112](https://github.com/WordPress/gutenberg/pull/16112))
- Video: Update placeholder style. ([44215](https://github.com/WordPress/gutenberg/pull/44215))
 
#### Components
- FontSizePicker: Make control take up full width. ([44559](https://github.com/WordPress/gutenberg/pull/44559))
- Placeholder: Remove unnecessary background color. ([44497](https://github.com/WordPress/gutenberg/pull/44497))
- Placeholder: Update placeholder style. ([44190](https://github.com/WordPress/gutenberg/pull/44190))
- ToggleGroupControl: Fix unselected icon color. ([44575](https://github.com/WordPress/gutenberg/pull/44575))
- ToolsPanel: Add subheadings and reset text to tools panel menu. ([44260](https://github.com/WordPress/gutenberg/pull/44260))

#### Block API
- Blocks: Deprecate non-string descriptions. ([44455](https://github.com/WordPress/gutenberg/pull/44455))
- Tag Processor: Document and test XSS prevention in set_attribute. ([44447](https://github.com/WordPress/gutenberg/pull/44447))
- Tag Processor: Throw error when supplied with unacceptable attribute names. ([44431](https://github.com/WordPress/gutenberg/pull/44431))
- Tag Processor: Use (start,length) values for tracking tag name. ([44479](https://github.com/WordPress/gutenberg/pull/44479))
- Tag processor: Update 'since' version tags to 6.2.0. ([44432](https://github.com/WordPress/gutenberg/pull/44432))

#### Global Styles
- Hide the done button of the Global Style palette editor when there aren't colors to edit. ([44372](https://github.com/WordPress/gutenberg/pull/44372))
- Use ToolsPanel in Global Styles → Typography. ([44180](https://github.com/WordPress/gutenberg/pull/44180))

#### Block Editor
- Allow dropping an image on an empty paragraph block to create an image block. ([42722](https://github.com/WordPress/gutenberg/pull/42722))
- Writing flow: Implement Alt+Arrow. ([44081](https://github.com/WordPress/gutenberg/pull/44081))

#### Site Editor
- Allow drag and drop for blocks and patterns in zoom-out mode. ([44402](https://github.com/WordPress/gutenberg/pull/44402))

#### Block Directory
- Use 'tertiary' in missing block warning. ([44368](https://github.com/WordPress/gutenberg/pull/44368))


### New APIs

#### Block Library
- WP_HTML_Tag_Processor: Inject dynamic data to block HTML markup in PHP. ([42485](https://github.com/WordPress/gutenberg/pull/42485))


### Bug Fixes

- Add a correct TS signature for useEntityRecords. ([44448](https://github.com/WordPress/gutenberg/pull/44448))
- BlockDraggable: Change prop name passed to children when dragging is disabled. ([44371](https://github.com/WordPress/gutenberg/pull/44371))
- Fix Lint warning/errors in cherry-pick script. ([44662](https://github.com/WordPress/gutenberg/pull/44662))
- Fix: Content blocks with nested blocks always appear as top level. ([44098](https://github.com/WordPress/gutenberg/pull/44098))
- Hide the Classic block in the Site Editor. ([44554](https://github.com/WordPress/gutenberg/pull/44554))
- PHP 8.2: Remove deprecated callable in Style Engine value functions. ([44561](https://github.com/WordPress/gutenberg/pull/44561))
- Persisted preferences: Fix context property of user meta configuration. ([44489](https://github.com/WordPress/gutenberg/pull/44489))
- Resizable editor: Fix height setting bug. ([44637](https://github.com/WordPress/gutenberg/pull/44637))
- Style engine: Kebab case preset slugs in the editor. ([44406](https://github.com/WordPress/gutenberg/pull/44406))
- Add submenu block href only if URL is not empty. ([44337](https://github.com/WordPress/gutenberg/pull/44337))
- Update Theme JSON `$schema` to allow pseudo selectors on `button` property. ([44303](https://github.com/WordPress/gutenberg/pull/44303))
- Preserve the generic signature of getEntityRecord and getEntityRecords through currying. ([44453](https://github.com/WordPress/gutenberg/pull/44453))
- Template editor: Fix crashes due to undefined vars. ([44482](https://github.com/WordPress/gutenberg/pull/44482))
- Add missing value to CSS font-display descriptor in theme.json. ([44622](https://github.com/WordPress/gutenberg/pull/44622))
- Rich text: Avoid updating partial selection unnecessarily. ([44330](https://github.com/WordPress/gutenberg/pull/44330))
- useMergeRefs: Don't call/mutate refs passed if unused. ([44629](https://github.com/WordPress/gutenberg/pull/44629))

#### Block Library
- Code Block: Add box-sizing to fix inconsistent layout. ([44580](https://github.com/WordPress/gutenberg/pull/44580))
- Comment Author: Fix empty links created for the author's name. ([44650](https://github.com/WordPress/gutenberg/pull/44650))
- Comments: Support nested comments settings in the comments blocks. ([44351](https://github.com/WordPress/gutenberg/pull/44351))
- Group: Legacy Group inner block wrapper should work with a constrained layout. ([44660](https://github.com/WordPress/gutenberg/pull/44660))
- Image: Fix rotated image crop area aspect ratio. ([44425](https://github.com/WordPress/gutenberg/pull/44425))
- Image: Upgrade react-easy-crop to bring in fix for site editor iframe. ([44408](https://github.com/WordPress/gutenberg/pull/44408))
- Navigation: Fix console error. ([44594](https://github.com/WordPress/gutenberg/pull/44594))
- Navigation: Fix semitransparent burger icon. ([44525](https://github.com/WordPress/gutenberg/pull/44525))
- Navigation: Try fixing link color in some TT2 contexts. ([44578](https://github.com/WordPress/gutenberg/pull/44578))
- Paragraph: Disable drop cap control if text is aligned. ([42326](https://github.com/WordPress/gutenberg/pull/42326))
- Post Featured Image: Fix borders after addition of overlay feature. ([44286](https://github.com/WordPress/gutenberg/pull/44286))
- Post Featured Image: Fix application of default border style in editor. ([44520](https://github.com/WordPress/gutenberg/pull/44520))
- Query Loop: Fix condition for displaying 'parents' control. ([44630](https://github.com/WordPress/gutenberg/pull/44630))
- Query Loop: Rename Query Loop variations `allowControls` to `allowedControls`. ([44523](https://github.com/WordPress/gutenberg/pull/44523))
- Quote block: Stop slash inserter popup showing in the citation. ([44634](https://github.com/WordPress/gutenberg/pull/44634))
- Site Title: Fix link color not being applied in editor #37071. ([44333](https://github.com/WordPress/gutenberg/pull/44333))
- Template part: Prevent adding block in post editor or inside post template or content blocks. ([44480](https://github.com/WordPress/gutenberg/pull/44480))
- Video: Don't display placeholder SVG when Video block selected. ([44564](https://github.com/WordPress/gutenberg/pull/44564))


#### Global Styles
- Fix empty color indicator with a custom style. ([44364](https://github.com/WordPress/gutenberg/pull/44364))
- Re-add styles that were removed for classic themes. ([44334](https://github.com/WordPress/gutenberg/pull/44334))
- Remove border from Global Styles previews. ([44556](https://github.com/WordPress/gutenberg/pull/44556))
- Spacing presets: Modify the styling of the input controls when in unlinked mode in order to better differentiate sides. ([44141](https://github.com/WordPress/gutenberg/pull/44141))
- Style cards: Fix focus style. ([44612](https://github.com/WordPress/gutenberg/pull/44612))
- Theme.json: Fix some shadow properties not working properly in the site editor. ([44569](https://github.com/WordPress/gutenberg/pull/44569))
- Use color hex + index as key in the Palette component color indicator. ([44344](https://github.com/WordPress/gutenberg/pull/44344))

#### Design Tools
- Fix padding/margin visualizer accuracy. ([44485](https://github.com/WordPress/gutenberg/pull/44485))
- Fix padding/margin visualizer placement. ([44484](https://github.com/WordPress/gutenberg/pull/44484))
- Fix spacing property generation in flow layout type. ([44446](https://github.com/WordPress/gutenberg/pull/44446))

#### Components
- BorderBoxControl: Ensure the most common unit selection is maintained. ([44565](https://github.com/WordPress/gutenberg/pull/44565))
- Popover: Fix limitShift logic by adding iframe offset correctly (and a custom shift limiter). ([42950](https://github.com/WordPress/gutenberg/pull/42950))
- Popover: Refine position-to-placement conversion logic, add tests. ([44377](https://github.com/WordPress/gutenberg/pull/44377))
- Navigator Screen: Fix bug where focus moved erroneously. ([44239](https://github.com/WordPress/gutenberg/pull/44239))

#### Block Editor
- Fix block search for non-Latin characters. ([44652](https://github.com/WordPress/gutenberg/pull/44652))
- Prevent empty block toolbars from showing empty slots. ([44704](https://github.com/WordPress/gutenberg/pull/44704))

#### Widgets Editor
- Add extra guarding against legacy widget preview errors. ([44635](https://github.com/WordPress/gutenberg/pull/44635))

#### Themes
- Theme export: Fix broken spacingScale export. ([44555](https://github.com/WordPress/gutenberg/pull/44555))
- Theme export: Stop slugs being cast to integers when a theme is exported. ([44589](https://github.com/WordPress/gutenberg/pull/44589))

#### Accessibility
- TokenInput field: Try alternative approach to fix screen reader focus issue. ([44526](https://github.com/WordPress/gutenberg/pull/44526))

#### Patterns
- Fix patterns drag and drop in Safari. ([44366](https://github.com/WordPress/gutenberg/pull/44366))

#### Post Editor
- Add layout styles from Post Content block to post editor. ([44258](https://github.com/WordPress/gutenberg/pull/44258))


### Performance

- Compose: Introduce an in-house `throttle()` utility, deprecate Lodash version. ([44225](https://github.com/WordPress/gutenberg/pull/44225))
- Improve Slot/Fill performance. ([44642](https://github.com/WordPress/gutenberg/pull/44642))


### Documentation

- Add documentation for extending the Query Loop block via variations. ([44137](https://github.com/WordPress/gutenberg/pull/44137))
- Add more details about possible values for block assets in `block.json`. ([44199](https://github.com/WordPress/gutenberg/pull/44199))
- Add missing import statement for useBlockProps. ([44607](https://github.com/WordPress/gutenberg/pull/44607))
- Instruct people to keep using `wp-scripts` even when extending webpack. ([44348](https://github.com/WordPress/gutenberg/pull/44348))
- Style engine: Updating and fleshing out documentation. ([44405](https://github.com/WordPress/gutenberg/pull/44405))
- Style engine: Update readme. ([44308](https://github.com/WordPress/gutenberg/pull/44308))
- Add callout for experimental packages. ([44056](https://github.com/WordPress/gutenberg/pull/44056))
- Expand class-level documentation for `WP_HTML_Tag_Processor`. ([44478](https://github.com/WordPress/gutenberg/pull/44478))
- Experiments: Add README.md and CHANGELOG.md. ([44457](https://github.com/WordPress/gutenberg/pull/44457))
- Remove the package name from the sub-menu item for clarity. ([44643](https://github.com/WordPress/gutenberg/pull/44643))

### Code Quality

- Avoid calling get_blocks_metadata in WP_Theme_JSON constructor. ([44658](https://github.com/WordPress/gutenberg/pull/44658))
- Block Popover: Use placement instead of position; move to useBlockToolbarPopoverProps hook. ([44323](https://github.com/WordPress/gutenberg/pull/44323))
- CS/QA: Various minor fixes. ([44551](https://github.com/WordPress/gutenberg/pull/44551))
- CS: Always use parentheses when instantiating objects. ([44550](https://github.com/WordPress/gutenberg/pull/44550))
- CS: Remove redundant parentheses for include/require statements. ([44544](https://github.com/WordPress/gutenberg/pull/44544))
- CS: Use pre-increment instead of post-increment. ([44549](https://github.com/WordPress/gutenberg/pull/44549))
- Fix comment typo in document generation tools. ([44583](https://github.com/WordPress/gutenberg/pull/44583))
- I18n: Use consistent string: 'Link rel'. ([20162](https://github.com/WordPress/gutenberg/pull/20162))
- PHP 8.2 | Fix deprecated embedded variables in text strings. ([44538](https://github.com/WordPress/gutenberg/pull/44538))
- PHP 8.2 | Fix for partially supported callback. ([44537](https://github.com/WordPress/gutenberg/pull/44537))
- PHPCS: Use PHPCompatibilityWP. ([44542](https://github.com/WordPress/gutenberg/pull/44542))
- QA: No control structures with empty body. ([44548](https://github.com/WordPress/gutenberg/pull/44548))
- Script loader: Remove 6.1 wp actions. ([44519](https://github.com/WordPress/gutenberg/pull/44519))

#### Components
- Components refactor `Mobile` to ignore `exhaustive-deps`. ([44207](https://github.com/WordPress/gutenberg/pull/44207))
- Convert FontSizePicker to TypeScript. ([44449](https://github.com/WordPress/gutenberg/pull/44449))
- FontSizePicker: Replace SCSS with Emotion + components. ([44483](https://github.com/WordPress/gutenberg/pull/44483))
- RangeControl: Remove unused UseDebouncedHoverInteractionArgs type. ([44411](https://github.com/WordPress/gutenberg/pull/44411))
- Refactor `Notice` to pass `exhaustive-deps`. ([44157](https://github.com/WordPress/gutenberg/pull/44157))
- Refactor `ResizableBox` to pass `exhaustive-deps`. ([44370](https://github.com/WordPress/gutenberg/pull/44370))
- Refactor `Sandbox` to pass `exhaustive-deps`. ([44378](https://github.com/WordPress/gutenberg/pull/44378))
- Refactor `SearchControl` native files to ignore `exhaustive-deps`. ([44381](https://github.com/WordPress/gutenberg/pull/44381))

#### Block Library
- Archive Block: Remove unnecessary spaces from class attributes. ([44440](https://github.com/WordPress/gutenberg/pull/44440))
- Archive: No need to escape class variable. ([44468](https://github.com/WordPress/gutenberg/pull/44468))
- Gallery: Remove unnecessary caption state. ([44383](https://github.com/WordPress/gutenberg/pull/44383))
- Remove unnecessary `view.js` file from navigation-submenu block. ([44570](https://github.com/WordPress/gutenberg/pull/44570))

#### Plugin
- CS: All methods must declare visibility. ([44543](https://github.com/WordPress/gutenberg/pull/44543))
- Move `wp_enqueue_block_view_script` to experiments. ([44414](https://github.com/WordPress/gutenberg/pull/44414))

#### Layout
- Backport code quality changes from core to Gutenberg. ([44661](https://github.com/WordPress/gutenberg/pull/44661))

#### Parsing
- Block Serialization Default Parser: Bring back `no-more-tokens` type. ([44459](https://github.com/WordPress/gutenberg/pull/44459))

#### Global Styles
- Add `blocks` to the list of valid origins for `theme.json`. ([44363](https://github.com/WordPress/gutenberg/pull/44363))

#### Lodash
- Lodash: Remove completely from `@wordpress/compose` package. ([44568](https://github.com/WordPress/gutenberg/pull/44568))
- Lodash: Remove completely from `@wordpress/library-export-default-webpack-plugin` package. ([44571](https://github.com/WordPress/gutenberg/pull/44571))
- Lodash: Remove completely from `@wordpress/list-reusable-blocks` package. ([44567](https://github.com/WordPress/gutenberg/pull/44567))
- Lodash: Refactor away from `_.flow()`. ([44500](https://github.com/WordPress/gutenberg/pull/44500))
- Lodash: Remove completely from `@wordpress/block-directory` package. ([44206](https://github.com/WordPress/gutenberg/pull/44206))
- Lodash: Remove completely from `@wordpress/rich-text` package. ([44204](https://github.com/WordPress/gutenberg/pull/44204))

### Tools

- Scripts: Use default value for process.env.WP_SRC_DIRECTORY. ([44367](https://github.com/WordPress/gutenberg/pull/44367))
- Limit access to experimental APIs to WordPress codebase. ([43386](https://github.com/WordPress/gutenberg/pull/43386))
- Cherry Pick Script: Restore retrieval of merge_commit_sha. ([44890](https://github.com/WordPress/gutenberg/pull/44890))

#### Testing
- Autocomplete Component: Add end-to-end tests (take two). ([42905](https://github.com/WordPress/gutenberg/pull/42905))
- Fix failing quote to reusable block conversion end-to-end test. ([44350](https://github.com/WordPress/gutenberg/pull/44350))
- Add strict meta schema validation test for block.json. ([44423](https://github.com/WordPress/gutenberg/pull/44423))
- Migrate iframed block test to Playwright. ([44164](https://github.com/WordPress/gutenberg/pull/44164))
- Add theme.json schema tests. ([44252](https://github.com/WordPress/gutenberg/pull/44252))
- Remove enzyme completely. ([44494](https://github.com/WordPress/gutenberg/pull/44494))
- Fix typo from in writing flow spec. ([44358](https://github.com/WordPress/gutenberg/pull/44358))
- Fix typo in WP_Navigation_Page_Test. ([44685](https://github.com/WordPress/gutenberg/pull/44685))
- Popover: Convert unit tests to TypeScript and modern RTL assertions. ([44373](https://github.com/WordPress/gutenberg/pull/44373))
- Refactor `AlignmentMatrixControl` tests to use `@testing-library/react`. ([44670](https://github.com/WordPress/gutenberg/pull/44670))
- End-to-end Test Utils: Don't use hardcoded login credentials. ([44331](https://github.com/WordPress/gutenberg/pull/44331))
- Refactor `PluginPostPublishPanel` tests to use RTL render. ([44667](https://github.com/WordPress/gutenberg/pull/44667))
- Refactor `AutosaveMonitor` tests to `@testing-library/react`. ([44492](https://github.com/WordPress/gutenberg/pull/44492))
- Refactor `PostPreviewButton` tests to `@testing-library/react`. ([44470](https://github.com/WordPress/gutenberg/pull/44470))
- Refactor `BlockSwitcher` tests to `@testing-library/react`. ([44493](https://github.com/WordPress/gutenberg/pull/44493))
- Refactor `ResponsiveBlockControl` tests to use `@testing-library/react`. ([44669](https://github.com/WordPress/gutenberg/pull/44669))
- Style engine: Add JS unit tests for outline properties. ([44518](https://github.com/WordPress/gutenberg/pull/44518))

#### Build Tooling
- Upgrade Lerna to the latest version. ([44456](https://github.com/WordPress/gutenberg/pull/44456))
- wp-env: Use case insensitive regex when checking WP version string. ([44887](https://github.com/WordPress/gutenberg/pull/44887))


## First time contributors

The following PRs were merged by first time contributors:

- @alecgeatches: Add theme.json schema tests. ([44252](https://github.com/WordPress/gutenberg/pull/44252))
- @BenoitZugmeyer: Use `get_queried_object_id` when setting `current-menu-item` classes. ([44474](https://github.com/WordPress/gutenberg/pull/44474))
- @blindingstars: Update Theme JSON `$schema` to allow pseudo selectors on `button` property. ([44303](https://github.com/WordPress/gutenberg/pull/44303))
- @imanish003: Add missing import statement for useBlockProps. ([44607](https://github.com/WordPress/gutenberg/pull/44607))
- @loxK: Scripts: Use default value for process.env.WP_SRC_DIRECTORY. ([44367](https://github.com/WordPress/gutenberg/pull/44367))
- @Lucisu: Fix empty links being created for the author's name comment. ([44650](https://github.com/WordPress/gutenberg/pull/44650))
- @philwp: Post Author block now includes option to link author archive. ([42670](https://github.com/WordPress/gutenberg/pull/42670))


## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @adamziel @ajlende @alecgeatches @andrewserong @anton-vlasenko @BE-Webdesign @BenoitZugmeyer @blindingstars @carolinan @chad1008 @ciampo @derekblank @dmsnell @ellatrix @getdave @glendaviesnz @gziolo @imanish003 @inc2734 @jameskoster @jasmussen @javierarce @jorgefilipecosta @jrfnl @kevin940726 @loxK @Lucisu @luisherranz @Mamaduka @michalczaplinski @ndiego @noisysocks @ntsekouras @oandregal @pagelab @philwp @ramonjd @Rink9 @ryanwelcher @SantosGuillamot @scruffian @Soean @sunyatasattva @t-hamano @talldan @tellthemachines @tyxla @vcanales @youknowriad




= 14.2.0 =

## Changelog

### Deprecations

- Officially deprecate the `children` and `node` block attribute sources. ([44265](https://github.com/WordPress/gutenberg/pull/44265))

### Enhancements

#### Components

- Link/Unlink buttons: Add more polished styling and UX. ([43802](https://github.com/WordPress/gutenberg/pull/43802))

#### Global Styles

- Allow setting Letter case and Decoration to 'None' and add Letter case to Global Styles. ([44067](https://github.com/WordPress/gutenberg/pull/44067))
- Block supports: Allow overriding prettify options for enqueued CSS. ([44248](https://github.com/WordPress/gutenberg/pull/44248))
- Show Letter Spacing in Global Styles -> Typography -> Headings. ([44142](https://github.com/WordPress/gutenberg/pull/44142))
- Spacing presets: Switch to using numbers instead of t-shirt sizes for labels. ([44247](https://github.com/WordPress/gutenberg/pull/44247))

#### Block Editor

- Hide all floating block UI when typing. ([44083](https://github.com/WordPress/gutenberg/pull/44083))
- Update animation for line and sibling inserter. ([44269](https://github.com/WordPress/gutenberg/pull/44269))
- Warning component: Align the action buttons. ([44328](https://github.com/WordPress/gutenberg/pull/44328))

#### Block Library

- Calendar block: Add color supports and polish styles. ([42029](https://github.com/WordPress/gutenberg/pull/42029))
- Embed block: Mark which attributes should be considered content. ([44039](https://github.com/WordPress/gutenberg/pull/44039))
- List Item block: Improve writing flow. ([43954](https://github.com/WordPress/gutenberg/pull/43954))
- Post Navigation Link block: Add arrows. ([40684](https://github.com/WordPress/gutenberg/pull/40684))
- Query Loop block: Suggest active variation patterns.
  ([44197](https://github.com/WordPress/gutenberg/pull/44197))

#### Patterns

- Add a new category for block patterns called "Banners". ([44203](https://github.com/WordPress/gutenberg/pull/44203))
- Add a new category for block patterns called "Footers".
  ([44200](https://github.com/WordPress/gutenberg/pull/44200))

### Bug Fixes

#### Components

- BlockMover: Clean up focus styles. ([44241](https://github.com/WordPress/gutenberg/pull/44241))
- Fix animation running in loop while dragging an image on a dropzone. ([44264](https://github.com/WordPress/gutenberg/pull/44264))
- Fix popover stacking in the customize widgets editor. ([44282](https://github.com/WordPress/gutenberg/pull/44282))
- Link autocompleter: Enable for all blocks. ([44078](https://github.com/WordPress/gutenberg/pull/44078))
- Remove unexpected `has-text` class when empty children are passed to `Button`. ([44198](https://github.com/WordPress/gutenberg/pull/44198))

#### Block Library

##### Bugfixes to blocks:

- Cover block: Fix preview. ([44321](https://github.com/WordPress/gutenberg/pull/44321))
- Freeform block: Hide "Convert to blocks" when the block locked.
  ([44288](https://github.com/WordPress/gutenberg/pull/44288))
- Group block: Change default variation in inserter. ([44176](https://github.com/WordPress/gutenberg/pull/44176))
- Missing block: Fix HTML block check. ([44327](https://github.com/WordPress/gutenberg/pull/44327))
- Navigation block: Fix submenu colors for imported classic menus.
  ([44283](https://github.com/WordPress/gutenberg/pull/44283))
- Navigation block: Remove ellipses as menu icon options for now. ([44222](https://github.com/WordPress/gutenberg/pull/44222))
- Pullquote block: Fix transform to quote crash.
  ([44315](https://github.com/WordPress/gutenberg/pull/44315))
- Post Featured Image block: Fix height/scale overwriting `img` inline styles. ([44213](https://github.com/WordPress/gutenberg/pull/44213))
- Query Loop block: Fix broken preview in specific category template. ([44294](https://github.com/WordPress/gutenberg/pull/44294))
- Query Loop block: Fix variation with declared`icon` object with `src`.
  ([44270](https://github.com/WordPress/gutenberg/pull/44270))

##### Other bugfixes not related to a specific block:

- Avoid showing the recursion warning in previews when replacing template parts. ([44256](https://github.com/WordPress/gutenberg/pull/44256))
- Ensure replacing a template part using a pattern doesn't update the existing
- Fix demo content cover block text color. ([44174](https://github.com/WordPress/gutenberg/pull/44174))
  entity. ([44221](https://github.com/WordPress/gutenberg/pull/44221))
- Add style-engine to Gutenberg's `tsconfig.json` references. ([44516](https://github.com/WordPress/gutenberg/pull/44516))

#### Block Editor

- Block Toolbar: Update position when moving blocks. ([44301](https://github.com/WordPress/gutenberg/pull/44301))
- Capture state changes scheduled between render and effect. ([38509](https://github.com/WordPress/gutenberg/pull/38509))
- Writing flow: Fix partial selection when dragging in between blocks. ([44230](https://github.com/WordPress/gutenberg/pull/44230))

#### Accessibility

- Add `role=application` to List View to prevent browse mode triggering in NVDA. ([44291](https://github.com/WordPress/gutenberg/pull/44291))
- Block label and title don't consider variations. ([44250](https://github.com/WordPress/gutenberg/pull/44250))
- Make inline toolbar navigable by arrow keys. ([43645](https://github.com/WordPress/gutenberg/pull/43645))
- Text Selection in Safari: Try new fix for recent version. ([44148](https://github.com/WordPress/gutenberg/pull/44148))

#### Global Styles

- Add: Frontend section presets output. ([42124](https://github.com/WordPress/gutenberg/pull/42124))
- Block supports: Prioritize prettify options over `SCRIPT_DEBUG`. ([44254](https://github.com/WordPress/gutenberg/pull/44254))
- Fix padding on the post editor when `RootPaddingAwareAlignments` setting is enabled. ([44209](https://github.com/WordPress/gutenberg/pull/44209))
- Remove the beta label from global styles header. ([44251](https://github.com/WordPress/gutenberg/pull/44251))
- Theme.json: Fix some outline properties that don't work properly in the editor. ([44504](https://github.com/WordPress/gutenberg/pull/44504))

#### Site Editor

- Make template names and descriptions dynamic. ([43862](https://github.com/WordPress/gutenberg/pull/43862))
- Prevent editor from creating multiple templates when multi-clicking the
  "create" button. ([44146](https://github.com/WordPress/gutenberg/pull/44146))

#### Keycodes

- Keyboard Shortcuts: Fix settings sidebar toggle shortcut. ([43428](https://github.com/WordPress/gutenberg/pull/43428))

### Performance

- Avoid calling redux actions constantly when moving the mouse or scrolling. ([44325](https://github.com/WordPress/gutenberg/pull/44325))
- Batch container block settings action calls. ([43958](https://github.com/WordPress/gutenberg/pull/43958))
- Prevent resize observer loops in BlockPreview. ([44319](https://github.com/WordPress/gutenberg/pull/44319))

### Documentation

- Include information about multiple scripts support added in WP 6.1. ([44155](https://github.com/WordPress/gutenberg/pull/44155))
- Popover: Write better documentation regarding the recent API changes. ([44195](https://github.com/WordPress/gutenberg/pull/44195))
- RangeControl component: Clarify rail vs track difference. ([44057](https://github.com/WordPress/gutenberg/pull/44057))
- Update links in the Development Platform document. ([44181](https://github.com/WordPress/gutenberg/pull/44181))
- Updating versions in WP for 6.0.2. ([43826](https://github.com/WordPress/gutenberg/pull/43826))

### Code Quality

- Backport template creation changes from Core.
- Enforce coding guideline regarding the usage of quotation marks. ([44305](https://github.com/WordPress/gutenberg/pull/44305))
- Fix missing TS types for a11y in `packages/components`. ([44277](https://github.com/WordPress/gutenberg/pull/44277))
- Preferences-persistence: Remove `@wordpress/compose` dependency. ([44202](https://github.com/WordPress/gutenberg/pull/44202))
- Refactor style engine border styles. ([43594](https://github.com/WordPress/gutenberg/pull/43594))
- Removes whitespace from l18n-strings. ([44314](https://github.com/WordPress/gutenberg/pull/44314))
- Renaming functions to match their naming in Core. ([44266](https://github.com/WordPress/gutenberg/pull/44266))
  ([44299](https://github.com/WordPress/gutenberg/pull/44299))
- `useInstanceId`: Convert to typescript. ([43790](https://github.com/WordPress/gutenberg/pull/43790))

#### Updating dependencies

- Update `fast-average-color` library to latest version. ([44175](https://github.com/WordPress/gutenberg/pull/44175))
- Update `json2php` to `v0.0.5`. ([44313](https://github.com/WordPress/gutenberg/pull/44313))
- Remove `wp-editor` from `wp-edit-blocks` dependencies. ([33496](https://github.com/WordPress/gutenberg/pull/33496))

#### Block Library

- Comments Pagination blocks: Rename for consistency. ([44287](https://github.com/WordPress/gutenberg/pull/44287))
- Embed block: Remove incorrect comments about block variations. ([43834](https://github.com/WordPress/gutenberg/pull/43834))

#### Components

- Refactor `NavigationMenu` to ignore `exhaustive-deps`. ([44090](https://github.com/WordPress/gutenberg/pull/44090))
- Refactor `RangeControl` to pass `exhaustive-deps`.
  ([44271](https://github.com/WordPress/gutenberg/pull/44271))
- Popover: Add `anchor` prop which supersedes all previous anchor-related props. ([43691](https://github.com/WordPress/gutenberg/pull/43691))
- UnitControl: Fix exhaustive-deps warnings. ([44161](https://github.com/WordPress/gutenberg/pull/44161))
- UnitControl: Use `hideHTMLArrows` prop to hide spin buttons. ([43985](https://github.com/WordPress/gutenberg/pull/43985))
- `useSetting`: Minor refactor. ([44267](https://github.com/WordPress/gutenberg/pull/44267))

#### Refactoring tests to use `@testing-library/react`

- Refactor `BlockControls` tests to `@testing-library/react`. ([44122](https://github.com/WordPress/gutenberg/pull/44122))
- Refactor `ColorPalette` tests to `@testing-library/react`. ([44108](https://github.com/WordPress/gutenberg/pull/44108))
- Refactor `KeyboardShortcutHelpModal` tests to `@testing-library/react`.
  ([44077](https://github.com/WordPress/gutenberg/pull/44077))

#### Work to remove dependency on `lodash`

- Compose: Introduce in-house `compose` and `pipe` utils. ([44112](https://github.com/WordPress/gutenberg/pull/44112))
- Compose: Introduce in-house `debounce()` utility, deprecate Lodash version. ([43943](https://github.com/WordPress/gutenberg/pull/43943))
- Lodash: Remove dependency from `@wordpress/widgets` package. ([44201](https://github.com/WordPress/gutenberg/pull/44201))
- Lodash: Refactor away from `_.flowRight()`.
  ([44188](https://github.com/WordPress/gutenberg/pull/44188))

#### Testing

- Storybook: Set up local visual regression testing.
  ([43393](https://github.com/WordPress/gutenberg/pull/43393))

#### Tooling

- Ensure all packages get minor/major version bump when requested. ([44317](https://github.com/WordPress/gutenberg/pull/44317))

## First time contributors

The following PRs were merged by first time contributors:

- @kkoppenhaver: Update RangeControl documentation to clarify rail vs track. ([44057](https://github.com/WordPress/gutenberg/pull/44057))
- @pagelab: Enforce coding guideline regarding the usage of quotation marks. ([44305](https://github.com/WordPress/gutenberg/pull/44305))

## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @ajlende @annezazu @apmatthews @aristath @c4rl0sbr4v0 @carolinan @chad1008 @ciampo @dcalhoun @draganescu @ellatrix @geriux @glendaviesnz @gziolo @jasmussen @jorgefilipecosta @kebbet @kkoppenhaver @Mamaduka @matiasbenedetto @mcsf @michalczaplinski @mirka @mtias @noisysocks @ntsekouras @pagelab @ramonjd @t-hamano @talldan @tellthemachines @tyxla @walbo @youknowriad 




= 14.1.1 =



## Changelog

### Bug Fixes

- Blocks: Fix searching of blocks when description is non-string. ([44233](https://github.com/WordPress/gutenberg/pull/44233)) Resolves an editor crash which could happen when searching for blocks.


## First time contributors

The following PRs were merged by first time contributors:



## Contributors

The following contributors merged PRs in this release:

@tyxla


= 14.1.0 =

## Changelog

### Features

#### Block Library
- Add select icon for Navigation Block's menu button. ([43674](https://github.com/WordPress/gutenberg/pull/43674))

#### Full Site Editing
- Add a zoomed out view to the site editor. ([41156](https://github.com/WordPress/gutenberg/pull/41156))


### Enhancements

#### Design Tools
- Add padding and margin support to the gallery block. ([43965](https://github.com/WordPress/gutenberg/pull/43965))
- Archives: Add typography support. ([43935](https://github.com/WordPress/gutenberg/pull/43935))
- Avatar: Add padding support. ([43519](https://github.com/WordPress/gutenberg/pull/43519))
- Buttons: Add typography supports to button/s blocks. ([43934](https://github.com/WordPress/gutenberg/pull/43934))
- Calendar: Add typography supports (except text-decoration). ([43969](https://github.com/WordPress/gutenberg/pull/43969))
- Categories List: Add spacing support. ([43647](https://github.com/WordPress/gutenberg/pull/43647))
- Comment Date: Add spacing support. ([43656](https://github.com/WordPress/gutenberg/pull/43656))
- Comment Edit Link: Add spacing support. ([43657](https://github.com/WordPress/gutenberg/pull/43657))
- Comment Reply Link: Add spacing support. ([43658](https://github.com/WordPress/gutenberg/pull/43658))
- Heading: Add missing typography support. ([44003](https://github.com/WordPress/gutenberg/pull/44003))
- Home Link: Add typography support. ([43307](https://github.com/WordPress/gutenberg/pull/43307))
- Latest Posts: Add typography supports. ([43540](https://github.com/WordPress/gutenberg/pull/43540))
- List: Add missing typography block supports. ([43311](https://github.com/WordPress/gutenberg/pull/43311))
- Navigation Link: Add typography support. ([44005](https://github.com/WordPress/gutenberg/pull/44005))
- Post Content: Add typography supports. ([43339](https://github.com/WordPress/gutenberg/pull/43339))
- Post Excerpt: Add missing typography supports. ([43341](https://github.com/WordPress/gutenberg/pull/43341))
- Query No Results: Add typography supports. ([43551](https://github.com/WordPress/gutenberg/pull/43551))
- Query Pagination Next: Add missing typography supports. ([43555](https://github.com/WordPress/gutenberg/pull/43555))
- Query Pagination Numbers: Add missing typography supports. ([43559](https://github.com/WordPress/gutenberg/pull/43559))
- Query Pagination Previous: Add missing typography supports. ([43556](https://github.com/WordPress/gutenberg/pull/43556))
- Query Pagination: Add typography support. ([43552](https://github.com/WordPress/gutenberg/pull/43552))
- Query Title: Add missing typography supports. ([43565](https://github.com/WordPress/gutenberg/pull/43565))
- Quote: Add missing typography supports. ([43567](https://github.com/WordPress/gutenberg/pull/43567))
- Search block: Add typography supports. ([43499](https://github.com/WordPress/gutenberg/pull/43499))
- Site Logo: Add padding and margin support. ([43520](https://github.com/WordPress/gutenberg/pull/43520))
- Site Title and Tagline: Add text decoration support. ([43972](https://github.com/WordPress/gutenberg/pull/43972))
- Social Icons: Add missing padding support, update margin support. ([43885](https://github.com/WordPress/gutenberg/pull/43885))
- Table: Add missing typography supports. ([43974](https://github.com/WordPress/gutenberg/pull/43974))
- Term Description: Add missing typography supports. ([43568](https://github.com/WordPress/gutenberg/pull/43568))
- Verse: Add missing typography supports. ([43569](https://github.com/WordPress/gutenberg/pull/43569))

#### Block Library
- Add: Content role to relevant audio block attributes. ([44037](https://github.com/WordPress/gutenberg/pull/44037))
- Audio: Display upload error notices using snackbars. ([43891](https://github.com/WordPress/gutenberg/pull/43891))
- Code: Add transformation to Paragraph. ([43938](https://github.com/WordPress/gutenberg/pull/43938))
- Columns: Add axial block spacing to Columns block (alternate attempt). ([44101](https://github.com/WordPress/gutenberg/pull/44101))
- Comments block (legacy mode): Update warning message wording. ([43527](https://github.com/WordPress/gutenberg/pull/43527))
- Cover Block: Keep the inner contents in a physical direction even in RTL languages. ([43663](https://github.com/WordPress/gutenberg/pull/43663))
- Create classic navigation menus as draft and dirty the site editor. ([43580](https://github.com/WordPress/gutenberg/pull/43580))
- File: Display upload error notices using snackbars. ([43893](https://github.com/WordPress/gutenberg/pull/43893))
- Gallery: Display upload error notices using snackbars. ([43946](https://github.com/WordPress/gutenberg/pull/43946))
- Image: Display transformation error notice using snackbars. ([44031](https://github.com/WordPress/gutenberg/pull/44031))
- Improves the UX of menu management in the navigation block. ([42987](https://github.com/WordPress/gutenberg/pull/42987))
- Mark which attributes of the video should be considered content. ([44038](https://github.com/WordPress/gutenberg/pull/44038))
- Media & Text: Display upload error notices using snackbars. ([43890](https://github.com/WordPress/gutenberg/pull/43890))
- Navigation: Add overlay close button to icon toggle control. ([43067](https://github.com/WordPress/gutenberg/pull/43067))
- Navigation: Set the icon control to full width. ([43844](https://github.com/WordPress/gutenberg/pull/43844))
- Navigation: Try adding minimal animation to overlay. ([43851](https://github.com/WordPress/gutenberg/pull/43851))
- Navigation: Try making it possible for themes to have the X overlay the = icon. ([43576](https://github.com/WordPress/gutenberg/pull/43576))
- Navigation: Update to use translate instead of top. ([44082](https://github.com/WordPress/gutenberg/pull/44082))
- Prevent single Columns blocks transforming into Columns. ([43641](https://github.com/WordPress/gutenberg/pull/43641))
- Query Loop: Add `allowedControls` in block variations for better extensibility. ([43632](https://github.com/WordPress/gutenberg/pull/43632))
- Query Loop: Pass extra query args in REST API call for accurate preview for extenders. ([44093](https://github.com/WordPress/gutenberg/pull/44093))
- Quote: Restrict single block transforms to specific blocks. ([44106](https://github.com/WordPress/gutenberg/pull/44106))
- Update: Add __experimentalRole attributes to media text block. ([43957](https://github.com/WordPress/gutenberg/pull/43957))
- Video: Display upload error notices using snackbars. ([43892](https://github.com/WordPress/gutenberg/pull/43892))


#### Components
- Add contextConnectWithoutRef() to bypass ref forwarding. ([43611](https://github.com/WordPress/gutenberg/pull/43611))
- AlignmentMatrixControl: Keep the physical direction in RTL languages. ([43126](https://github.com/WordPress/gutenberg/pull/43126))
- ColorPalette: Make popover style consistent. ([43570](https://github.com/WordPress/gutenberg/pull/43570))
- DropdownMenu: Use KeyboardEvent.code, refactor tests to model RTL and user-event. ([43439](https://github.com/WordPress/gutenberg/pull/43439))
- GradientPicker: Show custom picker before swatches. ([43577](https://github.com/WordPress/gutenberg/pull/43577))
- Guide: Use `code` instead of `keyCode` for keyboard events. ([43604](https://github.com/WordPress/gutenberg/pull/43604))
- NavigableContainer: Use code instead of keyCode for keyboard events. ([43606](https://github.com/WordPress/gutenberg/pull/43606))
- Popover: Refactor to TypeScript. ([43823](https://github.com/WordPress/gutenberg/pull/43823))
- Storybook: Support dashicons for testing. ([43721](https://github.com/WordPress/gutenberg/pull/43721))
- Style engine: Pass CSS formatting options from global functions. ([43886](https://github.com/WordPress/gutenberg/pull/43886))
- TextControl, TextareaControl: Add flag to remove bottom margin. ([43782](https://github.com/WordPress/gutenberg/pull/43782))
- ToggleGroupControl: Decouple borderless style with icon use. ([43771](https://github.com/WordPress/gutenberg/pull/43771))
- Upsize typography tools. ([43331](https://github.com/WordPress/gutenberg/pull/43331))

#### Block Editor
- Add icons for different types of suggestions in LinkControl. ([43970](https://github.com/WordPress/gutenberg/pull/43970))
- Add justification controls to constrained layout. ([44065](https://github.com/WordPress/gutenberg/pull/44065))
- Adds block supports for metadata. ([43986](https://github.com/WordPress/gutenberg/pull/43986))
- Better block transforms organization. ([44072](https://github.com/WordPress/gutenberg/pull/44072))
- Block Setttings Menu Controls: Add unstableDisplayLocation prop. ([43987](https://github.com/WordPress/gutenberg/pull/43987))
- Content width toggle: Polish wording and appearance. ([43702](https://github.com/WordPress/gutenberg/pull/43702))
- CustomGradientPicker: Remove and deprecate outer margins. ([43436](https://github.com/WordPress/gutenberg/pull/43436))
- Improve content locking experience. ([43956](https://github.com/WordPress/gutenberg/pull/43956))
- Multi-select: Add transition to reduce chance of flash. ([43510](https://github.com/WordPress/gutenberg/pull/43510))
- Partial multi selection: Limit if selection contains unmergeable block. ([42934](https://github.com/WordPress/gutenberg/pull/42934))
- Rich text: Log deprecation message for multiline prop. ([43613](https://github.com/WordPress/gutenberg/pull/43613))
- Show parent block as selected when there is content locking. ([43918](https://github.com/WordPress/gutenberg/pull/43918))
- Simplify the inserter styles and scrollable. ([44088](https://github.com/WordPress/gutenberg/pull/44088))
- TextTransformControl/TextDecorationControl: Migrate to ToggleGroupControl. ([43328](https://github.com/WordPress/gutenberg/pull/43328))

#### Post Editor
- Add 'isDeletingPost' selector. ([44012](https://github.com/WordPress/gutenberg/pull/44012))

#### CSS & Styling
- Categories List Block: Match the markup on the block editor to the front end. ([43666](https://github.com/WordPress/gutenberg/pull/43666))
- Placeholders: Make dashed style a mixin, and apply across. ([43512](https://github.com/WordPress/gutenberg/pull/43512))
- Separator: Remove appearance of "inset" style. ([43948](https://github.com/WordPress/gutenberg/pull/43948))

#### Patterns
- Allow remote pattern registration in theme.json when core patterns are disabled. ([43634](https://github.com/WordPress/gutenberg/pull/43634))
- Content lock ability. ([43037](https://github.com/WordPress/gutenberg/pull/43037))
- Post type restriction API for patterns. ([41842](https://github.com/WordPress/gutenberg/pull/41842))

#### Global Styles
- Added outline support for blocks via theme.json. ([43526](https://github.com/WordPress/gutenberg/pull/43526))
- Block Spacing: Using spacing controls for block gap values to support presets in the UI. ([43466](https://github.com/WordPress/gutenberg/pull/43466))
- Add box-shadow support for blocks via theme.json. ([41972](https://github.com/WordPress/gutenberg/pull/41972))
- Make global styles data filterable. ([44015](https://github.com/WordPress/gutenberg/pull/44015))

#### Build Tooling
- Update unstaged documentation error message. ([43953](https://github.com/WordPress/gutenberg/pull/43953))
- Scripts: Change webpack configuration to include `render` files in the build folder. ([43917](https://github.com/WordPress/gutenberg/pull/43917))
- Scripts: Update webpack configuration to allow modern image format. ([43880](https://github.com/WordPress/gutenberg/pull/43880))

#### Testing
- Draggable block tests: Click block inserter instead of pressing Enter key. ([43734](https://github.com/WordPress/gutenberg/pull/43734))

#### Document Settings
- Display pretty permalink for draft posts. ([43600](https://github.com/WordPress/gutenberg/pull/43600))

#### Themes
- Add cite to theme.json elements. ([43543](https://github.com/WordPress/gutenberg/pull/43543))
- Block-based template parts for Classic themes. ([42729](https://github.com/WordPress/gutenberg/pull/42729))
- Post Featured Image block: Enable gradient overlay. ([43838](https://github.com/WordPress/gutenberg/pull/43838))

#### Site Editor
- Archive-PostType template UI. ([42746](https://github.com/WordPress/gutenberg/pull/42746))
- New archive-$postType templates get proper fallback content. ([43603](https://github.com/WordPress/gutenberg/pull/43603))
- Template for specific category: Only load posts from that category in post template block. ([43699](https://github.com/WordPress/gutenberg/pull/43699))


### New APIs

#### Block Library
- Add filter for inner blocks in the Navigation block. ([37998](https://github.com/WordPress/gutenberg/pull/37998))
- Make it possible to import individual blocks. ([42258](https://github.com/WordPress/gutenberg/pull/42258))

#### Extensibility
- Add a filter to `build_query_vars_from_query_block`. ([43590](https://github.com/WordPress/gutenberg/pull/43590))

#### Block API
- Blocks: Add new `render` field to `block.json`. ([42430](https://github.com/WordPress/gutenberg/pull/42430))


### Bug Fixes

#### Block Library
- Code Block: Fix duplicate background color. ([43599](https://github.com/WordPress/gutenberg/pull/43599))
- File Block: Remove i18n from save function. ([43050](https://github.com/WordPress/gutenberg/pull/43050))
- Fix block switcher preview scrollbar. ([44079](https://github.com/WordPress/gutenberg/pull/44079))
- Fix block transform preview height. ([44076](https://github.com/WordPress/gutenberg/pull/44076))
- Fix duplicate navigation block props. ([43596](https://github.com/WordPress/gutenberg/pull/43596))
- Fix error in useClientWidth. ([43585](https://github.com/WordPress/gutenberg/pull/43585))
- Fix site editor toolbar when block is bigger than viewport. ([43548](https://github.com/WordPress/gutenberg/pull/43548))
- Fix the default icon for the navigation block. ([44104](https://github.com/WordPress/gutenberg/pull/44104))
- Fix: Site logo rounded on mobile. ([43903](https://github.com/WordPress/gutenberg/pull/43903))
- Fix: Site logo rounded. ([43762](https://github.com/WordPress/gutenberg/pull/43762))
- Group: Fix click-first state. ([43513](https://github.com/WordPress/gutenberg/pull/43513))
- Image: Display upload error notices using snackbars. ([43767](https://github.com/WordPress/gutenberg/pull/43767))
- List: Add cut clipboard handler. ([43609](https://github.com/WordPress/gutenberg/pull/43609))
- Navigation: Add current-menu-item also for archive links. ([43800](https://github.com/WordPress/gutenberg/pull/43800))
- Navigation: Hide overlay preview settings when the overlay is off. ([44032](https://github.com/WordPress/gutenberg/pull/44032))
- Navigation: Remove unneeded gap:Inherit rule on wrapper element of navigation block. ([43669](https://github.com/WordPress/gutenberg/pull/43669))
- Post Terms: Use unbound query in the usePostTerms hook. ([43501](https://github.com/WordPress/gutenberg/pull/43501))
- Site Logo: Fix border radius regression. ([43701](https://github.com/WordPress/gutenberg/pull/43701))
- Fix cover flex issue in the editor. ([43413](https://github.com/WordPress/gutenberg/pull/43413))
- Fix embed iframe sizing issue. ([40213](https://github.com/WordPress/gutenberg/pull/40213))
- Update: Make it possible to change list items even if parent is template locked. ([43959](https://github.com/WordPress/gutenberg/pull/43959))
- Latest Posts categories settings. ([43685](https://github.com/WordPress/gutenberg/pull/43685))
- navigation block: Fix empty site-log `li` element in the dom. ([44049](https://github.com/WordPress/gutenberg/pull/44049))

#### Global Styles
- Block editor: Move margins to theme.scss and common.scss. ([43813](https://github.com/WordPress/gutenberg/pull/43813))
- Don't apply root padding to nested layout blocks. ([43842](https://github.com/WordPress/gutenberg/pull/43842))
- Duotone palette doesn't reflect settings in theme.json. ([43671](https://github.com/WordPress/gutenberg/pull/43671))
- Fixing broken layout styles for themes using theme.json settings on blocks that require layout styles. ([43925](https://github.com/WordPress/gutenberg/pull/43925))
- Layout: Fix issue with fallback gap styles where gap was being output for constrained layout type. ([44001](https://github.com/WordPress/gutenberg/pull/44001))
- Remove main content layout padding in preview. ([43601](https://github.com/WordPress/gutenberg/pull/43601))
- Split root layout rules into a different function. ([43792](https://github.com/WordPress/gutenberg/pull/43792))

#### Components
- Button, Icon: Fix iconSize prop doesn't work with some icons. ([43821](https://github.com/WordPress/gutenberg/pull/43821))
- Flex: Remove flex `gap` polyfill. ([43995](https://github.com/WordPress/gutenberg/pull/43995))
- Popover: Enable auto-updating every animation frame. ([43617](https://github.com/WordPress/gutenberg/pull/43617))
- Popover: Make more reactive to prop changes, avoid unnecessary updates. ([43335](https://github.com/WordPress/gutenberg/pull/43335))
- Site editor: Fix padding and margin visualizer positioning. ([43971](https://github.com/WordPress/gutenberg/pull/43971))
- `Disabled`: Preserve input values when toggling the `isDisabled` prop. ([43508](https://github.com/WordPress/gutenberg/pull/43508))

#### Block Editor
- BlockInspector, ComplementaryArea: Fix overscoped `p` style. ([43866](https://github.com/WordPress/gutenberg/pull/43866))
- Column Block: Enable global template_lock inheritance. ([42677](https://github.com/WordPress/gutenberg/pull/42677))
- Fix blank screen on templates page. ([43602](https://github.com/WordPress/gutenberg/pull/43602))
- Fix the horizontal block list drop indicator when dragging to the start. ([43944](https://github.com/WordPress/gutenberg/pull/43944))
- Fix: Block styles preview is not displayed. ([43837](https://github.com/WordPress/gutenberg/pull/43837))
- Fix: Non boolean usage on react output. ([43919](https://github.com/WordPress/gutenberg/pull/43919))
- hasContentRoleAttribute: Check that block type exists. ([43864](https://github.com/WordPress/gutenberg/pull/43864))
- Improve Safari text-selection style. ([43313](https://github.com/WordPress/gutenberg/pull/43313))
- Prevent the default browser behaviour for dropped files from running. ([43493](https://github.com/WordPress/gutenberg/pull/43493))
- RTL fix for inlined block-styles. ([41762](https://github.com/WordPress/gutenberg/pull/41762))
- Spacing presets: fix bug with unlinked not applying if non int slugs used.  ([44136](https://github.com/WordPress/gutenberg/pull/44136))

#### Design Tools
- Fix display of width controls for legacy layouts. ([43688](https://github.com/WordPress/gutenberg/pull/43688))
- FontFamily: Fix server-side attribute registration via typography support. ([43937](https://github.com/WordPress/gutenberg/pull/43937))
- Layout: Fix blockGap output when using a falsy 0 value. ([43757](https://github.com/WordPress/gutenberg/pull/43757))
- Layout: Fix toggling off inner blocks content width setting for legacy markup. ([43888](https://github.com/WordPress/gutenberg/pull/43888))

#### Testing
- Fix asserting Post Format without opening the document settings sidebar. ([43710](https://github.com/WordPress/gutenberg/pull/43710))
- Fix clicking on top of the publish panel in meta box end-to-end test. ([43708](https://github.com/WordPress/gutenberg/pull/43708))
- Fix playwright's `openDocumentSettingsSidebar` util not opening the sidebar. ([43506](https://github.com/WordPress/gutenberg/pull/43506))

#### Accessibility
- Better handling of loading states for navigation selector. ([43904](https://github.com/WordPress/gutenberg/pull/43904))
- Limit contrast checker to only blocks that have at least one color defined. ([43592](https://github.com/WordPress/gutenberg/pull/43592))

#### Style Variations
- Styles API: Fixed selectors for nested elements. ([43988](https://github.com/WordPress/gutenberg/pull/43988))

#### Typography
- Font size picker: Add a fallback for the name property. ([43794](https://github.com/WordPress/gutenberg/pull/43794))

#### Post Editor
- Editor: Simplify 'findOrCreateTerm' method logic. ([43766](https://github.com/WordPress/gutenberg/pull/43766))
- Fix the style settings from core/post-content block in theme.json that are not applied in the editor. ([42270](https://github.com/WordPress/gutenberg/pull/42270))

#### Site Editor
- Site Editor: Fix focus outline cut off in code editor. ([42980](https://github.com/WordPress/gutenberg/pull/42980))

#### Templates API
- Block Templates: Add the custom templates info for the template posts. ([43597](https://github.com/WordPress/gutenberg/pull/43597))

#### Build Tooling
- Makepot: Fix translations object handling. ([43797](https://github.com/WordPress/gutenberg/pull/43797))


### Performance

#### Block Library
- Comments Pagination: Avoid creating a new allowedBlocks array on every render. ([44021](https://github.com/WordPress/gutenberg/pull/44021))
- Lodash: Refactor away from `_.first()` and `_.last()`. ([43894](https://github.com/WordPress/gutenberg/pull/43894))
- Lodash: Remove _`.omit()` from block library. ([43707](https://github.com/WordPress/gutenberg/pull/43707))
- Query Pagination: Avoid creating a new allowedBlocks array on every render. ([44020](https://github.com/WordPress/gutenberg/pull/44020))
- Query by name. ([43850](https://github.com/WordPress/gutenberg/pull/43850))

#### Components
- Lodash: Refactor away from `_.cloneDeep()`. ([43631](https://github.com/WordPress/gutenberg/pull/43631))
- Lodash: Refactor away from `_.partial()`. ([43895](https://github.com/WordPress/gutenberg/pull/43895))
- Lodash: Remove from `FormTokenField` component. ([43744](https://github.com/WordPress/gutenberg/pull/43744))

#### Data Layer
- Lodash: Refactor away from `_.forEach()`. ([43807](https://github.com/WordPress/gutenberg/pull/43807))
- Lodash: Refactor away from `_.has()`. ([43626](https://github.com/WordPress/gutenberg/pull/43626))
- Lodash: Remove `_.omit()` from `@wordpress/data`. ([43712](https://github.com/WordPress/gutenberg/pull/43712))

#### Post Editor
- Lodash: Refactor away from `_.unionBy()`. ([43735](https://github.com/WordPress/gutenberg/pull/43735))
- Lodash: Remove `_.omit()` from a few other packages. ([43714](https://github.com/WordPress/gutenberg/pull/43714))

#### Testing
- Updates the content we use for performance testing. ([43770](https://github.com/WordPress/gutenberg/pull/43770))

#### Widgets Editor
- Lodash: Remove completely from `@wordpress/edit-widgets` package. ([43682](https://github.com/WordPress/gutenberg/pull/43682))

#### Block Editor
- Lodash: Remove from blocks API raw handling. ([43575](https://github.com/WordPress/gutenberg/pull/43575))
- Lodash: Refactor away from `BlockActionsMenu` (RN). ([43849](https://github.com/WordPress/gutenberg/pull/43849))
- Lodash: Refactor away from `BlockActions`. ([43846](https://github.com/WordPress/gutenberg/pull/43846))
- Lodash: Refactor away from `BlockMover`. ([43853](https://github.com/WordPress/gutenberg/pull/43853))
- Lodash: Refactor away from `useFocusFirstElement`. ([43847](https://github.com/WordPress/gutenberg/pull/43847))
- Lodash: Remove `_.first()` and `_.last()` from block editor store. ([43854](https://github.com/WordPress/gutenberg/pull/43854))
- Lodash: Remove `_.first()` and `_.last()` from block tools and `useSelectAll` hook. ([43855](https://github.com/WordPress/gutenberg/pull/43855))
- Lodash: Remove `_.omit()` from block editor. ([43704](https://github.com/WordPress/gutenberg/pull/43704))

#### REST API
- Core Data: Stop sending duplicate requests in canUser resolver. ([43480](https://github.com/WordPress/gutenberg/pull/43480))


### Documentation

- Add documentation for the block template parts theme support. ([44009](https://github.com/WordPress/gutenberg/pull/44009))
- Adding instructions for adding sub-pages to packages documentation. ([43750](https://github.com/WordPress/gutenberg/pull/43750))
- Create a new handbook page for propagating updates. ([43538](https://github.com/WordPress/gutenberg/pull/43538))
- Create Block: Split documentation into two sections. ([43718](https://github.com/WordPress/gutenberg/pull/43718))
- Docgen: Add basic handling for the `@since` tag. ([43550](https://github.com/WordPress/gutenberg/pull/43550))
- Docs: Add example of BlockControls to Format API how to guide. ([43581](https://github.com/WordPress/gutenberg/pull/43581))
- Docs: Fix required status of `onSelectUrl` prop of `MediaReplaceFlow` component. ([44025](https://github.com/WordPress/gutenberg/pull/44025))
- Document new global styles filters. ([44111](https://github.com/WordPress/gutenberg/pull/44111))
- Document template_lock=noContent for Custom Post Types. ([43977](https://github.com/WordPress/gutenberg/pull/43977))
- InnerBlocks: document that `templateLock:NoContent` cannot be overriden by children. ([43825](https://github.com/WordPress/gutenberg/pull/43825))
- Theme.json: Add default values for settings.spacing.spacingScale. ([43860](https://github.com/WordPress/gutenberg/pull/43860))
- Theme.json: Fix schema for useRootPaddingAwareAlignments. ([43628](https://github.com/WordPress/gutenberg/pull/43628))
- Typography block supports: Call tear_down in tests and format PHP doc blocks. ([43968](https://github.com/WordPress/gutenberg/pull/43968))
- Update a broken link to the format-api example. ([44058](https://github.com/WordPress/gutenberg/pull/44058))
- Update playwright end-to-end utils readme. ([44016](https://github.com/WordPress/gutenberg/pull/44016))
- Updated the "Create your First App with Gutenberg Data" how-to guide. ([43633](https://github.com/WordPress/gutenberg/pull/43633))
- Add select icon for Navigation Block's menu button. ([43674](https://github.com/WordPress/gutenberg/pull/43674))
- Style engine: pre-core migration documentation and house keeping. ([43840](https://github.com/WordPress/gutenberg/pull/43840))
- Fix JSON syntax issues in theme.json examples. ([43828](https://github.com/WordPress/gutenberg/pull/43828))

### Code Quality

#### Components

- AnglePickerControl: Deprecate margin bottom. ([43867](https://github.com/WordPress/gutenberg/pull/43867))
- CheckboxControl: Add flag to remove bottom margin. ([43720](https://github.com/WordPress/gutenberg/pull/43720))
- ComboboxControl: Add unit tests. ([42403](https://github.com/WordPress/gutenberg/pull/42403))
- DateTimePicker: Address feedback after recent refactor to `date-fns` and `use-lilius`. ([43495](https://github.com/WordPress/gutenberg/pull/43495))
- DropZone: Convert to TypeScript. ([43962](https://github.com/WordPress/gutenberg/pull/43962))
- Fix TS types for `isValueDefined()`/`isValueEmpty()`. ([43983](https://github.com/WordPress/gutenberg/pull/43983))
- FocalPointControl: Add flag to remove bottom margin. ([43996](https://github.com/WordPress/gutenberg/pull/43996))
- FocalPointPicker: Convert to TypeScript. ([43872](https://github.com/WordPress/gutenberg/pull/43872))
- FontSizePicker: Deprecate bottom margin. ([43870](https://github.com/WordPress/gutenberg/pull/43870))
- FormFileUpload: Convert to TypeScript. ([43960](https://github.com/WordPress/gutenberg/pull/43960))
- Invert tsconfig to be exclude-based. ([43534](https://github.com/WordPress/gutenberg/pull/43534))
- Lodash: Refactor away from `_.escapeRegExp()`. ([43629](https://github.com/WordPress/gutenberg/pull/43629))
- Lodash: Remove from block factory API. ([43560](https://github.com/WordPress/gutenberg/pull/43560))
- Lodash: Remove from block registration API. ([43558](https://github.com/WordPress/gutenberg/pull/43558))
- Lodash: Remove from block serializer API. ([43561](https://github.com/WordPress/gutenberg/pull/43561))
- Lodash: Remove from block templates API. ([43563](https://github.com/WordPress/gutenberg/pull/43563))
- Make more components pass type checks. ([43579](https://github.com/WordPress/gutenberg/pull/43579))
- RadioControl: Clean up CSS. ([43868](https://github.com/WordPress/gutenberg/pull/43868))
- Remove unused normalizeArrowKey utility function. ([43640](https://github.com/WordPress/gutenberg/pull/43640))
- Remove unused Storybook utils. ([43578](https://github.com/WordPress/gutenberg/pull/43578))
- Retire `DARK_GRAY` colors. ([43773](https://github.com/WordPress/gutenberg/pull/43773))
- Retire `LIGHT_GRAY[ 200 ]` and `DARK_GRAY[ 150 ]`. ([43719](https://github.com/WordPress/gutenberg/pull/43719))
- Retire `LIGHT_GRAY` color object. ([43994](https://github.com/WordPress/gutenberg/pull/43994))
- SearchControl: Convert to TypeScript and add flag to remove bottom margin. ([43871](https://github.com/WordPress/gutenberg/pull/43871))
- Style engine: Refer to 'context' rather than 'store' in global function. ([43841](https://github.com/WordPress/gutenberg/pull/43841))
- TabPanel: Convert to TypeScript. ([43536](https://github.com/WordPress/gutenberg/pull/43536))
- ToggleControl: Convert to TypeScript. ([43717](https://github.com/WordPress/gutenberg/pull/43717))
- WordPressComponentProps: Only add refs when they are actually added. ([43610](https://github.com/WordPress/gutenberg/pull/43610))
- Refactor `Icon` tests to `@testing-library/react`. ([44051](https://github.com/WordPress/gutenberg/pull/44051))
- Refactor `IsolatedEventContainer` tests to `@testing-library/react`. ([44073](https://github.com/WordPress/gutenberg/pull/44073))
- Refactor `KeyboardShortcuts` tests to `@testing-library/react`. ([44075](https://github.com/WordPress/gutenberg/pull/44075))
- NUX: Refactor `DotTip` tests to `@testing-library/react`. ([43768](https://github.com/WordPress/gutenberg/pull/43768))

#### Compose

- Refactor `pure` HoC tests to `@testing-library/react`. ([43913](https://github.com/WordPress/gutenberg/pull/43913))
- Refactor `withInstanceId` HoC tests to `@testing-library/react`. ([43915](https://github.com/WordPress/gutenberg/pull/43915))

#### Post Editor
- Edit Post: Refactor `BrowserURL` tests to `@testing-library/react`. ([43978](https://github.com/WordPress/gutenberg/pull/43978))
- Edit Post: Refactor `PageAttributesOrder` tests to `@testing-library/react`. ([43980](https://github.com/WordPress/gutenberg/pull/43980))
- Refactor `PostPublishButton` tests to `@testing-library/react`. ([43909](https://github.com/WordPress/gutenberg/pull/43909))
- Refactor `PostPublishPanel` tests to `@testing-library/react`. ([43908](https://github.com/WordPress/gutenberg/pull/43908))
- Refactor `PostSavedState` tests to `@testing-library/react`. ([43769](https://github.com/WordPress/gutenberg/pull/43769))
- Refactor `PostSlug` tests to `@testing-library/react`. ([43973](https://github.com/WordPress/gutenberg/pull/43973))
- Update changelog to include a new 'isDeletingPost' selector. ([44120](https://github.com/WordPress/gutenberg/pull/44120))
- Refactor `MetaBoxesSection` tests to `@testing-library/react`. ([43774](https://github.com/WordPress/gutenberg/pull/43774))
- Refactor `PostPublishButtonOrToggle` tests to `@testing-library/react`. ([43776](https://github.com/WordPress/gutenberg/pull/43776))
- Refactor `PreferencesModal` tests to `@testing-library/react`. ([43775](https://github.com/WordPress/gutenberg/pull/43775))
- NumberControl: Add TypeScript prop types. ([43791](https://github.com/WordPress/gutenberg/pull/43791))
- Popover: Stabilize __unstableShift prop to shift. ([43845](https://github.com/WordPress/gutenberg/pull/43845))

#### Block Library
- Button: Remove hardcoded white. ([43553](https://github.com/WordPress/gutenberg/pull/43553))
- Categories List Block: Escape home_url(). ([43824](https://github.com/WordPress/gutenberg/pull/43824))
- Gallery Block: Use `wp_enqueue_block_support_styles()`. ([43859](https://github.com/WordPress/gutenberg/pull/43859))
- Post Terms: Refactor the usePostTerms hook. ([43503](https://github.com/WordPress/gutenberg/pull/43503))
- Navigation: Use `code` instead of `keyCode` for keyboard events. ([43644](https://github.com/WordPress/gutenberg/pull/43644))
- Create an alias get_element_class_name to use it in blocks. ([44099](https://github.com/WordPress/gutenberg/pull/44099))

#### Block Editor

- Refactor `AlignmentControl` tests to `@testing-library/react`. ([44022](https://github.com/WordPress/gutenberg/pull/44022))
- Refactor `BlockAlignmentUI` tests to `@testing-library/react`. ([44023](https://github.com/WordPress/gutenberg/pull/44023))
- Refactor `BlockEdit` tests to `@testing-library/react`. ([44027](https://github.com/WordPress/gutenberg/pull/44027))
- Refactor `BlockIcon` tests to `@testing-library/react`. ([44089](https://github.com/WordPress/gutenberg/pull/44089))
- Refactor `BlockTitle` tests to `@testing-library/react`. ([43811](https://github.com/WordPress/gutenberg/pull/43811))
- Refactor `BlockVerticalAlignmentUI` tests to `@testing-library/react`. ([44029](https://github.com/WordPress/gutenberg/pull/44029))
- Refactor `BlockView` tests to `@testing-library/react`. ([43818](https://github.com/WordPress/gutenberg/pull/43818))
- Refactor `ComboboxControl` to pass `exhaustive-deps`. ([41417](https://github.com/WordPress/gutenberg/pull/41417))
- Refactor `ContrastChecker` tests to `@testing-library/react`. ([43975](https://github.com/WordPress/gutenberg/pull/43975))
- Refactor `DefaultBlockAppender` tests to `@testing-library/react`. ([43990](https://github.com/WordPress/gutenberg/pull/43990))
- Refactor `DimensionControl` tests to `@testing-library/react`. ([43916](https://github.com/WordPress/gutenberg/pull/43916))
- Refactor `DocumentOutline` tests to `@testing-library/react`. ([43772](https://github.com/WordPress/gutenberg/pull/43772))
- Refactor `FocalPointPicker` to function component. ([39168](https://github.com/WordPress/gutenberg/pull/39168))
- Refactor `MediaPlaceholder` tests to `@testing-library/react`. ([43991](https://github.com/WordPress/gutenberg/pull/43991))
- Refactor `MenuItem` tests to `@testing-library/react`. ([43778](https://github.com/WordPress/gutenberg/pull/43778))
- Refactor `NavigatorButton` to pass `exhaustive-deps`. ([42051](https://github.com/WordPress/gutenberg/pull/42051))
- Refactor `NavigatorScreen` to pass `exhaustive-deps`. ([43876](https://github.com/WordPress/gutenberg/pull/43876))
- Refactor `Panel` tests to `@testing-library/react`. ([43896](https://github.com/WordPress/gutenberg/pull/43896))
- Refactor `PostTaxonomies` tests to `@testing-library/react`. ([44068](https://github.com/WordPress/gutenberg/pull/44068)))
- Refactor `Slot`/`Fill` tests to `@testing-library/react`. ([44084](https://github.com/WordPress/gutenberg/pull/44084))
- Refactor `URLInputButton` tests to `@testing-library/react`. ([43899](https://github.com/WordPress/gutenberg/pull/43899))
- Refactor `UrlPopover` tests to `@testing-library/react`. ([43898](https://github.com/WordPress/gutenberg/pull/43898))
- Refactor `Warning` tests to `@testing-library/react`. ([43817](https://github.com/WordPress/gutenberg/pull/43817))
- Refactor `withColors` tests to `@testing-library/react`. ([43976](https://github.com/WordPress/gutenberg/pull/43976))
- Refactor `withFilters` tests to `@testing-library/react`. ([44017](https://github.com/WordPress/gutenberg/pull/44017))
- Refactor popover to use separate flip and resize props instead of forcePosition. ([43546](https://github.com/WordPress/gutenberg/pull/43546)
- Fix: Inexistent parameter passed to parseUnitFunction. ([43920](https://github.com/WordPress/gutenberg/pull/43920))
- Minor code tweaks/optimizations (PHP). ([43375](https://github.com/WordPress/gutenberg/pull/43375))

#### Rich Text
- Remove deprecated wrapperClassName prop. ([44033](https://github.com/WordPress/gutenberg/pull/44033))

#### Inspector Controls
- Remove leftovers from previous iterations in block inspector. ([43806](https://github.com/WordPress/gutenberg/pull/43806))

#### Plugin
- Remove 'gutenberg_rest_nonce' method. ([43805](https://github.com/WordPress/gutenberg/pull/43805))

#### List View
- ListViewBlock: Refactor to have locking data in a single place. ([43803](https://github.com/WordPress/gutenberg/pull/43803))

#### npm Packages
- Block Serialization Default Parser: Include TypeScript type declarations. ([43722](https://github.com/WordPress/gutenberg/pull/43722))
- Lodash: Remove `_.omit()` from `@wordpress/blocks`. ([43711](https://github.com/WordPress/gutenberg/pull/43711))
- Lodash: Remove completely from `@wordpress/format-library` package. ([43738](https://github.com/WordPress/gutenberg/pull/43738))
- Lodash: Remove completely from `@wordpress/i18n` package. ([43677](https://github.com/WordPress/gutenberg/pull/43677))
- Lodash: Remove completely from `@wordpress/redux-routine` package. ([43741](https://github.com/WordPress/gutenberg/pull/43741))
- @wordpress/date: Rename __experimentalGetSettings() to getSettings(). ([43884](https://github.com/WordPress/gutenberg/pull/43884))

#### Global Styles
- Elements: Check value and whitelist before building style nodes. ([43622](https://github.com/WordPress/gutenberg/pull/43622))
- Prepare `WP_Theme_JSON_Data` class for backporting. ([44109](https://github.com/WordPress/gutenberg/pull/44109))
- Safeguard for backport of `get_template_hierarchy` function. ([44085](https://github.com/WordPress/gutenberg/pull/44085))
- Format Library: Remove redundant inline link test. ([43912](https://github.com/WordPress/gutenberg/pull/43912))
- Layout: Unit tests for gutenberg_get_layout_style. ([44006](https://github.com/WordPress/gutenberg/pull/44006))

#### Block Editor
- Rich text: Remove unused unstable list functions. ([43614](https://github.com/WordPress/gutenberg/pull/43614))

#### Data Layer
- Add tsconfig.json to core-data package. ([43638](https://github.com/WordPress/gutenberg/pull/43638))
- Add type signature for useDispatch. ([43528](https://github.com/WordPress/gutenberg/pull/43528))
- Bundle TypeScript types with the data package. ([43643](https://github.com/WordPress/gutenberg/pull/43643))
- Simplify TypeScript types in wordpress/core-data. ([43515](https://github.com/WordPress/gutenberg/pull/43515))

#### Navigation
- Unskip navigation menu selector focus test. ([43507](https://github.com/WordPress/gutenberg/pull/43507))

#### Build Tools
- Update scaffold.js. ([43740](https://github.com/WordPress/gutenberg/pull/43740))


### Tools

#### Testing
- Add comments for the repeated move commands in draggable end-to-end tests. ([43933](https://github.com/WordPress/gutenberg/pull/43933))
- Add stale issue workflow for flaky test reports. ([43547](https://github.com/WordPress/gutenberg/pull/43547))
- Avatar: Add test to ensure that user image updates when user switched. ([42657](https://github.com/WordPress/gutenberg/pull/42657))
- Fix PHP Tests: Try removing registry from WP_Block constructor calls. ([43927](https://github.com/WordPress/gutenberg/pull/43927))
- Iframed editor: Fixed skipped tests. ([43697](https://github.com/WordPress/gutenberg/pull/43697))
- Migrate draggable block tests to Playwright. ([43798](https://github.com/WordPress/gutenberg/pull/43798))
- Migrate duplicating block test to playwright. ([43171](https://github.com/WordPress/gutenberg/pull/43171))
- Migrate register block test case to playwright. ([43170](https://github.com/WordPress/gutenberg/pull/43170))
- Migrate writing flow tests to Playwright. ([43637](https://github.com/WordPress/gutenberg/pull/43637))
- Preview tests: Wait for the post-status change. ([43874](https://github.com/WordPress/gutenberg/pull/43874))
- Skip draggable block end-to-end tests. ([43736](https://github.com/WordPress/gutenberg/pull/43736))
- Skip navigation block end-to-end tests. ([43571](https://github.com/WordPress/gutenberg/pull/43571))
- Update Playwright. ([43887](https://github.com/WordPress/gutenberg/pull/43887))


## First time contributors

The following PRs were merged by first time contributors:

- @afragen: Block Library: Add filter for inner blocks in the Navigation block. ([37998](https://github.com/WordPress/gutenberg/pull/37998))
- @dgwyer: Updated the "Create your First App with Gutenberg Data" how-to guide. ([43633](https://github.com/WordPress/gutenberg/pull/43633))
- @jonathanbossenger: Update scaffold.js. ([43740](https://github.com/WordPress/gutenberg/pull/43740))
- @kkoppenhaver: Update a broken link to the format-api example. ([44058](https://github.com/WordPress/gutenberg/pull/44058))
- @madhusudhand: Add box-shadow support for blocks via theme.json. ([41972](https://github.com/WordPress/gutenberg/pull/41972))
- @mrobit: Fix JSON syntax issues in theme.json examples. ([43828](https://github.com/WordPress/gutenberg/pull/43828))
- @RahiDroid: Post Featured Image block: Enable gradient overlay. ([43838](https://github.com/WordPress/gutenberg/pull/43838))


## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @adamziel @afragen @amustaque97 @andrewserong @annezazu @aristath @BE-Webdesign @c4rl0sbr4v0 @carolinan @chad1008 @ciampo @colorful-tones @dcalhoun @dgwyer @draganescu @ellatrix @fabiankaegy @flootr @geriux @getdave @glendaviesnz @gziolo @jasmussen @jonathanbossenger @jorgefilipecosta @kevin940726 @kkoppenhaver @madhusudhand @MaggieCabrera @Mamaduka @matiasbenedetto @mikachan @mirka @mrobit @ndiego @niklasp @noisysocks @ntsekouras @oandregal @ockham @pavanpatil1 @petitphp @pooja-muchandikar @RahiDroid @ramonjd @ryanwelcher @SantosGuillamot @scruffian @SiobhyB @spacedmonkey @stokesman @sunyatasattva @t-hamano @talldan @tellthemachines @torounit @tyxla @youknowriad


= 14.0.3 =

## Changelog

### Bug Fixes

- Fix GitHub Actions failure due to duplicate functions. ([44052](https://github.com/WordPress/gutenberg/pull/44052))

## Contributors

The following contributors merged PRs in this release:

@t-hamano


= 14.0.2 =



## Changelog

### Bug Fixes

- Layout: Fix undefined index notice when attempting to check layout type. ([43756](https://github.com/WordPress/gutenberg/pull/43756))
- List block: Prevent error upon pasting when list is empty. ([43761](https://github.com/WordPress/gutenberg/pull/43761))


## First time contributors

The following PRs were merged by first time contributors:



## Contributors

The following contributors merged PRs in this release:

@andrewserong @oandregal


= 14.0.1 =



## Changelog

### Bug Fixes

#### Post Editor
- Fix layout applied to post editor on classic themes. ([43755](https://github.com/WordPress/gutenberg/pull/43755))


## First time contributors

The following PRs were merged by first time contributors:



## Contributors

The following contributors merged PRs in this release:

@tellthemachines


= 14.0.0 =

## Changelog

### Enhancements

- Add optional capture group to URL regex in wp-env. ([43200](https://github.com/WordPress/gutenberg/pull/43200))
- Core Data: Add canRead to useResourcePermissions. ([43484](https://github.com/WordPress/gutenberg/pull/43484))
- Element: Remove `enzyme` from `platform` test. ([43531](https://github.com/WordPress/gutenberg/pull/43531))
- [Create-block] Add `--variant` flag to allow creation of different block type variants. ([41289](https://github.com/WordPress/gutenberg/pull/41289))
- Use str_starts_with. ([43371](https://github.com/WordPress/gutenberg/pull/43371))
- [Create Block] Adding a `--no-plugin` flag to scaffold only block files. ([41642](https://github.com/WordPress/gutenberg/pull/41642))
- Customize widgets: Fix top contents cutoff in keyboard shortcuts. ([43391](https://github.com/WordPress/gutenberg/pull/43391))

#### Design Tools

As part of the effort to improve design tool consistency for typography and spacing on blocks ([43242](https://github.com/WordPress/gutenberg/issues/43242)), there's been a lot of work done to blocks during this release to add missing supports to them.

Added typography support:

- Paragraph: ([39642](https://github.com/WordPress/gutenberg/pull/39642))
- Categories List: ([43254](https://github.com/WordPress/gutenberg/pull/43254))
- Code Block: ([43255](https://github.com/WordPress/gutenberg/pull/43255))
- Column Block: ([43252](https://github.com/WordPress/gutenberg/pull/43252))
- Columns Block: ([43253](https://github.com/WordPress/gutenberg/pull/43253))
- Comment Author Name: ([43256](https://github.com/WordPress/gutenberg/pull/43256))
- Comment Date: ([43262](https://github.com/WordPress/gutenberg/pull/43262))
- Comment Edit Link: ([43263](https://github.com/WordPress/gutenberg/pull/43263))
- Comment Template: ([43266](https://github.com/WordPress/gutenberg/pull/43266))
- Comments Content:  ([43257](https://github.com/WordPress/gutenberg/pull/43257))
- Comments Pagination: ([43288](https://github.com/WordPress/gutenberg/pull/43288), [43289](https://github.com/WordPress/gutenberg/pull/43289), [43290](https://github.com/WordPress/gutenberg/pull/43290), [43287](https://github.com/WordPress/gutenberg/pull/43287))
- Comments Reply Link: ([43264](https://github.com/WordPress/gutenberg/pull/43264))
- Comments Title: ([43291](https://github.com/WordPress/gutenberg/pull/43291))
- Comments: ([43286](https://github.com/WordPress/gutenberg/pull/43286))
- Cover: ([43298](https://github.com/WordPress/gutenberg/pull/43298))
- Group: ([43308](https://github.com/WordPress/gutenberg/pull/43308))
- Media & Text: ([43314](https://github.com/WordPress/gutenberg/pull/43314))
- Navigation: ([43542](https://github.com/WordPress/gutenberg/pull/43542))
- Post Author Biography: ([43318](https://github.com/WordPress/gutenberg/pull/43318))
- Post Author Name: ([43319](https://github.com/WordPress/gutenberg/pull/43319))
- Post Author: ([43317](https://github.com/WordPress/gutenberg/pull/43317))
- Post Comments Count: ([43321](https://github.com/WordPress/gutenberg/pull/43321))
- Post Comments Link: ([43338](https://github.com/WordPress/gutenberg/pull/43338))
- Post Date: ([43340](https://github.com/WordPress/gutenberg/pull/43340))
- Post Navigation Link: ([43344](https://github.com/WordPress/gutenberg/pull/43344))
- Post Template: ([43342](https://github.com/WordPress/gutenberg/pull/43342))
- Post Terms: ([43343](https://github.com/WordPress/gutenberg/pull/43343))
- Preformatted: ([43345](https://github.com/WordPress/gutenberg/pull/43345))
- Pullquote: ([43346](https://github.com/WordPress/gutenberg/pull/43346))
- Table of Contents: ([43509](https://github.com/WordPress/gutenberg/pull/43509))

Added spacing supports:

- Paragraph: Add spacing block supports. ([43455](https://github.com/WordPress/gutenberg/pull/43455))
- Heading: Add padding support. ([43454](https://github.com/WordPress/gutenberg/pull/43454))
- List: Add spacing block supports. ([43402](https://github.com/WordPress/gutenberg/pull/43402))
- Media & Text: Add spacing block supports. ([43456](https://github.com/WordPress/gutenberg/pull/43456))
- Post Date: Add spacing support. ([43406](https://github.com/WordPress/gutenberg/pull/43406))
- Post Title: Add padding support. ([43457](https://github.com/WordPress/gutenberg/pull/43457))
- Query Title: Add padding support. ([43458](https://github.com/WordPress/gutenberg/pull/43458))
- Spacer: Add spacing block supports. ([43366](https://github.com/WordPress/gutenberg/pull/43366))
- Table of contents: Add spacing supports. ([43368](https://github.com/WordPress/gutenberg/pull/43368))
- Table: Add spacing block supports. ([43370](https://github.com/WordPress/gutenberg/pull/43370))
- Tag cloud: Add spacing block supports. ([43367](https://github.com/WordPress/gutenberg/pull/43367))
- Term description: Add spacing block supports. ([43372](https://github.com/WordPress/gutenberg/pull/43372))
- Verse: Add margin support. ([43461](https://github.com/WordPress/gutenberg/pull/43461))
- Video: Add spacing block supports. ([43365](https://github.com/WordPress/gutenberg/pull/43365))

Added other supports:

- Gallery: Add background color block supports. ([43294](https://github.com/WordPress/gutenberg/pull/43294))
- Post Featured Image: Add border support applied to inner img. ([42847](https://github.com/WordPress/gutenberg/pull/42847))
- Social Links: Enable alpha on color pickers. ([43453](https://github.com/WordPress/gutenberg/pull/43453))
- Social links: Add background color block supports. ([43293](https://github.com/WordPress/gutenberg/pull/43293))
- Table of contents block: Add color block supports. ([43363](https://github.com/WordPress/gutenberg/pull/43363))


#### Components
- (Custom)SelectControl: Refresh and refactor chevron. ([42962](https://github.com/WordPress/gutenberg/pull/42962))
- Always use `screen` for `testing-library` queries. ([43152](https://github.com/WordPress/gutenberg/pull/43152))
- Autocomplete: Use KeyboardEvent.code instead of KeyboardEvent.keyCode. ([43432](https://github.com/WordPress/gutenberg/pull/43432))
- Card: Migrate to TypeScript. ([42941](https://github.com/WordPress/gutenberg/pull/42941))
- ComboboxControl: Normalize hyphen-like Unicode characters to ASCII hyphens when matching search queries. ([42942](https://github.com/WordPress/gutenberg/pull/42942))
- CustomGradientPicker: Use KeyboardEvent.code instead of KeyboardEvent.keyCode. ([43437](https://github.com/WordPress/gutenberg/pull/43437))
- DateTimePicker: Replace react-dates and moment with useLilius and date-fns. ([43005](https://github.com/WordPress/gutenberg/pull/43005))
- FocalPointPicker: Use KeyboardEvent.code, partially refactor tests to modern RTL and user-event. ([43441](https://github.com/WordPress/gutenberg/pull/43441))
- FontSizePicker: Add a flag to remove bottom margin. ([43062](https://github.com/WordPress/gutenberg/pull/43062))
- FormTokenField: Add the ability to auto-select first matching suggestion for incomplete token. ([42527](https://github.com/WordPress/gutenberg/pull/42527))
- FormTokenField: Use KeyboardEvent.code, refactor tests to model RTL and user-event. ([43442](https://github.com/WordPress/gutenberg/pull/43442))
- Modal: Use code instead of keyCode for keyboard events. ([43429](https://github.com/WordPress/gutenberg/pull/43429))
- Popover: Move eslint-disable comment to the correct deps array. ([43320](https://github.com/WordPress/gutenberg/pull/43320))
- ToggleGroupControl: Improve styling for icon options. ([43060](https://github.com/WordPress/gutenberg/pull/43060))

#### Block Library
- Add a setting to hide the prefix in the archive title. ([42594](https://github.com/WordPress/gutenberg/pull/42594))
- Embed: Update Reddit icon. ([43326](https://github.com/WordPress/gutenberg/pull/43326))
- Post date: Add option to display as the last modified date. ([42312](https://github.com/WordPress/gutenberg/pull/42312))
- Reset focalPoint after replacing the cover image. ([42859](https://github.com/WordPress/gutenberg/pull/42859))
- Social Link: Update Reddit icon and color to match brand guidelines. ([43325](https://github.com/WordPress/gutenberg/pull/43325))
- Try "constrained" content width as new layout type. ([42763](https://github.com/WordPress/gutenberg/pull/42763))
- Try: Add a clickable Group setup state. ([40664](https://github.com/WordPress/gutenberg/pull/40664))
- Use page list instead of placeholder as fallback. ([42735](https://github.com/WordPress/gutenberg/pull/42735))
- [Query Loop]: Honour intended post type when previewing patterns and when replacing them with patterns. ([43285](https://github.com/WordPress/gutenberg/pull/43285))
- List: Use nested blocks. ([42711](https://github.com/WordPress/gutenberg/pull/42711))

#### Global Styles
- BlockGap: Add axial gap option to global styles where available. ([42490](https://github.com/WordPress/gutenberg/pull/42490))
- BlockGap: Add support for spacing presets. ([43296](https://github.com/WordPress/gutenberg/pull/43296))
- Spacing presets: Add check for 0 spacing steps. ([43105](https://github.com/WordPress/gutenberg/pull/43105))
- Spacing presets: Add support for margins. ([43246](https://github.com/WordPress/gutenberg/pull/43246))
- Spacing presets: Implement disabling of custom space sizes. ([43216](https://github.com/WordPress/gutenberg/pull/43216))
- Pseudo-elements supports on button elements. ([43088](https://github.com/WordPress/gutenberg/pull/43088))

#### CSS & Styling
- Placeholder: Add blurred background to work in nested cases. ([43379](https://github.com/WordPress/gutenberg/pull/43379))
- Placeholder: Refactor and simplify dashed placeholders used for Featured Image & Site Logo. ([43228](https://github.com/WordPress/gutenberg/pull/43228))

#### Data Layer
- [data] Export the type for the combineReducers export. ([43516](https://github.com/WordPress/gutenberg/pull/43516))

#### Site Editor
- Template Part: Allow changing properties in focus mode. ([43151](https://github.com/WordPress/gutenberg/pull/43151))

#### Block Editor
- Refactor `LinkControl` tests to `@testing-library`. ([43147](https://github.com/WordPress/gutenberg/pull/43147))


### Bug Fixes

- Create Block: Refactor handling for template variants. ([43481](https://github.com/WordPress/gutenberg/pull/43481))
- Fix no-results grammar. ([43168](https://github.com/WordPress/gutenberg/pull/43168))
- Fix spinner causing a flash when loading site editor. ([43226](https://github.com/WordPress/gutenberg/pull/43226))
- Image: Fix unclickable buttons. ([43361](https://github.com/WordPress/gutenberg/pull/43361))
- Keycodes: Fix display of symbols in keyboard shortcut modal. ([43137](https://github.com/WordPress/gutenberg/pull/43137))
- MediaReplaceFlow: Reset default LinkControl margins. ([43156](https://github.com/WordPress/gutenberg/pull/43156))
- Post title: Fix pasting into existing content. ([43123](https://github.com/WordPress/gutenberg/pull/43123))
- [Block Editor]: Fix block switcher label to take into account block variations. ([43309](https://github.com/WordPress/gutenberg/pull/43309))
- [useEntityRecord] Pass the correct kind, name, and recordId to getEditedEntityRecord. ([43517](https://github.com/WordPress/gutenberg/pull/43517))
- wp-env: Set core source to latest when null. ([43133](https://github.com/WordPress/gutenberg/pull/43133))

#### Block Library
- Ensure the block toolbar doesn't overlap block by modifying forcePosition and shift popover props. ([42887](https://github.com/WordPress/gutenberg/pull/42887))
- Ensure pagination numbers have an href in block edit function. ([43354](https://github.com/WordPress/gutenberg/pull/43354))
- Fix Post Featured Image border attributes. ([43426](https://github.com/WordPress/gutenberg/pull/43426))
- Fix classic block converted to regular blocks when clicking new 'Edit visually' button. ([43219](https://github.com/WordPress/gutenberg/pull/43219))
- Fix featured image being unselectable using arrow keys. ([43323](https://github.com/WordPress/gutenberg/pull/43323))
- Fix navigation block undefined index error on frontend. ([43302](https://github.com/WordPress/gutenberg/pull/43302))
- Gallery block: Ensure image attributes copy correctly between transforms. ([42796](https://github.com/WordPress/gutenberg/pull/42796))
- Home Link: Fix undo trap. ([43112](https://github.com/WordPress/gutenberg/pull/43112))
- List v2: Copy list wrapper when copying list items. ([42860](https://github.com/WordPress/gutenberg/pull/42860))
- Navigation: Page List fix missing padding. ([43358](https://github.com/WordPress/gutenberg/pull/43358))
- Prevent query block from looping in classic themes. ([43221](https://github.com/WordPress/gutenberg/pull/43221))
- Pullquote block: Avoid text-align settings affecting block width and font size. ([43188](https://github.com/WordPress/gutenberg/pull/43188))
- Pullquote block: Remove font definition from the default block styles. ([43195](https://github.com/WordPress/gutenberg/pull/43195))
- taxonomy-controls.js: Change REST context to "view" when fetching taxonomy terms. ([43274](https://github.com/WordPress/gutenberg/pull/43274))
- Home Link: Properly close tags. ([43706](https://github.com/WordPress/gutenberg/pull/43706))
- Social Link: Fix background color on WhatsApp icon. ([43683](https://github.com/WordPress/gutenberg/pull/43683))

#### Components
- (Custom)SelectControl: Truncate long options. ([43301](https://github.com/WordPress/gutenberg/pull/43301))
- AlignmentMatrixControl: Fix `width` bug. ([43482](https://github.com/WordPress/gutenberg/pull/43482))
- ColorPalette, GradientPicker: Fix color picker popover positioning. ([42989](https://github.com/WordPress/gutenberg/pull/42989))
- ColorPalette: Make sure "key" is unique when iterating over color entries with the same value. ([43096](https://github.com/WordPress/gutenberg/pull/43096))
- Dropdown: Anchor popover to the dropdown wrapper (instead of the toggle). ([43377](https://github.com/WordPress/gutenberg/pull/43377))
- Fix block toolbar offset in site editor when toggling sidebars. ([43172](https://github.com/WordPress/gutenberg/pull/43172))
- Fix popover glitch that results in incorrect toolbar positioning in site editor. ([43267](https://github.com/WordPress/gutenberg/pull/43267))
- Improve appearance of controls in the Global Styles Typography panel. ([43304](https://github.com/WordPress/gutenberg/pull/43304))
- Popover: Fix and improve opening animation, use framer motion. ([43186](https://github.com/WordPress/gutenberg/pull/43186))
- Popover: Make sure offset middleware always applies the latest frame offset values. ([43329](https://github.com/WordPress/gutenberg/pull/43329))
- Refactor `Guide` tests to `@testing-library/react`. ([43380](https://github.com/WordPress/gutenberg/pull/43380))

#### Global Styles
- Check for recursive dynamic reference in the site editor. ([43166](https://github.com/WordPress/gutenberg/pull/43166))
- Duotone: Prevent early return blocking other style generation. ([43300](https://github.com/WordPress/gutenberg/pull/43300))
- Fix dynamic references on the site editor. ([42976](https://github.com/WordPress/gutenberg/pull/42976))
- Fix error in handling spacing preset slugs. ([43237](https://github.com/WordPress/gutenberg/pull/43237))
- Layout: Re-instate alignwide and alignfull in flow layout get alignments. ([43502](https://github.com/WordPress/gutenberg/pull/43502))
- Spacing presets: Fix/minor issues noted in initial UI PR. ([43214](https://github.com/WordPress/gutenberg/pull/43214))
- Layout: Fix has-global-padding classname for constrained layouts without contentSize. ([43689](https://github.com/WordPress/gutenberg/pull/43689))

#### Block Editor
- Fix Cmd+A issue in Storybook. ([43145](https://github.com/WordPress/gutenberg/pull/43145))
- Fix drag and drop indicator before first block and after last block. ([43135](https://github.com/WordPress/gutenberg/pull/43135))
- Fix spinner position in URLInput component. ([43472](https://github.com/WordPress/gutenberg/pull/43472))
- Partial select: Fix selecting into image. ([42983](https://github.com/WordPress/gutenberg/pull/42983))

#### Design Tools
- Border Radius: Prevent invalid css unit only styles or empty radii style attribute. ([42409](https://github.com/WordPress/gutenberg/pull/42409))
- Border Support: Fix disabling of border style control. ([43109](https://github.com/WordPress/gutenberg/pull/43109))
- Post Comments Count: Prevent text-decoration from affecting warning. ([43497](https://github.com/WordPress/gutenberg/pull/43497))

#### Site Editor
- Do not show scrollbar when toolbar overflows the editor wrapper. ([43332](https://github.com/WordPress/gutenberg/pull/43332))
- Fix template part focus mode resizable editor height. ([43408](https://github.com/WordPress/gutenberg/pull/43408))

#### npm Packages
- Jest Preset: Ignore `is-plain-obj` transformation. ([43179](https://github.com/WordPress/gutenberg/pull/43179))
- Jest Preset: Improve `is-plain-obj` transformation ignore. ([43271](https://github.com/WordPress/gutenberg/pull/43271))

#### Widgets Editor
- Fix legacy widget form positioning in customizer. ([43297](https://github.com/WordPress/gutenberg/pull/43297))

#### CSS & Styling
- Group/Stack/Row: Scope the dashed placeholder rules. ([43169](https://github.com/WordPress/gutenberg/pull/43169))

#### List View
- Ensure long anchors don't cause the List View to extend. ([43134](https://github.com/WordPress/gutenberg/pull/43134))

#### Post Editor
- Post Template: Don't fetch settings and templates for non-admin users. ([42845](https://github.com/WordPress/gutenberg/pull/42845))

#### Patterns
- Fix custom placeholder not displaying on subsequent Paragraph blocks. ([42519](https://github.com/WordPress/gutenberg/pull/42519))

### Accessibility
- Block Editor: Remove `aria-selected` from `LinkPreview`. ([43279](https://github.com/WordPress/gutenberg/pull/43279))
- Block Editor: Replace `aria-owns` with `aria-controls` in `URLInput`. ([43278](https://github.com/WordPress/gutenberg/pull/43278))
- Separator: Disable the contrastChecker via block.json. ([43357](https://github.com/WordPress/gutenberg/pull/43357))
- Fix Top toolbar buttons tooltips and style when 'Show button text labels' is enabled. ([42815](https://github.com/WordPress/gutenberg/pull/42815))

### Performance

Lodash is known to unnecessarily inflate the bundle size of packages, and in most cases, it can be replaced with native language functionality. See these for more information and rationale: ([16938](https://github.com/WordPress/gutenberg/issues/16938#issuecomment-602837246), [17025](https://github.com/WordPress/gutenberg/issues/17025), [39495](https://github.com/WordPress/gutenberg/issues/39495))

The related PRs are: [43118](https://github.com/WordPress/gutenberg/pull/43118), [43306](https://github.com/WordPress/gutenberg/pull/43306), [43389](https://github.com/WordPress/gutenberg/pull/43389), [42466](https://github.com/WordPress/gutenberg/pull/42466), [43362](https://github.com/WordPress/gutenberg/pull/43362), [43100](https://github.com/WordPress/gutenberg/pull/43100), [43420](https://github.com/WordPress/gutenberg/pull/43420), [43117](https://github.com/WordPress/gutenberg/pull/43117), [42467](https://github.com/WordPress/gutenberg/pull/42467), [42502](https://github.com/WordPress/gutenberg/pull/42502), [43220](https://github.com/WordPress/gutenberg/pull/43220), [43224](https://github.com/WordPress/gutenberg/pull/43224), [43258](https://github.com/WordPress/gutenberg/pull/43258), [43374](https://github.com/WordPress/gutenberg/pull/43374), [43518](https://github.com/WordPress/gutenberg/pull/43518), [43474](https://github.com/WordPress/gutenberg/pull/43474), [43229](https://github.com/WordPress/gutenberg/pull/43229), [43411](https://github.com/WordPress/gutenberg/pull/43411), [42465](https://github.com/WordPress/gutenberg/pull/42465), [43231](https://github.com/WordPress/gutenberg/pull/43231), [43479](https://github.com/WordPress/gutenberg/pull/43479), [43330](https://github.com/WordPress/gutenberg/pull/43330), [43182](https://github.com/WordPress/gutenberg/pull/43182), [43419](https://github.com/WordPress/gutenberg/pull/43419)

### Experiments

#### Components
- Font size picker: Use t-shirt sizes for the ToggleGroupControl component. ([43074](https://github.com/WordPress/gutenberg/pull/43074))


### Documentation

- Add documentation for useRootPaddingAwareAlignments in theme.json. ([43463](https://github.com/WordPress/gutenberg/pull/43463))
- Comma is missing. ([43446](https://github.com/WordPress/gutenberg/pull/43446))
- Convert HTML to Markdown in changelog for 13.9. ([43324](https://github.com/WordPress/gutenberg/pull/43324))
- Handbook: Fix format API example link. ([43477](https://github.com/WordPress/gutenberg/pull/43477))
- Stabilize the useResourcePermissions hook. ([43268](https://github.com/WordPress/gutenberg/pull/43268))
- [Docs] Replace useState with edit in useEntityRecord usage examples. ([43270](https://github.com/WordPress/gutenberg/pull/43270))
- Block Editor Handbook: Added missing codetabs end marker. ([43185](https://github.com/WordPress/gutenberg/pull/43185))
- Docs: Fix some typos. ([43175](https://github.com/WordPress/gutenberg/pull/43175))


### Code Quality

- PHP: Use str_contains(). ([43382](https://github.com/WordPress/gutenberg/pull/43382))
- PHP: Use str_starts_with. ([43410](https://github.com/WordPress/gutenberg/pull/43410))
- Style engine: Pass options to CSS static methods. ([43399](https://github.com/WordPress/gutenberg/pull/43399))
- Style engine tweaks. ([43303](https://github.com/WordPress/gutenberg/pull/43303))
- Navigation block - minor refactor to classic menu conversion code. ([43081](https://github.com/WordPress/gutenberg/pull/43081))
- Data: Bundle TypeScript types with the data package. ([43315](https://github.com/WordPress/gutenberg/pull/43315))
- getTemplateInfo: Return stable reference to an empty object. ([43155](https://github.com/WordPress/gutenberg/pull/43155))
- Remove duplicated 'import' comments. ([43478](https://github.com/WordPress/gutenberg/pull/43478))
- Disabled: Migrate to TypeScript. ([42708](https://github.com/WordPress/gutenberg/pull/42708))

#### Components
- Clean up unused and duplicate `COLORS` values. ([43445](https://github.com/WordPress/gutenberg/pull/43445))
- Packages: Ensure dependencies use version ranges. ([43355](https://github.com/WordPress/gutenberg/pull/43355))
- Swatch: Remove component in favor of ColorIndicator. ([43068](https://github.com/WordPress/gutenberg/pull/43068))
- Update/floating UI version. ([43206](https://github.com/WordPress/gutenberg/pull/43206))

#### List View
- Block list: Update block list view preferences name for consistency. ([43494](https://github.com/WordPress/gutenberg/pull/43494))

#### Widgets Editor
- Use useResourcePermissions in block-library and the widgets editor. ([43305](https://github.com/WordPress/gutenberg/pull/43305))

#### Block Editor
- Rich Text: Eliminate second scan when getting text content. ([43207](https://github.com/WordPress/gutenberg/pull/43207))

#### Global Styles
- Theme_JSON: Use existing append_to_selector for pseudo-elements. ([43167](https://github.com/WordPress/gutenberg/pull/43167))
- Enable appearance tools via theme_support. ([43337](https://github.com/WordPress/gutenberg/pull/43337))


#### Testing
- Migrate wp editor meta box test to Playwright. ([41519](https://github.com/WordPress/gutenberg/pull/41519))
- PHPCS: Exclude PHPUnit tests from file and class name sniffs (for Core parity). ([43131](https://github.com/WordPress/gutenberg/pull/43131))
- PHPUnit: Let PHPUnit Polyfills match PHPUnit version. ([43334](https://github.com/WordPress/gutenberg/pull/43334))
- PHPUnit: Turns on PHP notices and deprecations. ([43102](https://github.com/WordPress/gutenberg/pull/43102))
- Update incorrect quote end-to-end test snapshot. ([43407](https://github.com/WordPress/gutenberg/pull/43407))
- Update test fixture for performance test. ([43359](https://github.com/WordPress/gutenberg/pull/43359))
- Quote: Stabilise flaky end-to-end test. ([43460](https://github.com/WordPress/gutenberg/pull/43460))

#### Build Tooling
- Build Tools: Fix typo in performance tests workflow. ([43153](https://github.com/WordPress/gutenberg/pull/43153))
- Packages: Update the minimum required Node.js version to 14 for tools. ([43141](https://github.com/WordPress/gutenberg/pull/43141))
- ESLint Plugin: Remove all rules targeting test files from recommended presets. ([43272](https://github.com/WordPress/gutenberg/pull/43272))
- Ignore library CSS and built CSS in stylelint. ([42027](https://github.com/WordPress/gutenberg/pull/42027))
- Fix 'Mark issues stale after needs testing for 30 days' workflow. ([43545](https://github.com/WordPress/gutenberg/pull/43545))

#### npm Packages
- Packages: Replace `is-plain-obj` with `is-plain-object`. ([43511](https://github.com/WordPress/gutenberg/pull/43511))


#### Components
- (Custom)GradientPicker: Add flag to remove margins. ([43387](https://github.com/WordPress/gutenberg/pull/43387))
- AlignmentMatrixControl: Improve stories. ([43438](https://github.com/WordPress/gutenberg/pull/43438))
- AnglePickerControl: Add flag to remove bottom margin. ([43160](https://github.com/WordPress/gutenberg/pull/43160))
- ComboboxControl: Add flag to remove bottom margin. ([43165](https://github.com/WordPress/gutenberg/pull/43165))
- CustomSelectControl: Deprecate constrained width style. ([43230](https://github.com/WordPress/gutenberg/pull/43230))
- DuotonePicker/DuotoneSwatch: Add stories. ([43225](https://github.com/WordPress/gutenberg/pull/43225))
- Storybook: Add margin checker tool. ([43223](https://github.com/WordPress/gutenberg/pull/43223))
- ToggleGroupControl: Improve stories for documentation view. ([43265](https://github.com/WordPress/gutenberg/pull/43265))
- ToolsPanel: Tighten grid gaps. ([43424](https://github.com/WordPress/gutenberg/pull/43424))

#### Block Library
- Buttons: Update selectors to work better with button elements. ([43022](https://github.com/WordPress/gutenberg/pull/43022))
- Comments block: Remove empty block wrapper. ([43383](https://github.com/WordPress/gutenberg/pull/43383))
- Group block: Update description to remove "layout." ([43498](https://github.com/WordPress/gutenberg/pull/43498))
- Image: Try different resting state for placeholder, alternate version. ([43180](https://github.com/WordPress/gutenberg/pull/43180))
- Navigation: Try to improve the appender in an empty block. ([43115](https://github.com/WordPress/gutenberg/pull/43115))
- Polish placeholder radius and enable duotone on image setup state. ([43425](https://github.com/WordPress/gutenberg/pull/43425))
- Pullquote: Use inline rich text instead of multiline. ([43210](https://github.com/WordPress/gutenberg/pull/43210))
- [Blocks] Paragraph and Heading: Add gradient support. ([43119](https://github.com/WordPress/gutenberg/pull/43119))

#### Patterns
- Bundle new collection of Header and Footer block patterns. ([43157](https://github.com/WordPress/gutenberg/pull/43157))
- Mark which attributes of the image should be considered content. ([43280](https://github.com/WordPress/gutenberg/pull/43280))
- Prefer _x() for i18n context in core patterns. ([43409](https://github.com/WordPress/gutenberg/pull/43409))

#### Design Tools
- Add margin and padding supports to Audio block. ([43351](https://github.com/WordPress/gutenberg/pull/43351))
- Add margin/padding support to Archives block. ([43350](https://github.com/WordPress/gutenberg/pull/43350))

#### Global Styles
- Add documentation about spacing presets. ([43349](https://github.com/WordPress/gutenberg/pull/43349))
- Spacing presets: Add editor UI support. ([42173](https://github.com/WordPress/gutenberg/pull/42173))

#### Site Editor
- [Site Editor]: Add success notice upon template creation. ([43430](https://github.com/WordPress/gutenberg/pull/43430))

#### CSS & Styling
- Style engine: Use style engine for block supports CSS in editor. ([43055](https://github.com/WordPress/gutenberg/pull/43055))
- Style engine: Remove `enqueue` flag. ([43103](https://github.com/WordPress/gutenberg/pull/43103))

#### Block Editor
- Merging blocks: Allow x to be merged into wrapper blocks (quote, list, group...). ([42780](https://github.com/WordPress/gutenberg/pull/42780))

### Tools

#### Testing
- Refactor `Button` tests to `@testing-library/react`. ([42981](https://github.com/WordPress/gutenberg/pull/42981))
- Refactor `Guide` `PageControl` tests to @testing-library/react. ([43148](https://github.com/WordPress/gutenberg/pull/43148))
- Refactor `MenuGroup` tests to `@testing-library/react`. ([43275](https://github.com/WordPress/gutenberg/pull/43275))
- Refactor `withSpokenMessages` tests to `@testing-library`. ([43273](https://github.com/WordPress/gutenberg/pull/43273))
- Editor: Refactor `PostAuthorCheck` tests to `@testing-library`. ([43176](https://github.com/WordPress/gutenberg/pull/43176))
- Editor: Refactor `ThemeSupportCheck` tests to `@testing-library/react`. ([43532](https://github.com/WordPress/gutenberg/pull/43532))
- Editor: Refactor a few component tests to `@testing-library/react`. ([43376](https://github.com/WordPress/gutenberg/pull/43376))
- Components: Refactor Placeholder tests to @testing-library/react. ([43069](https://github.com/WordPress/gutenberg/pull/43069))
- Components: Refactor `Tooltip` tests to `@testing-library/react`. ([43061](https://github.com/WordPress/gutenberg/pull/43061))

## First time contributors

The following PRs were merged by first time contributors:

- @drzraf: taxonomy-controls.js: Change REST context to "view" when fetching taxonomy terms. ([43274](https://github.com/WordPress/gutenberg/pull/43274))
- @markbiek: ComboboxControl: Normalize hyphen-like Unicode characters to ASCII hyphens when matching search queries. ([42942](https://github.com/WordPress/gutenberg/pull/42942))
- @randhirexpresstech: Add font family and text-decoration typography supports to paragraph blocks. ([39642](https://github.com/WordPress/gutenberg/pull/39642))
- @Rink9: Migrate wp editor meta box test to Playwright. ([41519](https://github.com/WordPress/gutenberg/pull/41519))
- @titusdmoore: Add optional capture group to URL regex in wp-env. ([43200](https://github.com/WordPress/gutenberg/pull/43200))


## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @adamziel @afercia @andrewserong @aristath @awps @carolinan @ciampo @derekblank @dinhtungdu @dmsnell @draganescu @drzraf @ellatrix @geriux @glendaviesnz @gziolo @hellofromtonya @hz-tyfoon @jasmussen @jostnes @kdevnel @MaggieCabrera @Mamaduka @markbiek @matiasbenedetto @mcsf @mirka @ndiego @noahtallen @noisysocks @ntsekouras @oandregal @ockham @paulopmt1 @pbking @ramonjd @randhirexpresstech @Rink9 @ryanwelcher @scruffian @SiobhyB @Soean @t-hamano @talldan @tellthemachines @titusdmoore @torounit @tyxla @walbo


= 13.9.0 =

## Changelog

### Enhancements

#### Block Library

- Archives: Add a control to make block's dropdown label invisible. ([43025](https://github.com/WordPress/gutenberg/pull/43025))
- Media&Text: Add help to ImageSizeControl. ([40642](https://github.com/WordPress/gutenberg/pull/40642))
- Navigation: Move overlay colors to the responsive wrapper. ([42875](https://github.com/WordPress/gutenberg/pull/42875))
- Navigation: Extract navigation block utils. ([42865](https://github.com/WordPress/gutenberg/pull/42865))
- Navigation: Fix link inheritance in overlay. ([42929](https://github.com/WordPress/gutenberg/pull/42929))
- Post Author: Rendering html for the author description at the editor. ([42109](https://github.com/WordPress/gutenberg/pull/42109))
- Post Featured Image: Add link target and rel attributes. ([42853](https://github.com/WordPress/gutenberg/pull/42853))
- Post Title: Do not add `rel` attribute if empty. ([42855](https://github.com/WordPress/gutenberg/pull/42855))
- Query Pagination: Correctly position the "next" link on the first page. ([42764](https://github.com/WordPress/gutenberg/pull/42764))
- Query Title: Add a search title variation. ([42662](https://github.com/WordPress/gutenberg/pull/42662))
- Quote: Unwrap on Backspace at start. ([42808](https://github.com/WordPress/gutenberg/pull/42808))
- Search Block: Remove margins from the input. ([42959](https://github.com/WordPress/gutenberg/pull/42959))
- Transforms: Add group unwrap. ([42685](https://github.com/WordPress/gutenberg/pull/42685))

#### Components

- BaseControl: Add `box-sizing` reset. ([42889](https://github.com/WordPress/gutenberg/pull/42889))
- BorderControl: Add `box-sizing` reset. ([42754](https://github.com/WordPress/gutenberg/pull/42754))
- BoxControl: Export `applyValueToSides` util function. ([42733](https://github.com/WordPress/gutenberg/pull/42733))
- ComboboxControl and FormTokenField: Enhance components with custom render callback for options. ([42597](https://github.com/WordPress/gutenberg/pull/42597))
- ComboboxControl: Add support for uncontrolled mode. ([42752](https://github.com/WordPress/gutenberg/pull/42752))
- Flex: Convert component to TypeScript. ([42537](https://github.com/WordPress/gutenberg/pull/42537))
- FontSizePicker: Add 40px size variant. ([42716](https://github.com/WordPress/gutenberg/pull/42716))
- List View Expander: Fix icon in RTL mode. ([42997](https://github.com/WordPress/gutenberg/pull/42997))
- Placeholder: Convert component to TypeScript. ([42990](https://github.com/WordPress/gutenberg/pull/42990))
- Popover: Rewrite Storybook examples using controls. ([42903](https://github.com/WordPress/gutenberg/pull/42903))
- Popover: Tidy up code, add more comments. ([42944](https://github.com/WordPress/gutenberg/pull/42944))
- ResizableBox: Change tooltip background to match other tooltips. ([42800](https://github.com/WordPress/gutenberg/pull/42800))
- Storybook: Add global CSS switcher. ([42747](https://github.com/WordPress/gutenberg/pull/42747))
- StyleProvider: Convert component to TypeScript. ([42541](https://github.com/WordPress/gutenberg/pull/42541))
- Swatch: Convert component to TypeScript. ([42162](https://github.com/WordPress/gutenberg/pull/42162))
- Tooltip (Experimental), CustomSelectControl, TimePicker: add missing font sizes which were necessary in non-WordPress contexts. ([42844](https://github.com/WordPress/gutenberg/pull/42844))
- Typography Panel: Fix font appearance control width. ([42795](https://github.com/WordPress/gutenberg/pull/42795))
- UnitControl: Update unit dropdown design. ([42000](https://github.com/WordPress/gutenberg/pull/42000))
- Update control labels to the new uppercase styles. ([42789](https://github.com/WordPress/gutenberg/pull/42789))

#### Reusable Blocks

- Make template part and reusable block creation language consistent. ([43032](https://github.com/WordPress/gutenberg/pull/43032))

#### CSS & Styling

- Rename solid color. ([42918](https://github.com/WordPress/gutenberg/pull/42918))
- Tab style subpixel fix. ([42892](https://github.com/WordPress/gutenberg/pull/42892))
- Navigation: Try to keep :Where just for paddings. ([42967](https://github.com/WordPress/gutenberg/pull/42967))

#### Global Styles

- Layout: Add a disable-layout-styles theme supports flag to opt out of all layout styles. ([42544](https://github.com/WordPress/gutenberg/pull/42544))
- Enable alpha (opacity) in Global Styles color pickers. ([43045](https://github.com/WordPress/gutenberg/pull/43045))
- Add block spacing to root block support UI. ([42797](https://github.com/WordPress/gutenberg/pull/42797))
- Elements: Update the load order of the CSS in the Site Editor. ([42863](https://github.com/WordPress/gutenberg/pull/42863))
- Heading element UI controls. ([42176](https://github.com/WordPress/gutenberg/pull/42176))
- Theme JSON: Add a static $blocks\_metadata data definition to the Gutenberg instance of WP\_Theme\_JSON. ([42776](https://github.com/WordPress/gutenberg/pull/42776))
- Upsize typography panel components. ([42718](https://github.com/WordPress/gutenberg/pull/42718))

#### Design Tools

- Cover: Show Resize Tooltip on Drag. ([23522](https://github.com/WordPress/gutenberg/pull/23522))
- Update color button style. ([41838](https://github.com/WordPress/gutenberg/pull/41838))
- Add explicit bypass for fluid font size calculation. ([42757](https://github.com/WordPress/gutenberg/pull/42757))

#### Post Editor

- Post Template: Update template title selector. ([42091](https://github.com/WordPress/gutenberg/pull/42091))

#### Site Editor

- Add author nicename template creation ability. ([42165](https://github.com/WordPress/gutenberg/pull/42165))
- Add fallback template content on creation. ([42520](https://github.com/WordPress/gutenberg/pull/42520))
- Add a 'View Site' link in the site editor. ([42331](https://github.com/WordPress/gutenberg/pull/42331))
- Update `clear customizations` copy for templates. ([41765](https://github.com/WordPress/gutenberg/pull/41765))

#### Widgets Editor

- Format Library: Add missing keyboard shortcut description in customizer widget. ([43044](https://github.com/WordPress/gutenberg/pull/43044))

#### Block Editor

- Rich text: Add character shortcuts for wrapping selection. ([42469](https://github.com/WordPress/gutenberg/pull/42469))

#### Block Directory

- Modernize `DownloadableBlockListItem` tests. ([43026](https://github.com/WordPress/gutenberg/pull/43026))

### Bug Fixes

#### Accessibility

- Fix issue where changing the id of the recursion provider can result in focus loss. ([42916](https://github.com/WordPress/gutenberg/pull/42916))
- Site Editor: Don't disable the Save button. ([42842](https://github.com/WordPress/gutenberg/pull/42842))

#### Components

- Block Styles: Truncate long button labels. ([42975](https://github.com/WordPress/gutenberg/pull/42975))
- ColorGradientControl: Fix awkward padding in popover. ([43018](https://github.com/WordPress/gutenberg/pull/43018))
- ColorPicker: Fix layout overflow. ([42992](https://github.com/WordPress/gutenberg/pull/42992))
- External link component: Add a check for on page anchor links. ([42259](https://github.com/WordPress/gutenberg/pull/42259))
- Icons: Fix storybook library icon names. ([43034](https://github.com/WordPress/gutenberg/pull/43034))
- InputControl: Fix acceptance of falsy values in controlled updates. ([42484](https://github.com/WordPress/gutenberg/pull/42484))
- InputControl: Fix incorrect size prop passing to `Text`. ([42793](https://github.com/WordPress/gutenberg/pull/42793))
- Popover: Anchor correctly to parent node when no explicit anchor is passed. ([42971](https://github.com/WordPress/gutenberg/pull/42971))
- Popover: Fix arrow placement and design. ([42874](https://github.com/WordPress/gutenberg/pull/42874))
- Popover: Improve iframe offset computation. ([42417](https://github.com/WordPress/gutenberg/pull/42417))
- Popover: Make sure that ownerDocument is always defined. ([42886](https://github.com/WordPress/gutenberg/pull/42886))

#### Block Library

- Disabled blocks passed to BlockTypesList are no longer draggable. ([42751](https://github.com/WordPress/gutenberg/pull/42751))
- Fix drag and drop performance when dragging over the insertion point. ([42806](https://github.com/WordPress/gutenberg/pull/42806))
- LatestPost: Fix issue with floated featured images overflowing focus style. ([40663](https://github.com/WordPress/gutenberg/pull/40663))
- List v2: Fix Cmd+A. ([42858](https://github.com/WordPress/gutenberg/pull/42858))
- Media&Text: Round position attribute on focal point save. ([33915](https://github.com/WordPress/gutenberg/pull/33915))
- Navigation: Fix `current-menu-item` class logic. ([42849](https://github.com/WordPress/gutenberg/pull/42849))
- Navigation: Fix invalid permissions warning by avoiding using trashed wp\_navigation posts (JS implementation). ([42982](https://github.com/WordPress/gutenberg/pull/42982))
- Separator: Fix the block CSS classes in the editor. ([42769](https://github.com/WordPress/gutenberg/pull/42769))
- Social Link: add missing 'width' and 'height' attributes. ([41373](https://github.com/WordPress/gutenberg/pull/41373))
- Social: Include has-visible-labels on edit component. ([42791](https://github.com/WordPress/gutenberg/pull/42791))
- Tag Cloud: Fix alignment issue when align center. ([43017](https://github.com/WordPress/gutenberg/pull/43017))
- Writing flow: Fix Shift+Arrow partial selection for lists & quote. ([42885](https://github.com/WordPress/gutenberg/pull/42885))

#### CSS & Styling

- Layout: Fix flex direction column. ([42939](https://github.com/WordPress/gutenberg/pull/42939))
- Layout: Merge CSS rule for block gap. ([43052](https://github.com/WordPress/gutenberg/pull/43052))
- Style Engine: Include 6.1 CSS filter, ensure style engine can output CSS functions like clamp. ([43004](https://github.com/WordPress/gutenberg/pull/43004))
- Style engine: Disable stylesheet optimization temporarily. ([43051](https://github.com/WordPress/gutenberg/pull/43051))
- Style Engine: Defensive guarding for when style does not define 'individual' property. ([43122](https://github.com/WordPress/gutenberg/pull/43122))

#### Global Styles

- Fix styles declarations returning before all properties output. ([42954](https://github.com/WordPress/gutenberg/pull/42954))
- Fluid typography: Migrate fluid typography algorithm to JS for site editor. ([42688](https://github.com/WordPress/gutenberg/pull/42688))
- Spacing presets: Prevent % spacing size units being stripped by sanitize\_title. ([43101](https://github.com/WordPress/gutenberg/pull/43101))
- Specify priority in remove\_action. ([43073](https://github.com/WordPress/gutenberg/pull/43073))

#### Block Editor

- Inserter: Avoid warning when CRA is displayed. ([42723](https://github.com/WordPress/gutenberg/pull/42723))
- Pasting: Dismiss pasted image if file:// schema detected. ([42785](https://github.com/WordPress/gutenberg/pull/42785))
- Prevent multiselection via dragging when already dragging blocks. ([42877](https://github.com/WordPress/gutenberg/pull/42877))
- Quote: Fix raw transform handler. ([43093](https://github.com/WordPress/gutenberg/pull/43093))
- Rich text: Fix error when attempting to remove placeholder on composition start. ([42821](https://github.com/WordPress/gutenberg/pull/42821))
- Paste from Slack: Interpret paragraph markup. ([43114](https://github.com/WordPress/gutenberg/pull/43114))

#### Post Editor

- Decode the post URL for the button label. ([42930](https://github.com/WordPress/gutenberg/pull/42930))

#### Site Editor

- Internalization fixes for site editor template creation. ([42762](https://github.com/WordPress/gutenberg/pull/42762))
- Fix error in compileStyleValue. ([43116](https://github.com/WordPress/gutenberg/pull/43116))

#### RichText

- Firefox: Fix issue where it selects a nearby contentEditable. ([42777](https://github.com/WordPress/gutenberg/pull/42777))

#### Build Tooling

- Fix: CSS files don't build in dev mode on Windows. ([42041](https://github.com/WordPress/gutenberg/pull/42041))
- Fix: Script name error in main package.json. ([43089](https://github.com/WordPress/gutenberg/pull/43089))

#### Testing

- Fix: Just another end-to-end test. ([42947](https://github.com/WordPress/gutenberg/pull/42947))

#### CreateBlock

- Remove i18n references from save properties. ([43035](https://github.com/WordPress/gutenberg/pull/43035))

### Accessibility

- Shortcuts: Add Ctrl+Y for redo on Windows. ([42627](https://github.com/WordPress/gutenberg/pull/42627))
- Change shortcut text for redo tooltip on Windows. ([42830](https://github.com/WordPress/gutenberg/pull/42830))

### Performance

- Lodash: Refactor away from `_.isMatch()`. ([42271](https://github.com/WordPress/gutenberg/pull/42271))
- Lodash: Refactor away from `_.zip()`. ([42926](https://github.com/WordPress/gutenberg/pull/42926))
- Lodash: Refactor away from `_.delay()`. ([42966](https://github.com/WordPress/gutenberg/pull/42966))
- Lodash: Refactor away from `_.startsWith()`. ([43019](https://github.com/WordPress/gutenberg/pull/43019))
- Lodash: Refactor away from `_.isPlainObject()`. ([42508](https://github.com/WordPress/gutenberg/pull/42508))
- Lodash: Refactor away from `_.maxBy()`. ([42914](https://github.com/WordPress/gutenberg/pull/42914))
- Lodash: Refactor Calendar block away from `moment`. ([43029](https://github.com/WordPress/gutenberg/pull/43029))
- Lodash: Remove completely from `@wordpress/dom` package. ([42912](https://github.com/WordPress/gutenberg/pull/42912))
- Lodash: Remove completely from `@wordpress/element` package. ([42898](https://github.com/WordPress/gutenberg/pull/42898))

### Experiments

#### Style Engine
- Enqueue block support styles. ([42452](https://github.com/WordPress/gutenberg/pull/42452)) ([42880](https://github.com/WordPress/gutenberg/pull/42880))
- Prettify combined selectors. ([43003](https://github.com/WordPress/gutenberg/pull/43003))
- Prettify output. ([42909](https://github.com/WordPress/gutenberg/pull/42909))
- Rename global function. ([42719](https://github.com/WordPress/gutenberg/pull/42719))
- Combine style-engine stores for block-supports. ([42970](https://github.com/WordPress/gutenberg/pull/42970))
- Add optimize flag and combine functions into wp\_style\_engine\_get\_stylesheet. ([42878](https://github.com/WordPress/gutenberg/pull/42878))

### Documentation

- Add examples for `core/blocks` actions. ([42637](https://github.com/WordPress/gutenberg/pull/42637))
- Add examples for core/viewport package. ([42921](https://github.com/WordPress/gutenberg/pull/42921))
- Added the allowedFormat details in richtext readme. ([42426](https://github.com/WordPress/gutenberg/pull/42426))
- Adding `@example` entries to the public API exposed in `core/blocks`. ([42745](https://github.com/WordPress/gutenberg/pull/42745))
- Cover: Fix rendered content PHPDoc type. ([43099](https://github.com/WordPress/gutenberg/pull/43099))
- Create Block: Update document links in templates. ([42839](https://github.com/WordPress/gutenberg/pull/42839))
- Fix return type of home link attribute function. ([42901](https://github.com/WordPress/gutenberg/pull/42901))
- Fix textual consistency about block attributes. ([43075](https://github.com/WordPress/gutenberg/pull/43075))
- Link plugins GitHub release pages. ([42736](https://github.com/WordPress/gutenberg/pull/42736))
- Document the cherry-picking automation. ([42932](https://github.com/WordPress/gutenberg/pull/42932))
- Fixed broken external link to Mozilla Developer documentation. ([43065](https://github.com/WordPress/gutenberg/pull/43065))
- Release Docs: Troubleshooting failed "Bump version" job. ([42936](https://github.com/WordPress/gutenberg/pull/42936))
- Release docs: Update performance test instructions. ([43015](https://github.com/WordPress/gutenberg/pull/43015))
- Remove the emoji characters to fix the handbook rendering. ([43028](https://github.com/WordPress/gutenberg/pull/43028))
- Update broken internal link. ([43094](https://github.com/WordPress/gutenberg/pull/43094))
- Update theme-json.md to include new element support and :Ref. ([42412](https://github.com/WordPress/gutenberg/pull/42412))
- Gutenberg Data Tutorial: Adjust the image URLs and whitespace to render correctly in the Handbook. ([42969](https://github.com/WordPress/gutenberg/pull/42969))

### Code Quality

- Add mutations data and helper functions to useEntityRecord. ([39595](https://github.com/WordPress/gutenberg/pull/39595))
- Remove old WordPress 5.8 code. ([42818](https://github.com/WordPress/gutenberg/pull/42818))

#### Block Library

- Add separate callbacks for selecting a classic or navigation menu in the nav block. ([43057](https://github.com/WordPress/gutenberg/pull/43057))
- Avoid reliance on status constants when consuming useCreateNavigationMenu hook. ([42704](https://github.com/WordPress/gutenberg/pull/42704))
- Home Link: Use 'sprintf' in the render callback. ([43024](https://github.com/WordPress/gutenberg/pull/43024))
- Nav block: Extract hook for inner blocks. ([42743](https://github.com/WordPress/gutenberg/pull/42743))
- Nav block: Normalize to function expressions. ([42744](https://github.com/WordPress/gutenberg/pull/42744))
- Normalize usage of Notifications in Nav block. ([42706](https://github.com/WordPress/gutenberg/pull/42706))
- Remove duplicate speak calls from navigation block. ([43079](https://github.com/WordPress/gutenberg/pull/43079))
- Site Title: Use home\_url instead of get\_bloginfo. ([42857](https://github.com/WordPress/gutenberg/pull/42857))
- Page List: Fix indentation in PHP file. ([42852](https://github.com/WordPress/gutenberg/pull/42852))
- Query Loop: Try filters with ToolsPanel. ([42629](https://github.com/WordPress/gutenberg/pull/42629))

#### Site Editor

- Navigation Menu Sidebar: Remove unnecessary Fragment. ([43021](https://github.com/WordPress/gutenberg/pull/43021))

#### Style Engine

- Tweak Declarations filtering logic slightly. ([43215](https://github.com/WordPress/gutenberg/pull/43215))
- Minor tweaks. ([43111](https://github.com/WordPress/gutenberg/pull/43111))

#### Global Styles

- useGlobalStylesOutput: Use memo for derived values. ([42917](https://github.com/WordPress/gutenberg/pull/42917))

### Tools

#### Env

- Use git for `wp-env`'s default WordPress version. ([42826](https://github.com/WordPress/gutenberg/pull/42826))

#### Testing

- Migrate deprecated node matcher tests to playwright. ([42759](https://github.com/WordPress/gutenberg/pull/42759))
- Migrate group block tests to Playwright. ([42801](https://github.com/WordPress/gutenberg/pull/42801))
- Migrate missing block tests to Playwright. ([41680](https://github.com/WordPress/gutenberg/pull/41680))
- Migrate Convert Block Type test to Playwright. ([42760](https://github.com/WordPress/gutenberg/pull/42760))

#### Build Tooling

- Lodash: Refactor away from `_.flatMap()`. ([42360](https://github.com/WordPress/gutenberg/pull/42360))
- Standardize script naming in main package.json. ([42368](https://github.com/WordPress/gutenberg/pull/42368))

## First time contributors
- @fellyph: Rendering html for the author description at the editor. ([42109](https://github.com/WordPress/gutenberg/pull/42109))
- @merkys7: Fix social-link block missing 'width' and 'height' attributes. ([41373](https://github.com/WordPress/gutenberg/pull/41373))
- @Smit2808: Added the allowedFormat details in richtext readme. ([42426](https://github.com/WordPress/gutenberg/pull/42426))
- @theminaldiwan: Fixed alignment issue of tagcloud block when align center. ([43017](https://github.com/WordPress/gutenberg/pull/43017))

## Contributors

The following contributors merged PRs in this release: @aaronrobertshaw @adamziel @andrewserong @aristath @carolinan @chad1008 @ciampo @derekblank @dougwollison @ellatrix @fellyph @geriux @getdave @glendaviesnz @hellofromtonya @ItsJonQ @jameskoster @jasmussen @jorgefilipecosta @JustinyAhin @kjohnson @Mamaduka @manzoorwanijk @matiasbenedetto @mcsf @merkys7 @mikachan @mirka @ndiego @noahtallen @ntsekouras @pavanpatil1 @pooja-muchandikar @ramonjd @ryanwelcher @SavPhill @scruffian @shimotmk @SiobhyB @Smit2808 @Soean @stokesman @t-hamano @talldan @tellthemachines @theminaldiwan @tyxla @walbo

= 13.8.2 =



## Changelog


### Enhancements

- Allow removing CSS declarations from the WP_Style_Engine_CSS_Declarations object. ([42428](https://github.com/WordPress/gutenberg/pull/42428))
- Equalize modal content padding. ([42370](https://github.com/WordPress/gutenberg/pull/42370))
- Remove top margin on the first paragraph in a modal. ([42369](https://github.com/WordPress/gutenberg/pull/42369))

#### Components
- BorderControl: Render border color/style dropdown as UnitControl prefix. ([42212](https://github.com/WordPress/gutenberg/pull/42212))
- ColorPicker: Cleanly implement large size. ([42002](https://github.com/WordPress/gutenberg/pull/42002))
- ComboboxControl: Refactor `onKeyDown` to use `keyboardEvent.code`. ([42569](https://github.com/WordPress/gutenberg/pull/42569))
- Elevation: Convert component to TypeScript. ([42302](https://github.com/WordPress/gutenberg/pull/42302))
- InputControl: Decrease large default padding if has prefix/suffix. ([42166](https://github.com/WordPress/gutenberg/pull/42166))
- ScrollLock: Covert component to TypeScript. ([42303](https://github.com/WordPress/gutenberg/pull/42303))
- SelectControl: Add flag for larger default size. ([42456](https://github.com/WordPress/gutenberg/pull/42456))
- Shortcut: Covert component to TypeScript. ([42272](https://github.com/WordPress/gutenberg/pull/42272))
- Divider: Complete TypeScript migration of component. ([41991](https://github.com/WordPress/gutenberg/pull/41991))
- ToggleGroupControl: Add size variants. ([42008](https://github.com/WordPress/gutenberg/pull/42008))
- UnitControl: Update unit select's focus styles. ([42383](https://github.com/WordPress/gutenberg/pull/42383))
- BorderControl: Add missing changelog for accessibility enhancements. ([42411](https://github.com/WordPress/gutenberg/pull/42411))
- CustomSelectControl: Use styles from SelectControl. ([42460](https://github.com/WordPress/gutenberg/pull/42460))
- Dropdown: Add wrapper for custom padding. ([42595](https://github.com/WordPress/gutenberg/pull/42595))
- InputControl: Add padding wrapper for prefix/suffix. ([42378](https://github.com/WordPress/gutenberg/pull/42378))
- ScrollLock: Improve Storybook story for documentation view. ([42344](https://github.com/WordPress/gutenberg/pull/42344))
- `ColorPalette`: Display checkered preview background when `value` is transparent. ([42232](https://github.com/WordPress/gutenberg/pull/42232))

#### Block Library
- Added WhatsApp icon to the Social Icon Block. ([42137](https://github.com/WordPress/gutenberg/pull/42137))
- Template Part: Swap block action places. ([42221](https://github.com/WordPress/gutenberg/pull/42221))
- Template Parts: Add search to replacement modal. ([42459](https://github.com/WordPress/gutenberg/pull/42459))
- Image: Add border block support for color, width, and style. ([31366](https://github.com/WordPress/gutenberg/pull/31366))
- List v2: Remove quote transforms as removed by Quote v2. ([42700](https://github.com/WordPress/gutenberg/pull/42700))
- Merge Comments and Post Comments blocks. ([41807](https://github.com/WordPress/gutenberg/pull/41807))
- Theme.json: Add support for heading / caption elements in theme.json schema. ([42433](https://github.com/WordPress/gutenberg/pull/42433))

#### Global Styles
- Add layout content size controls to global styles. ([42309](https://github.com/WordPress/gutenberg/pull/42309))
- Core CSS support for root padding and alignfull blocks. ([42085](https://github.com/WordPress/gutenberg/pull/42085))
- Theme.json: Add block support feature level selectors for blocks. ([42087](https://github.com/WordPress/gutenberg/pull/42087))

#### Document Settings
- Make 'Move to trash' button full width. ([42577](https://github.com/WordPress/gutenberg/pull/42577))

#### Block Editor
- Add setting to display rich text toolbar inline. ([42399](https://github.com/WordPress/gutenberg/pull/42399))
- Add block variations for individual template parts. ([42454](https://github.com/WordPress/gutenberg/pull/42454))
- Enable `onEnter` support for group block. ([40724](https://github.com/WordPress/gutenberg/pull/40724))

#### Site Editor
- On template creation, don't show search if not needed. ([42357](https://github.com/WordPress/gutenberg/pull/42357))

#### Accessibility
- BorderControl: Update labelling, tooltips and wrap with fieldset and legend. ([42348](https://github.com/WordPress/gutenberg/pull/42348))

#### Icons
- Add shuffle icon to library. ([42193](https://github.com/WordPress/gutenberg/pull/42193))

#### Nested / Inner Blocks
- Quote: Use nested blocks. ([25892](https://github.com/WordPress/gutenberg/pull/25892))

#### Colors
- Update color palette popover style. ([41900](https://github.com/WordPress/gutenberg/pull/41900))


### Bug Fixes
- Quote: fix raw transform handler ([https://github.com/WordPress/gutenberg/pull/43093])(https://github.com/WordPress/gutenberg/commit/9649f759c2235cde4281b1fd7fa9d8f9bf2f3f0e)
- Paste from Slack: interpret paragraph markup ([https://github.com/WordPress/gutenberg/pull/43114])(https://github.com/WordPress/gutenberg/commit/1a2f08e59646f1d6a20fcb9cdd9182dbb3a6aeac)
- Env: Download WordPress PHPUnit Into Container. ([41780](https://github.com/WordPress/gutenberg/pull/41780))
- Env: Restrict `WP_TESTS_DOMAIN` constant to just hostname and not home URL. ([41039](https://github.com/WordPress/gutenberg/pull/41039))
- Fix: Condition bug on BoxControl. ([42402](https://github.com/WordPress/gutenberg/pull/42402))
- MaybeCategoryPanel: Update category selector. ([42663](https://github.com/WordPress/gutenberg/pull/42663))
- Post title: Fix single line paste. ([42321](https://github.com/WordPress/gutenberg/pull/42321))
- Scripts: Exit error code 1 when status value is null. ([42396](https://github.com/WordPress/gutenberg/pull/42396))
- Style engine: Check item value validity. ([42487](https://github.com/WordPress/gutenberg/pull/42487))
- Utilize WordPress PHPUnit Test Library Included By `wp-env`. ([41852](https://github.com/WordPress/gutenberg/pull/41852))
- fix: Correct alt text footnote spacing. ([42504](https://github.com/WordPress/gutenberg/pull/42504))

#### Block Library
- Cover Block: Prevent transform to Group block when featured image is set. ([42638](https://github.com/WordPress/gutenberg/pull/42638))
- Cover block: Adding background-size and background-repeat properties to the block CSS. ([42470](https://github.com/WordPress/gutenberg/pull/42470))
- Fix tab/focus order issue in Media & text block. ([40806](https://github.com/WordPress/gutenberg/pull/40806))
- List v2: Add forward delete. ([42564](https://github.com/WordPress/gutenberg/pull/42564))
- List v2: Improve paste handling. ([42524](https://github.com/WordPress/gutenberg/pull/42524))
- List v2: Merge with nested items. ([42551](https://github.com/WordPress/gutenberg/pull/42551))
- List v2: Switch to default block type on Backspace from start. ([42633](https://github.com/WordPress/gutenberg/pull/42633))
- Page List: Fetch items with 'view' context. ([42559](https://github.com/WordPress/gutenberg/pull/42559))
- Social Icons Block: Fix button opacity in template parts. ([42641](https://github.com/WordPress/gutenberg/pull/42641))
- Group block: Add context to the word "Row". ([42255](https://github.com/WordPress/gutenberg/pull/42255))
- Hide prefix and suffix placeholders in post terms. ([42418](https://github.com/WordPress/gutenberg/pull/42418))
- Theme.json: Fix schema for button elements. ([42431](https://github.com/WordPress/gutenberg/pull/42431))
- [Media Text]: Fix deprecations regression. ([42816](https://github.com/WordPress/gutenberg/pull/42816))
- Site Logo: Add the missing 'site_icon_url' to the REST_API index. ([42957](https://github.com/WordPress/gutenberg/pull/42957))

#### Components
- AnglePickerControl: Fix gap between elements in RTL mode. ([42534](https://github.com/WordPress/gutenberg/pull/42534))
- ColorPalette: Fix background image in RTL mode. ([42510](https://github.com/WordPress/gutenberg/pull/42510))
- Context System: Don't explicitly set `undefined` value to `children`. ([42686](https://github.com/WordPress/gutenberg/pull/42686))
- Popover: Fix width on `expandOnMobile`. ([42635](https://github.com/WordPress/gutenberg/pull/42635))
- RangeControl: Clamp initialPosition between min and max values. ([42571](https://github.com/WordPress/gutenberg/pull/42571))
- Tooltip: Avoid unnecessary re-renders of `<select>` child elements. ([42483](https://github.com/WordPress/gutenberg/pull/42483))
- Tooltip: Fix positioning by anchoring to child element. ([41268](https://github.com/WordPress/gutenberg/pull/41268))

#### Accessibility
- Add aria-hidden to query pagination arrows. ([42583](https://github.com/WordPress/gutenberg/pull/42583))
- Fix labelling and semantics of the paragraph block Left to right control. ([42324](https://github.com/WordPress/gutenberg/pull/42324))
- Fix mismatching label and visible text on the Toggle block inserter button. ([42359](https://github.com/WordPress/gutenberg/pull/42359))
- Fix: The description text of block movers for horizontal movement. ([42393](https://github.com/WordPress/gutenberg/pull/42393))
- Replace clickable div elements with buttons in the Add template modal. ([42668](https://github.com/WordPress/gutenberg/pull/42668))

#### Post Editor
- Avoid 403 errors for users with low permissions. ([42413](https://github.com/WordPress/gutenberg/pull/42413))
- Display post template selection for non-admin users. ([42705](https://github.com/WordPress/gutenberg/pull/42705))
- Editor: Fix typo in translation string. ([42673](https://github.com/WordPress/gutenberg/pull/42673))

#### Block Editor
- Prevent link control popover from going offscreen. ([42389](https://github.com/WordPress/gutenberg/pull/42389))
- Writing flow: Fix caret movement for multiple lines. ([42423](https://github.com/WordPress/gutenberg/pull/42423))
- Writing flow: Fix caret placement in corners. ([42437](https://github.com/WordPress/gutenberg/pull/42437))
- Writing flow: Esc should enter Nav mode consistently, avoid focus loss when clearing selection. ([42530](https://github.com/WordPress/gutenberg/pull/42530))

#### CSS & Styling
- Elements: Buttons: Fix the path with the css to style the cursor for all button elements. ([42129](https://github.com/WordPress/gutenberg/pull/42129))
- Link elements: Add a :where selector to the :Not to lower specificity. ([42669](https://github.com/WordPress/gutenberg/pull/42669))
- Button Block: Change text-decoration style to low specificity. ([42545](https://github.com/WordPress/gutenberg/pull/42545))
- Element styles: Adding stylesheet to load in the editor. ([42132](https://github.com/WordPress/gutenberg/pull/42132))

#### Global Styles
- Elements: Fix heading and caption element selectors. ([42479](https://github.com/WordPress/gutenberg/pull/42479))
- Layout content size controls: Add left alignment to line up with description and other elements. ([42576](https://github.com/WordPress/gutenberg/pull/42576))
- Layout: Ensure defaultEditorStyles are still output in Classic themes. ([42906](https://github.com/WordPress/gutenberg/pull/42906))
- Theme JSON Resolver: Update cache check to also check that the object is an instance of the Gutenberg version. ([42756](https://github.com/WordPress/gutenberg/pull/42756))

#### Widgets Editor
- Add configuration option to skip autop on freeform blocks when parsing blocks. ([42623](https://github.com/WordPress/gutenberg/pull/42623))

#### Rich Text
- Annotation API: Fix __experimentalGetPropsForEditableTreePreparation. ([42596](https://github.com/WordPress/gutenberg/pull/42596))

#### Site Editor
- Fix typo in default category template's description. ([42586](https://github.com/WordPress/gutenberg/pull/42586))
- [Site Editor]: Fix Reakit warning on creation template component. ([42392](https://github.com/WordPress/gutenberg/pull/42392))
- Site Editor: Remove leftover class. ([42591](https://github.com/WordPress/gutenberg/pull/42591))

#### Themes
- Remove core/post-comments-form block styles that are overriding button element styles. ([42053](https://github.com/WordPress/gutenberg/pull/42053))

#### Icons
- Icons Package: Fix line icons styling. ([40315](https://github.com/WordPress/gutenberg/pull/40315))


### Performance

#### Components
- Lodash: Refactor a few components away from `_.isEmpty()`. ([42468](https://github.com/WordPress/gutenberg/pull/42468))
- Lodash: Refactor away from `_.compact()`. ([42438](https://github.com/WordPress/gutenberg/pull/42438))

#### Post Editor
- Lodash: Refactor `PageAttributesParent` away from `_.deburr()`. ([42429](https://github.com/WordPress/gutenberg/pull/42429))

#### Testing
- Lodash: Refactor away from `_.snakeCase()`. ([42427](https://github.com/WordPress/gutenberg/pull/42427))

#### Block Validation/Deprecation
- Lodash: Refactor away from `_.fromPairs()`. ([42217](https://github.com/WordPress/gutenberg/pull/42217))


### Experiments

- Style Engine Rules & Store objects. ([42222](https://github.com/WordPress/gutenberg/pull/42222))
- Style Engine: Add a WP_Style_Engine_Processor object. ([42463](https://github.com/WordPress/gutenberg/pull/42463))

#### CSS & Styling
- Style Engine: Add elements to the frontend. ([41732](https://github.com/WordPress/gutenberg/pull/41732))

#### Global Styles
- Block supports: Add fluid typography. ([39529](https://github.com/WordPress/gutenberg/pull/39529))
- Layout: Reduce specificity of fallback blockGap styles. ([42665](https://github.com/WordPress/gutenberg/pull/42665))


### Documentation

- Add @examples to core/blocks selectors. ([42572](https://github.com/WordPress/gutenberg/pull/42572))
- Consolidate editor filters and actions. ([42356](https://github.com/WordPress/gutenberg/pull/42356))
- Correct the documented return type for `WP_Block_Parser::Render()`. ([42642](https://github.com/WordPress/gutenberg/pull/42642))
- Doc: Update getEntityRecord/s param description. ([42488](https://github.com/WordPress/gutenberg/pull/42488))
- Docs: Add `variations` key to `block.json` JSON schema definition. ([42539](https://github.com/WordPress/gutenberg/pull/42539))
- Docs: Add missing data module references. ([42651](https://github.com/WordPress/gutenberg/pull/42651))
- Fix: Repetition of wrong word in string. ([42621](https://github.com/WordPress/gutenberg/pull/42621))
- Flex: Remove experimental from documentation and storybook. ([42301](https://github.com/WordPress/gutenberg/pull/42301))
- Include section on how to test code for a given WP major. ([42390](https://github.com/WordPress/gutenberg/pull/42390))
- Marking internal action as @ignore to remove them from the documentation. ([42163](https://github.com/WordPress/gutenberg/pull/42163))
- Theme JSON Docs: Clarify null, true, and false values for blockGap setting. ([42447](https://github.com/WordPress/gutenberg/pull/42447))
- ToolsPanel: Add a readme section related to laying out a ToolsPanel. ([42615](https://github.com/WordPress/gutenberg/pull/42615))

#### Components
- Improve documentation for the `SpaceInput` type. ([42376](https://github.com/WordPress/gutenberg/pull/42376))


### Code Quality

- Base Styles: Apply `long-content-fade` gradient from transparent to color. ([42401](https://github.com/WordPress/gutenberg/pull/42401))
- Fix jsx-a11y label-has-associated-control configuration. ([42671](https://github.com/WordPress/gutenberg/pull/42671))
- Fix: Two code issues on navigation link edit missing text. ([42440](https://github.com/WordPress/gutenberg/pull/42440))
- Remove deprecated eslint rules. ([42654](https://github.com/WordPress/gutenberg/pull/42654))
- Style Engine: Rename WP_Style_Engine_CSS_Rule->set_declarations to add_declarations. ([42464](https://github.com/WordPress/gutenberg/pull/42464))
- Style engine: Update return PHP doc comment and other nitpicks. ([42453](https://github.com/WordPress/gutenberg/pull/42453))

#### Global Styles
- Dimensions Global Styles: Split props into separate hooks to tidy up the panel component. ([42620](https://github.com/WordPress/gutenberg/pull/42620))

#### Block Library
- Remove unnecessary React Fragments. ([42529](https://github.com/WordPress/gutenberg/pull/42529))


### Tools

#### Testing
- Added unit test for cover block render function. ([42108](https://github.com/WordPress/gutenberg/pull/42108))
- Migrate hooks api test to playwright. ([42584](https://github.com/WordPress/gutenberg/pull/42584))
- Skip flaky navigation block permissions test. ([42693](https://github.com/WordPress/gutenberg/pull/42693))
- end-to-end Tests: Tweak Comments block tests after migrating to Playwright. ([42406](https://github.com/WordPress/gutenberg/pull/42406))

#### Build Tooling
- Update to reflect change in Documentation label. ([42395](https://github.com/WordPress/gutenberg/pull/42395))
- Add inline documentation on building API documentation to commit block API verify error message. ([42432](https://github.com/WordPress/gutenberg/pull/42432))


## First time contributors

The following PRs were merged by first time contributors:

- @kkmuffme: Remove deprecated eslint rules. ([42654](https://github.com/WordPress/gutenberg/pull/42654))
- @paulopmt1: Added WhatsApp icon to the Social Icon Block. ([42137](https://github.com/WordPress/gutenberg/pull/42137))


## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @afercia @ajlende @amustaque97 @andrewserong @arcangelini @aristath @bph @carolinan @chad1008 @ciampo @danielbachhuber @DAreRodz @dcalhoun @ellatrix @fabiankaegy @geriux @getdave @gziolo @jameskoster @johnbillion @jorgefilipecosta @kkmuffme @Mamaduka @matiasbenedetto @mirka @ndiego @noisysocks @ntsekouras @oandregal @ObliviousHarmony @paulopmt1 @pedro-mendonca @pooja-muchandikar @ramonjd @ryanwelcher @scruffian @SiobhyB @sunil25393 @t-hamano @talldan @tellthemachines @tyxla @vcanales @walbo @westonruter @zaguiini




= 13.9.0-rc.1 =



## Changelog

### Enhancements

- Style engine: Prettify combined selectors. ([43003](https://github.com/WordPress/gutenberg/pull/43003))
- Style engine: Prettify output. ([42909](https://github.com/WordPress/gutenberg/pull/42909))
- Style engine: Rename global function. ([42719](https://github.com/WordPress/gutenberg/pull/42719))
- Shortcuts: Add Ctrl+Y for redo on Windows. ([42627](https://github.com/WordPress/gutenberg/pull/42627))

#### Components

- BaseControl: Add `box-sizing` resets. ([42889](https://github.com/WordPress/gutenberg/pull/42889))
- BorderControl: Add box sizing reset. ([42754](https://github.com/WordPress/gutenberg/pull/42754))
- BoxControl: Export `applyValueToSides` util function. ([42733](https://github.com/WordPress/gutenberg/pull/42733))
- ComboboxControl and FormTokenField: Enhance components with custom render callback for options. ([42597](https://github.com/WordPress/gutenberg/pull/42597))
- ComboboxControl: Add support for uncontrolled mode. ([42752](https://github.com/WordPress/gutenberg/pull/42752))
- Flex: Convert component to TypeScript. ([42537](https://github.com/WordPress/gutenberg/pull/42537))
- FontSizePicker: Add 40px size variant. ([42716](https://github.com/WordPress/gutenberg/pull/42716))
- Placeholder: Convert component to TypeScript. ([42990](https://github.com/WordPress/gutenberg/pull/42990))
- Popover: Rewrite Storybook examples using controls. ([42903](https://github.com/WordPress/gutenberg/pull/42903))
- Popover: Tidy up code 🧹 , add more comments. ([42944](https://github.com/WordPress/gutenberg/pull/42944))
- ResizableBox: Change tooltip background to match other tooltips. ([42800](https://github.com/WordPress/gutenberg/pull/42800))
- Storybook: Add global CSS switcher. ([42747](https://github.com/WordPress/gutenberg/pull/42747))
- StyleProvider: Convert component to TypeScript. ([42541](https://github.com/WordPress/gutenberg/pull/42541))
- Swatch: Convert component to TypeScript. ([42162](https://github.com/WordPress/gutenberg/pull/42162))
- Tooltip (Experimental), CustomSelectControl, TimePicker: add missing font sizes which were necessary in non-WordPress contexts. ([42844](https://github.com/WordPress/gutenberg/pull/42844))
- Typography Panel: Fix font appearance control width. ([42795](https://github.com/WordPress/gutenberg/pull/42795))
- UnitControl: Update unit dropdown design. ([42000](https://github.com/WordPress/gutenberg/pull/42000))
- Update control labels to the new uppercase styles. ([42789](https://github.com/WordPress/gutenberg/pull/42789))

#### Block Library

- Archives: Add a control to make block's dropdown label invisible. ([43025](https://github.com/WordPress/gutenberg/pull/43025))
- Query Title: Add a search title variation. ([42662](https://github.com/WordPress/gutenberg/pull/42662))
- Media&Text: Add help to ImageSizeControl. ([40642](https://github.com/WordPress/gutenberg/pull/40642))
- Post Author: Rendering html for the author description at the editor. ([42109](https://github.com/WordPress/gutenberg/pull/42109))
- Post Featured Image: Add link target and rel attributes. ([42853](https://github.com/WordPress/gutenberg/pull/42853))

#### CSS & Styling

- Rename solid color. ([42918](https://github.com/WordPress/gutenberg/pull/42918))
- Try: Tab style subpixel fix. ([42892](https://github.com/WordPress/gutenberg/pull/42892))

#### Site Editor

- Add: Author nicename template creation ability. ([42165](https://github.com/WordPress/gutenberg/pull/42165))
- [Site Editor]: Add fallback template content on creation. ([42520](https://github.com/WordPress/gutenberg/pull/42520))

#### Block Directory

- Modernize `DownloadableBlockListItem` tests. ([43026](https://github.com/WordPress/gutenberg/pull/43026))

#### List View

- List View Expander: Fix icon in RTL mode. ([42997](https://github.com/WordPress/gutenberg/pull/42997))

#### Global Styles

- Layout: Add a disable-layout-styles theme supports flag to opt out of all layout styles. ([42544](https://github.com/WordPress/gutenberg/pull/42544))

#### Block Editor

- Rich text: Add character shortcuts for wrapping selection. ([42469](https://github.com/WordPress/gutenberg/pull/42469))

#### Document Settings

- Post Template: Update template title selector. ([42091](https://github.com/WordPress/gutenberg/pull/42091))

#### Design Tools

- Cover: Show Resize Tooltip on Drag. ([23522](https://github.com/WordPress/gutenberg/pull/23522))
- Update color button style. ([41838](https://github.com/WordPress/gutenberg/pull/41838))
- Add explicit bypass for fluid font size calculation. ([42757](https://github.com/WordPress/gutenberg/pull/42757))

### Bug Fixes

- Block Styles: Truncate long button labels. ([42975](https://github.com/WordPress/gutenberg/pull/42975))
- ColorGradientControl: Fix awkward padding in popover. ([43018](https://github.com/WordPress/gutenberg/pull/43018))
- Create Block: Remove i18n references from save properties. ([43035](https://github.com/WordPress/gutenberg/pull/43035))
- Firefox: Fix issue where it selects a nearby contentEditable. ([42777](https://github.com/WordPress/gutenberg/pull/42777))
- Layout: Fix flex direction column. ([42939](https://github.com/WordPress/gutenberg/pull/42939))
- List v2: Fix Cmd+A. ([42858](https://github.com/WordPress/gutenberg/pull/42858))
- Style Engine: Include 6.1 CSS filter, ensure style engine can output CSS functions like clamp. ([43004](https://github.com/WordPress/gutenberg/pull/43004))
- Style engine: Disable stylesheet optimization temporarily. ([43051](https://github.com/WordPress/gutenberg/pull/43051))

#### Block Library

- Navigation: Fix invalid permissions warning by avoiding using trashed wp_navigation posts (JS implementation). ([42982](https://github.com/WordPress/gutenberg/pull/42982))
- Disabled blocks passed to BlockTypesList are no longer draggable. ([42751](https://github.com/WordPress/gutenberg/pull/42751))
- Fix drag and drop performance when dragging over the insertion point. ([42806](https://github.com/WordPress/gutenberg/pull/42806))
- Social Link: add missing 'width' and 'height' attributes. ([41373](https://github.com/WordPress/gutenberg/pull/41373))
- Separator: Fix the block CSS classes in the editor. ([42769](https://github.com/WordPress/gutenberg/pull/42769))
- Tag Cloud: Fix alignment issue when align center. ([43017](https://github.com/WordPress/gutenberg/pull/43017))
- Navigation: Fix `current-menu-item` class logic. ([42849](https://github.com/WordPress/gutenberg/pull/42849))
- Media&Text: Round position attribute on focal point save. ([33915](https://github.com/WordPress/gutenberg/pull/33915))
- Social: Include has-visible-labels on edit component. ([42791](https://github.com/WordPress/gutenberg/pull/42791))
- Writing flow: Fix Shift+Arrow partial selection for lists & quote. ([42885](https://github.com/WordPress/gutenberg/pull/42885))
- LatestPost: Fix issue with floated featured images overflowing focus style. ([40663](https://github.com/WordPress/gutenberg/pull/40663))

#### Components

- ColorPicker: Fix layout overflow. ([42992](https://github.com/WordPress/gutenberg/pull/42992))
- External link component: Add a check for on page anchor links. ([42259](https://github.com/WordPress/gutenberg/pull/42259))
- Icons: Fix storybook library icon names. ([43034](https://github.com/WordPress/gutenberg/pull/43034))
- InputControl: Fix incorrect size prop passing to `Text`. ([42793](https://github.com/WordPress/gutenberg/pull/42793))
- Popover: Anchor correctly to parent node when no explicit anchor is passed. ([42971](https://github.com/WordPress/gutenberg/pull/42971))
- Popover: Fix arrow placement and design. ([42874](https://github.com/WordPress/gutenberg/pull/42874))
- Popover: Improve iframe offset computation. ([42417](https://github.com/WordPress/gutenberg/pull/42417))
- Popover: Make sure that ownerDocument is always defined. ([42886](https://github.com/WordPress/gutenberg/pull/42886))
- `InputControl`: Fix acceptance of falsy values in controlled updates. ([42484](https://github.com/WordPress/gutenberg/pull/42484))

#### Block Editor

- Inserter: Avoid warning when CRA is displayed. ([42723](https://github.com/WordPress/gutenberg/pull/42723))
- Pasting: Dismiss pasted image if file:// schema detected. ([42785](https://github.com/WordPress/gutenberg/pull/42785))
- Prevent multiselection via dragging when already dragging blocks. ([42877](https://github.com/WordPress/gutenberg/pull/42877))
- Quote: Fix raw transform handler. ([43093](https://github.com/WordPress/gutenberg/pull/43093))
- Rich text: Fix error when attempting to remove placeholder on composition start. ([42821](https://github.com/WordPress/gutenberg/pull/42821))

#### Global Styles

- Fix styles declarations returning before all properties output. ([42954](https://github.com/WordPress/gutenberg/pull/42954))
- Fluid typography: Migrate fluid typography algorithm to JS for site editor. ([42688](https://github.com/WordPress/gutenberg/pull/42688))
- Spacing presets: Prevent % spacing size units being stripped by sanitize_title. ([43101](https://github.com/WordPress/gutenberg/pull/43101))
- Specify priority in remove_action. ([43073](https://github.com/WordPress/gutenberg/pull/43073))

#### Build Tooling

- Fix: CSS files don't build in dev mode on Windows. ([42041](https://github.com/WordPress/gutenberg/pull/42041))
- Fix: Script name error in main package.json. ([43089](https://github.com/WordPress/gutenberg/pull/43089))

#### Accessibility

- Fix issue where changing the id of the recursion provider can result in focus loss. ([42916](https://github.com/WordPress/gutenberg/pull/42916))
- Site Editor: Don't disable the Save button. ([42842](https://github.com/WordPress/gutenberg/pull/42842))

#### CSS & Styling

- Layout: Merge CSS rule for block gap. ([43052](https://github.com/WordPress/gutenberg/pull/43052))

#### Testing

- Fix: Just another end-to-end test. ([42947](https://github.com/WordPress/gutenberg/pull/42947))

#### Document Settings

- Decode the post URL for the button label. ([42930](https://github.com/WordPress/gutenberg/pull/42930))

#### Site Editor

- Internalization fixes for site editor template creation. ([42762](https://github.com/WordPress/gutenberg/pull/42762))

### Performance

- Lodash: Refactor away from `_.isMatch()`. ([42271](https://github.com/WordPress/gutenberg/pull/42271))
- Lodash: Refactor away from `_.zip()`. ([42926](https://github.com/WordPress/gutenberg/pull/42926))
- Lodash: Remove completely from `@wordpress/dom` package. ([42912](https://github.com/WordPress/gutenberg/pull/42912))
- Lodash: Remove completely from `@wordpress/element` package. ([42898](https://github.com/WordPress/gutenberg/pull/42898))

#### Components

- Lodash: Refactor away from `_.delay()`. ([42966](https://github.com/WordPress/gutenberg/pull/42966))
- Lodash: Refactor away from `_.startsWith()`. ([43019](https://github.com/WordPress/gutenberg/pull/43019))

#### Block Library

- Refactor Calendar block away from `moment`. ([43029](https://github.com/WordPress/gutenberg/pull/43029))

#### Accessibility

- Lodash: Refactor away from `_.maxBy()`. ([42914](https://github.com/WordPress/gutenberg/pull/42914))

#### Data Layer

- Lodash: Refactor away from `_.isPlainObject()`. ([42508](https://github.com/WordPress/gutenberg/pull/42508))

### Experiments

- Style engine: Enqueue block support styles. ([42452](https://github.com/WordPress/gutenberg/pull/42452)) ([42880](https://github.com/WordPress/gutenberg/pull/42880))
- Combine style-engine stores for block-supports. ([42970](https://github.com/WordPress/gutenberg/pull/42970))
- Style engine: Add optimize flag and combine functions into wp_style_engine_get_stylesheet. ([42878](https://github.com/WordPress/gutenberg/pull/42878))

### Documentation

- Add examples for `core/blocks` actions. ([42637](https://github.com/WordPress/gutenberg/pull/42637))
- Add examples for core/viewport package. ([42921](https://github.com/WordPress/gutenberg/pull/42921))
- Added the allowedFormat details in richtext readme. ([42426](https://github.com/WordPress/gutenberg/pull/42426))
- Adding `@example` entries to the public API exposed in `core/blocks`. ([42745](https://github.com/WordPress/gutenberg/pull/42745))
- Cover: Fix rendered content PHPDoc type. ([43099](https://github.com/WordPress/gutenberg/pull/43099))
- Create Block: Update document links in templates. ([42839](https://github.com/WordPress/gutenberg/pull/42839))
- Docs: Fix return type of home link attribute function. ([42901](https://github.com/WordPress/gutenberg/pull/42901))
- Docs: Fix textual consistency about block attributes. ([43075](https://github.com/WordPress/gutenberg/pull/43075))
- Docs: Link plugins GitHub release pages. ([42736](https://github.com/WordPress/gutenberg/pull/42736))
- Document the cherry-picking automation. ([42932](https://github.com/WordPress/gutenberg/pull/42932))
- Fixed broken external link to Mozilla Developer documentation. ([43065](https://github.com/WordPress/gutenberg/pull/43065))
- Release Docs: Troubleshooting failed "Bump version" job. ([42936](https://github.com/WordPress/gutenberg/pull/42936))
- Release docs: Update performance test instructions. ([43015](https://github.com/WordPress/gutenberg/pull/43015))
- Remove the emoji characters to fix the handbook rendering. ([43028](https://github.com/WordPress/gutenberg/pull/43028))
- Update broken internal link. ([43094](https://github.com/WordPress/gutenberg/pull/43094))
- Update theme-json.md to include new element support and :Ref. ([42412](https://github.com/WordPress/gutenberg/pull/42412))
- [Gutenberg Data Tutorial] Adjust the image URLs and whitespace to render correctly in the Handbook. ([42969](https://github.com/WordPress/gutenberg/pull/42969))

### Code Quality

- Add mutations data and helper functions to useEntityRecord. ([39595](https://github.com/WordPress/gutenberg/pull/39595))
- Remove old WordPress 5.8 code. ([42818](https://github.com/WordPress/gutenberg/pull/42818))

#### Block Library

- Add separate callbacks for selecting a classic or navigation menu in the nav block. ([43057](https://github.com/WordPress/gutenberg/pull/43057))
- Avoid reliance on status constants when consuming useCreateNavigationMenu hook. ([42704](https://github.com/WordPress/gutenberg/pull/42704))
- Home Link: Use 'sprintf' in the render callback. ([43024](https://github.com/WordPress/gutenberg/pull/43024))
- Nav block: Extract hook for inner blocks. ([42743](https://github.com/WordPress/gutenberg/pull/42743))
- Nav block: Normalize to function expressions. ([42744](https://github.com/WordPress/gutenberg/pull/42744))
- Normalize usage of Notifications in Nav block. ([42706](https://github.com/WordPress/gutenberg/pull/42706))
- Remove duplicate speak calls from navigation block. ([43079](https://github.com/WordPress/gutenberg/pull/43079))
- Site Title: Use home_url instead of get_bloginfo. ([42857](https://github.com/WordPress/gutenberg/pull/42857))

#### Site Editor

- Navigation Menu Sidebar: Remove unnecessary Fragment. ([43021](https://github.com/WordPress/gutenberg/pull/43021))

#### Global Styles

- useGlobalStylesOutput: Use memo for derived values. ([42917](https://github.com/WordPress/gutenberg/pull/42917))

### Tools

- Use git for `wp-env`'s default WordPress version. ([42826](https://github.com/WordPress/gutenberg/pull/42826))

#### Testing

- Migrate deprecated node matcher tests to playwright. ([42759](https://github.com/WordPress/gutenberg/pull/42759))
- Migrate group block tests to Playwright. ([42801](https://github.com/WordPress/gutenberg/pull/42801))
- Migrate missing block tests to Playwright. ([41680](https://github.com/WordPress/gutenberg/pull/41680))
- Migrate Convert Block Type test to Playwright. ([42760](https://github.com/WordPress/gutenberg/pull/42760))

#### Build Tooling

- Lodash: Refactor away from `_.flatMap()`. ([42360](https://github.com/WordPress/gutenberg/pull/42360))
- Standardize script naming in main package.json. ([42368](https://github.com/WordPress/gutenberg/pull/42368))

#### Block Library

- Nav block: Move overlay colors to the responsive wrapper. ([42875](https://github.com/WordPress/gutenberg/pull/42875))
- Navigation block: Extract navigation block utils. ([42865](https://github.com/WordPress/gutenberg/pull/42865))
- Navigation: Overlay: Fix link inheritance. ([42929](https://github.com/WordPress/gutenberg/pull/42929))
- Page List: Fix indentation in PHP file. ([42852](https://github.com/WordPress/gutenberg/pull/42852))
- Query Pagination: Correctly position the  "next" link on the first page. ([42764](https://github.com/WordPress/gutenberg/pull/42764))
- Search Block: Remove margins from the input. ([42959](https://github.com/WordPress/gutenberg/pull/42959))
- Transforms: Add group unwrap. ([42685](https://github.com/WordPress/gutenberg/pull/42685))
- [Post Title]: Do not add `rel` attribute if empty. ([42855](https://github.com/WordPress/gutenberg/pull/42855))
- [Query Loop]: Try filters with ToolsPanel. ([42629](https://github.com/WordPress/gutenberg/pull/42629))

#### Global Styles

- Add block spacing to root block support UI. ([42797](https://github.com/WordPress/gutenberg/pull/42797))
- Elements: Update the load order of the CSS in the Site Editor. ([42863](https://github.com/WordPress/gutenberg/pull/42863))
- Heading element UI controls. ([42176](https://github.com/WordPress/gutenberg/pull/42176))
- Theme JSON: Add a static $blocks_metadata data definition to the Gutenberg instance of WP_Theme_JSON. ([42776](https://github.com/WordPress/gutenberg/pull/42776))
- Upsize typography panel components. ([42718](https://github.com/WordPress/gutenberg/pull/42718))

#### Widgets Editor

- Format Library: Add missing keyboard shortcut description in customizer widget. ([43044](https://github.com/WordPress/gutenberg/pull/43044))

#### Reusable Blocks

- Make template part and reusable block creation language consistent. ([43032](https://github.com/WordPress/gutenberg/pull/43032))

#### CSS & Styling

- Navigation: Try to keep :Where just for paddings. ([42967](https://github.com/WordPress/gutenberg/pull/42967))

#### Accessibility

- Change shortcut text for redo tooltip on Windows. ([42830](https://github.com/WordPress/gutenberg/pull/42830))

#### Block Editor

- Quote: Unwrap on Backspace at start. ([42808](https://github.com/WordPress/gutenberg/pull/42808))

#### Site Editor

- Add a 'View Site' link in the site editor. ([42331](https://github.com/WordPress/gutenberg/pull/42331))

#### Full Site Editing

- [Full Site Editing]: Update `clear customizations` copy for templates. ([41765](https://github.com/WordPress/gutenberg/pull/41765))


## First time contributors

The following PRs were merged by first time contributors:

- @fellyph: Rendering html for the author description at the editor. ([42109](https://github.com/WordPress/gutenberg/pull/42109))
- @merkys7: Fix social-link block missing 'width' and 'height' attributes. ([41373](https://github.com/WordPress/gutenberg/pull/41373))
- @Smit2808: Added the allowedFormat details in richtext readme. ([42426](https://github.com/WordPress/gutenberg/pull/42426))
- @theminaldiwan: Fixed alignment issue of tagcloud block when align center. ([43017](https://github.com/WordPress/gutenberg/pull/43017))


## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @adamziel @andrewserong @aristath @carolinan @chad1008 @ciampo @derekblank @dougwollison @ellatrix @fellyph @geriux @getdave @glendaviesnz @ItsJonQ @jameskoster @jasmussen @jorgefilipecosta @JustinyAhin @kjohnson @Mamaduka @manzoorwanijk @matiasbenedetto @mcsf @merkys7 @mikachan @mirka @noahtallen @ntsekouras @pavanpatil1 @pooja-muchandikar @ramonjd @ryanwelcher @SavPhill @scruffian @shimotmk @SiobhyB @Smit2808 @Soean @stokesman @t-hamano @talldan @tellthemachines @theminaldiwan @tyxla @walbo


= 13.8.1 =



## Changelog


### Enhancements

- Allow removing CSS declarations from the WP_Style_Engine_CSS_Declarations object. ([42428](https://github.com/WordPress/gutenberg/pull/42428))
- Equalize modal content padding. ([42370](https://github.com/WordPress/gutenberg/pull/42370))
- Remove top margin on the first paragraph in a modal. ([42369](https://github.com/WordPress/gutenberg/pull/42369))

#### Components
- BorderControl: Render border color/style dropdown as UnitControl prefix. ([42212](https://github.com/WordPress/gutenberg/pull/42212))
- ColorPicker: Cleanly implement large size. ([42002](https://github.com/WordPress/gutenberg/pull/42002))
- ComboboxControl: Refactor `onKeyDown` to use `keyboardEvent.code`. ([42569](https://github.com/WordPress/gutenberg/pull/42569))
- Elevation: Convert component to TypeScript. ([42302](https://github.com/WordPress/gutenberg/pull/42302))
- InputControl: Decrease large default padding if has prefix/suffix. ([42166](https://github.com/WordPress/gutenberg/pull/42166))
- ScrollLock: Covert component to TypeScript. ([42303](https://github.com/WordPress/gutenberg/pull/42303))
- SelectControl: Add flag for larger default size. ([42456](https://github.com/WordPress/gutenberg/pull/42456))
- Shortcut: Covert component to TypeScript. ([42272](https://github.com/WordPress/gutenberg/pull/42272))
- Divider: Complete TypeScript migration of component. ([41991](https://github.com/WordPress/gutenberg/pull/41991))
- ToggleGroupControl: Add size variants. ([42008](https://github.com/WordPress/gutenberg/pull/42008))
- UnitControl: Update unit select's focus styles. ([42383](https://github.com/WordPress/gutenberg/pull/42383))
- BorderControl: Add missing changelog for accessibility enhancements. ([42411](https://github.com/WordPress/gutenberg/pull/42411))
- CustomSelectControl: Use styles from SelectControl. ([42460](https://github.com/WordPress/gutenberg/pull/42460))
- Dropdown: Add wrapper for custom padding. ([42595](https://github.com/WordPress/gutenberg/pull/42595))
- InputControl: Add padding wrapper for prefix/suffix. ([42378](https://github.com/WordPress/gutenberg/pull/42378))
- ScrollLock: Improve Storybook story for documentation view. ([42344](https://github.com/WordPress/gutenberg/pull/42344))
- `ColorPalette`: Display checkered preview background when `value` is transparent. ([42232](https://github.com/WordPress/gutenberg/pull/42232))

#### Block Library
- Added WhatsApp icon to the Social Icon Block. ([42137](https://github.com/WordPress/gutenberg/pull/42137))
- Template Part: Swap block action places. ([42221](https://github.com/WordPress/gutenberg/pull/42221))
- Template Parts: Add search to replacement modal. ([42459](https://github.com/WordPress/gutenberg/pull/42459))
- Image: Add border block support for color, width, and style. ([31366](https://github.com/WordPress/gutenberg/pull/31366))
- List v2: Remove quote transforms as removed by Quote v2. ([42700](https://github.com/WordPress/gutenberg/pull/42700))
- Merge Comments and Post Comments blocks. ([41807](https://github.com/WordPress/gutenberg/pull/41807))
- Theme.json: Add support for heading / caption elements in theme.json schema. ([42433](https://github.com/WordPress/gutenberg/pull/42433))

#### Global Styles
- Add layout content size controls to global styles. ([42309](https://github.com/WordPress/gutenberg/pull/42309))
- Core CSS support for root padding and alignfull blocks. ([42085](https://github.com/WordPress/gutenberg/pull/42085))
- Theme.json: Add block support feature level selectors for blocks. ([42087](https://github.com/WordPress/gutenberg/pull/42087))

#### Document Settings
- Make 'Move to trash' button full width. ([42577](https://github.com/WordPress/gutenberg/pull/42577))

#### Block Editor
- Add setting to display rich text toolbar inline. ([42399](https://github.com/WordPress/gutenberg/pull/42399))
- Add block variations for individual template parts. ([42454](https://github.com/WordPress/gutenberg/pull/42454))
- Enable `onEnter` support for group block. ([40724](https://github.com/WordPress/gutenberg/pull/40724))

#### Site Editor
- On template creation, don't show search if not needed. ([42357](https://github.com/WordPress/gutenberg/pull/42357))

#### Accessibility
- BorderControl: Update labelling, tooltips and wrap with fieldset and legend. ([42348](https://github.com/WordPress/gutenberg/pull/42348))

#### Icons
- Add shuffle icon to library. ([42193](https://github.com/WordPress/gutenberg/pull/42193))

#### Nested / Inner Blocks
- Quote: Use nested blocks. ([25892](https://github.com/WordPress/gutenberg/pull/25892))

#### Colors
- Update color palette popover style. ([41900](https://github.com/WordPress/gutenberg/pull/41900))


### Bug Fixes

- Env: Download WordPress PHPUnit Into Container. ([41780](https://github.com/WordPress/gutenberg/pull/41780))
- Env: Restrict `WP_TESTS_DOMAIN` constant to just hostname and not home URL. ([41039](https://github.com/WordPress/gutenberg/pull/41039))
- Fix: Condition bug on BoxControl. ([42402](https://github.com/WordPress/gutenberg/pull/42402))
- MaybeCategoryPanel: Update category selector. ([42663](https://github.com/WordPress/gutenberg/pull/42663))
- Post title: Fix single line paste. ([42321](https://github.com/WordPress/gutenberg/pull/42321))
- Scripts: Exit error code 1 when status value is null. ([42396](https://github.com/WordPress/gutenberg/pull/42396))
- Style engine: Check item value validity. ([42487](https://github.com/WordPress/gutenberg/pull/42487))
- Utilize WordPress PHPUnit Test Library Included By `wp-env`. ([41852](https://github.com/WordPress/gutenberg/pull/41852))
- fix: Correct alt text footnote spacing. ([42504](https://github.com/WordPress/gutenberg/pull/42504))

#### Block Library
- Cover Block: Prevent transform to Group block when featured image is set. ([42638](https://github.com/WordPress/gutenberg/pull/42638))
- Cover block: Adding background-size and background-repeat properties to the block CSS. ([42470](https://github.com/WordPress/gutenberg/pull/42470))
- Fix tab/focus order issue in Media & text block. ([40806](https://github.com/WordPress/gutenberg/pull/40806))
- List v2: Add forward delete. ([42564](https://github.com/WordPress/gutenberg/pull/42564))
- List v2: Improve paste handling. ([42524](https://github.com/WordPress/gutenberg/pull/42524))
- List v2: Merge with nested items. ([42551](https://github.com/WordPress/gutenberg/pull/42551))
- List v2: Switch to default block type on Backspace from start. ([42633](https://github.com/WordPress/gutenberg/pull/42633))
- Page List: Fetch items with 'view' context. ([42559](https://github.com/WordPress/gutenberg/pull/42559))
- Social Icons Block: Fix button opacity in template parts. ([42641](https://github.com/WordPress/gutenberg/pull/42641))
- Group block: Add context to the word "Row". ([42255](https://github.com/WordPress/gutenberg/pull/42255))
- Hide prefix and suffix placeholders in post terms. ([42418](https://github.com/WordPress/gutenberg/pull/42418))
- Theme.json: Fix schema for button elements. ([42431](https://github.com/WordPress/gutenberg/pull/42431))
- [Media Text]: Fix deprecations regression. ([42816](https://github.com/WordPress/gutenberg/pull/42816))
- Site Logo: Add the missing 'site_icon_url' to the REST_API index. ([42957](https://github.com/WordPress/gutenberg/pull/42957))

#### Components
- AnglePickerControl: Fix gap between elements in RTL mode. ([42534](https://github.com/WordPress/gutenberg/pull/42534))
- ColorPalette: Fix background image in RTL mode. ([42510](https://github.com/WordPress/gutenberg/pull/42510))
- Context System: Don't explicitly set `undefined` value to `children`. ([42686](https://github.com/WordPress/gutenberg/pull/42686))
- Popover: Fix width on `expandOnMobile`. ([42635](https://github.com/WordPress/gutenberg/pull/42635))
- RangeControl: Clamp initialPosition between min and max values. ([42571](https://github.com/WordPress/gutenberg/pull/42571))
- Tooltip: Avoid unnecessary re-renders of `<select>` child elements. ([42483](https://github.com/WordPress/gutenberg/pull/42483))
- Tooltip: Fix positioning by anchoring to child element. ([41268](https://github.com/WordPress/gutenberg/pull/41268))

#### Accessibility
- Add aria-hidden to query pagination arrows. ([42583](https://github.com/WordPress/gutenberg/pull/42583))
- Fix labelling and semantics of the paragraph block Left to right control. ([42324](https://github.com/WordPress/gutenberg/pull/42324))
- Fix mismatching label and visible text on the Toggle block inserter button. ([42359](https://github.com/WordPress/gutenberg/pull/42359))
- Fix: The description text of block movers for horizontal movement. ([42393](https://github.com/WordPress/gutenberg/pull/42393))
- Replace clickable div elements with buttons in the Add template modal. ([42668](https://github.com/WordPress/gutenberg/pull/42668))

#### Post Editor
- Avoid 403 errors for users with low permissions. ([42413](https://github.com/WordPress/gutenberg/pull/42413))
- Display post template selection for non-admin users. ([42705](https://github.com/WordPress/gutenberg/pull/42705))
- Editor: Fix typo in translation string. ([42673](https://github.com/WordPress/gutenberg/pull/42673))

#### Block Editor
- Prevent link control popover from going offscreen. ([42389](https://github.com/WordPress/gutenberg/pull/42389))
- Writing flow: Fix caret movement for multiple lines. ([42423](https://github.com/WordPress/gutenberg/pull/42423))
- Writing flow: Fix caret placement in corners. ([42437](https://github.com/WordPress/gutenberg/pull/42437))
- Writing flow: Esc should enter Nav mode consistently, avoid focus loss when clearing selection. ([42530](https://github.com/WordPress/gutenberg/pull/42530))

#### CSS & Styling
- Elements: Buttons: Fix the path with the css to style the cursor for all button elements. ([42129](https://github.com/WordPress/gutenberg/pull/42129))
- Link elements: Add a :where selector to the :Not to lower specificity. ([42669](https://github.com/WordPress/gutenberg/pull/42669))
- Button Block: Change text-decoration style to low specificity. ([42545](https://github.com/WordPress/gutenberg/pull/42545))
- Element styles: Adding stylesheet to load in the editor. ([42132](https://github.com/WordPress/gutenberg/pull/42132))

#### Global Styles
- Elements: Fix heading and caption element selectors. ([42479](https://github.com/WordPress/gutenberg/pull/42479))
- Layout content size controls: Add left alignment to line up with description and other elements. ([42576](https://github.com/WordPress/gutenberg/pull/42576))
- Layout: Ensure defaultEditorStyles are still output in Classic themes. ([42906](https://github.com/WordPress/gutenberg/pull/42906))
- Theme JSON Resolver: Update cache check to also check that the object is an instance of the Gutenberg version. ([42756](https://github.com/WordPress/gutenberg/pull/42756))

#### Widgets Editor
- Add configuration option to skip autop on freeform blocks when parsing blocks. ([42623](https://github.com/WordPress/gutenberg/pull/42623))

#### Rich Text
- Annotation API: Fix __experimentalGetPropsForEditableTreePreparation. ([42596](https://github.com/WordPress/gutenberg/pull/42596))

#### Site Editor
- Fix typo in default category template's description. ([42586](https://github.com/WordPress/gutenberg/pull/42586))
- [Site Editor]: Fix Reakit warning on creation template component. ([42392](https://github.com/WordPress/gutenberg/pull/42392))
- Site Editor: Remove leftover class. ([42591](https://github.com/WordPress/gutenberg/pull/42591))

#### Themes
- Remove core/post-comments-form block styles that are overriding button element styles. ([42053](https://github.com/WordPress/gutenberg/pull/42053))

#### Icons
- Icons Package: Fix line icons styling. ([40315](https://github.com/WordPress/gutenberg/pull/40315))


### Performance

#### Components
- Lodash: Refactor a few components away from `_.isEmpty()`. ([42468](https://github.com/WordPress/gutenberg/pull/42468))
- Lodash: Refactor away from `_.compact()`. ([42438](https://github.com/WordPress/gutenberg/pull/42438))

#### Post Editor
- Lodash: Refactor `PageAttributesParent` away from `_.deburr()`. ([42429](https://github.com/WordPress/gutenberg/pull/42429))

#### Testing
- Lodash: Refactor away from `_.snakeCase()`. ([42427](https://github.com/WordPress/gutenberg/pull/42427))

#### Block Validation/Deprecation
- Lodash: Refactor away from `_.fromPairs()`. ([42217](https://github.com/WordPress/gutenberg/pull/42217))


### Experiments

- Style Engine Rules & Store objects. ([42222](https://github.com/WordPress/gutenberg/pull/42222))
- Style Engine: Add a WP_Style_Engine_Processor object. ([42463](https://github.com/WordPress/gutenberg/pull/42463))

#### CSS & Styling
- Style Engine: Add elements to the frontend. ([41732](https://github.com/WordPress/gutenberg/pull/41732))

#### Global Styles
- Block supports: Add fluid typography. ([39529](https://github.com/WordPress/gutenberg/pull/39529))
- Layout: Reduce specificity of fallback blockGap styles. ([42665](https://github.com/WordPress/gutenberg/pull/42665))


### Documentation

- Add @examples to core/blocks selectors. ([42572](https://github.com/WordPress/gutenberg/pull/42572))
- Consolidate editor filters and actions. ([42356](https://github.com/WordPress/gutenberg/pull/42356))
- Correct the documented return type for `WP_Block_Parser::Render()`. ([42642](https://github.com/WordPress/gutenberg/pull/42642))
- Doc: Update getEntityRecord/s param description. ([42488](https://github.com/WordPress/gutenberg/pull/42488))
- Docs: Add `variations` key to `block.json` JSON schema definition. ([42539](https://github.com/WordPress/gutenberg/pull/42539))
- Docs: Add missing data module references. ([42651](https://github.com/WordPress/gutenberg/pull/42651))
- Fix: Repetition of wrong word in string. ([42621](https://github.com/WordPress/gutenberg/pull/42621))
- Flex: Remove experimental from documentation and storybook. ([42301](https://github.com/WordPress/gutenberg/pull/42301))
- Include section on how to test code for a given WP major. ([42390](https://github.com/WordPress/gutenberg/pull/42390))
- Marking internal action as @ignore to remove them from the documentation. ([42163](https://github.com/WordPress/gutenberg/pull/42163))
- Theme JSON Docs: Clarify null, true, and false values for blockGap setting. ([42447](https://github.com/WordPress/gutenberg/pull/42447))
- ToolsPanel: Add a readme section related to laying out a ToolsPanel. ([42615](https://github.com/WordPress/gutenberg/pull/42615))

#### Components
- Improve documentation for the `SpaceInput` type. ([42376](https://github.com/WordPress/gutenberg/pull/42376))


### Code Quality

- Base Styles: Apply `long-content-fade` gradient from transparent to color. ([42401](https://github.com/WordPress/gutenberg/pull/42401))
- Fix jsx-a11y label-has-associated-control configuration. ([42671](https://github.com/WordPress/gutenberg/pull/42671))
- Fix: Two code issues on navigation link edit missing text. ([42440](https://github.com/WordPress/gutenberg/pull/42440))
- Remove deprecated eslint rules. ([42654](https://github.com/WordPress/gutenberg/pull/42654))
- Style Engine: Rename WP_Style_Engine_CSS_Rule->set_declarations to add_declarations. ([42464](https://github.com/WordPress/gutenberg/pull/42464))
- Style engine: Update return PHP doc comment and other nitpicks. ([42453](https://github.com/WordPress/gutenberg/pull/42453))

#### Global Styles
- Dimensions Global Styles: Split props into separate hooks to tidy up the panel component. ([42620](https://github.com/WordPress/gutenberg/pull/42620))

#### Block Library
- Remove unnecessary React Fragments. ([42529](https://github.com/WordPress/gutenberg/pull/42529))


### Tools

#### Testing
- Added unit test for cover block render function. ([42108](https://github.com/WordPress/gutenberg/pull/42108))
- Migrate hooks api test to playwright. ([42584](https://github.com/WordPress/gutenberg/pull/42584))
- Skip flaky navigation block permissions test. ([42693](https://github.com/WordPress/gutenberg/pull/42693))
- end-to-end Tests: Tweak Comments block tests after migrating to Playwright. ([42406](https://github.com/WordPress/gutenberg/pull/42406))

#### Build Tooling
- Update to reflect change in Documentation label. ([42395](https://github.com/WordPress/gutenberg/pull/42395))
- Add inline documentation on building API documentation to commit block API verify error message. ([42432](https://github.com/WordPress/gutenberg/pull/42432))


## First time contributors

The following PRs were merged by first time contributors:

- @kkmuffme: Remove deprecated eslint rules. ([42654](https://github.com/WordPress/gutenberg/pull/42654))
- @paulopmt1: Added WhatsApp icon to the Social Icon Block. ([42137](https://github.com/WordPress/gutenberg/pull/42137))


## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @afercia @ajlende @amustaque97 @andrewserong @arcangelini @aristath @bph @carolinan @chad1008 @ciampo @danielbachhuber @DAreRodz @dcalhoun @ellatrix @fabiankaegy @geriux @getdave @gziolo @jameskoster @johnbillion @jorgefilipecosta @kkmuffme @Mamaduka @matiasbenedetto @mirka @ndiego @noisysocks @ntsekouras @oandregal @ObliviousHarmony @paulopmt1 @pedro-mendonca @pooja-muchandikar @ramonjd @ryanwelcher @scruffian @SiobhyB @sunil25393 @t-hamano @talldan @tellthemachines @tyxla @vcanales @walbo @westonruter @zaguiini




= 13.8.0 =



## Changelog


### Enhancements

- Allow removing CSS declarations from the WP_Style_Engine_CSS_Declarations object. ([42428](https://github.com/WordPress/gutenberg/pull/42428))
- Equalize modal content padding. ([42370](https://github.com/WordPress/gutenberg/pull/42370))
- Remove top margin on the first paragraph in a modal. ([42369](https://github.com/WordPress/gutenberg/pull/42369))

#### Components
- BorderControl: Render border color/style dropdown as UnitControl prefix. ([42212](https://github.com/WordPress/gutenberg/pull/42212))
- ColorPicker: Cleanly implement large size. ([42002](https://github.com/WordPress/gutenberg/pull/42002))
- ComboboxControl: Refactor `onKeyDown` to use `keyboardEvent.code`. ([42569](https://github.com/WordPress/gutenberg/pull/42569))
- Elevation: Convert component to TypeScript. ([42302](https://github.com/WordPress/gutenberg/pull/42302))
- InputControl: Decrease large default padding if has prefix/suffix. ([42166](https://github.com/WordPress/gutenberg/pull/42166))
- ScrollLock: Covert component to TypeScript. ([42303](https://github.com/WordPress/gutenberg/pull/42303))
- SelectControl: Add flag for larger default size. ([42456](https://github.com/WordPress/gutenberg/pull/42456))
- Shortcut: Covert component to TypeScript. ([42272](https://github.com/WordPress/gutenberg/pull/42272))
- Divider: Complete TypeScript migration of component. ([41991](https://github.com/WordPress/gutenberg/pull/41991))
- ToggleGroupControl: Add size variants. ([42008](https://github.com/WordPress/gutenberg/pull/42008))
- UnitControl: Update unit select's focus styles. ([42383](https://github.com/WordPress/gutenberg/pull/42383))
- BorderControl: Add missing changelog for accessibility enhancements. ([42411](https://github.com/WordPress/gutenberg/pull/42411))
- CustomSelectControl: Use styles from SelectControl. ([42460](https://github.com/WordPress/gutenberg/pull/42460))
- Dropdown: Add wrapper for custom padding. ([42595](https://github.com/WordPress/gutenberg/pull/42595))
- InputControl: Add padding wrapper for prefix/suffix. ([42378](https://github.com/WordPress/gutenberg/pull/42378))
- ScrollLock: Improve Storybook story for documentation view. ([42344](https://github.com/WordPress/gutenberg/pull/42344))
- `ColorPalette`: Display checkered preview background when `value` is transparent. ([42232](https://github.com/WordPress/gutenberg/pull/42232))

#### Block Library
- Added WhatsApp icon to the Social Icon Block. ([42137](https://github.com/WordPress/gutenberg/pull/42137))
- Template Part: Swap block action places. ([42221](https://github.com/WordPress/gutenberg/pull/42221))
- Template Parts: Add search to replacement modal. ([42459](https://github.com/WordPress/gutenberg/pull/42459))
- Image: Add border block support for color, width, and style. ([31366](https://github.com/WordPress/gutenberg/pull/31366))
- List v2: Remove quote transforms as removed by Quote v2. ([42700](https://github.com/WordPress/gutenberg/pull/42700))
- Merge Comments and Post Comments blocks. ([41807](https://github.com/WordPress/gutenberg/pull/41807))
- Theme.json: Add support for heading / caption elements in theme.json schema. ([42433](https://github.com/WordPress/gutenberg/pull/42433))

#### Global Styles
- Add layout content size controls to global styles. ([42309](https://github.com/WordPress/gutenberg/pull/42309))
- Core CSS support for root padding and alignfull blocks. ([42085](https://github.com/WordPress/gutenberg/pull/42085))
- Theme.json: Add block support feature level selectors for blocks. ([42087](https://github.com/WordPress/gutenberg/pull/42087))

#### Document Settings
- Make 'Move to trash' button full width. ([42577](https://github.com/WordPress/gutenberg/pull/42577))

#### Block Editor
- Add setting to display rich text toolbar inline. ([42399](https://github.com/WordPress/gutenberg/pull/42399))
- Add block variations for individual template parts. ([42454](https://github.com/WordPress/gutenberg/pull/42454))
- Enable `onEnter` support for group block. ([40724](https://github.com/WordPress/gutenberg/pull/40724))

#### Site Editor
- On template creation, don't show search if not needed. ([42357](https://github.com/WordPress/gutenberg/pull/42357))

#### Accessibility
- BorderControl: Update labelling, tooltips and wrap with fieldset and legend. ([42348](https://github.com/WordPress/gutenberg/pull/42348))

#### Icons
- Add shuffle icon to library. ([42193](https://github.com/WordPress/gutenberg/pull/42193))

#### Nested / Inner Blocks
- Quote: Use nested blocks. ([25892](https://github.com/WordPress/gutenberg/pull/25892))

#### Colors
- Update color palette popover style. ([41900](https://github.com/WordPress/gutenberg/pull/41900))


### Bug Fixes

- Env: Download WordPress PHPUnit Into Container. ([41780](https://github.com/WordPress/gutenberg/pull/41780))
- Env: Restrict `WP_TESTS_DOMAIN` constant to just hostname and not home URL. ([41039](https://github.com/WordPress/gutenberg/pull/41039))
- Fix: Condition bug on BoxControl. ([42402](https://github.com/WordPress/gutenberg/pull/42402))
- MaybeCategoryPanel: Update category selector. ([42663](https://github.com/WordPress/gutenberg/pull/42663))
- Post title: Fix single line paste. ([42321](https://github.com/WordPress/gutenberg/pull/42321))
- Scripts: Exit error code 1 when status value is null. ([42396](https://github.com/WordPress/gutenberg/pull/42396))
- Style engine: Check item value validity. ([42487](https://github.com/WordPress/gutenberg/pull/42487))
- Utilize WordPress PHPUnit Test Library Included By `wp-env`. ([41852](https://github.com/WordPress/gutenberg/pull/41852))
- fix: Correct alt text footnote spacing. ([42504](https://github.com/WordPress/gutenberg/pull/42504))

#### Block Library
- Cover Block: Prevent transform to Group block when featured image is set. ([42638](https://github.com/WordPress/gutenberg/pull/42638))
- Cover block: Adding background-size and background-repeat properties to the block CSS. ([42470](https://github.com/WordPress/gutenberg/pull/42470))
- Fix tab/focus order issue in Media & text block. ([40806](https://github.com/WordPress/gutenberg/pull/40806))
- List v2: Add forward delete. ([42564](https://github.com/WordPress/gutenberg/pull/42564))
- List v2: Improve paste handling. ([42524](https://github.com/WordPress/gutenberg/pull/42524))
- List v2: Merge with nested items. ([42551](https://github.com/WordPress/gutenberg/pull/42551))
- List v2: Switch to default block type on Backspace from start. ([42633](https://github.com/WordPress/gutenberg/pull/42633))
- Page List: Fetch items with 'view' context. ([42559](https://github.com/WordPress/gutenberg/pull/42559))
- Social Icons Block: Fix button opacity in template parts. ([42641](https://github.com/WordPress/gutenberg/pull/42641))
- Group block: Add context to the word "Row". ([42255](https://github.com/WordPress/gutenberg/pull/42255))
- Hide prefix and suffix placeholders in post terms. ([42418](https://github.com/WordPress/gutenberg/pull/42418))
- Theme.json: Fix schema for button elements. ([42431](https://github.com/WordPress/gutenberg/pull/42431))
- [Media Text]: Fix deprecations regression. ([42816](https://github.com/WordPress/gutenberg/pull/42816))

#### Components
- AnglePickerControl: Fix gap between elements in RTL mode. ([42534](https://github.com/WordPress/gutenberg/pull/42534))
- ColorPalette: Fix background image in RTL mode. ([42510](https://github.com/WordPress/gutenberg/pull/42510))
- Context System: Don't explicitly set `undefined` value to `children`. ([42686](https://github.com/WordPress/gutenberg/pull/42686))
- Popover: Fix width on `expandOnMobile`. ([42635](https://github.com/WordPress/gutenberg/pull/42635))
- RangeControl: Clamp initialPosition between min and max values. ([42571](https://github.com/WordPress/gutenberg/pull/42571))
- Tooltip: Avoid unnecessary re-renders of `<select>` child elements. ([42483](https://github.com/WordPress/gutenberg/pull/42483))
- Tooltip: Fix positioning by anchoring to child element. ([41268](https://github.com/WordPress/gutenberg/pull/41268))

#### Accessibility
- Add aria-hidden to query pagination arrows. ([42583](https://github.com/WordPress/gutenberg/pull/42583))
- Fix labelling and semantics of the paragraph block Left to right control. ([42324](https://github.com/WordPress/gutenberg/pull/42324))
- Fix mismatching label and visible text on the Toggle block inserter button. ([42359](https://github.com/WordPress/gutenberg/pull/42359))
- Fix: The description text of block movers for horizontal movement. ([42393](https://github.com/WordPress/gutenberg/pull/42393))
- Replace clickable div elements with buttons in the Add template modal. ([42668](https://github.com/WordPress/gutenberg/pull/42668))

#### Post Editor
- Avoid 403 errors for users with low permissions. ([42413](https://github.com/WordPress/gutenberg/pull/42413))
- Display post template selection for non-admin users. ([42705](https://github.com/WordPress/gutenberg/pull/42705))
- Editor: Fix typo in translation string. ([42673](https://github.com/WordPress/gutenberg/pull/42673))

#### Block Editor
- Prevent link control popover from going offscreen. ([42389](https://github.com/WordPress/gutenberg/pull/42389))
- Writing flow: Fix caret movement for multiple lines. ([42423](https://github.com/WordPress/gutenberg/pull/42423))
- Writing flow: Fix caret placement in corners. ([42437](https://github.com/WordPress/gutenberg/pull/42437))
- Writing flow: Esc should enter Nav mode consistently, avoid focus loss when clearing selection. ([42530](https://github.com/WordPress/gutenberg/pull/42530))

#### CSS & Styling
- Elements: Buttons: Fix the path with the css to style the cursor for all button elements. ([42129](https://github.com/WordPress/gutenberg/pull/42129))
- Link elements: Add a :where selector to the :Not to lower specificity. ([42669](https://github.com/WordPress/gutenberg/pull/42669))
- Button Block: Change text-decoration style to low specificity. ([42545](https://github.com/WordPress/gutenberg/pull/42545))
- Element styles: Adding stylesheet to load in the editor. ([42132](https://github.com/WordPress/gutenberg/pull/42132))

#### Global Styles
- Elements: Fix heading and caption element selectors. ([42479](https://github.com/WordPress/gutenberg/pull/42479))
- Layout content size controls: Add left alignment to line up with description and other elements. ([42576](https://github.com/WordPress/gutenberg/pull/42576))
- Layout: Ensure defaultEditorStyles are still output in Classic themes. ([42906](https://github.com/WordPress/gutenberg/pull/42906))
- Theme JSON Resolver: Update cache check to also check that the object is an instance of the Gutenberg version. ([42756](https://github.com/WordPress/gutenberg/pull/42756))

#### Widgets Editor
- Add configuration option to skip autop on freeform blocks when parsing blocks. ([42623](https://github.com/WordPress/gutenberg/pull/42623))

#### Rich Text
- Annotation API: Fix __experimentalGetPropsForEditableTreePreparation. ([42596](https://github.com/WordPress/gutenberg/pull/42596))

#### Site Editor
- Fix typo in default category template's description. ([42586](https://github.com/WordPress/gutenberg/pull/42586))
- [Site Editor]: Fix Reakit warning on creation template component. ([42392](https://github.com/WordPress/gutenberg/pull/42392))
- Site Editor: Remove leftover class. ([42591](https://github.com/WordPress/gutenberg/pull/42591))

#### Themes
- Remove core/post-comments-form block styles that are overriding button element styles. ([42053](https://github.com/WordPress/gutenberg/pull/42053))

#### Icons
- Icons Package: Fix line icons styling. ([40315](https://github.com/WordPress/gutenberg/pull/40315))


### Performance

#### Components
- Lodash: Refactor a few components away from `_.isEmpty()`. ([42468](https://github.com/WordPress/gutenberg/pull/42468))
- Lodash: Refactor away from `_.compact()`. ([42438](https://github.com/WordPress/gutenberg/pull/42438))

#### Post Editor
- Lodash: Refactor `PageAttributesParent` away from `_.deburr()`. ([42429](https://github.com/WordPress/gutenberg/pull/42429))

#### Testing
- Lodash: Refactor away from `_.snakeCase()`. ([42427](https://github.com/WordPress/gutenberg/pull/42427))

#### Block Validation/Deprecation
- Lodash: Refactor away from `_.fromPairs()`. ([42217](https://github.com/WordPress/gutenberg/pull/42217))


### Experiments

- Style Engine Rules & Store objects. ([42222](https://github.com/WordPress/gutenberg/pull/42222))
- Style Engine: Add a WP_Style_Engine_Processor object. ([42463](https://github.com/WordPress/gutenberg/pull/42463))

#### CSS & Styling
- Style Engine: Add elements to the frontend. ([41732](https://github.com/WordPress/gutenberg/pull/41732))

#### Global Styles
- Block supports: Add fluid typography. ([39529](https://github.com/WordPress/gutenberg/pull/39529))
- Layout: Reduce specificity of fallback blockGap styles. ([42665](https://github.com/WordPress/gutenberg/pull/42665))


### Documentation

- Add @examples to core/blocks selectors. ([42572](https://github.com/WordPress/gutenberg/pull/42572))
- Consolidate editor filters and actions. ([42356](https://github.com/WordPress/gutenberg/pull/42356))
- Correct the documented return type for `WP_Block_Parser::Render()`. ([42642](https://github.com/WordPress/gutenberg/pull/42642))
- Doc: Update getEntityRecord/s param description. ([42488](https://github.com/WordPress/gutenberg/pull/42488))
- Docs: Add `variations` key to `block.json` JSON schema definition. ([42539](https://github.com/WordPress/gutenberg/pull/42539))
- Docs: Add missing data module references. ([42651](https://github.com/WordPress/gutenberg/pull/42651))
- Fix: Repetition of wrong word in string. ([42621](https://github.com/WordPress/gutenberg/pull/42621))
- Flex: Remove experimental from documentation and storybook. ([42301](https://github.com/WordPress/gutenberg/pull/42301))
- Include section on how to test code for a given WP major. ([42390](https://github.com/WordPress/gutenberg/pull/42390))
- Marking internal action as @ignore to remove them from the documentation. ([42163](https://github.com/WordPress/gutenberg/pull/42163))
- Theme JSON Docs: Clarify null, true, and false values for blockGap setting. ([42447](https://github.com/WordPress/gutenberg/pull/42447))
- ToolsPanel: Add a readme section related to laying out a ToolsPanel. ([42615](https://github.com/WordPress/gutenberg/pull/42615))

#### Components
- Improve documentation for the `SpaceInput` type. ([42376](https://github.com/WordPress/gutenberg/pull/42376))


### Code Quality

- Base Styles: Apply `long-content-fade` gradient from transparent to color. ([42401](https://github.com/WordPress/gutenberg/pull/42401))
- Fix jsx-a11y label-has-associated-control configuration. ([42671](https://github.com/WordPress/gutenberg/pull/42671))
- Fix: Two code issues on navigation link edit missing text. ([42440](https://github.com/WordPress/gutenberg/pull/42440))
- Remove deprecated eslint rules. ([42654](https://github.com/WordPress/gutenberg/pull/42654))
- Style Engine: Rename WP_Style_Engine_CSS_Rule->set_declarations to add_declarations. ([42464](https://github.com/WordPress/gutenberg/pull/42464))
- Style engine: Update return PHP doc comment and other nitpicks. ([42453](https://github.com/WordPress/gutenberg/pull/42453))

#### Global Styles
- Dimensions Global Styles: Split props into separate hooks to tidy up the panel component. ([42620](https://github.com/WordPress/gutenberg/pull/42620))

#### Block Library
- Remove unnecessary React Fragments. ([42529](https://github.com/WordPress/gutenberg/pull/42529))


### Tools

#### Testing
- Added unit test for cover block render function. ([42108](https://github.com/WordPress/gutenberg/pull/42108))
- Migrate hooks api test to playwright. ([42584](https://github.com/WordPress/gutenberg/pull/42584))
- Skip flaky navigation block permissions test. ([42693](https://github.com/WordPress/gutenberg/pull/42693))
- end-to-end Tests: Tweak Comments block tests after migrating to Playwright. ([42406](https://github.com/WordPress/gutenberg/pull/42406))

#### Build Tooling
- Update to reflect change in Documentation label. ([42395](https://github.com/WordPress/gutenberg/pull/42395))
- Add inline documentation on building API documentation to commit block API verify error message. ([42432](https://github.com/WordPress/gutenberg/pull/42432))


## First time contributors

The following PRs were merged by first time contributors:

- @kkmuffme: Remove deprecated eslint rules. ([42654](https://github.com/WordPress/gutenberg/pull/42654))
- @paulopmt1: Added WhatsApp icon to the Social Icon Block. ([42137](https://github.com/WordPress/gutenberg/pull/42137))


## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @afercia @ajlende @amustaque97 @andrewserong @arcangelini @aristath @bph @carolinan @chad1008 @ciampo @danielbachhuber @DAreRodz @dcalhoun @ellatrix @fabiankaegy @geriux @getdave @gziolo @jameskoster @johnbillion @jorgefilipecosta @kkmuffme @Mamaduka @matiasbenedetto @mirka @ndiego @noisysocks @ntsekouras @oandregal @ObliviousHarmony @paulopmt1 @pedro-mendonca @pooja-muchandikar @ramonjd @ryanwelcher @scruffian @SiobhyB @sunil25393 @t-hamano @talldan @tellthemachines @tyxla @vcanales @walbo @westonruter @zaguiini




= 13.7.3 =



## Changelog

### Various

- Redirect old `theme_page` Site Editor routes to the new `site-editor.php` page. ([42643](https://github.com/WordPress/gutenberg/pull/42643))

## Contributors

The following contributors merged PRs in this release:

@fullofcaffeine


= 13.7.2 =

## Changelog

### Bug Fixes

- Layout: Add not .alignfull rule from root CSS PR. ([42614](https://github.com/WordPress/gutenberg/pull/42614))


= 13.7.1 =

## Changelog

### Bug Fixes

- Plugin: Compatibility fixes for WP 5.9 and Site Editor ([42549](https://github.com/WordPress/gutenberg/pull/42549))
- Plugin: Fix PHP fatal error when using WP 5.9. ([42550](https://github.com/WordPress/gutenberg/pull/42550))


= 13.7.0 =

## Changelog

### Enhancements
- Update the modal design. ([40781](https://github.com/WordPress/gutenberg/pull/40781))
- Themes: Adds text decoration support to post title block. ([42328](https://github.com/WordPress/gutenberg/pull/42328))
- Social Link: Automatically prepend emails with mailto protocol. ([42186](https://github.com/WordPress/gutenberg/pull/42186))
- Add better ARIA labels to toggle buttons in Summary panel. ([42114](https://github.com/WordPress/gutenberg/pull/42114))
- Start with featured image in media placeholder. ([41722](https://github.com/WordPress/gutenberg/pull/41722))


#### Components
- ColorPicker: Widen hex input field for mobile. ([42004](https://github.com/WordPress/gutenberg/pull/42004))
- ComboboxControl / FormTokenField: Add flag for larger default size. ([40746](https://github.com/WordPress/gutenberg/pull/40746))
- Try tabs instead of segmented control for switching between solid/gradient in color panels. ([41937](https://github.com/WordPress/gutenberg/pull/41937))

#### Document Settings
- Make Post Format, Slug and Author fields fill the sidebar. ([42146](https://github.com/WordPress/gutenberg/pull/42146))
- Post Template: Update fallback label. ([42063](https://github.com/WordPress/gutenberg/pull/42063))
- Rewrite URL (Permalink) panel as a popover. ([42033](https://github.com/WordPress/gutenberg/pull/42033))

#### Full Site Editing
- Expand the templates that can be added - custom taxonomies, specific term, specific category and tag. ([41875](https://github.com/WordPress/gutenberg/pull/41875))
- Expand the templates that can be added - specific pages. ([42138](https://github.com/WordPress/gutenberg/pull/42138))
- Re-architect templates addition. ([42457](https://github.com/WordPress/gutenberg/pull/42457))
- List View: Use heading content for button label text if available. ([41855](https://github.com/WordPress/gutenberg/pull/41855))
- Add New - Custom/General template. ([42127](https://github.com/WordPress/gutenberg/pull/42127))
- Add the 'Apply to inner blocks' option to Block locking ([41876](https://github.com/WordPress/gutenberg/pull/41876))
- Update: Wording on add generic template modal. ([42379](https://github.com/WordPress/gutenberg/pull/42379))

#### Post Editor
- Add estimated time to read to table of contents in editor. ([41611](https://github.com/WordPress/gutenberg/pull/41611))
- Add month and day as a suggest format to the date format picker. ([42317](https://github.com/WordPress/gutenberg/pull/42317))
- Post Editor: Preload templates post type permissions (REST-API). ([42209](https://github.com/WordPress/gutenberg/pull/42209))

### New APIs

- JS Error Tracking: Allow custom error reporting logic to be called in Error Boundaries via a WP action hook. ([42024](https://github.com/WordPress/gutenberg/pull/42024))

### Accessibility 

- Add aria-checked to the selected heading level menu item. ([42273](https://github.com/WordPress/gutenberg/pull/42273))
- Fix tabbing from first or last block in site editor. ([42036](https://github.com/WordPress/gutenberg/pull/42036))
- Navigation block: Only focus submenu trigger on escape key press. ([41986](https://github.com/WordPress/gutenberg/pull/41986))
- Change the BoxControl ARIA role from region to group. ([42094](https://github.com/WordPress/gutenberg/pull/42094))
- Update site editor region labels to match post editor. ([42037](https://github.com/WordPress/gutenberg/pull/42037))

### Bug Fixes

- Enable `shift` in URLPopover component. ([42214](https://github.com/WordPress/gutenberg/pull/42214))
- Multi-selection: Fix select all in Safari. ([42340](https://github.com/WordPress/gutenberg/pull/42340))
- Playwright: Fix relative URLs. ([42361](https://github.com/WordPress/gutenberg/pull/42361))
- Document Settings: Fix tooltip appearing when opening popovers in Summary panel. ([42381](https://github.com/WordPress/gutenberg/pull/42381))
- MediaReplaceFlow: Fix UI showing stale URL by avoiding state duplication. ([42116](https://github.com/WordPress/gutenberg/pull/42116))
- Template Mode: Allow clearing name field while typing. ([42065](https://github.com/WordPress/gutenberg/pull/42065))
- Navigation: Prevent title and href props from being rendered as HTML attributes. ([41833](https://github.com/WordPress/gutenberg/pull/41833))
- Recurse into conditional CSS rules for Editor iframe stylesheets. ([41110](https://github.com/WordPress/gutenberg/pull/41110))

#### Block Library
- Comment template: Left, center and right alignments. ([41892](https://github.com/WordPress/gutenberg/pull/41892))
- Comments block: Remove stray legacy class from edit. ([42335](https://github.com/WordPress/gutenberg/pull/42335))
- Filter out images with no local id before loading media library. ([42083](https://github.com/WordPress/gutenberg/pull/42083))
- Fix undo trap in Gallery block when transforming from shortcode. ([42001](https://github.com/WordPress/gutenberg/pull/42001))
- Remove sticky posts setting when we inherit the query. ([40656](https://github.com/WordPress/gutenberg/pull/40656))
- Social Links: Set the default protocol to 'https' if not specified. ([42167](https://github.com/WordPress/gutenberg/pull/42167))

#### Components
- Add missing label to border radius range control. ([42118](https://github.com/WordPress/gutenberg/pull/42118))
- ComboboxControl: Use custom prefix when generating the instanceId. ([42134](https://github.com/WordPress/gutenberg/pull/42134))
- Popover: Pass missing anchor ref to the getAnchorRect callback prop. ([42076](https://github.com/WordPress/gutenberg/pull/42076))
- [Popover]: Fix regression of inbetween inserter in site editor. ([42329](https://github.com/WordPress/gutenberg/pull/42329))

#### Block Editor
- Fix Link Control 'Open in new tab' option not saving properly on committing link in buttons block. ([42073](https://github.com/WordPress/gutenberg/pull/42073))
- Fix list view drop indicator positioning. ([42353](https://github.com/WordPress/gutenberg/pull/42353))
- Make sure comments keep their location when inside paragraph. ([31374](https://github.com/WordPress/gutenberg/pull/31374))
- Handle cases when getBlockType returns undefined. ([41884](https://github.com/WordPress/gutenberg/pull/41884))

#### Site Editor
- Allow clearing template name field while typing. ([42149](https://github.com/WordPress/gutenberg/pull/42149))
- Template Parts: Disable block transformations. ([42090](https://github.com/WordPress/gutenberg/pull/42090))
- Update template details browse label. ([42350](https://github.com/WordPress/gutenberg/pull/42350))
- Fix pattern carousel / grid styling regression. ([42194](https://github.com/WordPress/gutenberg/pull/42194))

#### Global Styles
- Filter block level styles before compiling global stylesheet. ([42207](https://github.com/WordPress/gutenberg/pull/42207))
- Fix link element hover bleeding into button element default styles. ([42072](https://github.com/WordPress/gutenberg/pull/42072))

#### Post Editor
- Editor: Fix term selector component exports. ([41784](https://github.com/WordPress/gutenberg/pull/41784))
- Post Template: Fix condition checks. ([42038](https://github.com/WordPress/gutenberg/pull/42038))

#### Build Tooling
- Tests: Ignore test files in `build-types` folder. ([42260](https://github.com/WordPress/gutenberg/pull/42260))
- Fix: IsEditedPostAutosaveable test case. ([42280](https://github.com/WordPress/gutenberg/pull/42280))

### Performance
- Work on refactor away from Lodash to reduce build size continued

### Documentation
- Add support for @ignore in the docgen tool. ([42198](https://github.com/WordPress/gutenberg/pull/42198))
- Button Component readme :  Suggest label in case there is not text. ([40639](https://github.com/WordPress/gutenberg/pull/40639))
- New handbook page for curating the editor experience. ([42022](https://github.com/WordPress/gutenberg/pull/42022))
- Rename Templates page to Block Templates. ([42276](https://github.com/WordPress/gutenberg/pull/42276))
- Gutenberg Data Tutorial 5: Adding a Delete Button. ([40940](https://github.com/WordPress/gutenberg/pull/40940))
- Added new FAQ on disabling caching of theme.json. ([42346](https://github.com/WordPress/gutenberg/pull/42346))
- Update link to sample code in gutenberg-examples. ([42208](https://github.com/WordPress/gutenberg/pull/42208))
- Add @example for getNotices to create example in the handbook. ([42023](https://github.com/WordPress/gutenberg/pull/42023))
- Add examples for all actions/selectors for the @wordpress/notice package. ([42077](https://github.com/WordPress/gutenberg/pull/42077))
- Update versions in WordPress for upcoming 6.0.1 release. ([42161](https://github.com/WordPress/gutenberg/pull/42161))
- Fix code blocks for Block Transforms API. ([42287](https://github.com/WordPress/gutenberg/pull/42287))
- Fix formatting problems with curating handbook page. ([42135](https://github.com/WordPress/gutenberg/pull/42135))
- Fix link to meta box example. ([42293](https://github.com/WordPress/gutenberg/pull/42293))
- Update attributes example: Alter source children. ([41016](https://github.com/WordPress/gutenberg/pull/41016))

#### npm publishing workflow
- Simplify workflow with GitHub Actions ([42189](https://github.com/WordPress/gutenberg/pull/42189))
- Update details related to npm publishing. ([42364](https://github.com/WordPress/gutenberg/pull/42364))

### Experiments
- Add a `WP_Style_Engine_CSS_Declarations` object. ([42043](https://github.com/WordPress/gutenberg/pull/42043))
- Style engine: Rename 'css_var' option property to 'convert_vars_to_classnames'. ([42113](https://github.com/WordPress/gutenberg/pull/42113))
- Style engine: Return declarations in array response. ([42307](https://github.com/WordPress/gutenberg/pull/42307))
- Layout: Use semantic classnames, centralize layout definitions, reduce duplication, and fix blockGap in theme.json. ([40875](https://github.com/WordPress/gutenberg/pull/40875))

### Code Quality
- Block Editor: Use optional chaining in 'block-list' component. ([42068](https://github.com/WordPress/gutenberg/pull/42068))
- Blocks: Remove no longer used Block Content Context. ([41395](https://github.com/WordPress/gutenberg/pull/41395))
- Chore: Remove two empty unrequired object destructuring. ([42279](https://github.com/WordPress/gutenberg/pull/42279))
- Fix fix. ([42160](https://github.com/WordPress/gutenberg/pull/42160))
- Fix: Inexistent parameter passed to getBlockIndex on getBlockInsertionPoint. ([42250](https://github.com/WordPress/gutenberg/pull/42250))
- Fix: State type in automaticChangeStatus reducer. ([42251](https://github.com/WordPress/gutenberg/pull/42251))
- Style engine: Add unit test coverage for WP_Style_Engine_CSS_Declarations. ([42306](https://github.com/WordPress/gutenberg/pull/42306))
- Style engine: Rename main public function to reflect functionality. ([42140](https://github.com/WordPress/gutenberg/pull/42140))
- Update: Remove repeated and condition on useElevation. ([42048](https://github.com/WordPress/gutenberg/pull/42048))
- useSelect: Use useDebugValue to better display data in DevTools. ([42225](https://github.com/WordPress/gutenberg/pull/42225))

#### Migration to Typescript
- Grid: Convert component to TypeScript. ([41923](https://github.com/WordPress/gutenberg/pull/41923))
- HStack: Convert component to TypeScript. ([41580](https://github.com/WordPress/gutenberg/pull/41580))
- RangeControl: Convert component to TypeScript. ([40535](https://github.com/WordPress/gutenberg/pull/40535))
- RangeControl: Convert stories to TypeScript. ([41444](https://github.com/WordPress/gutenberg/pull/41444))
- RangeControl: Convert unit tests to typescript. ([41445](https://github.com/WordPress/gutenberg/pull/41445))
- Scrollable: Convert component to TypeScript. ([42016](https://github.com/WordPress/gutenberg/pull/42016))
- TextHighlight: Convert component to TypeScript. ([41698](https://github.com/WordPress/gutenberg/pull/41698))
- Tip: Covert component to TypeScript. ([42262](https://github.com/WordPress/gutenberg/pull/42262))
- VisuallyHidden: Convert component to TypeScript. ([42220](https://github.com/WordPress/gutenberg/pull/42220))
- Spacer: Complete TypeScript migration of component. ([42013](https://github.com/WordPress/gutenberg/pull/42013))
- 
#### Components
- Add eslint to prevent SSR breakage. ([42248](https://github.com/WordPress/gutenberg/pull/42248))
- Fix typos in components changelog. ([42244](https://github.com/WordPress/gutenberg/pull/42244))
- Refactor `ColorPicker` to pass `exhaustive-deps`. ([41294](https://github.com/WordPress/gutenberg/pull/41294))
- Refactor `Navigation` to pass `exhaustive-deps`. ([41612](https://github.com/WordPress/gutenberg/pull/41612))
- Refactor`FocalPointPicker` to pass exhaustive-deps. ([41520](https://github.com/WordPress/gutenberg/pull/41520))


#### Block Library
- More Block: Remove duplicate block class. ([42120](https://github.com/WordPress/gutenberg/pull/42120))
- Page Break Block: Remove duplicate block class. ([42121](https://github.com/WordPress/gutenberg/pull/42121))
- Page List Block: Remove duplicate useBlockProps hook. ([42123](https://github.com/WordPress/gutenberg/pull/42123))
- Remove client side variation fallbacks. ([42180](https://github.com/WordPress/gutenberg/pull/42180))
- Site Logo: Remove unnecessary state. ([42042](https://github.com/WordPress/gutenberg/pull/42042))

### Tools

- Automate the cherry-picking process for WordPress and Gutenberg releases. ([40969](https://github.com/WordPress/gutenberg/pull/40969))
- Update the minimum WP version to 5.9. ([41306](https://github.com/WordPress/gutenberg/pull/41306))
- Components: Remove duplicate CHANGELOG titles. ([42334](https://github.com/WordPress/gutenberg/pull/42334))


#### Testing
- Fix: Multiple regex in packages/env/lib/config/test/config.js. ([42249](https://github.com/WordPress/gutenberg/pull/42249))
- Migrate Block Mover Test For Playwright. ([42039](https://github.com/WordPress/gutenberg/pull/42039))
- Migrate format API test for playwright. ([42035](https://github.com/WordPress/gutenberg/pull/42035))
- Migrate list block test to Playwright. ([41555](https://github.com/WordPress/gutenberg/pull/41555))
- end-to-end Tests: Migrate Comments block test to Playwright. ([39826](https://github.com/WordPress/gutenberg/pull/39826))
- fix: Update Image block native end-to-end test fixture. ([42050](https://github.com/WordPress/gutenberg/pull/42050))
- SelectControl: Use roles and @testing-library/user-event in unit tests. ([42308](https://github.com/WordPress/gutenberg/pull/42308))

#### Build Tooling
- Ignore *.d.ts files when running unit tests. ([42304](https://github.com/WordPress/gutenberg/pull/42304))
- Dependency Extraction: Output asset.php files for shared chunks too. ([41002](https://github.com/WordPress/gutenberg/pull/41002))

#### Create Block
- Added prompt to continue when minimum system requirements not met. ([42151](https://github.com/WordPress/gutenberg/pull/42151))
- More careful prompts to continue when minimum system requirements are not met. ([42254](https://github.com/WordPress/gutenberg/pull/42254))
- Fix regression from `_.size()` refactoring. ([42049](https://github.com/WordPress/gutenberg/pull/42049))

#### Block Library
- Comments block: Change ID to `core/comments`. ([40506](https://github.com/WordPress/gutenberg/pull/40506))
- Elements: Buttons: Style the cursor for all button elements. ([42102](https://github.com/WordPress/gutenberg/pull/42102))
- Post Comments Form: Fix warning i18n. ([42131](https://github.com/WordPress/gutenberg/pull/42131))
- Use more clear and inclusive language in comments. ([42155](https://github.com/WordPress/gutenberg/pull/42155))

#### Global Styles
- Add link element `:Hover` interactivity control to global styles UI. ([41976](https://github.com/WordPress/gutenberg/pull/41976))
- Add support for heading elements. ([41981](https://github.com/WordPress/gutenberg/pull/41981))
- Add visited to link element allowed pseudo selector list. ([42096](https://github.com/WordPress/gutenberg/pull/42096))
- Button Elements: Allow element styles in classic themes. ([42012](https://github.com/WordPress/gutenberg/pull/42012))
- Theme.json:  Add spacing size presets. ([41527](https://github.com/WordPress/gutenberg/pull/41527))
- Theme.json Schema: Add support for button elements. ([42133](https://github.com/WordPress/gutenberg/pull/42133))

#### Block Editor
- Rich text: Remove placeholder on composition start. ([41970](https://github.com/WordPress/gutenberg/pull/41970))
- Rich text: Remove space handling (for BUTTON and SUMMARY). ([41977](https://github.com/WordPress/gutenberg/pull/41977))
- Site Editor: Make Code Editor reflect block conversions. ([42081](https://github.com/WordPress/gutenberg/pull/42081))
- Remove the Template panel option from the Preferences modal ([42030](https://github.com/WordPress/gutenberg/pull/42030))
#### Data Layer
- Enable useSelect autocompletion. ([41911](https://github.com/WordPress/gutenberg/pull/41911))
- Update wordpress/data documentation in order to prefer store object instead of store name to access the store. ([41210](https://github.com/WordPress/gutenberg/pull/41210))

## First time contributors

The following PRs were merged by first time contributors:

- @MarieComet: Button Component readme :  Suggest label in case there is not text. ([40639](https://github.com/WordPress/gutenberg/pull/40639))
- @rflw: Update attributes example: Alter source children. ([41016](https://github.com/WordPress/gutenberg/pull/41016))
- @schutzsmith: Theme.json Documentation - Added new FAQ on disabling caching of theme.json. ([42346](https://github.com/WordPress/gutenberg/pull/42346))
- @welenofsky: Update link to sample code in gutenberg-examples. ([42208](https://github.com/WordPress/gutenberg/pull/42208))


## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @adamziel @afercia @alexstine @andrewserong @annezazu @aristath @bph @c4rl0sbr4v0 @carolinan @chad1008 @ciampo @dcalhoun @draganescu @ellatrix @fullofcaffeine @geriux @getdave @glendaviesnz @gziolo @hz-tyfoon @jameskoster @jorgefilipecosta @jsnajdr @kevin940726 @Mamaduka @MarieComet @mcliwanow @mcsf @mikachan @mirka @ndiego @noisysocks @ntsekouras @ockham @oguzkocer @opr @pavanpatil1 @pooja-muchandikar @ralucaStan @ramonjd @renatho @rflw @ryanwelcher @schutzsmith @scruffian @SiobhyB @stokesman @t-hamano @talldan @torounit @tyxla @vdwijngaert @walbo @welenofsky @youknowriad




= 13.6.0 =


## Changelog

### Enhancements

#### UI 
- Increase fade intensity during spotlight mode. ([40454](https://github.com/WordPress/gutenberg/pull/40454))
- Improvements to "inherit default layout" toggle. ([41893](https://github.com/WordPress/gutenberg/pull/41893))
- Make it easier to select "Edit visually" when in "Edit as HTML. ([41516](https://github.com/WordPress/gutenberg/pull/41516))
- Abbreviate post schedule date when possible. ([41738](https://github.com/WordPress/gutenberg/pull/41738))

#### Global Styles
- Add support for caption elements. ([41140](https://github.com/WordPress/gutenberg/pull/41140))
- Add UI for button elements ([41659](https://github.com/WordPress/gutenberg/pull/41659)) and fix the button element selectors. ([41822](https://github.com/WordPress/gutenberg/pull/41822))
- Support pseudo selectors on `elements` in theme json. ([41786](https://github.com/WordPress/gutenberg/pull/41786))
- Add the ability to unset duotone in themes with default duotone set. ([39564](https://github.com/WordPress/gutenberg/pull/39564))
- Allow references to values in other locations in the tree. ([41696](https://github.com/WordPress/gutenberg/pull/41696))
- Lower specificity of elements block css. ([41931](https://github.com/WordPress/gutenberg/pull/41931))
- Add border to frontend style engine. ([41803](https://github.com/WordPress/gutenberg/pull/41803))
- Add schema support for styles.filter.duotone. ([41920](https://github.com/WordPress/gutenberg/pull/41920))
- Add an API make it easier to get class names. ([41753](https://github.com/WordPress/gutenberg/pull/41753))
- Update Theme JSON `$schema` to account for pseudo selector support. ([41936](https://github.com/WordPress/gutenberg/pull/41936))

#### Patterns
- Add the ability to use creation patterns for other post types besides page. ([41791](https://github.com/WordPress/gutenberg/pull/41791))

#### Block Library

- Columns: Change title of one third/two thirds column variation to 66/33. ([41734](https://github.com/WordPress/gutenberg/pull/41734))
- Navigation:
- Adjust mobile close button position when admin bar is visible. ([41664](https://github.com/WordPress/gutenberg/pull/41664))
- Make additional top margin specific to open modal. ([41949](https://github.com/WordPress/gutenberg/pull/41949))
- Move block CSS to JSON. ([41898](https://github.com/WordPress/gutenberg/pull/41898))
- Post Comments Form: Add button that enables commenting to warning. ([41603](https://github.com/WordPress/gutenberg/pull/41603))
- Cover:
- Strip whitespaces in render_block_core_cover. ([40859](https://github.com/WordPress/gutenberg/pull/40859))
- Implement axial top bottom margin. ([41963](https://github.com/WordPress/gutenberg/pull/41963))
- Image: Set Default state to media library for library button in image block. ([41678](https://github.com/WordPress/gutenberg/pull/41678))
- Classic: Remove CSS properties with vendor prefixes. ([41995](https://github.com/WordPress/gutenberg/pull/41995))
- Embed: Add Pocket Casts embed block variation. ([41006](https://github.com/WordPress/gutenberg/pull/41006))


#### Site and Template Editor
- Turn Template settings panel into a Template popover. ([41925](https://github.com/WordPress/gutenberg/pull/41925))
- Expand the template types that can be added - single custom post type and specific posts templates. ([41189](https://github.com/WordPress/gutenberg/pull/41189))
- Add clear customizations to template card. ([41743](https://github.com/WordPress/gutenberg/pull/41743))

#### Accessibility
- Make the site editor header toolbar use the ARIA toolbar pattern. ([41902](https://github.com/WordPress/gutenberg/pull/41902))
- Allow defining an aria-label in group blocks. ([41744](https://github.com/WordPress/gutenberg/pull/41744))
- Add keyboard shortcut for Strikethrough. ([41910](https://github.com/WordPress/gutenberg/pull/41910)) and inline code. ([41816](https://github.com/WordPress/gutenberg/pull/41816)) in the format library.
- Navigation submenus: Allow Escape key to close the submenu and focus trigger. ([41774](https://github.com/WordPress/gutenberg/pull/41774))
- Show the link completer shortcut on the help modals. ([41872](https://github.com/WordPress/gutenberg/pull/41872))


### Bug Fixes

- Fix incorrect '_n' usage in the block Editor. ([41886](https://github.com/WordPress/gutenberg/pull/41886))
- BlockPreview: Fix 'Infinity' is invalid 'minHeight' value warning. ([41766](https://github.com/WordPress/gutenberg/pull/41766))
- Compare against default category in the settings instead of hardcoded slug. ([41956](https://github.com/WordPress/gutenberg/pull/41956))
- Fix PHP 8.1 deprecation in the gallery block. ([41193](https://github.com/WordPress/gutenberg/pull/41193))
- Add 'application/zip' accept header. ([41602](https://github.com/WordPress/gutenberg/pull/41602))
- [Block Editor]: Fix content loss from `replaceInnerBlocks` with controlled blocks. ([41948](https://github.com/WordPress/gutenberg/pull/41948))
- Fix action button spacing on the widget editor. ([41915](https://github.com/WordPress/gutenberg/pull/41915))
- Render duotone presets in pattern preview. ([41249](https://github.com/WordPress/gutenberg/pull/41249))
 
#### Block Library
- List  v2:
- Fix impossible to outdent multiple list items. ([41713](https://github.com/WordPress/gutenberg/pull/41713))
- Set selection to created block after split with Enter. ([41899](https://github.com/WordPress/gutenberg/pull/41899))
- Transforms don't take into account nested blocks. ([41741](https://github.com/WordPress/gutenberg/pull/41741))
- Comments: Fix issue with custom font sizes and links color. ([41627](https://github.com/WordPress/gutenberg/pull/41627))
- Navigation: Fix permissions warning. ([41862](https://github.com/WordPress/gutenberg/pull/41862))
- Post Template: Ensure layout classnames are not attached to inner li elements. ([41827](https://github.com/WordPress/gutenberg/pull/41827))
- Image block: Preserve alt text from media library. ([41839](https://github.com/WordPress/gutenberg/pull/41839))
- Search block: Remove double spaces. ([41746](https://github.com/WordPress/gutenberg/pull/41746))
- Fix issue of background min height. ([41693](https://github.com/WordPress/gutenberg/pull/41693))
- Only use the post-title if the featured image is a link. ([41775](https://github.com/WordPress/gutenberg/pull/41775))
- Always load block CSS from __experimentalStyle on global styles output. ([42005](https://github.com/WordPress/gutenberg/pull/42005))

#### Components
- Border Controls/Color Palette: Ensure popovers remain within small viewports. ([41930](https://github.com/WordPress/gutenberg/pull/41930))
- ColorPicker: Remove horizontal scrollbar when using HSL or RGB color input types. ([41646](https://github.com/WordPress/gutenberg/pull/41646))
- DatePicker:  Respect site's 'Week Starts On' setting. ([41648](https://github.com/WordPress/gutenberg/pull/41648))
- BlockSettingsMenuControls: Fix 'showLockButton' check. ([41788](https://github.com/WordPress/gutenberg/pull/41788))
- Color Controls: Allow popovers to remain within smaller viewports. ([41929](https://github.com/WordPress/gutenberg/pull/41929))

#### REST API
- Fix retrieving autosaves when using a custom rest_namespace. ([41542](https://github.com/WordPress/gutenberg/pull/41542))
- Remove hardcoded references to rest namespace. ([41950](https://github.com/WordPress/gutenberg/pull/41950)), ([41951](https://github.com/WordPress/gutenberg/pull/41951)).


### Performance

- Continued the work refactor away from lodash usages in order to reduce the build size.
- Remove: Unrequired regex search on duotone supports. ([42020](https://github.com/WordPress/gutenberg/pull/42020))
- Ensure only the main query is modified when resolving template for new posts. ([40799](https://github.com/WordPress/gutenberg/pull/40799))
- Avoid calculating html block styles in useSelect. ([42026](https://github.com/WordPress/gutenberg/pull/42026))
- Fix performance regressionon pasting due to removeWindowsFragments. ([41907](https://github.com/WordPress/gutenberg/pull/41907))


### Documentation

- Add an explanation how to setup environment to run the performance test. ([41883](https://github.com/WordPress/gutenberg/pull/41883))
- Add local dev notes to aid when doing work on schemas. ([41968](https://github.com/WordPress/gutenberg/pull/41968))
- Fix Minor documentation inconsistencies on block attributes. ([41468](https://github.com/WordPress/gutenberg/pull/41468))
- Add an example for the end-to-end tests snapshot update. ([41999](https://github.com/WordPress/gutenberg/pull/41999))
- Fix documentation of Flex component to no longer be experimental. ([41926](https://github.com/WordPress/gutenberg/pull/41926))
- Fix link to "Good First Review" issues in README. ([41754](https://github.com/WordPress/gutenberg/pull/41754))
- Fix link to Flex component in FlexItem Readme. ([41928](https://github.com/WordPress/gutenberg/pull/41928))
- Fix some small inconsistencies in the block editor documentation. ([41861](https://github.com/WordPress/gutenberg/pull/41861))
- Update terminology and documentation of Style engine. ([41964](https://github.com/WordPress/gutenberg/pull/41964))
- Update skip serialization documentation to reflect ability to target specific properties. ([41277](https://github.com/WordPress/gutenberg/pull/41277))
- Add supports to basic sample code documentation. ([41589](https://github.com/WordPress/gutenberg/pull/41589))
- Update nested-blocks-inner-blocks.md. ([41962](https://github.com/WordPress/gutenberg/pull/41962))
- Document `fontFace` and it’s values in `theme.json` schema for the Webfonts API. ([41844](https://github.com/WordPress/gutenberg/pull/41844))


### Code Quality

- Fix: Double condition on or on block editor reducer. ([42019](https://github.com/WordPress/gutenberg/pull/42019))
- Remove WP 6.0 WP_REST_Block_Patterns_Controller class. ([41914](https://github.com/WordPress/gutenberg/pull/41914))
- Remove leftovers of legacy query-loop block. ([41891](https://github.com/WordPress/gutenberg/pull/41891))
- Remove `startBlankComponent` from __experimentalBlockPatternSetup. ([41721](https://github.com/WordPress/gutenberg/pull/41721))
- Move setting registration into WP 6.0 compat. ([41985](https://github.com/WordPress/gutenberg/pull/41985))
- Add __experimentalUseResourcePermissions to make code simpler. ([38785](https://github.com/WordPress/gutenberg/pull/38785))
))
- Remove Unnecessary '&& check' as 'optional chaining (authorDetails?.avatar_urls) check' is already used in the Avatar Block. ([41779](https://github.com/WordPress/gutenberg/pull/41779))
- Refactor `NavigationItem` component to pass `exhaustive-deps`. ([41639](https://github.com/WordPress/gutenberg/pull/41639))
- Move generation of layout util classes to existing method to avoid adding global public method WP. ([41885](https://github.com/WordPress/gutenberg/pull/41885))




### Tooling

#### Static analysis
- ESLint: Enable `ignoreRestSiblings` option for `no-unused-vars` rule. ([41897](https://github.com/WordPress/gutenberg/pull/41897))
- Fix a prettier error. ([41916](https://github.com/WordPress/gutenberg/pull/41916))
- SerializeBlock fix ESLint warning. ([41763](https://github.com/WordPress/gutenberg/pull/41763))

#### Testing
- Test migrations toPlaywright:
- spacer ([41590](https://github.com/WordPress/gutenberg/pull/41590))
- table block ([41945](https://github.com/WordPress/gutenberg/pull/41945))
- preview end-to-end tests ([41380](https://github.com/WordPress/gutenberg/pull/41380))
- style variations ([41427](https://github.com/WordPress/gutenberg/pull/41427))
- Button Block ([41494](https://github.com/WordPress/gutenberg/pull/41494))
- RTL test cases  ([41495](https://github.com/WordPress/gutenberg/pull/41495))
- `InputControl`: Add tests and update to use @testing-library/user-event. ([41421](https://github.com/WordPress/gutenberg/pull/41421))
- Skip flaky navingation end-to-end test. ([41829](https://github.com/WordPress/gutenberg/pull/41829))
- Fix the image rotating flaky test. ([41808](https://github.com/WordPress/gutenberg/pull/41808))

#### Storybook
- Add 40px size variant to NumberControl. ([41997](https://github.com/WordPress/gutenberg/pull/41997))
- Convert knobs to controls in NumberControl. ([41849](https://github.com/WordPress/gutenberg/pull/41849))
- Convert knobs to controls in spacer. ([41851](https://github.com/WordPress/gutenberg/pull/41851))

#### IDE's integrations
- Autocompletion support for useSelect (via jsDoc annotations). ([41596](https://github.com/WordPress/gutenberg/pull/41596))

#### Migrations to typescript
- ColorIndicator ([41587](https://github.com/WordPress/gutenberg/pull/41587)),
- FormToggle  ([41729](https://github.com/WordPress/gutenberg/pull/41729))
- Spinner([41540](https://github.com/WordPress/gutenberg/pull/41540))
- Truncate ([41697](https://github.com/WordPress/gutenberg/pull/41697))
- VStack ([41850](https://github.com/WordPress/gutenberg/pull/41850))
- BorderControl ([41843](https://github.com/WordPress/gutenberg/pull/41843))
- Heading ([41921](https://github.com/WordPress/gutenberg/pull/41921))


## First-time contributors

The following PRs were merged by first time contributors:

- @adambasa-dp: #30930 -  Make it easier to select "Edit visually" when in "Edit as HTML. ([41516](https://github.com/WordPress/gutenberg/pull/41516))
- @arturgrabo: Change case. ([41792](https://github.com/WordPress/gutenberg/pull/41792))
- @hz-tyfoon: Block Library (Avatar Block): Remove Unnecessary '&& check' as 'optional chaining (authorDetails?.avatar_urls) check' is already used. ([41779](https://github.com/WordPress/gutenberg/pull/41779))
- @inc2734: Add supports to basic sample code. ([41589](https://github.com/WordPress/gutenberg/pull/41589))
- @kbrown9: [RN Mobile] RichText: Return early when content has changed in onSelectionChangeFromAztec. ([41682](https://github.com/WordPress/gutenberg/pull/41682))
- @mcliwanow: Fix link to "Good First Review" issues in README. ([41754](https://github.com/WordPress/gutenberg/pull/41754))
- @navigatrum: Strip whitespaces in render_block_core_cover. ([40859](https://github.com/WordPress/gutenberg/pull/40859))
- @pavanpatil1: Migrate rtl test case to it's playwright version. ([41495](https://github.com/WordPress/gutenberg/pull/41495))
- @petitphp: #40675: Ensure only the main query is modified when resolving template for new posts. ([40799](https://github.com/WordPress/gutenberg/pull/40799))
- @phcp: Add Pocket Casts embed block variation. ([41006](https://github.com/WordPress/gutenberg/pull/41006))
- @vasartam: Block attributes docs: Minor documentation inconsistencies. ([41468](https://github.com/WordPress/gutenberg/pull/41468))
- @xylocone: Update nested-blocks-inner-blocks.md. ([41962](https://github.com/WordPress/gutenberg/pull/41962))
- @zaerl: Fix: Add 'application/zip' accept header. ([41602](https://github.com/WordPress/gutenberg/pull/41602))


## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @adambasa-dp @adamziel @afercia @ajlende @alexstine @andrewserong @aristath @arturgrabo @chad1008 @ciampo @dcalhoun @derekblank @fabiankaegy @fluiddot @georgeh @getdave @glendaviesnz @grappler @hz-tyfoon @inc2734 @jorgefilipecosta @kbrown9 @kevin940726 @MaggieCabrera @Mamaduka @matiasbenedetto @mcliwanow @mcsf @mikachan @miminari @mirka @mtias @navigatrum @noisysocks @ntsekouras @ockham @opr @pavanpatil1 @petitphp @phcp @pooja-muchandikar @ramonjd @scruffian @SiobhyB @spacedmonkey @stokesman @sunil25393 @t-hamano @talldan @tellthemachines @tomjn @tyxla @vasartam @walbo @xylocone @zaerl


= 13.5.2 =

## Changelog

### Bug Fixes

### Components
Revert: Refactor Autocomplete component to pass exhaustive-deps. (https://github.com/WordPress/gutenberg/pull/41820)


= 13.6.0-rc.1 =

## Changelog

### Enhancements

- ESLint: Enable `ignoreRestSiblings` option for `no-unused-vars` rule. ([41897](https://github.com/WordPress/gutenberg/pull/41897))
- Format Library: Add keyboard shortcut for Strikethrough. ([41910](https://github.com/WordPress/gutenberg/pull/41910))
- Format Library: Add keyboard shortcut for inline code. ([41816](https://github.com/WordPress/gutenberg/pull/41816))

#### Components
- ColorIndicator: Convert component to TypeScript. ([41587](https://github.com/WordPress/gutenberg/pull/41587))
- FormToggle: Covert component to TypeScript. ([41729](https://github.com/WordPress/gutenberg/pull/41729))
- Spinner: Convert component to TypeScript. ([41540](https://github.com/WordPress/gutenberg/pull/41540))
- Truncate: Convert component to TypeScript. ([41697](https://github.com/WordPress/gutenberg/pull/41697))
- VStack: Convert component to TypeScript. ([41850](https://github.com/WordPress/gutenberg/pull/41850))

#### Global Styles
- Add support for caption elements. ([41140](https://github.com/WordPress/gutenberg/pull/41140))
- Elements: Add UI for button elements. ([41659](https://github.com/WordPress/gutenberg/pull/41659))
- Support pseudo selectors on `elements` in theme json. ([41786](https://github.com/WordPress/gutenberg/pull/41786))

#### Widgets Editor
- Editors: Add a link completer shortcut to the help modals. ([41872](https://github.com/WordPress/gutenberg/pull/41872))
- Improve action button spacing. ([41915](https://github.com/WordPress/gutenberg/pull/41915))

#### Block Library
- Elements: Add an API make it easier to get class names. ([41753](https://github.com/WordPress/gutenberg/pull/41753))
- Elements: Button - Fix element selectors. ([41822](https://github.com/WordPress/gutenberg/pull/41822))

#### Design Tools
- Adding axial top bottom margin to the cover block. ([41963](https://github.com/WordPress/gutenberg/pull/41963))

#### Template Editor
- Turn Template settings panel into a Template popover. ([41925](https://github.com/WordPress/gutenberg/pull/41925))

#### Accessibility
- Make the site editor header toolbar use the ARIA toolbar pattern. ([41902](https://github.com/WordPress/gutenberg/pull/41902))

#### Document Settings
- Abbreviate post schedule date when possible. ([41738](https://github.com/WordPress/gutenberg/pull/41738))

#### Site Editor
- [Site Editor]: Expand the template types that can be added - single custom post type and specific posts templates. ([41189](https://github.com/WordPress/gutenberg/pull/41189))


### New APIs

- Add __experimentalUseResourcePermissions. ([38785](https://github.com/WordPress/gutenberg/pull/38785))


### Bug Fixes

- Block Editor: Fix incorrect '_n' usage. ([41886](https://github.com/WordPress/gutenberg/pull/41886))
- BlockPreview: Fix 'Infinity' is invalid 'minHeight' value warning. ([41766](https://github.com/WordPress/gutenberg/pull/41766))
- Change case. ([41792](https://github.com/WordPress/gutenberg/pull/41792))
- Compare against default category in the settings instead of hardcoded slug. ([41956](https://github.com/WordPress/gutenberg/pull/41956))
- Fix PHP 8.1 deprecation in the gallery block. ([41193](https://github.com/WordPress/gutenberg/pull/41193))
- Fix: Add 'application/zip' accept header. ([41602](https://github.com/WordPress/gutenberg/pull/41602))
- Skip flaky nav end-to-end test. ([41829](https://github.com/WordPress/gutenberg/pull/41829))
- Try to fix the image rotating flaky test. ([41808](https://github.com/WordPress/gutenberg/pull/41808))
- [Block Editor]: Fix content loss from `replaceInnerBlocks` with controlled blocks. ([41948](https://github.com/WordPress/gutenberg/pull/41948))

#### Block Library
- Comments Block: Fixed issue with custom font sizes and links color. ([41627](https://github.com/WordPress/gutenberg/pull/41627))
- Fix permissions warning showing when inserting a navigation block. ([41862](https://github.com/WordPress/gutenberg/pull/41862))
- Fixed issue of background min height. ([41693](https://github.com/WordPress/gutenberg/pull/41693))
- List block v2: Transform don't take into account nested blocks. ([41741](https://github.com/WordPress/gutenberg/pull/41741))
- Only use the post-title if the featured image is a link. ([41775](https://github.com/WordPress/gutenberg/pull/41775))
- Post Template: Ensure layout classnames are not attached to inner li elements. ([41827](https://github.com/WordPress/gutenberg/pull/41827))
- [List v2]: Set selection to created block after split with Enter. ([41899](https://github.com/WordPress/gutenberg/pull/41899))
- fix: Image block preserves alt text from media library. ([41839](https://github.com/WordPress/gutenberg/pull/41839))

#### Components
- Border Controls/Color Palette: Ensure popovers remain within small viewports. ([41930](https://github.com/WordPress/gutenberg/pull/41930))
- ColorPicker: Remove horizontal scrollbar when using HSL or RGB color input types. ([41646](https://github.com/WordPress/gutenberg/pull/41646))
- Make date picker respect site's 'Week Starts On' setting. ([41648](https://github.com/WordPress/gutenberg/pull/41648))
- Revert: Refactor `Autocomplete` component to pass `exhaustive-deps`. ([41820](https://github.com/WordPress/gutenberg/pull/41820))

#### REST API
- Fix retrieving autosaves when using a custom rest_namespace. ([41542](https://github.com/WordPress/gutenberg/pull/41542))
- Remove hardcoded reference to rest namespace in trash post. ([41950](https://github.com/WordPress/gutenberg/pull/41950))
- Remove hardcoded reference to wp/v2 in findOrCreateTerm. ([41951](https://github.com/WordPress/gutenberg/pull/41951))

#### Global Styles
- Always load block CSS from __experimentalStyle. ([42005](https://github.com/WordPress/gutenberg/pull/42005))

#### Design Tools
- Color Controls: Allow popovers to remain within smaller viewports. ([41929](https://github.com/WordPress/gutenberg/pull/41929))

#### Block Locking
- BlockSettingsMenuControls: Fix 'showLockButton' check. ([41788](https://github.com/WordPress/gutenberg/pull/41788))

#### Accessibility
- Navigation submenus: Allow Escape key to close the submenu and focus trigger. ([41774](https://github.com/WordPress/gutenberg/pull/41774))

#### Patterns
- Rendering duotone presets in pattern preview. ([41249](https://github.com/WordPress/gutenberg/pull/41249))


### Performance

- Continued the work refactor away from lodash usages in order to reduce the build size.
- Remove: Unrequired regex search on duotone supports. ([42020](https://github.com/WordPress/gutenberg/pull/42020))

#### Block Library
- Avoid calculating html block styles in useSelect. ([42026](https://github.com/WordPress/gutenberg/pull/42026))


#### Block Editor
- Pasting: Fix performance regression due to removeWindowsFragments. ([41907](https://github.com/WordPress/gutenberg/pull/41907))



### Experiments

#### CSS & Styling
- Style engine: Add border to frontend. ([41803](https://github.com/WordPress/gutenberg/pull/41803))


### Documentation

- Add an explanation how to setup environment to do run the performance test. ([41883](https://github.com/WordPress/gutenberg/pull/41883))
- Add local dev notes to aid when doing work on schemas. ([41968](https://github.com/WordPress/gutenberg/pull/41968))
- Block attributes docs: Minor documentation inconsistencies. ([41468](https://github.com/WordPress/gutenberg/pull/41468))
- Docs: Add an example for the end-to-end tests snapshot update. ([41999](https://github.com/WordPress/gutenberg/pull/41999))
- Fix documentation of Flex component to no longer be experimental. ([41926](https://github.com/WordPress/gutenberg/pull/41926))
- Fix link to "Good First Review" issues in README. ([41754](https://github.com/WordPress/gutenberg/pull/41754))
- Fix link to Flex component in FlexItem Readme. ([41928](https://github.com/WordPress/gutenberg/pull/41928))
- Fix some small inconsistencies in the block editor documentation. ([41861](https://github.com/WordPress/gutenberg/pull/41861))
- Style engine: Update terminology and documentation. ([41964](https://github.com/WordPress/gutenberg/pull/41964))
- Update skip serialization documentation to reflect ability to target specific properties. ([41277](https://github.com/WordPress/gutenberg/pull/41277))


### Code Quality

- Fix: Double condition on or on block editor reducer. ([42019](https://github.com/WordPress/gutenberg/pull/42019))
- Remove WP 6.0 WP_REST_Block_Patterns_Controller class. ([41914](https://github.com/WordPress/gutenberg/pull/41914))
- Remove leftovers of legacy query-loop block. ([41891](https://github.com/WordPress/gutenberg/pull/41891))
- [Block editor]: Remove `startBlankComponent` from __experimentalBlockPatternSetup. ([41721](https://github.com/WordPress/gutenberg/pull/41721))

#### Components
- Heading: Complete TypeScript migration of component. ([41921](https://github.com/WordPress/gutenberg/pull/41921))
- Refactor `NavigationItem` to pass `exhaustive-deps`. ([41639](https://github.com/WordPress/gutenberg/pull/41639))

#### Plugin
- Move setting registration into WP 6.0 compat. ([41985](https://github.com/WordPress/gutenberg/pull/41985))

#### CSS & Styling
- Layout: Move generation of util classes to existing method to avoid adding global public method WP. ([41885](https://github.com/WordPress/gutenberg/pull/41885))

#### Block Library
- Block Library (Avatar Block): Remove Unnecessary '&& check' as 'optional chaining (authorDetails?.avatar_urls) check' is already used. ([41779](https://github.com/WordPress/gutenberg/pull/41779))


### Tools

#### Testing
- Migrate spacer test to playwright. ([41590](https://github.com/WordPress/gutenberg/pull/41590))
- Migrate table block tests to Playwright. ([41945](https://github.com/WordPress/gutenberg/pull/41945))
- Refactor preview end-to-end tests to use Playwright. ([41380](https://github.com/WordPress/gutenberg/pull/41380))
- `InputControl`: Add tests and update to use @testing-library/user-event. ([41421](https://github.com/WordPress/gutenberg/pull/41421))
- end-to-end Tests: Migrate style variations tests to Playwright. ([41427](https://github.com/WordPress/gutenberg/pull/41427))

### Various

- Add schema support for styles.filter.duotone. ([41920](https://github.com/WordPress/gutenberg/pull/41920))
- Add supports to basic sample code. ([41589](https://github.com/WordPress/gutenberg/pull/41589))
- Improvements to "inherit default layout" toggle. ([41893](https://github.com/WordPress/gutenberg/pull/41893))
- Increase fade intensity during spotlight mode. ([40454](https://github.com/WordPress/gutenberg/pull/40454))
- List block v2: Fix impossible to outdent multiple list items. ([41713](https://github.com/WordPress/gutenberg/pull/41713))
- Migrate Button Block tests to Playwright. ([41494](https://github.com/WordPress/gutenberg/pull/41494))
- Migrate rtl test case to it's playwright version. ([41495](https://github.com/WordPress/gutenberg/pull/41495))
- Search block: Remove double spaces. ([41746](https://github.com/WordPress/gutenberg/pull/41746))
- SerializeBlock fix ESLint warning. ([41763](https://github.com/WordPress/gutenberg/pull/41763))
- Update Theme JSON `$schema` to account for pseudo selector support. ([41936](https://github.com/WordPress/gutenberg/pull/41936))
- Update nested-blocks-inner-blocks.md. ([41962](https://github.com/WordPress/gutenberg/pull/41962))
- Webfonts API: Document `fontFace` and it’s values in `theme.json` schema. ([41844](https://github.com/WordPress/gutenberg/pull/41844))
- [RN Mobile] RichText: Return early when content has changed in onSelectionChangeFromAztec. ([41682](https://github.com/WordPress/gutenberg/pull/41682))

#### Block Library
- #30930 -  Make it easier to select "Edit visually" when in "Edit as HTML. ([41516](https://github.com/WordPress/gutenberg/pull/41516))
- Columns block: Change title of one third/two thirds column variation to 66/33. ([41734](https://github.com/WordPress/gutenberg/pull/41734))
- Fix Prettier error. ([41916](https://github.com/WordPress/gutenberg/pull/41916))
- Navigation: Adjust mobile close button position when admin bar is visible. ([41664](https://github.com/WordPress/gutenberg/pull/41664))
- Navigation: Make additional top margin specific to open modal. ([41949](https://github.com/WordPress/gutenberg/pull/41949))
- Navigation: Move block CSS to JSON. ([41898](https://github.com/WordPress/gutenberg/pull/41898))
- Post Comments Form: Add button that enables commenting to warning. ([41603](https://github.com/WordPress/gutenberg/pull/41603))
- Strip whitespaces in render_block_core_cover. ([40859](https://github.com/WordPress/gutenberg/pull/40859))

#### Components
- BorderControl: Complete TypeScript migration. ([41843](https://github.com/WordPress/gutenberg/pull/41843))
- NumberControl: Add 40px size variant to Storybook. ([41997](https://github.com/WordPress/gutenberg/pull/41997))
- NumberControl: Convert knobs to controls in Storybook. ([41849](https://github.com/WordPress/gutenberg/pull/41849))
- Set Default state to media library for library button in image block. ([41678](https://github.com/WordPress/gutenberg/pull/41678))
- Spacer: Convert knobs to controls in Storybook. ([41851](https://github.com/WordPress/gutenberg/pull/41851))

#### Global Styles
- Allow references to values in other locations in the tree. ([41696](https://github.com/WordPress/gutenberg/pull/41696))
- Elements: Lower specificity of elements block css. ([41931](https://github.com/WordPress/gutenberg/pull/41931))

#### CSS & Styling
- Classic Block: Remove CSS properties with vendor prefixes. ([41995](https://github.com/WordPress/gutenberg/pull/41995))

#### Patterns
- Add: Ability to use creation patterns for other post types besides page. ([41791](https://github.com/WordPress/gutenberg/pull/41791))

#### Accessibility
- Allow defining an aria-label in group blocks. ([41744](https://github.com/WordPress/gutenberg/pull/41744))

#### Full Site Editing
- [Full Site Editing]: Add clear customizations to template card. ([41743](https://github.com/WordPress/gutenberg/pull/41743))

#### Data Layer
- Autocompletion support for useSelect (via jsDoc annotations). ([41596](https://github.com/WordPress/gutenberg/pull/41596))

#### Block Variations
- Add Pocket Casts embed block variation. ([41006](https://github.com/WordPress/gutenberg/pull/41006))

#### Templates API
- #40675: Ensure only the main query is modified when resolving template for new posts. ([40799](https://github.com/WordPress/gutenberg/pull/40799))

#### Themes
- Add the ability to unset duotone in themes with default duotone set. ([39564](https://github.com/WordPress/gutenberg/pull/39564))


## First-time contributors

The following PRs were merged by first time contributors:

- @adambasa-dp: #30930 -  Make it easier to select "Edit visually" when in "Edit as HTML. ([41516](https://github.com/WordPress/gutenberg/pull/41516))
- @arturgrabo: Change case. ([41792](https://github.com/WordPress/gutenberg/pull/41792))
- @hz-tyfoon: Block Library (Avatar Block): Remove Unnecessary '&& check' as 'optional chaining (authorDetails?.avatar_urls) check' is already used. ([41779](https://github.com/WordPress/gutenberg/pull/41779))
- @inc2734: Add supports to basic sample code. ([41589](https://github.com/WordPress/gutenberg/pull/41589))
- @kbrown9: [RN Mobile] RichText: Return early when content has changed in onSelectionChangeFromAztec. ([41682](https://github.com/WordPress/gutenberg/pull/41682))
- @mcliwanow: Fix link to "Good First Review" issues in README. ([41754](https://github.com/WordPress/gutenberg/pull/41754))
- @navigatrum: Strip whitespaces in render_block_core_cover. ([40859](https://github.com/WordPress/gutenberg/pull/40859))
- @pavanpatil1: Migrate rtl test case to it's playwright version. ([41495](https://github.com/WordPress/gutenberg/pull/41495))
- @petitphp: #40675: Ensure only the main query is modified when resolving template for new posts. ([40799](https://github.com/WordPress/gutenberg/pull/40799))
- @phcp: Add Pocket Casts embed block variation. ([41006](https://github.com/WordPress/gutenberg/pull/41006))
- @vasartam: Block attributes docs: Minor documentation inconsistencies. ([41468](https://github.com/WordPress/gutenberg/pull/41468))
- @xylocone: Update nested-blocks-inner-blocks.md. ([41962](https://github.com/WordPress/gutenberg/pull/41962))
- @zaerl: Fix: Add 'application/zip' accept header. ([41602](https://github.com/WordPress/gutenberg/pull/41602))


## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @adambasa-dp @adamziel @afercia @ajlende @alexstine @andrewserong @aristath @arturgrabo @chad1008 @ciampo @dcalhoun @derekblank @fabiankaegy @fluiddot @georgeh @getdave @glendaviesnz @grappler @hz-tyfoon @inc2734 @jorgefilipecosta @kbrown9 @kevin940726 @MaggieCabrera @Mamaduka @matiasbenedetto @mcliwanow @mcsf @mikachan @miminari @mirka @mtias @navigatrum @noisysocks @ntsekouras @ockham @opr @pavanpatil1 @petitphp @phcp @pooja-muchandikar @ramonjd @scruffian @SiobhyB @spacedmonkey @stokesman @sunil25393 @t-hamano @talldan @tellthemachines @tomjn @tyxla @vasartam @walbo @xylocone @zaerl


= 13.5.1 =



## Changelog

### Bug Fixes

### Block Themes

- Global Styles: Add block CSS rules after the Global Styles rules. ([41934](https://github.com/WordPress/gutenberg/pull/41934))

## Contributors

The following contributors merged PRs in this release:

@scruffian


= 13.5.0 =

## Changelog

### Enhancements

#### Components
- Use NumberControl as input field. ([41472](https://github.com/WordPress/gutenberg/pull/41472))
- Convert component to TypeScript. ([41681](https://github.com/WordPress/gutenberg/pull/41681))
- RadioControl: Convert component to TypeScript. ([41568](https://github.com/WordPress/gutenberg/pull/41568))

#### Media
- Adds featured image toggle to media replace flow. ([41476](https://github.com/WordPress/gutenberg/pull/41476))
- Add tooltip on replace image's URL. ([41504](https://github.com/WordPress/gutenberg/pull/41504))

#### Block Library
- Cover: Adds placeholder when feature image is in use. ([41460](https://github.com/WordPress/gutenberg/pull/41460))
- Post Navigation Link: Add design controls (color, text decoration, and font family). ([41378](https://github.com/WordPress/gutenberg/pull/41378))

#### Block Editor
- Copy plain text variant of blocks. ([41366](https://github.com/WordPress/gutenberg/pull/41366))
- Adds CTA and external link to block inserter flow. ([41112](https://github.com/WordPress/gutenberg/pull/41112))

#### Global Styles
- Move CSS from the stylesheet to the block definition. ([41689](https://github.com/WordPress/gutenberg/pull/41689))

#### Document Settings
- Highlight today's date in DatePicker. ([41647](https://github.com/WordPress/gutenberg/pull/41647))

#### Design Tools
- Cover: Move overlay and opacity controls to color panel. ([41102](https://github.com/WordPress/gutenberg/pull/41102))

### Bug Fixes

#### Block Editor
- Preferences Panel: Filters hidden blocks to only count those which are still registered. ([41454](https://github.com/WordPress/gutenberg/pull/41454))

#### Components
- Avoid including null values in blocks list. ([41496](https://github.com/WordPress/gutenberg/pull/41496))
- CustomGradientBar: Fix insertion and control point positioning to more closely follow cursor. ([41492](https://github.com/WordPress/gutenberg/pull/41492))
- Fix `ComboboxControl` post-reset focus. ([41737](https://github.com/WordPress/gutenberg/pull/41737))
- FormTokenField: Added Padding to resolve close button overlap issue. ([41556](https://github.com/WordPress/gutenberg/pull/41556))
- Tooltip: Fix jitter at edge of screen by enabling __unstableShift. ([41524](https://github.com/WordPress/gutenberg/pull/41524))

#### Block Library
- Fix JS Error in Avatar Block. ([41354](https://github.com/WordPress/gutenberg/pull/41354))
- Query Loop: Render `replace` button only if eligible patterns exist. ([41690](https://github.com/WordPress/gutenberg/pull/41690))
- Comments Title: Plural has been used instead of single in 1st parameter. ([41521](https://github.com/WordPress/gutenberg/pull/41521))

#### Design Tools
- Fix CSS Selectors rendered by theme.json duotone/filter settings for blocks on public pages. ([41335](https://github.com/WordPress/gutenberg/pull/41335))
- Webfonts: Increase priority of init hook to account for block reregistration. ([41569](https://github.com/WordPress/gutenberg/pull/41569))

#### Template Editor
- Include theme's templates in template list in post editor. ([41630](https://github.com/WordPress/gutenberg/pull/41630))

#### Site Editor
- Theme variations UI: Ensure that equality check takes into account all default theme properties. ([41591](https://github.com/WordPress/gutenberg/pull/41591))

#### CSS & Styling
- Add utility classnames back to blocks that have layout attributes specified. ([41487](https://github.com/WordPress/gutenberg/pull/41487))
- Allow for zero values for CSS properties in the style engine. ([41561](https://github.com/WordPress/gutenberg/pull/41561))

### Accessibility

- Fix lack of context on action buttons and improve A11Y for the template action buttons Edit/New. ([41615](https://github.com/WordPress/gutenberg/pull/41615))
- Fix focus trap on certain input types. ([41538](https://github.com/WordPress/gutenberg/pull/41538))
- Add label to Preview options dropdown menu. ([41566](https://github.com/WordPress/gutenberg/pull/41566))

### Experiments

- Style engine: Add border to backend. ([40531](https://github.com/WordPress/gutenberg/pull/40531))
- Style engine: Elements backend support. ([40987](https://github.com/WordPress/gutenberg/pull/40987))
- Global styles: Merge block CSS with `theme.json` styles. ([34180](https://github.com/WordPress/gutenberg/pull/34180))

### Documentation

- Add missing CHANGELOG entry. ([41745](https://github.com/WordPress/gutenberg/pull/41745))
- Enhancements to TypeScript migration guidelines. ([41669](https://github.com/WordPress/gutenberg/pull/41669))
- Add step for build and asset file. ([41511](https://github.com/WordPress/gutenberg/pull/41511))
- Feature flag refresh. ([41522](https://github.com/WordPress/gutenberg/pull/41522))
- Update link title and add the correct URL. ([41666](https://github.com/WordPress/gutenberg/pull/41666))
- Fix typo in block schema description. ([41570](https://github.com/WordPress/gutenberg/pull/41570))

### Code Quality

- Entity-aware type signature for getEntityRecord and getEntityRecords. ([41235](https://github.com/WordPress/gutenberg/pull/41235))
- Improves the types of createHigherOrderComponent and its usages. ([41138](https://github.com/WordPress/gutenberg/pull/41138))
- ESLint: Restrict removed Lodash functions. ([41651](https://github.com/WordPress/gutenberg/pull/41651))
- TypeScript: Add default context types to Entity Records in core-data. ([41595](https://github.com/WordPress/gutenberg/pull/41595))
- TypeScript: Improve type definitions in @wordpress/core-data. ([41593](https://github.com/WordPress/gutenberg/pull/41593))
- RNMobile: Update clicks to use clickIfClickable() when possible. ([41367](https://github.com/WordPress/gutenberg/pull/41367))

#### Components
- Draggable: Add clarifying inline comment after the recent hook dependency changes. ([41658](https://github.com/WordPress/gutenberg/pull/41658))
- Limit `Dropdown` cleanup to renders where the menu has actually been opened. ([41604](https://github.com/WordPress/gutenberg/pull/41604))
- Placeholder: Add an illustration option to the Placeholder component. ([41605](https://github.com/WordPress/gutenberg/pull/41605))
- Refactor `CustomGradientBar` to pass `exhaustive-deps`. ([41463](https://github.com/WordPress/gutenberg/pull/41463))
- Refactor `DateDayPicker` to pass `exhaustive-deps`. ([41470](https://github.com/WordPress/gutenberg/pull/41470))
- Refactor `Flex` to pass `exhaustive-deps`. ([41507](https://github.com/WordPress/gutenberg/pull/41507))
- Refactor `FontSizePicker` to pass `exhaustive-deps`. ([41600](https://github.com/WordPress/gutenberg/pull/41600))
- Refactor `InputControl` to pass `exhaustive-deps`. ([41601](https://github.com/WordPress/gutenberg/pull/41601))
- Refactor `Modal` to pass `exhaustive-deps`. ([41610](https://github.com/WordPress/gutenberg/pull/41610))
- Refactor`Draggable` to pass `exhaustive-deps`. ([41499](https://github.com/WordPress/gutenberg/pull/41499))
- Refactor`Dropdown` to pass `exhaustive-deps`. ([41505](https://github.com/WordPress/gutenberg/pull/41505))
- Rewrite `<FormTokenField>` to functional component and Typescript. ([41216](https://github.com/WordPress/gutenberg/pull/41216))
- TreeSelect Convert to Typescript. ([41536](https://github.com/WordPress/gutenberg/pull/41536))
- ZStack: Convert component story to TypeScript and add inline documentation. ([41694](https://github.com/WordPress/gutenberg/pull/41694))

#### Block Library
- Clarify updateNavigationLinkBlockAttributes. ([41657](https://github.com/WordPress/gutenberg/pull/41657))
- Comment Author and Date blocks: Aligned editor markup with the frontend. ([41631](https://github.com/WordPress/gutenberg/pull/41631))
- Cover Block: Move components to variables so they can be shared. ([41742](https://github.com/WordPress/gutenberg/pull/41742))
- Split useNavigationMenu into bite-size functions and add unit tests. ([41139](https://github.com/WordPress/gutenberg/pull/41139))
- File, Search Blocks: Lower CSS specificity. ([41393](https://github.com/WordPress/gutenberg/pull/41393))

#### Document Settings
- Extract header used in PostVisibility and PublishDateTimePicker to a new InspectorPopoverHeader component. ([41362](https://github.com/WordPress/gutenberg/pull/41362))

#### Lodash
- Refactor various Lodash methods. ([41701](https://github.com/WordPress/gutenberg/pull/41701)), ([41626](https://github.com/WordPress/gutenberg/pull/41626)), ([41731](https://github.com/WordPress/gutenberg/pull/41731)), ([41635](https://github.com/WordPress/gutenberg/pull/41635)), ([41672](https://github.com/WordPress/gutenberg/pull/41672)), ([41703](https://github.com/WordPress/gutenberg/pull/41703)), ([41692](https://github.com/WordPress/gutenberg/pull/41692)), ([41653](https://github.com/WordPress/gutenberg/pull/41653)), ([41654](https://github.com/WordPress/gutenberg/pull/41654)), ([41624](https://github.com/WordPress/gutenberg/pull/41624)), ([41688](https://github.com/WordPress/gutenberg/pull/41688)), ([41702](https://github.com/WordPress/gutenberg/pull/41702)), ([41652](https://github.com/WordPress/gutenberg/pull/41652)), ([41674](https://github.com/WordPress/gutenberg/pull/41674)), ([41634](https://github.com/WordPress/gutenberg/pull/41634)), ([41633](https://github.com/WordPress/gutenberg/pull/41633)), ([41632](https://github.com/WordPress/gutenberg/pull/41632)), ([41629](https://github.com/WordPress/gutenberg/pull/41629)), ([41706](https://github.com/WordPress/gutenberg/pull/41706)), ([41625](https://github.com/WordPress/gutenberg/pull/41625)), ([41701](https://github.com/WordPress/gutenberg/pull/41701))
- Remove various lodash usages. ([41719](https://github.com/WordPress/gutenberg/pull/41719)), ([41687](https://github.com/WordPress/gutenberg/pull/41687))


### Tools

#### Build Tooling
- Bump caniuse-lite version. ([41675](https://github.com/WordPress/gutenberg/pull/41675))
- Update testing-library dependencies to latest version. ([41710](https://github.com/WordPress/gutenberg/pull/41710))
- Upgrade wp-prettier to 2.6.2. ([40542](https://github.com/WordPress/gutenberg/pull/40542))
- Package.json: Bump engines.node version to >=14. ([41599](https://github.com/WordPress/gutenberg/pull/41599))

#### Testing
- Fixed failing DateTimePicker Unit test. ([41483](https://github.com/WordPress/gutenberg/pull/41483))
- Remove snapshot from Post Editor Template Mode test and target expected string instead. ([41563](https://github.com/WordPress/gutenberg/pull/41563))
- Skip some of the Drag & Drop end-to-end on iOS. ([41529](https://github.com/WordPress/gutenberg/pull/41529))
- Add controlled unit test, use modern Testing Library features. ([41668](https://github.com/WordPress/gutenberg/pull/41668))

#### Components
- Storybook: Update to the version 6.5. ([41585](https://github.com/WordPress/gutenberg/pull/41585))

## First time contributors

The following PRs were merged by first time contributors:

- @FilipposZ: Block-Editor: Add tooltip on replace image's URL. ([41504](https://github.com/WordPress/gutenberg/pull/41504))
- @manzurahammed: Block Library: Fix JS Error in Avatar Block. ([41354](https://github.com/WordPress/gutenberg/pull/41354))
- @msurdi: Avoid including null values in blocks list. ([41496](https://github.com/WordPress/gutenberg/pull/41496))
- @sebastienserre: Plural has been used instead of single in 1st parameter. ([41521](https://github.com/WordPress/gutenberg/pull/41521))
- @tharsheblows: Docs: Add step for build and asset file. ([41511](https://github.com/WordPress/gutenberg/pull/41511))

## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @adamziel @alexstine @andrewserong @chad1008 @ciampo @derekblank @draganescu @FilipposZ @fluiddot @geriux @glendaviesnz @jffng @jostnes @jsnajdr @MaggieCabrera @Mamaduka @manzurahammed @matiasbenedetto @mburridge @mcsf @mirka @msurdi @noisysocks @ntsekouras @oandregal @ramonjd @SavPhill @scruffian @sebastienserre @sunil25393 @t-hamano @tharsheblows @torounit @tyxla @walbo


= 13.4.0 =

## Changelog

### Enhancements

#### Block Library
- Block deprecations: Provide context when `blocks.registerBlockType` is applied to deprecations. ([36628](https://github.com/WordPress/gutenberg/pull/36628))
- File Block: Makes the button an element button. ([41239](https://github.com/WordPress/gutenberg/pull/41239))
- Gallery: Opt-in to axial (column/row) block spacing controls. ([41175](https://github.com/WordPress/gutenberg/pull/41175))
- Gallery block: Update the gallery gap to load styles in header for block themes. ([41015](https://github.com/WordPress/gutenberg/pull/41015))
- Navigation: Remove unnecessary 'role' attribute. ([41360](https://github.com/WordPress/gutenberg/pull/41360))
- Post Author Name: Add to and from Post Author transformations. ([41151](https://github.com/WordPress/gutenberg/pull/41151))
- Post Comments: Make the button an element button. ([41251](https://github.com/WordPress/gutenberg/pull/41251))
- Search Block - ability to specify additional search query vars. ([40585](https://github.com/WordPress/gutenberg/pull/40585))
- Site Logo: Update/site logo constrain image. ([41298](https://github.com/WordPress/gutenberg/pull/41298))

#### Components
- Allow removing bottom margin from SelectControl. ([41269](https://github.com/WordPress/gutenberg/pull/41269))
- ColorPicker: Only display detailed inputs. ([41222](https://github.com/WordPress/gutenberg/pull/41222))
- ColorPicker: Strip hash from pasted hex values in ColorPicker. ([41223](https://github.com/WordPress/gutenberg/pull/41223))
- Design updates to the Publish popover (`DateTimePicker`). ([41097](https://github.com/WordPress/gutenberg/pull/41097))
- Spacer: Add RTL support. ([41172](https://github.com/WordPress/gutenberg/pull/41172))

#### Global Styles
- Add support for button elements to theme.json. ([40260](https://github.com/WordPress/gutenberg/pull/40260))
- Button Element: Add support to Site Editor. ([41246](https://github.com/WordPress/gutenberg/pull/41246))
- Button Element: Update button element selector. ([41240](https://github.com/WordPress/gutenberg/pull/41240))

#### Design Tools
- Unify color UI. Refactor panel color gradient settings to use a tools panel.  ([41091](https://github.com/WordPress/gutenberg/pull/41091))

#### Full Site Editing
- Site Editor: Update `single` default template copy. ([41302](https://github.com/WordPress/gutenberg/pull/41302))
- FSE Templates: Add info to templates created from wp suggestion. ([41387](https://github.com/WordPress/gutenberg/pull/41387))

### New APIs

- Move the visible blocks state to the block editor store. ([41104](https://github.com/WordPress/gutenberg/pull/41104))

### Bug Fixes

- Fix customizer block toolbar after popover refactor. ([41312](https://github.com/WordPress/gutenberg/pull/41312))
- Get_style_nodes should be compatible with parent method. ([41217](https://github.com/WordPress/gutenberg/pull/41217))

#### Block Library
- Columns: Add default fallback gap value in block.json, and set to 2em for Columns blocks. ([41098](https://github.com/WordPress/gutenberg/pull/41098))
- Cover: Fix duotone when background is set to fixed. ([40554](https://github.com/WordPress/gutenberg/pull/40554))
- Gallery: Lower the priority of the gallery gap css so it loads after the block  layout css. ([41423](https://github.com/WordPress/gutenberg/pull/41423))
- Gallery: Support gaps that define column/row gaps to avoid PHP Warning/Fatal. ([41125](https://github.com/WordPress/gutenberg/pull/41125))
- Group: Check variation is registered before displaying it in the toolbar. ([41305](https://github.com/WordPress/gutenberg/pull/41305))
- Image: Revert error handling. ([41221](https://github.com/WordPress/gutenberg/pull/41221))
- List: List split bugs if the one of the splits is empty. ([41283](https://github.com/WordPress/gutenberg/pull/41283))
- Navigation: Fix broken Page title for pages created inline within in Nav block. ([41063](https://github.com/WordPress/gutenberg/pull/41063))
- Navigation: Remove all references to the navigation areas. ([41205](https://github.com/WordPress/gutenberg/pull/41205))
- Query: Inherit author from global query. ([40648](https://github.com/WordPress/gutenberg/pull/40648))
- Table of Contents: Convert `<br>` tags to spaces in headings. ([41206](https://github.com/WordPress/gutenberg/pull/41206))
- Table of Contents: Fix list block check. ([41351](https://github.com/WordPress/gutenberg/pull/41351))

#### Block Editor
- Block Variations: Fix block variation registration when `icon` is an `object` and contains `transform` scope. ([41457](https://github.com/WordPress/gutenberg/pull/41457))
- Handle no variation case in the block transform menu. ([41328](https://github.com/WordPress/gutenberg/pull/41328))
- Update the block popover position as we scroll the container. ([41402](https://github.com/WordPress/gutenberg/pull/41402))
- Writing Flow: Fix browser formatting with shortcuts on multiple selection. ([41207](https://github.com/WordPress/gutenberg/pull/41207))

#### Components
- BorderBoxControl: Fix right border control alignment on small viewports and RTL styles. ([41254](https://github.com/WordPress/gutenberg/pull/41254))
- ColorPalette: Update label correctly when value is CSS variable. ([41461](https://github.com/WordPress/gutenberg/pull/41461))
- InputControl: Fix undo when changing padding values. ([40518](https://github.com/WordPress/gutenberg/pull/40518))
- Popover, CustomGradientPicker, Dropdown: Fix positioning of popover when used in a dropdown. ([41361](https://github.com/WordPress/gutenberg/pull/41361))
- Style Variations: Set min-width for styles preview. ([41198](https://github.com/WordPress/gutenberg/pull/41198))

#### CSS & Styling
- Block styles: Account for style block nodes that have no name. ([41446](https://github.com/WordPress/gutenberg/pull/41446))

#### Site Editor
- Code Editor: Avoid content loss when switching between editors. ([41407](https://github.com/WordPress/gutenberg/pull/41407))
- Fix description in GetTemplateInfo. ([41394](https://github.com/WordPress/gutenberg/pull/41394))
- Navigation Menu Sidebar: Fix vertical alignment of rows in nav panel. ([40883](https://github.com/WordPress/gutenberg/pull/40883))
- Persist new template's description on creation. ([41281](https://github.com/WordPress/gutenberg/pull/41281))

### Performance

- Improve autocompleter performance. ([41197](https://github.com/WordPress/gutenberg/pull/41197))
- Load block CSS conditionally. ([41160](https://github.com/WordPress/gutenberg/pull/41160))
- Update React Spring. ([41185](https://github.com/WordPress/gutenberg/pull/41185))

### Experiments

- Remove Navigation screen from experiments page. ([40878](https://github.com/WordPress/gutenberg/pull/40878))

### Documentation

- Add missing entries to components package CHANGELOG. ([41159](https://github.com/WordPress/gutenberg/pull/41159))
- Added example for getSaveElement. ([41211](https://github.com/WordPress/gutenberg/pull/41211))
- Block support docs: Update blockGap notes. ([41225](https://github.com/WordPress/gutenberg/pull/41225))
- Change 'author' to 'category' in onCategoryChange. ([41299](https://github.com/WordPress/gutenberg/pull/41299))
- Components: Link Storybook in readme. ([41182](https://github.com/WordPress/gutenberg/pull/41182))
- Create Block: Improve block templates. ([41273](https://github.com/WordPress/gutenberg/pull/41273))
- Fix spelling mistake broswer to browser. ([41137](https://github.com/WordPress/gutenberg/pull/41137))
- Improve inline documentation. ([41209](https://github.com/WordPress/gutenberg/pull/41209))
- SlotFill: Remove note about portals being unstable. ([41359](https://github.com/WordPress/gutenberg/pull/41359))
- Update Page URL. ([41188](https://github.com/WordPress/gutenberg/pull/41188))

### Code Quality

- Entity configuration types. ([40995](https://github.com/WordPress/gutenberg/pull/40995))
- Remove unused color panel files. ([41148](https://github.com/WordPress/gutenberg/pull/41148))
- Remove the tooltip from the block selection button. ([41154](https://github.com/WordPress/gutenberg/pull/41154))
- Search: Avoid double escaping. ([41147](https://github.com/WordPress/gutenberg/pull/41147))
- Upgrade Rememo to v4. ([41415](https://github.com/WordPress/gutenberg/pull/41415))

#### Components
- Refactor `Autocomplete` to pass `exhaustive-deps`. ([41382](https://github.com/WordPress/gutenberg/pull/41382))
- Refactor `BorderControl` to pass `exhaustive-deps`. ([41259](https://github.com/WordPress/gutenberg/pull/41259))
- Refactor `ColorPalette` to disable `exhaustive-deps` check for now. ([41253](https://github.com/WordPress/gutenberg/pull/41253))
- Remove 'useCombinedRef' hook. ([41186](https://github.com/WordPress/gutenberg/pull/41186))
- Update @types/react-dates. ([41266](https://github.com/WordPress/gutenberg/pull/41266))
- Refactor `AlignmentMatrixControl` to pass `exhaustive-deps`. ([41167](https://github.com/WordPress/gutenberg/pull/41167))
- Surface: Convert component to TypeScript. ([41212](https://github.com/WordPress/gutenberg/pull/41212))
- TextareaControl: Convert component to TypeScript. ([41215](https://github.com/WordPress/gutenberg/pull/41215))

### Tools

#### Build Tooling
- jest-console: Add types directory to "files". ([41386](https://github.com/WordPress/gutenberg/pull/41386))
- Scripts: Convert file extension to js in `block.json` during build. ([41068](https://github.com/WordPress/gutenberg/pull/41068))
- Scripts:  Plugin-zip to include root path files. ([41439](https://github.com/WordPress/gutenberg/pull/41439))


#### Plugin
- Updates tested up to with 6.0 version. ([41272](https://github.com/WordPress/gutenberg/pull/41272))

#### Project Management
- Limit my codeowners to the REST API. ([41411](https://github.com/WordPress/gutenberg/pull/41411))

#### Testing
- CheckboxControl: Add unit tests. ([41165](https://github.com/WordPress/gutenberg/pull/41165))
- Enable iframe-inline-styles end-to-end test. ([35171](https://github.com/WordPress/gutenberg/pull/35171))
- Migrate code block tests to Playwright. ([41136](https://github.com/WordPress/gutenberg/pull/41136))
- Migrate html block test case to Playwright. ([41231](https://github.com/WordPress/gutenberg/pull/41231))
- Migrate preformatted block tests to Playwright. ([41128](https://github.com/WordPress/gutenberg/pull/41128))
- Migrate revert template test to Playwright. ([41310](https://github.com/WordPress/gutenberg/pull/41310))
- Migrate separator block tests to Playwright. ([41130](https://github.com/WordPress/gutenberg/pull/41130))
- Migrate template part test to playwright. ([41048](https://github.com/WordPress/gutenberg/pull/41048))
- Refactor check-local-changes script. ([41074](https://github.com/WordPress/gutenberg/pull/41074))
- Rewrite flaky tests reporter into its own package. ([41106](https://github.com/WordPress/gutenberg/pull/41106))
- Revert "Enable iframe-inline-styles end-to-end test". ([41369](https://github.com/WordPress/gutenberg/pull/41369))
- Upgrade Playwright and use the official role selector engine. ([41389](https://github.com/WordPress/gutenberg/pull/41389))
- Use @testing-library/user-event in `BoxControl` tests. ([41422](https://github.com/WordPress/gutenberg/pull/41422))
- Use @testing-library/user-event in TimePicker tests. ([41270](https://github.com/WordPress/gutenberg/pull/41270))

#### wp-env
- Allow skipping setting a configuration value by specifying it as null. ([41084](https://github.com/WordPress/gutenberg/pull/41084))
- Fixed `run` Argument Passing. ([41179](https://github.com/WordPress/gutenberg/pull/41179))
- Remove explicit git branch fallbacks for wp-env and update readme. ([41043](https://github.com/WordPress/gutenberg/pull/41043))

## First time contributors

The following PRs were merged by first time contributors:

- @CWBudde: Added example for getSaveElement. ([41211](https://github.com/WordPress/gutenberg/pull/41211))
- @derekblank:  ([40334](https://github.com/WordPress/gutenberg/pull/40334))
- @ObliviousHarmony: Env: Fixed `run` Argument Passing. ([41179](https://github.com/WordPress/gutenberg/pull/41179))
- @pooja-muchandikar: Migrate html block test case to Playwright. ([41231](https://github.com/WordPress/gutenberg/pull/41231))
- @xconsau: Change 'author' to 'category' in onCategoryChange. ([41299](https://github.com/WordPress/gutenberg/pull/41299))


## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @adamziel @aduth @amustaque97 @andrewserong @aristath @chad1008 @ciampo @CWBudde @dd32 @derekblank @draganescu @ethitter @fluiddot @geriux @getdave @glendaviesnz @gvgvgvijayan @gziolo @jameskoster @jorgefilipecosta @jostnes @JustinyAhin @kevin940726 @Mamaduka @matiasbenedetto @mirka @noisysocks @ntsekouras @ObliviousHarmony @pooja-muchandikar @ramonjd @SavPhill @scruffian @SiobhyB @stokesman @t-hamano @talldan @tellthemachines @TimothyBJacobs @tomasztunik @torounit @walbo @xconsau @youknowriad @ZebulanStanphill


= 13.3.0 =

## Changelog

### Enhancements

#### Preferences
- Avoid persisting preference every time the sidebar tab is changed. ([40923](https://github.com/WordPress/gutenberg/pull/40923))
- Editor preferences: Update order and copy. ([40981](https://github.com/WordPress/gutenberg/pull/40981))

#### Components
- BorderControl
    - Make border color consistent with other controls. ([40921](https://github.com/WordPress/gutenberg/pull/40921))
    - Make height consistent with other controls. ([40920](https://github.com/WordPress/gutenberg/pull/40920))
    - Make reset to default button only display when required. ([40917](https://github.com/WordPress/gutenberg/pull/40917))
- Select Component: Remove the lineheight setting to fix issue with font descenders being cut off. ([40985](https://github.com/WordPress/gutenberg/pull/40985))

#### Block Library
- Add an explicit error message if an image block fails to load the image. ([40982](https://github.com/WordPress/gutenberg/pull/40982))
- Add transform between cover and media & text. ([38458](https://github.com/WordPress/gutenberg/pull/38458))
- Post Terms: Add dynamic variations of custom taxonomies. ([39837](https://github.com/WordPress/gutenberg/pull/39837))
- Query Loop: Add `parents` filter. ([40933](https://github.com/WordPress/gutenberg/pull/40933))
- Add: Space to indent list item. ([39949](https://github.com/WordPress/gutenberg/pull/39949))
- Separator Block: Add border property for dots style to editor stylesheet. ([40855](https://github.com/WordPress/gutenberg/pull/40855))
- Button: Add text transform control. ([40858](https://github.com/WordPress/gutenberg/pull/40858))

#### Build Tooling
- dependency-extraction-webpack-plugin: Calculate vendor hash from file output rather than Webpack internal state. ([34969](https://github.com/WordPress/gutenberg/pull/34969))
- Dependency Extraction Webpack Plugin: Use OpenSSL provider supported in Node 17+. ([40503](https://github.com/WordPress/gutenberg/pull/40503))
- Update actions/setup-node GitHub action. ([40816](https://github.com/WordPress/gutenberg/pull/40816))

#### Design Tools
- BorderRadiusControl: Add tooltips to split border radius controls. ([40983](https://github.com/WordPress/gutenberg/pull/40983))

#### CSS & Styling
- BorderRadiusControl: Tweak spacing between input and range control to line up with BorderControl. ([40958](https://github.com/WordPress/gutenberg/pull/40958))

#### Template Editor
- Use the label 'Clear customizations' when changes are revertable. ([40935](https://github.com/WordPress/gutenberg/pull/40935))

#### npm Packages
- Packages: Add command to publish to npm targeting WP major release. ([40927](https://github.com/WordPress/gutenberg/pull/40927))

#### List View
- Block list: Add option in editor settings to show open list view as default. ([40757](https://github.com/WordPress/gutenberg/pull/40757))


### Bug Fixes

- Add missing styling panels for uncontrolled navigation. ([41114](https://github.com/WordPress/gutenberg/pull/41114))
- DOM: Allow copying text from non-text input elements. ([40192](https://github.com/WordPress/gutenberg/pull/40192))
- DOM: Deprecate `isNumberInput` and fix its handling of value=0. ([40896](https://github.com/WordPress/gutenberg/pull/40896))
- FlatTermSelector: Avoid errors when returned terms aren't iterable. ([41099](https://github.com/WordPress/gutenberg/pull/41099))
- Provide translators comment for Font size and Letter Case. ([40879](https://github.com/WordPress/gutenberg/pull/40879))

#### Block Library
- BorderControl: Fix focus styling. ([40951](https://github.com/WordPress/gutenberg/pull/40951))
- Add missing "type" to the search field on the editor. ([40782](https://github.com/WordPress/gutenberg/pull/40782))
- Comments Title
    - Fix post title translation. ([40972](https://github.com/WordPress/gutenberg/pull/40972))
    - Make non-editable. ([40817](https://github.com/WordPress/gutenberg/pull/40817))
- Cover: Update background type when using featured image. ([40873](https://github.com/WordPress/gutenberg/pull/40873))
- Fix Comments Form Title text alignment. ([40795](https://github.com/WordPress/gutenberg/pull/40795))
- Fix external styles leaking into Warning component. ([40868](https://github.com/WordPress/gutenberg/pull/40868))
- Image Editor: Remove HTML from error messages. ([40812](https://github.com/WordPress/gutenberg/pull/40812))
- Post Comments Block: Allow placeholders to reorder items in translations. ([40849](https://github.com/WordPress/gutenberg/pull/40849))
- Post Comments: Fix invalid date format in placeholder. ([40929](https://github.com/WordPress/gutenberg/pull/40929))
- Quote: Fix the embed discovery. ([41134](https://github.com/WordPress/gutenberg/pull/41134))
- Return immediately from Avatar block's render_callback if `$comment` is null. ([40835](https://github.com/WordPress/gutenberg/pull/40835))
- Use `get_the_post_thumbnail` function in the cover block.. ([40853](https://github.com/WordPress/gutenberg/pull/40853))
- List v2
    - Fix outdent on empty list item if we press enter. ([40939](https://github.com/WordPress/gutenberg/pull/40939))
    - Focus new list item added from sibling inserter. ([41051](https://github.com/WordPress/gutenberg/pull/41051))
    - Fixes an issue where pressing enter deletes innerblocks. ([41109](https://github.com/WordPress/gutenberg/pull/41109))
- CircularOptionPicker: Fix focused styles. ([40990](https://github.com/WordPress/gutenberg/pull/40990))
- Gallery block
    - Fix bug with initial image size. ([41079](https://github.com/WordPress/gutenberg/pull/41079))
    - Include image caption when converting a classic block gallery. ([40872](https://github.com/WordPress/gutenberg/pull/40872))
- Post Author block: Hide select author controle if there is no postId. ([40910](https://github.com/WordPress/gutenberg/pull/40910))

#### Site Editor
- Avoid previous content flash when a new template is created. ([40841](https://github.com/WordPress/gutenberg/pull/40841))
- Decode entities in the site title. ([40956](https://github.com/WordPress/gutenberg/pull/40956))
- Fix opinionated block styles loading in editor. ([40937](https://github.com/WordPress/gutenberg/pull/40937))
- Post Comments: Fix Older/Newer comments links styling. ([40948](https://github.com/WordPress/gutenberg/pull/40948))
- Template List: Fix word break for the 'Added by' column. ([40959](https://github.com/WordPress/gutenberg/pull/40959))
- Template editor: Show the inserter if the template part is empty. ([41024](https://github.com/WordPress/gutenberg/pull/41024))

#### Accessibility
- Prevent navigation on URL input suggestion selection via enter key. ([40906](https://github.com/WordPress/gutenberg/pull/40906))
- Table block: Fix focus loss after Create Table button is selected. ([40399](https://github.com/WordPress/gutenberg/pull/40399))
- Block Library - Latest Posts: Prevent opening the links in editor. ([40593](https://github.com/WordPress/gutenberg/pull/40593))

#### Global Styles
- Fix: Global Styles are always resettable. ([40887](https://github.com/WordPress/gutenberg/pull/40887))
- Fix: Global Styles: Impossible to open welcome guide if global styles are empty. ([40888](https://github.com/WordPress/gutenberg/pull/40888))
- Site editor: Preset custom color duplicates. ([40837](https://github.com/WordPress/gutenberg/pull/40837))
- Reduce active tab accent weight. ([40998](https://github.com/WordPress/gutenberg/pull/40998))

#### Post Editor
- Fix typo in the test description didPostSaveRequestSucceed. ([41064](https://github.com/WordPress/gutenberg/pull/41064))
- Post saved draft button: Overwrite default button component margin. ([40834](https://github.com/WordPress/gutenberg/pull/40834))

#### Themes
- Theme Export: Use a better method to determine the theme name. ([40829](https://github.com/WordPress/gutenberg/pull/40829))
- Theme Export: Use basename when determining the theme slug. ([41058](https://github.com/WordPress/gutenberg/pull/41058))

#### Template Editor
- Create single template via site editor if not existing. ([40830](https://github.com/WordPress/gutenberg/pull/40830))
- Templates: Only allow renaming user-created and non-default templates. ([40881](https://github.com/WordPress/gutenberg/pull/40881))

#### Components
- Fix Storybook builds. ([41089](https://github.com/WordPress/gutenberg/pull/41089))

#### Design Tools
- Layout: Remove double output of align-items in horizontal layouts. ([41018](https://github.com/WordPress/gutenberg/pull/41018))

#### Code Editor
- Fix save shortcut. ([40848](https://github.com/WordPress/gutenberg/pull/40848))

#### Global Styles
- Theme Json: Don't output double selectors for elements inside blocks. ([40889](https://github.com/WordPress/gutenberg/pull/40889))


### Performance

#### Block Library
- Ensure that post thumbnail is cached in latest post block. ([40571](https://github.com/WordPress/gutenberg/pull/40571))
- Ensure that post thumbnail is cached in post template block. ([40572](https://github.com/WordPress/gutenberg/pull/40572))
- Navigation link: Prime caches for all posts in menu items. ([40752](https://github.com/WordPress/gutenberg/pull/40752))
- useShortCodeTransform: Fetch media data in single request. ([40945](https://github.com/WordPress/gutenberg/pull/40945))
- Update the block overlay to rely on useDisabled hook. ([40649](https://github.com/WordPress/gutenberg/pull/40649))


### Experiments

- Style Engine: Add typography and color to frontend. ([40665](https://github.com/WordPress/gutenberg/pull/40665))
- Add: Raw handling to the new list block. ([39954](https://github.com/WordPress/gutenberg/pull/39954))

#### Block Library
- List v2
   - Indent multiple list items. ([40991](https://github.com/WordPress/gutenberg/pull/40991))
   - Outdent list item when pressing `Backspace` at the start. ([40962](https://github.com/WordPress/gutenberg/pull/40962))
- ToC block
    - Re-enable + use static markup and only support core Heading and Page Break blocks. ([29739](https://github.com/WordPress/gutenberg/pull/29739))
    - Mark Table of Contents block as experimental using `block.json` flag. ([40905](https://github.com/WordPress/gutenberg/pull/40905))

#### Data Layer
- Add suspense support to the data module. ([37261](https://github.com/WordPress/gutenberg/pull/37261))

### Documentation

- Add "How To Get Your Pull Request Reviewed?" to developer handbook. ([40589](https://github.com/WordPress/gutenberg/pull/40589))
- Add link to npm release details to the release documentation. ([40867](https://github.com/WordPress/gutenberg/pull/40867))
- Corrected the order in the code tabs. ([40569](https://github.com/WordPress/gutenberg/pull/40569))
- Docs: Git.io deprecation - Replace links. ([40734](https://github.com/WordPress/gutenberg/pull/40734))
- Document useEntityRecord/s in README.md and CHANGELOG.md. ([40932](https://github.com/WordPress/gutenberg/pull/40932))
- Fix typo in `Panel` readme. ([41111](https://github.com/WordPress/gutenberg/pull/41111))
- Remove mid-paragraph line breaks from 2-building-a-list-of-pages.md markdown. ([41025](https://github.com/WordPress/gutenberg/pull/41025))
- Typo - enqueue to enqueued. ([40880](https://github.com/WordPress/gutenberg/pull/40880))
- Update broken links. ([41071](https://github.com/WordPress/gutenberg/pull/41071))
- [Gutenberg Data Tutorial] Part 4: Building a new record form. ([39261](https://github.com/WordPress/gutenberg/pull/39261))

#### Components
- Use TypeScript and controls for `DateTimePicker`'s stories. ([40986](https://github.com/WordPress/gutenberg/pull/40986))

### Code Quality

- Convert core-data selectors from jsDoc annotations into TypeScript type signatures. ([40025](https://github.com/WordPress/gutenberg/pull/40025))
- Dependency extraction
    - Improve calculation of contentHash. ([40930](https://github.com/WordPress/gutenberg/pull/40930))
    - Respect hashDigestLength option for version field. ([40977](https://github.com/WordPress/gutenberg/pull/40977))
- Improve function name for finding navigation links that use the featured image. ([40904](https://github.com/WordPress/gutenberg/pull/40904))
- Interface: Fix deprecation messages. ([40825](https://github.com/WordPress/gutenberg/pull/40825))
- Make the useDisabled hook stable. ([40890](https://github.com/WordPress/gutenberg/pull/40890))
- Packages [Dependency Extraction Webpack Plugin]: Add new line at the end of *.assets.php. ([40753](https://github.com/WordPress/gutenberg/pull/40753))
- Remove unreachable inserter component. ([41103](https://github.com/WordPress/gutenberg/pull/41103))
- Styles hook: Swap out lodash methods with their JS equivalents. ([40918](https://github.com/WordPress/gutenberg/pull/40918))
- Update react-resize-aware with use-resize-observer. ([40509](https://github.com/WordPress/gutenberg/pull/40509))
- useRefEffect: Replace undefined with void in callback return type. ([40798](https://github.com/WordPress/gutenberg/pull/40798))
- Remove Flyout leftovers. ([41129](https://github.com/WordPress/gutenberg/pull/41129))
- Send registered patterns in HTML and combine them with REST ones. ([40818](https://github.com/WordPress/gutenberg/pull/40818))
- Refactor the Popover component to use the floatingUI library. ([40740](https://github.com/WordPress/gutenberg/pull/40740))
- Table of Contents block: Remove editor-only wrapper `<div>`. ([40899](https://github.com/WordPress/gutenberg/pull/40899))
- Color Controls: Merge color dropdown components. ([40084](https://github.com/WordPress/gutenberg/pull/40084))

#### Block Library
- Cover:
    - Refactor controls. ([40832](https://github.com/WordPress/gutenberg/pull/40832))
    - Correct resizeable spelling to US resizable. ([41100](https://github.com/WordPress/gutenberg/pull/41100))
- Post Terms:
    - Add wp_kses_post to prefix/suffix for consistency. ([40803](https://github.com/WordPress/gutenberg/pull/40803))
    - Post Terms: Insert defaultBlock on suffix end split. ([40934](https://github.com/WordPress/gutenberg/pull/40934))
- Replace hardcoded core/paragraph with getDefaultBlockName in onSplitAtEnd callbacks. ([40954](https://github.com/WordPress/gutenberg/pull/40954))
- Query Loop: Move sticky control to separate file. ([41101](https://github.com/WordPress/gutenberg/pull/41101))
- Search Block: Remove id attribute from svg. ([40828](https://github.com/WordPress/gutenberg/pull/40828))
- ButtonGroup: Convert to TypeScript. ([41007](https://github.com/WordPress/gutenberg/pull/41007))

#### Components
- Add jest-console typings and convert DateTimePicker tests to TypeScript. ([40957](https://github.com/WordPress/gutenberg/pull/40957))
- Rewrite DatePicker, TimePicker and DateTimePicker in TypeScript. ([40775](https://github.com/WordPress/gutenberg/pull/40775))
- Update `react-dates` to 21.8.0. ([40801](https://github.com/WordPress/gutenberg/pull/40801))
- Stabilize useEntityRecord and useEntityRecords. ([40162](https://github.com/WordPress/gutenberg/pull/40162))
- CheckboxControl: Convert component to TypeScript. ([40915](https://github.com/WordPress/gutenberg/pull/40915))

#### Plugin
- Declare blocks as __experimental in block.json to automate syncing Gutenberg packages to WordPress. ([40655](https://github.com/WordPress/gutenberg/pull/40655))
- Tools: Improve configuration for formatting files. ([40994](https://github.com/WordPress/gutenberg/pull/40994))
- Packages: Add command to publish to npm targeting WP major release. ([40927](https://github.com/WordPress/gutenberg/pull/40927))

#### Code Editor
- Don't commit 'non-dirty' changes. ([41092](https://github.com/WordPress/gutenberg/pull/41092))

#### Media
- Media Utils: Don't convert error messages into an array. ([39448](https://github.com/WordPress/gutenberg/pull/39448))

#### Block Editor
- Add constants for link entry types. ([36490](https://github.com/WordPress/gutenberg/pull/36490))

#### Post Editor
- DevicePreview: Remove unnecessary div tag. ([40911](https://github.com/WordPress/gutenberg/pull/40911))

### Tools

- Fix pull-request-automation CI check (temporarily until an upstream fix lands). ([41044](https://github.com/WordPress/gutenberg/pull/41044))
- Update package-lock.json. ([41045](https://github.com/WordPress/gutenberg/pull/41045))
- env :: Support ssh protocol for github repos. ([40451](https://github.com/WordPress/gutenberg/pull/40451))
- Add @fabiankaegy as a code owner for the docs/ directory. ([41057](https://github.com/WordPress/gutenberg/pull/41057))

#### Testing
- Add eslint warning about use of waitForTimeout to playwright eslint. ([40802](https://github.com/WordPress/gutenberg/pull/40802))
- Comment Template: Reorganize block tests to ease backport process. ([40739](https://github.com/WordPress/gutenberg/pull/40739))
- Fix: Env unit test fails on Windows. ([41070](https://github.com/WordPress/gutenberg/pull/41070))
- Migrate 'block-locking' to Playwright. ([41050](https://github.com/WordPress/gutenberg/pull/41050))
- Migrate and refactor image block end-to-end tests to Playwright. ([40804](https://github.com/WordPress/gutenberg/pull/40804))
- Migrated popovers.test.js to Playwright. ([39910](https://github.com/WordPress/gutenberg/pull/39910))
- Reorganize playwright utils and make canvas utils usable in the site editor. ([40815](https://github.com/WordPress/gutenberg/pull/40815))
- Setup user-event inline once per test. ([40839](https://github.com/WordPress/gutenberg/pull/40839))
- Test block insertion after title post blur. ([32944](https://github.com/WordPress/gutenberg/pull/32944))
- Tests: Remove comment template unit tests. ([40965](https://github.com/WordPress/gutenberg/pull/40965))
- useSelect: Add unit tests for usage without deps. ([40732](https://github.com/WordPress/gutenberg/pull/40732))

#### npm Packages
- Packages: Add GitHub workflow for publishing to npm. ([40976](https://github.com/WordPress/gutenberg/pull/40976))
- Packages: Add more npm release types to the GitHub workflow. ([41046](https://github.com/WordPress/gutenberg/pull/41046))


#### Block Library
- Heading block - add font family support. ([40970](https://github.com/WordPress/gutenberg/pull/40970))
- Only allow template part to be replaced if its a header or footer. ([40787](https://github.com/WordPress/gutenberg/pull/40787))
- Try a single icon for title blocks. ([40596](https://github.com/WordPress/gutenberg/pull/40596))



## First-time contributors

The following PRs were merged by first-time contributors:

- @anomiex: dependency-extraction-webpack-plugin: Calculate vendor hash from file output rather than Webpack internal state. ([34969](https://github.com/WordPress/gutenberg/pull/34969))
- @damiencarbery: Typo - enqueue to enqueued. ([40880](https://github.com/WordPress/gutenberg/pull/40880))
- @JessicaGosselin: Fix typo in `Panel` readme. ([41111](https://github.com/WordPress/gutenberg/pull/41111))
- @luminuu: Create single template via site editor if not existing. ([40830](https://github.com/WordPress/gutenberg/pull/40830))
- @n3f: env :: Support ssh protocol for github repos. ([40451](https://github.com/WordPress/gutenberg/pull/40451))
- @SavPhill: Update broken links. ([41071](https://github.com/WordPress/gutenberg/pull/41071))
- @shanjidah: Migrated popovers.test.js to Playwright. ([39910](https://github.com/WordPress/gutenberg/pull/39910))
- @tomjdv: Corrected the order in the code tabs. ([40569](https://github.com/WordPress/gutenberg/pull/40569))


## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @adamziel @Addison-Stavlo @alexstine @amustaque97 @andrewserong @anomiex @aristath @c4rl0sbr4v0 @carolinan @ciampo @damiencarbery @DAreRodz @dcalhoun @draganescu @fabiankaegy @fluiddot @geriux @getdave @glendaviesnz @gziolo @jameskoster @JessicaGosselin @jffng @jhnstn @jorgefilipecosta @jostnes @jsnajdr @kevin940726 @luisherranz @luminuu @Mamaduka @mauriac @mchowning @mcsf @michalczaplinski @mikachan @n3f @noisysocks @ntsekouras @ockham @ramonjd @SavPhill @scruffian @shanjidah @SiobhyB @Soean @spacedmonkey @t-hamano @talldan @tomasztunik @tomjdv @walbo @youknowriad @ZebulanStanphill


= 13.2.2 =



## Changelog

### Bug Fixes

#### Block Library
- Blocks: Don't abort registering blocks when a missing block file is found. ([41122](https://github.com/WordPress/gutenberg/pull/41122))

## Contributors

The following contributors merged PRs in this release:

@dd32


= 13.3.0-rc.1 =



## Changelog

### Enhancements

- Avoid persisting preference every time the sidebar tab is changed. ([40923](https://github.com/WordPress/gutenberg/pull/40923))
- Editor preferences: Update order and copy. ([40981](https://github.com/WordPress/gutenberg/pull/40981))
- Update the block overlay to rely on useDisabled hook. ([40649](https://github.com/WordPress/gutenberg/pull/40649))
- dependency-extraction-webpack-plugin: Calculate vendor hash from file output rather than Webpack internal state. ([34969](https://github.com/WordPress/gutenberg/pull/34969))

#### Components
- BorderControl: Fix focus styling. ([40951](https://github.com/WordPress/gutenberg/pull/40951))
- BorderControl: Make border color consistent with other controls. ([40921](https://github.com/WordPress/gutenberg/pull/40921))
- BorderControl: Make height consistent with other controls. ([40920](https://github.com/WordPress/gutenberg/pull/40920))
- BorderControl: Make reset to default button only display when required. ([40917](https://github.com/WordPress/gutenberg/pull/40917))
- ButtonGroup: Convert to TypeScript. ([41007](https://github.com/WordPress/gutenberg/pull/41007))
- CheckboxControl: Convert component to TypeScript. ([40915](https://github.com/WordPress/gutenberg/pull/40915))
- CircularOptionPicker: Fix focused styles. ([40990](https://github.com/WordPress/gutenberg/pull/40990))
- Refactor the Popover component to use the floatingUI library. ([40740](https://github.com/WordPress/gutenberg/pull/40740))

#### Block Library
- Add an explicit error message if an image block fails to load the image. ([40982](https://github.com/WordPress/gutenberg/pull/40982))
- Add transform between cover and media & text. ([38458](https://github.com/WordPress/gutenberg/pull/38458))
- Post Terms: Add dynamic variations of custom taxonomies. ([39837](https://github.com/WordPress/gutenberg/pull/39837))
- Query Loop: Add `parents` filter. ([40933](https://github.com/WordPress/gutenberg/pull/40933))

#### Design Tools
- BorderRadiusControl: Add tooltips to split border radius controls. ([40983](https://github.com/WordPress/gutenberg/pull/40983))
- Color Controls: Merge color dropdown components. ([40084](https://github.com/WordPress/gutenberg/pull/40084))

#### CSS & Styling
- BorderRadiusControl: Tweak spacing between input and range control to line up with BorderControl. ([40958](https://github.com/WordPress/gutenberg/pull/40958))
- Table of Contents block: Remove editor-only wrapper `<div>`. ([40899](https://github.com/WordPress/gutenberg/pull/40899))

#### Template Editor
- Use the label 'Clear customizations' when changes are revertable. ([40935](https://github.com/WordPress/gutenberg/pull/40935))

#### npm Packages
- Packages: Add command to publish to npm targeting WP major release. ([40927](https://github.com/WordPress/gutenberg/pull/40927))

#### Post Editor
- DevicePreview: Remove unnecessary div tag. ([40911](https://github.com/WordPress/gutenberg/pull/40911))

#### List View
- Block list: Add option in editor settings to show open list view as default. ([40757](https://github.com/WordPress/gutenberg/pull/40757))


### Bug Fixes

- Add missing styling panels for uncontrolled navigation. ([41114](https://github.com/WordPress/gutenberg/pull/41114))
- DOM: Allow copying text from non-text input elements. ([40192](https://github.com/WordPress/gutenberg/pull/40192))
- DOM: Deprecate `isNumberInput` and fix its handling of value=0. ([40896](https://github.com/WordPress/gutenberg/pull/40896))
- Dependency Extraction Webpack Plugin: Use OpenSSL provider supported in Node 17+. ([40503](https://github.com/WordPress/gutenberg/pull/40503))
- FlatTermSelector: Avoid errors when returned terms aren't iterable. ([41099](https://github.com/WordPress/gutenberg/pull/41099))
- Provide translators comment for Font size and Letter Case. ([40879](https://github.com/WordPress/gutenberg/pull/40879))

#### Block Library
- Add missing "type" to the search field on the editor. ([40782](https://github.com/WordPress/gutenberg/pull/40782))
- Comments Title: Fix post title translation. ([40972](https://github.com/WordPress/gutenberg/pull/40972))
- Comments Title: Make non-editable. ([40817](https://github.com/WordPress/gutenberg/pull/40817))
- Cover: Update background type when using featured image. ([40873](https://github.com/WordPress/gutenberg/pull/40873))
- Fix Comments Form Title text alignment. ([40795](https://github.com/WordPress/gutenberg/pull/40795))
- Fix external styles leaking into Warning component. ([40868](https://github.com/WordPress/gutenberg/pull/40868))
- Image Editor: Remove HTML from error messages. ([40812](https://github.com/WordPress/gutenberg/pull/40812))
- Post Comments Block: Allow placeholders to reorder items in translations. ([40849](https://github.com/WordPress/gutenberg/pull/40849))
- Post Comments: Fix invalid date format in placeholder. ([40929](https://github.com/WordPress/gutenberg/pull/40929))
- Quote: Fix the embed discovery. ([41134](https://github.com/WordPress/gutenberg/pull/41134))
- Return immediately from Avatar block's render_callback if `$comment` is null. ([40835](https://github.com/WordPress/gutenberg/pull/40835))
- Use `get_the_post_thumbnail` function in the cover block.. ([40853](https://github.com/WordPress/gutenberg/pull/40853))
- List v2: Fix outdent on empty list item if we press enter. ([40939](https://github.com/WordPress/gutenberg/pull/40939))
- List v2: Focus new list item added from sibling inserter. ([41051](https://github.com/WordPress/gutenberg/pull/41051))
- List v2: Fixes an issue where pressing enter deletes innerblocks. ([41109](https://github.com/WordPress/gutenberg/pull/41109))

#### Site Editor
- Avoid previous content flash when a new template is created. ([40841](https://github.com/WordPress/gutenberg/pull/40841))
- Decode entities in the site title. ([40956](https://github.com/WordPress/gutenberg/pull/40956))
- Fix opinionated block styles loading in editor. ([40937](https://github.com/WordPress/gutenberg/pull/40937))
- Post Comments: Fix Older/Newer comments links styling. ([40948](https://github.com/WordPress/gutenberg/pull/40948))
- Template List: Fix word break for the 'Added by' column. ([40959](https://github.com/WordPress/gutenberg/pull/40959))
- Template editor: Show the inserter if the template part is empty. ([41024](https://github.com/WordPress/gutenberg/pull/41024))

#### Accessibility
- Prevent navigation on URL input suggestion selection via enter key. ([40906](https://github.com/WordPress/gutenberg/pull/40906))
- Table block: Fix focus loss after Create Table button is selected. ([40399](https://github.com/WordPress/gutenberg/pull/40399))
- Block Library - Latest Posts: Prevent opening the links in editor. ([40593](https://github.com/WordPress/gutenberg/pull/40593))

#### Global Styles
- Fix: Global Styles are always resettable. ([40887](https://github.com/WordPress/gutenberg/pull/40887))
- Fix: Global Styles: Impossible to open welcome guide if global styles are empty. ([40888](https://github.com/WordPress/gutenberg/pull/40888))
- Site editor: Preset custom color duplicates. ([40837](https://github.com/WordPress/gutenberg/pull/40837))
- Reduce active tab accent weight. ([40998](https://github.com/WordPress/gutenberg/pull/40998))

#### Post Editor
- Fix typo in the test description didPostSaveRequestSucceed. ([41064](https://github.com/WordPress/gutenberg/pull/41064))
- Post saved draft button: Overwrite default button component margin. ([40834](https://github.com/WordPress/gutenberg/pull/40834))

#### Themes
- Theme Export: Use a better method to determine the theme name. ([40829](https://github.com/WordPress/gutenberg/pull/40829))
- Theme Export: Use basename when determining the theme slug. ([41058](https://github.com/WordPress/gutenberg/pull/41058))

#### Template Editor
- Create single template via site editor if not existing. ([40830](https://github.com/WordPress/gutenberg/pull/40830))
- Templates: Only allow renaming user-created and non-default templates. ([40881](https://github.com/WordPress/gutenberg/pull/40881))

#### Components
- Fix Storybook builds. ([41089](https://github.com/WordPress/gutenberg/pull/41089))

#### Design Tools
- Layout: Remove double output of align-items in horizontal layouts. ([41018](https://github.com/WordPress/gutenberg/pull/41018))

#### Code Editor
- Fix save shortcut. ([40848](https://github.com/WordPress/gutenberg/pull/40848))


### Performance

#### Block Library
- Ensure that post thumbnail is cached in latest post block. ([40571](https://github.com/WordPress/gutenberg/pull/40571))
- Ensure that post thumbnail is cached in post template block. ([40572](https://github.com/WordPress/gutenberg/pull/40572))
- Navigation link: Prime caches for all posts in menu items. ([40752](https://github.com/WordPress/gutenberg/pull/40752))
- useShortCodeTransform: Fetch media data in single request. ([40945](https://github.com/WordPress/gutenberg/pull/40945))


### Experiments

- Style Engine: Add typography and color to frontend. ([40665](https://github.com/WordPress/gutenberg/pull/40665))

#### Block Library
- List v2: Indent multiple list items. ([40991](https://github.com/WordPress/gutenberg/pull/40991))
- List v2: Outdent list item when pressing `Backspace` at the start. ([40962](https://github.com/WordPress/gutenberg/pull/40962))


### Documentation

- Add "How To Get Your Pull Request Reviewed?" to developer handbook. ([40589](https://github.com/WordPress/gutenberg/pull/40589))
- Add link to npm release details to the release documentation. ([40867](https://github.com/WordPress/gutenberg/pull/40867))
- Corrected the order in the code tabs. ([40569](https://github.com/WordPress/gutenberg/pull/40569))
- Docs: Git.io deprecation - Replace links. ([40734](https://github.com/WordPress/gutenberg/pull/40734))
- Document useEntityRecord/s in README.md and CHANGELOG.md. ([40932](https://github.com/WordPress/gutenberg/pull/40932))
- Fix typo in `Panel` readme. ([41111](https://github.com/WordPress/gutenberg/pull/41111))
- Remove mid-paragraph line breaks from 2-building-a-list-of-pages.md markdown. ([41025](https://github.com/WordPress/gutenberg/pull/41025))
- Typo - enqueue to enqueued. ([40880](https://github.com/WordPress/gutenberg/pull/40880))
- Update broken links. ([41071](https://github.com/WordPress/gutenberg/pull/41071))
- [Gutenberg Data Tutorial] Part 4: Building a new record form. ([39261](https://github.com/WordPress/gutenberg/pull/39261))

#### Components
- Use TypeScript and controls for `DateTimePicker`'s stories. ([40986](https://github.com/WordPress/gutenberg/pull/40986))


### Code Quality

- Convert core-data selectors from jsDoc annotations into TypeScript type signatures. ([40025](https://github.com/WordPress/gutenberg/pull/40025))
- Dependency extraction: Improve calculation of contentHash. ([40930](https://github.com/WordPress/gutenberg/pull/40930))
- Dependency extraction: Respect hashDigestLength option for version field. ([40977](https://github.com/WordPress/gutenberg/pull/40977))
- Improve function name for finding navigation links that use the featured image. ([40904](https://github.com/WordPress/gutenberg/pull/40904))
- Interface: Fix deprecation messages. ([40825](https://github.com/WordPress/gutenberg/pull/40825))
- Make the useDisabled hook stable. ([40890](https://github.com/WordPress/gutenberg/pull/40890))
- Packages [Dependency Extraction Webpack Plugin]: Add new line at the end of *.assets.php. ([40753](https://github.com/WordPress/gutenberg/pull/40753))
- Remove unreachable inserter component. ([41103](https://github.com/WordPress/gutenberg/pull/41103))
- Styles hook: Swap out lodash methods with their JS equivalents. ([40918](https://github.com/WordPress/gutenberg/pull/40918))
- Update react-resize-aware with use-resize-observer. ([40509](https://github.com/WordPress/gutenberg/pull/40509))
- useRefEffect: Replace undefined with void in callback return type. ([40798](https://github.com/WordPress/gutenberg/pull/40798))
- Remove Flyout leftovers. ([41129](https://github.com/WordPress/gutenberg/pull/41129))
- Send registered patterns in HTML and combine them with REST ones. ([40818](https://github.com/WordPress/gutenberg/pull/40818))

#### Block Library
- Cover: Refactor controls. ([40832](https://github.com/WordPress/gutenberg/pull/40832))
- Cover: Correct resizeable spelling to US resizable. ([41100](https://github.com/WordPress/gutenberg/pull/41100))
- Post Terms: Add wp_kses_post to prefix/suffix for consistency. ([40803](https://github.com/WordPress/gutenberg/pull/40803))
- Replace hardcoded core/paragraph with getDefaultBlockName in onSplitAtEnd callbacks. ([40954](https://github.com/WordPress/gutenberg/pull/40954))
- Post Terms: Insert defaultBlock on suffix end split. ([40934](https://github.com/WordPress/gutenberg/pull/40934))
- Query Loop: Move sticky control to separate file. ([41101](https://github.com/WordPress/gutenberg/pull/41101))

#### Components
- Add jest-console typings and convert DateTimePicker tests to TypeScript. ([40957](https://github.com/WordPress/gutenberg/pull/40957))
- Rewrite DatePicker, TimePicker and DateTimePicker in TypeScript. ([40775](https://github.com/WordPress/gutenberg/pull/40775))
- Update `react-dates` to 21.8.0. ([40801](https://github.com/WordPress/gutenberg/pull/40801))
- Stabilize useEntityRecord and useEntityRecords. ([40162](https://github.com/WordPress/gutenberg/pull/40162))

#### Plugin
- Declare blocks as __experimental in block.json to automate syncing Gutenberg packages to WordPress. ([40655](https://github.com/WordPress/gutenberg/pull/40655))
- Tools: Improve configuration for formatting files. ([40994](https://github.com/WordPress/gutenberg/pull/40994))

#### Code Editor
- Don't commit 'non-dirty' changes. ([41092](https://github.com/WordPress/gutenberg/pull/41092))

#### Media
- Media Utils: Don't convert error messages into an array. ([39448](https://github.com/WordPress/gutenberg/pull/39448))

#### Block Editor
- Add constants for link entry types. ([36490](https://github.com/WordPress/gutenberg/pull/36490))


### Tools

- Fix pull-request-automation CI check (temporarily until an upstream fix lands). ([41044](https://github.com/WordPress/gutenberg/pull/41044))
- Update package-lock.json. ([41045](https://github.com/WordPress/gutenberg/pull/41045))
- env :: Support ssh protocol for github repos. ([40451](https://github.com/WordPress/gutenberg/pull/40451))
- Add @fabiankaegy as a code owner for the docs/ directory. ([41057](https://github.com/WordPress/gutenberg/pull/41057))

#### Testing
- Add eslint warning about use of waitForTimeout to playwright eslint. ([40802](https://github.com/WordPress/gutenberg/pull/40802))
- Comment Template: Reorganize block tests to ease backport process. ([40739](https://github.com/WordPress/gutenberg/pull/40739))
- Fix: Env unit test fails on Windows. ([41070](https://github.com/WordPress/gutenberg/pull/41070))
- Migrate 'block-locking' to Playwright. ([41050](https://github.com/WordPress/gutenberg/pull/41050))
- Migrate and refactor image block end-to-end tests to Playwright. ([40804](https://github.com/WordPress/gutenberg/pull/40804))
- Migrated popovers.test.js to Playwright. ([39910](https://github.com/WordPress/gutenberg/pull/39910))
- Reorganize playwright utils and make canvas utils usable in the site editor. ([40815](https://github.com/WordPress/gutenberg/pull/40815))
- Setup user-event inline once per test. ([40839](https://github.com/WordPress/gutenberg/pull/40839))
- Test block insertion after title post blur. ([32944](https://github.com/WordPress/gutenberg/pull/32944))
- Tests: Remove comment template unit tests. ([40965](https://github.com/WordPress/gutenberg/pull/40965))

#### npm Packages
- Packages: Add GitHub workflow for publishing to npm. ([40976](https://github.com/WordPress/gutenberg/pull/40976))
- Packages: Add more npm release types to the GitHub workflow. ([41046](https://github.com/WordPress/gutenberg/pull/41046))

#### Build Tooling
- Build Tools: Update actions/setup-node GitHub action. ([40816](https://github.com/WordPress/gutenberg/pull/40816))

#### Block Library
- Add: Raw handling to the new list block. ([39954](https://github.com/WordPress/gutenberg/pull/39954))
- Add: Space to indent list item. ([39949](https://github.com/WordPress/gutenberg/pull/39949))
- Gallery block: Fix bug with initial image size. ([41079](https://github.com/WordPress/gutenberg/pull/41079))
- Gallery block: Include image caption when converting a classic block gallery. ([40872](https://github.com/WordPress/gutenberg/pull/40872))
- Heading block - add font family support. ([40970](https://github.com/WordPress/gutenberg/pull/40970))
- Mark Table of Contents block as experimental using `block.json` flag. ([40905](https://github.com/WordPress/gutenberg/pull/40905))
- Only allow template part to be replaced if its a header or footer. ([40787](https://github.com/WordPress/gutenberg/pull/40787))
- Post Author block: Hide select author controle if there is no postId. ([40910](https://github.com/WordPress/gutenberg/pull/40910))
- Search Block: Remove id attribute from svg. ([40828](https://github.com/WordPress/gutenberg/pull/40828))
- Separator Block: Add border property for dots style to editor stylesheet. ([40855](https://github.com/WordPress/gutenberg/pull/40855))
- ToC block: Re-enable + use static markup and only support core Heading and Page Break blocks. ([29739](https://github.com/WordPress/gutenberg/pull/29739))
- Try a single icon for title blocks. ([40596](https://github.com/WordPress/gutenberg/pull/40596))

#### Data Layer
- Add suspense support to the data module. ([37261](https://github.com/WordPress/gutenberg/pull/37261))
- useSelect: Add unit tests for usage without deps. ([40732](https://github.com/WordPress/gutenberg/pull/40732))

#### Components
- Select Component: Remove the lineheight setting to fix issue with font descenders being cut off. ([40985](https://github.com/WordPress/gutenberg/pull/40985))

#### Global Styles
- Theme Json: Don't output double selectors for elements inside blocks. ([40889](https://github.com/WordPress/gutenberg/pull/40889))

#### Design Tools
- Button: Add text transform control. ([40858](https://github.com/WordPress/gutenberg/pull/40858))


## First time contributors

The following PRs were merged by first time contributors:

- @anomiex: dependency-extraction-webpack-plugin: Calculate vendor hash from file output rather than Webpack internal state. ([34969](https://github.com/WordPress/gutenberg/pull/34969))
- @damiencarbery: Typo - enqueue to enqueued. ([40880](https://github.com/WordPress/gutenberg/pull/40880))
- @JessicaGosselin: Fix typo in `Panel` readme. ([41111](https://github.com/WordPress/gutenberg/pull/41111))
- @luminuu: Create single template via site editor if not existing. ([40830](https://github.com/WordPress/gutenberg/pull/40830))
- @n3f: env :: Support ssh protocol for github repos. ([40451](https://github.com/WordPress/gutenberg/pull/40451))
- @SavPhill: Update broken links. ([41071](https://github.com/WordPress/gutenberg/pull/41071))
- @shanjidah: Migrated popovers.test.js to Playwright. ([39910](https://github.com/WordPress/gutenberg/pull/39910))
- @tomjdv: Corrected the order in the code tabs. ([40569](https://github.com/WordPress/gutenberg/pull/40569))


## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @adamziel @Addison-Stavlo @alexstine @amustaque97 @andrewserong @anomiex @aristath @c4rl0sbr4v0 @carolinan @ciampo @damiencarbery @DAreRodz @dcalhoun @draganescu @fabiankaegy @fluiddot @geriux @getdave @glendaviesnz @gziolo @jameskoster @JessicaGosselin @jffng @jhnstn @jorgefilipecosta @jostnes @jsnajdr @kevin940726 @luisherranz @luminuu @Mamaduka @mauriac @mchowning @mcsf @michalczaplinski @mikachan @n3f @noisysocks @ntsekouras @ockham @ramonjd @SavPhill @scruffian @shanjidah @SiobhyB @Soean @spacedmonkey @t-hamano @talldan @tomasztunik @tomjdv @walbo @youknowriad @ZebulanStanphill


= 13.2.1 =

## Changelog

### Bug Fixes

- Fix the position of the block inserter in between blocks ([40919](https://github.com/WordPress/gutenberg/pull/40919)) 


= 13.2.0 =

## Changelog

### Features

- Add new preferences persistence API, and save editor preferences in user meta. ([39795](https://github.com/WordPress/gutenberg/pull/39795))

### Enhancements

- Add visualizers for padding and margin for all blocks. ([40505](https://github.com/WordPress/gutenberg/pull/40505))
- Remove the spotlight mode from template parts. ([40652](https://github.com/WordPress/gutenberg/pull/40652))

#### Block Library

- Placeholders:
  - Update post content placeholder. ([40177](https://github.com/WordPress/gutenberg/pull/40177))
  - Update the placeholder for post excerpt. ([40178](https://github.com/WordPress/gutenberg/pull/40178))
  - Add placeholder to Post Comments block. ([40484](https://github.com/WordPress/gutenberg/pull/40484))
  - Improve the logic for warnings for Post Comments Form placeholder. ([40563](https://github.com/WordPress/gutenberg/pull/40563))
  - Post Comments Form: Add "proper" visual representation in the editor. ([40368](https://github.com/WordPress/gutenberg/pull/40368))
- Comments Query Loop: Add Post Comments Form block to Comments Query Loop template. ([40256](https://github.com/WordPress/gutenberg/pull/40256))
- Post Comments block: Enqueue comment-reply script. ([40366](https://github.com/WordPress/gutenberg/pull/40366))
- Cover: Avoid unnecessary wrapping when transformed from Group. ([40602](https://github.com/WordPress/gutenberg/pull/40602))
- Quote v2: Implement exiting on Enter at end. ([39911](https://github.com/WordPress/gutenberg/pull/39911))
- Separator Block: Add top & bottom margin support. ([40551](https://github.com/WordPress/gutenberg/pull/40551))

#### Components

- Fix async timing in tests using `user-event`. ([40790](https://github.com/WordPress/gutenberg/pull/40790))
- Add flag for larger default size. (InputControl:  [40622](https://github.com/WordPress/gutenberg/pull/40622), UnitControl: [40627](https://github.com/WordPress/gutenberg/pull/40627))

#### Site Editor

- Use default cursor for non-editable text blocks. ([40785](https://github.com/WordPress/gutenberg/pull/40785))

#### Block Editor

- Show add pattern label when patterns are being prioritised. ([40598](https://github.com/WordPress/gutenberg/pull/40598))
- Improve button spacing in the top right corner of the editor. ([40411](https://github.com/WordPress/gutenberg/pull/40411))

#### Document Settings

- Design tweaks to Post Visibility popover. ([40530](https://github.com/WordPress/gutenberg/pull/40530))

#### Global Styles

- Global Styles Sidebar: Tweak separator margin. ([40526](https://github.com/WordPress/gutenberg/pull/40526))

#### Webfonts

- Register all fonts before enqueing any. ([40489](https://github.com/WordPress/gutenberg/pull/40489))
- Turn off WP 6.0 stopgap handler to use Webfonts API. ([40555](https://github.com/WordPress/gutenberg/pull/40555))

#### Block API

- Allow using a custom domainpath for viewscripts. ([40136](https://github.com/WordPress/gutenberg/pull/40136))
- Add `settings` hook. ([40547](https://github.com/WordPress/gutenberg/pull/40547))

#### Post Editor

- Editor: Refactor PostFeaturedImage component to improve uploading state ([40126](https://github.com/WordPress/gutenberg/pull/40126))

### Bug Fixes

#### Block Library

- Audio: Correctly handle drag and drop upload errors. ([40623](https://github.com/WordPress/gutenberg/pull/40623))
- Comments:
  - Comment Content: Show moderation message. ([40612](https://github.com/WordPress/gutenberg/pull/40612))
  - Comment Template: With pagination, make sure to request page 1 if there are no comments. ([40759](https://github.com/WordPress/gutenberg/pull/40759))
  - Comments Title: Count toggle working in 'Singular' editing mode (fix). ([40728](https://github.com/WordPress/gutenberg/pull/40728))
  - Comments block: Fix glitches found while backporting. ([40628](https://github.com/WordPress/gutenberg/pull/40628))
  - Fix alignment issue with comment author name. ([40610](https://github.com/WordPress/gutenberg/pull/40610))
  - Fix alignment issue with the comment edit link. ([40584](https://github.com/WordPress/gutenberg/pull/40584))
  - Fix alignment issue with the comment reply link. ([40582](https://github.com/WordPress/gutenberg/pull/40582))
  - Fix an alignment issue with the post comments form. ([40613](https://github.com/WordPress/gutenberg/pull/40613))
  - Fix style comment awaiting moderation indentation. ([40681](https://github.com/WordPress/gutenberg/pull/40681))
  - Prevent comments rendering on password protected posts. ([40755](https://github.com/WordPress/gutenberg/pull/40755))
  - Display paragraph breaks in comment contents block.. ([40667](https://github.com/WordPress/gutenberg/pull/40667))
  - Prevent spam links of author's name in pending moderation comments. ([40702](https://github.com/WordPress/gutenberg/pull/40702))
- Cover Block: Fix focal point error when the Featured Image is applied. ([40643](https://github.com/WordPress/gutenberg/pull/40643))
- Cover: Avoid adding a wrapper Group block when transforming to Group, where possible. ([40293](https://github.com/WordPress/gutenberg/pull/40293))
- Cover Block: Fixed iOS bug handling background-attachment to properly work with iOS 13+. ([40087](https://github.com/WordPress/gutenberg/pull/40087))
- Navigation block "Open on click": Inherit font style and font weight. ([40671](https://github.com/WordPress/gutenberg/pull/40671))
- Post Author: Switch byline to use kses so that rich text elements are rendered correctly. ([40776](https://github.com/WordPress/gutenberg/pull/40776))
- Latest Post: Fix regression with featured images in latest posts. ([40662](https://github.com/WordPress/gutenberg/pull/40662))
- Video: Fix drag and drop upload error state. ([40552](https://github.com/WordPress/gutenberg/pull/40552))
- Heading: Include text alignment when transforming from paragraph to header and back. ([40709](https://github.com/WordPress/gutenberg/pull/40709))
- No Results: Remove a typo from the no results block. ([40573](https://github.com/WordPress/gutenberg/pull/40573))

#### Components

- UnitControl
  - Avoid calling onChange callback twice when unit changes. ([40796](https://github.com/WordPress/gutenberg/pull/40796))
  - Show unit label when `units` prop has only one unit. ([40784](https://github.com/WordPress/gutenberg/pull/40784))
- Gradient Tool: Fix closing of popover when the angle control is clicked. ([40735](https://github.com/WordPress/gutenberg/pull/40735))
- Simpler clear button ([40437](https://github.com/WordPress/gutenberg/pull/40437))

#### Block Editor

- Fix dragging in inspector causing block deselection. ([40604](https://github.com/WordPress/gutenberg/pull/40604))
- [RichText]: Ignore selection changes on non contentEditable nodes. ([40611](https://github.com/WordPress/gutenberg/pull/40611))
- [Writing Flow]: Try to fix multi-selection with `shift+click`. ([40687](https://github.com/WordPress/gutenberg/pull/40687))
- Fix the styles compatibility hook for the editor iframes. ([40842](https://github.com/WordPress/gutenberg/pull/40842))

#### Patterns

- Fix core 'Featured' pattern category registration. ([40650](https://github.com/WordPress/gutenberg/pull/40650))
- Fix: Page patterns don't show when only one pattern is available. ([40707](https://github.com/WordPress/gutenberg/pull/40707))

#### Block Locking

- Avoid 'lock' attribute registration warning. ([40654](https://github.com/WordPress/gutenberg/pull/40654))
- Register the 'lock' attribute on the server. ([40468](https://github.com/WordPress/gutenberg/pull/40468))

#### Code Editor

- Commit changes upon switching editors to avoid content loss. ([40730](https://github.com/WordPress/gutenberg/pull/40730))

#### Navigation Menu Sidebar

- Fix Nav Sidebar Site Editor error. ([40722](https://github.com/WordPress/gutenberg/pull/40722))
- Close overlay menu when clicking an anchor link. ([39625](https://github.com/WordPress/gutenberg/pull/39625))

#### Icons

- Fix/block meta icon prop errors. ([40710](https://github.com/WordPress/gutenberg/pull/40710))
- Fix the Icon component mobile icon. ([40748](https://github.com/WordPress/gutenberg/pull/40748))

#### Global Styles

- Element styles: Prevent the WordPress filter callback from being executed. ([40594](https://github.com/WordPress/gutenberg/pull/40594))
- Global Styles Sidebar: Fix nav header styles and semantics. ([40592](https://github.com/WordPress/gutenberg/pull/40592))
- Global Styles Sidebar: Tweak spacing. ([40588](https://github.com/WordPress/gutenberg/pull/40588))

#### Data Layer

- useSelect: Prevent nested component update after unmount. ([40677](https://github.com/WordPress/gutenberg/pull/40677))
- core-data: Change "include" type in getQueryParts. ([40570](https://github.com/WordPress/gutenberg/pull/40570))

#### Themes

- Theme Export: Bug: Add .DS_Store to the list of ignored files. ([40539](https://github.com/WordPress/gutenberg/pull/40539))

#### Reusable Blocks

- Fix template part / reusable block click through on non-safari browsers. ([40339](https://github.com/WordPress/gutenberg/pull/40339))

#### Block API

- Check that a transform matches at the time of running the transform. ([40497](https://github.com/WordPress/gutenberg/pull/40497))

### Accessibility

#### Components

- Improve tools panel accessibility. ([40716](https://github.com/WordPress/gutenberg/pull/40716))

#### Block Editor

- URLInput now always has an ID and accessible label. ([40310](https://github.com/WordPress/gutenberg/pull/40310))

#### Block Library

- Post Comments block: Fix missing label in placeholder. ([40527](https://github.com/WordPress/gutenberg/pull/40527))

### Performance

#### Block Editor

- getBlockTransformItems: Support single block object. ([40718](https://github.com/WordPress/gutenberg/pull/40718))

#### Block Library

- Navigation Link: Avoid unnecessary re-renders. ([40696](https://github.com/WordPress/gutenberg/pull/40696))
- Navigation: Improve selector performance. ([40700](https://github.com/WordPress/gutenberg/pull/40700))

### Experiments

#### CSS & Styling

- Style Engine: Add typography and color to backend. ([40332](https://github.com/WordPress/gutenberg/pull/40332))

### Documentation

- Docs: Omit name from settings object in registerPlugin. ([40629](https://github.com/WordPress/gutenberg/pull/40629))
- Docs: Update the Block Metadata title. ([40482](https://github.com/WordPress/gutenberg/pull/40482))
- Fix ColorPalette component's documentation. ([40620](https://github.com/WordPress/gutenberg/pull/40620))
- Fix indentation inconsistency in documentation for block variations. ([40515](https://github.com/WordPress/gutenberg/pull/40515))
- Fix broken links. ([40578](https://github.com/WordPress/gutenberg/pull/40578))

#### Components

- Add TypeScript refactor guidelines. ([40153](https://github.com/WordPress/gutenberg/pull/40153))
- InputControl: Remove default value argument from Storybook. ([40410](https://github.com/WordPress/gutenberg/pull/40410))
- Components: Fix error in CONTRIBUTING guide. ([40682](https://github.com/WordPress/gutenberg/pull/40682))
- Components: Update changelog for [#40735](https://github.com/WordPress/gutenberg/pull/40735). ([40797](https://github.com/WordPress/gutenberg/pull/40797))
- Fix/typos in documentation. ([40579](https://github.com/WordPress/gutenberg/pull/40579))

#### Themes

- Adding schema info to theme.json reference. ([40599](https://github.com/WordPress/gutenberg/pull/40599))

### Code Quality

- Block Editor: Deprecate 'BlockColorsStyleSelector' component. ([40502](https://github.com/WordPress/gutenberg/pull/40502))
- Global Styles Sidebar: Rename `NavigationButton` so semantics are clearer. ([40590](https://github.com/WordPress/gutenberg/pull/40590))
- Handle promise rejections from preferences persistence if the user is offline or the REST API errors. ([40641](https://github.com/WordPress/gutenberg/pull/40641))
- Improve the useDisabled hook and Disabled component. ([40631](https://github.com/WordPress/gutenberg/pull/40631))
- Preferences persistence - mark modified property as not readonly in schema. ([40637](https://github.com/WordPress/gutenberg/pull/40637))
- Preferences: Improve initial configuration for the new persistence package. ([40715](https://github.com/WordPress/gutenberg/pull/40715))
- Remove padding prop from popover. ([40544](https://github.com/WordPress/gutenberg/pull/40544))

#### Components

- Add `DatePicker` tests using React Testing Library. ([40754](https://github.com/WordPress/gutenberg/pull/40754))
- Borders: Remove unused BorderStyleControl component. ([40635](https://github.com/WordPress/gutenberg/pull/40635))
- Migrate `ConfirmDialog` component's Stories from knobs to controls. ([40164](https://github.com/WordPress/gutenberg/pull/40164))
- SelectControl: Finish typescript migration. ([40737](https://github.com/WordPress/gutenberg/pull/40737))
- [components] Use internal `Icon` component for `ToggleGroupControlOptionIcon`. ([40717](https://github.com/WordPress/gutenberg/pull/40717))
- TextControl: Covert component to TypeScript. ([40633](https://github.com/WordPress/gutenberg/pull/40633))


#### Block Library

- Comments Query Loop block: Rename to Comments (but keep ID). ([40763](https://github.com/WordPress/gutenberg/pull/40763))
- Post Comments Form Block: Mark as stable. ([40452](https://github.com/WordPress/gutenberg/pull/40452))
- Remove Navigation Area block. ([40645](https://github.com/WordPress/gutenberg/pull/40645))
- Remove testid and update tests. ([40534](https://github.com/WordPress/gutenberg/pull/40534))
- Refactor: Reuse code of the editor placeholder across Post Comments and Post Comments Form. ([40560](https://github.com/WordPress/gutenberg/pull/40560))

#### Data Layer

- useSelect: Improve transition from async to sync mode. ([40680](https://github.com/WordPress/gutenberg/pull/40680))

#### List View

- Rename list view prop `expandNested` to `isExpanded`. ([40731](https://github.com/WordPress/gutenberg/pull/40731))
- Tidy list view props and deprecate `BlockNavigationDropdown`. ([40777](https://github.com/WordPress/gutenberg/pull/40777))

#### Post Editor

- Edit Post: Remove unused code. ([40499](https://github.com/WordPress/gutenberg/pull/40499))

#### Plugin

- Remove experimental PWA support for WP-Admin. ([40475](https://github.com/WordPress/gutenberg/pull/40475))

### Tools

- Remove [@mkaz](https://github.com/mkaz) from CODEOWNERS 😢. ([40685](https://github.com/WordPress/gutenberg/pull/40685))
- Scripts: Add `--dist-tag` flag to the `packages-update` command. ([40514](https://github.com/WordPress/gutenberg/pull/40514))
- Scripts: Remove broken `lint-md-js` command. ([40511](https://github.com/WordPress/gutenberg/pull/40511))
- Scripts: Remove deprecated `format-js` command. ([40512](https://github.com/WordPress/gutenberg/pull/40512))
- Update `oandregal` notifications. ([40549](https://github.com/WordPress/gutenberg/pull/40549))
- Update native mobile wrangler in rich-text CODEOWNER. ([40783](https://github.com/WordPress/gutenberg/pull/40783))
- Export hydrate in `@wordpress/element`. ([40723](https://github.com/WordPress/gutenberg/pull/40723))

#### Storybook

- Storybook: Make description-loader more reliable. ([40616](https://github.com/WordPress/gutenberg/pull/40616))

#### Testing

- Comment Template Unit Test: Cover odd/even classes. ([40471](https://github.com/WordPress/gutenberg/pull/40471))
- Comments block end-to-end test: Remove now-obsolete Post Comments Form block. ([40793](https://github.com/WordPress/gutenberg/pull/40793))
- Migrate Image Size to Playwright. ([40467](https://github.com/WordPress/gutenberg/pull/40467))
- Migrate paragraph test to Playwright. ([40779](https://github.com/WordPress/gutenberg/pull/40779))
- Refactor image-size test to follow Playwright's best practices. ([40644](https://github.com/WordPress/gutenberg/pull/40644))
- Remove require editor hooks line from full-content test setup. ([40772](https://github.com/WordPress/gutenberg/pull/40772))
- Tests: Restore real timers after using Jest's fake timers. ([40760](https://github.com/WordPress/gutenberg/pull/40760))
- Update @testing-library/user-event to stable version (14.1.1). ([40761](https://github.com/WordPress/gutenberg/pull/40761))
- [Automated Testing]: Fix partial selection copy flaky tests. ([40607](https://github.com/WordPress/gutenberg/pull/40607))
- Retain Playwright end-to-end test's trace on failure on CI. ([40586](https://github.com/WordPress/gutenberg/pull/40586))
- Rewrite UnitControl tests in TypeScript. ([40697](https://github.com/WordPress/gutenberg/pull/40697))
- Fix `batchRest` not throwing errors in Playwright. ([40668](https://github.com/WordPress/gutenberg/pull/40668))
- Fix replacing with undefined in stripAnsi. ([40384](https://github.com/WordPress/gutenberg/pull/40384))
- Nav link block PHP tests replace prefixed function with non-prefixed. ([40657](https://github.com/WordPress/gutenberg/pull/40657))
- Fix the html data is wrong in clipboard emulation in Playwright. ([40638](https://github.com/WordPress/gutenberg/pull/40638))
- Fix incorrect results in the flaky tests reporter. ([40567](https://github.com/WordPress/gutenberg/pull/40567))

#### Build Tooling

- Eslint: Add TypeScript tests and stories to development files. ([40504](https://github.com/WordPress/gutenberg/pull/40504))
- Fix: npm script(dev:Package) is not working on Windows. ([40566](https://github.com/WordPress/gutenberg/pull/40566))
- ESLint Plugin: Fix `recommended` preset when `prettier` is not installed. ([40634](https://github.com/WordPress/gutenberg/pull/40634))

## First time contributors

The following PRs were merged by first time contributors:

- [@chriszarate](https://github.com/chriszarate): ESLint Plugin: Fix `recommended` preset when `prettier` is not installed. ([40634](https://github.com/WordPress/gutenberg/pull/40634))
- [@danieliser](https://github.com/danieliser): Fix/block meta icon prop errors. ([40710](https://github.com/WordPress/gutenberg/pull/40710))
- [@gvgvgvijayan](https://github.com/gvgvgvijayan): Fixes broken links. ([40578](https://github.com/WordPress/gutenberg/pull/40578))
- [@iansvo](https://github.com/iansvo): URLInput now always has an ID and accessible label. ([40310](https://github.com/WordPress/gutenberg/pull/40310))
- [@juhi123](https://github.com/juhi123): Migrate Image Size to Playwright. ([40467](https://github.com/WordPress/gutenberg/pull/40467))
- [@Trapsta](https://github.com/Trapsta): Close overlay menu when clicking an anchor link. ([39625](https://github.com/WordPress/gutenberg/pull/39625))


= 13.1.0 =

## Changelog

### Enhancements

- Block Editor: Removed the logic that was preventing the toolbar from hiding when typing within formats. ([40476](https://github.com/WordPress/gutenberg/pull/40476))
- Block settings: Remove redundant block name from "settings" panels. ([40275](https://github.com/WordPress/gutenberg/pull/40275))
- Components: Unified black color to gray-900. ([40391](https://github.com/WordPress/gutenberg/pull/40391))
- Design Tools, Borders: Use new border control components in block support. ([37770](https://github.com/WordPress/gutenberg/pull/37770))
- Document Setting: Removed plugin icon fallback. ([40355](https://github.com/WordPress/gutenberg/pull/40355))
- Icons: Added new duotone filter icon. ([40435](https://github.com/WordPress/gutenberg/pull/40435))

#### Block Library

- Categories: Added new option to show or hide empty categories. ([39426](https://github.com/WordPress/gutenberg/pull/39426))
- Column: Add border support to column blocks. ([39967](https://github.com/WordPress/gutenberg/pull/39967))
- Comments: Create comments title with simple styling. ([40419](https://github.com/WordPress/gutenberg/pull/40419))
- Media & Text: Removed font size declaration from template. ([40329](https://github.com/WordPress/gutenberg/pull/40329))
- Navigation: Renamed Navigation Menus to Navigation. ([40413](https://github.com/WordPress/gutenberg/pull/40413))

### Bug Fixes

- Patterns API: Add 'inserter' to the schema. ([40416](https://github.com/WordPress/gutenberg/pull/40416))
- Toolbar: Fixed block toolbar text button padding. ([40438](https://github.com/WordPress/gutenberg/pull/40438))

#### Block Library

- Post Featured Image: Used translatable post type label. ([40378](https://github.com/WordPress/gutenberg/pull/40378))
- Comments:
  - Comment template: Call `comment_class()` before recursing into child comments. ([40455](https://github.com/WordPress/gutenberg/pull/40455))
  - Fixed comments query loop pagination not respecting Discussion Settings. ([40284](https://github.com/WordPress/gutenberg/pull/40284))
  - Fixed comments no results placeholder not appearing. ([40234](https://github.com/WordPress/gutenberg/pull/40234))
  - Post Comments Form: Fix layout quirks. ([40359](https://github.com/WordPress/gutenberg/pull/40359))
- Embed:
  - Fixed inline preview cut-off when editing URL. ([35326](https://github.com/WordPress/gutenberg/pull/35326))
  - Use preview html for flickr embed previews in editor. ([40187](https://github.com/WordPress/gutenberg/pull/40187))
- Image: Added window to the optional chaining. ([40394](https://github.com/WordPress/gutenberg/pull/40394))

### Styles

- Add a debounce to the custom color onChange event. ([40285](https://github.com/WordPress/gutenberg/pull/40285))
- Do not render global styles coming from the server in the site editor. ([40185](https://github.com/WordPress/gutenberg/pull/40185))
- Elements: Add styles to the footer before the block is rendered. ([37728](https://github.com/WordPress/gutenberg/pull/37728))
- Fixed duotone rendering in site editor. ([37727](https://github.com/WordPress/gutenberg/pull/37727))

### Site Editor

- Don't render the secondary sidebar in text mode. ([40337](https://github.com/WordPress/gutenberg/pull/40337))
- Fixed webfont loading in the Site Editor. ([40262](https://github.com/WordPress/gutenberg/pull/40262))

### Block Editor

- Block Locking, useBlockLock: Always check inherited 'templateLock' status. ([40263](https://github.com/WordPress/gutenberg/pull/40263))
- i18n: Fix incorrect '_n' usage. ([40292](https://github.com/WordPress/gutenberg/pull/40292))
- List View, useBlockDisplayInformation: Return anchor for block variations in list view. ([40458](https://github.com/WordPress/gutenberg/pull/40458))
- Multi-selection: Copy whole block when selection is collapsed. ([40374](https://github.com/WordPress/gutenberg/pull/40374))
- Add optional chaining in case taxonomy visibility is not defined. ([40532](https://github.com/WordPress/gutenberg/pull/40532))

### Accessibility

- Post editing: After closing welcome dialog, if content is empty, focus title field. ([40195](https://github.com/WordPress/gutenberg/pull/40195))
- Fixed focus loss happening when installing blocks from the directory. ([40340](https://github.com/WordPress/gutenberg/pull/40340))
- Fixed focus loss when creating pages from link control search results. ([40342](https://github.com/WordPress/gutenberg/pull/40342))
- Fixed focus loss when navigating the guide component. ([40324](https://github.com/WordPress/gutenberg/pull/40324))
- Navigation block: After choosing an option from Select Menu, focus after block rerender. ([40390](https://github.com/WordPress/gutenberg/pull/40390))
- Block Styles: Remove unnecessary button role and 'onKeyDown' handler. ([40427](https://github.com/WordPress/gutenberg/pull/40427))
  
### Performance

- Added a context param to sidebar entity request. ([40148](https://github.com/WordPress/gutenberg/pull/40148))

### Developer Experience

- [wp-env]: Add support to override `core` by the `WP_ENV_CORE` environment variable. ([40407](https://github.com/WordPress/gutenberg/pull/40407))
- Create Block: Fix warnings and errors reported during scaffolding and validation. ([40479](https://github.com/WordPress/gutenberg/pull/40479))

### Documentation

- Added README for Gradient and NavigableToolbar. ([25580](https://github.com/WordPress/gutenberg/pull/25580))
- Added documentation for `ancestor` property in block metadata. ([40027](https://github.com/WordPress/gutenberg/pull/40027))
- Fixed OnNumberOfItemsChange event docs error. ([39942](https://github.com/WordPress/gutenberg/pull/39942))
- InputControl: Improved type annotations and stories. ([40119](https://github.com/WordPress/gutenberg/pull/40119))
- Patterns: Documented 'inserter' argument. ([40425](https://github.com/WordPress/gutenberg/pull/40425))
- Removed WordPress 5.9 specific warning from FSE documentation. ([40274](https://github.com/WordPress/gutenberg/pull/40274))
- Replaced fixtures with inline parsed code. ([40428](https://github.com/WordPress/gutenberg/pull/40428))
- Updated individual block locking section. ([40372](https://github.com/WordPress/gutenberg/pull/40372))
- Updates `theme.json` documentation for theme authors. ([40005](https://github.com/WordPress/gutenberg/pull/40005))
- Unwrapped wrapped selectors when inferring types of JSDoc params. ([40236](https://github.com/WordPress/gutenberg/pull/40236))

### Code Quality

#### Block Library

- Navigation: Remove async useEffect. ([40373](https://github.com/WordPress/gutenberg/pull/40373))
- HTML: Remove pointless `<span>`s in Custom HTML block controls. ([39820](https://github.com/WordPress/gutenberg/pull/39820))
- Comments Query Loop: comment meta data isn’t queued for lazy loading. ([40242](https://github.com/WordPress/gutenberg/pull/40242))
- Split navigation block view script. ([40135](https://github.com/WordPress/gutenberg/pull/40135))
- Spacer: Added constants file to Spacer block. ([40446](https://github.com/WordPress/gutenberg/pull/40446))

#### Components

- Stop exporting individual color objects from color values file. ([40387](https://github.com/WordPress/gutenberg/pull/40387))
- Added reusable BlockPopover and BlockPopoverInbetween components. ([40441](https://github.com/WordPress/gutenberg/pull/40441))
- Cleaned BlockMover component and styles. ([40379](https://github.com/WordPress/gutenberg/pull/40379))
  
#### Packages

- Block Editor: Remove unused sub-components in list view. ([40448](https://github.com/WordPress/gutenberg/pull/40448))
- Data: Cancel render queue in a more straightforward way. ([40433](https://github.com/WordPress/gutenberg/pull/40433))
  
#### Plugin

- Added `edit` context to patterns REST controllers. ([40259](https://github.com/WordPress/gutenberg/pull/40259))
- Add @talldan as a codeowner for wordpress/preferences. ([40295](https://github.com/WordPress/gutenberg/pull/40295))
- Cleaned up non-dynamic block registration list. ([40426](https://github.com/WordPress/gutenberg/pull/40426))
- Moved list and quote block registration to experimental blocks. ([40350](https://github.com/WordPress/gutenberg/pull/40350))
- Moved the logic for iframed editor to WP 6.0 compat. ([40278](https://github.com/WordPress/gutenberg/pull/40278))
- Post WordPress 6.0 Beta 1 cleanup. ([40349](https://github.com/WordPress/gutenberg/pull/40349))
- Rename `wp_translate_settings_using_i18n_schema` to `translate_settings_using_i18n_schema`. ([40227](https://github.com/WordPress/gutenberg/pull/40227))
- Plugin: Fix fatal error for older WP/PHP versions. ([40538](https://github.com/WordPress/gutenberg/pull/40538))

### Tools

#### Testing

- Playwright migration:
  - Fixed outdated playwright snapshot directory. ([40422](https://github.com/WordPress/gutenberg/pull/40422))
  - Tried to fix flaky playwright tests not being reported. ([40290](https://github.com/WordPress/gutenberg/pull/40290))
  - E2E: Cross-platform support for Playwright end-to-end tests. ([39765](https://github.com/WordPress/gutenberg/pull/39765))
  - Migrate `post-editor-template-mode` to Playwright. ([40175](https://github.com/WordPress/gutenberg/pull/40175))
  - Migrate block api test to Playwright. ([40217](https://github.com/WordPress/gutenberg/pull/40217))
  - Migrate document settings test to playwright. ([40258](https://github.com/WordPress/gutenberg/pull/40258))
  - Migrate style variation test to Playwright. ([40216](https://github.com/WordPress/gutenberg/pull/40216))
- Quote: Verify that user can type right after inserting the quote block. ([40466](https://github.com/WordPress/gutenberg/pull/40466))
- `useSelect`:
  - Add async mode test suite and fix two bugs. ([40321](https://github.com/WordPress/gutenberg/pull/40321))
  - Update unit tests to testing-library. ([40229](https://github.com/WordPress/gutenberg/pull/40229))
- Block supports: Unregister block in PHP unit tests. ([40239](https://github.com/WordPress/gutenberg/pull/40239))
- CreateBlock: Fix escaping for error message in create block test. ([40473](https://github.com/WordPress/gutenberg/pull/40473))
- Comments Query Loop: Add end-to-end comments tests to stable, wait for selector on set option. ([40405](https://github.com/WordPress/gutenberg/pull/40405))

#### Build Tooling

- Added the missing class-wp-style-engine-gutenberg.php in the plugin build. ([40191](https://github.com/WordPress/gutenberg/pull/40191))
- Fixed commands containing dot-slashes in npm scripts. ([39739](https://github.com/WordPress/gutenberg/pull/39739))
- Added new TypeScript project for unit tests. ([39436](https://github.com/WordPress/gutenberg/pull/39436))
- Fixed the flaky template editor mode test. ([40325](https://github.com/WordPress/gutenberg/pull/40325))
- Excluded BEM class from stylelint @wordpress/scripts. ([37531](https://github.com/WordPress/gutenberg/pull/37531))

## First time contributors

The following PRs were merged by first time contributors:

- @chintu51: OnNumberOfItemsChange event attribute issue. ([39942](https://github.com/WordPress/gutenberg/pull/39942))
- @khoipro: Scripts: Exclude BEM class from stylelint @wordpress/scripts. ([37531](https://github.com/WordPress/gutenberg/pull/37531))
- @mauriac: Add new option to show or hide empty categories. ([39426](https://github.com/WordPress/gutenberg/pull/39426))
- @roseg43: Media & Text: Remove font size declaration from template. ([40329](https://github.com/WordPress/gutenberg/pull/40329))
- @zutigrm: Update `theme.json` documentation for theme authors. ([40005](https://github.com/WordPress/gutenberg/pull/40005))

## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @adamziel @ajlende @alexstine @aristath @c4rl0sbr4v0 @chintu51 @ciampo @dmsnell @EliezerSPP @fabiankaegy @fluiddot @georgeh @geriux @glendaviesnz @gziolo @jasmussen @jsnajdr @JustinyAhin @kevin940726 @khoipro @Mamaduka @mashikag @mauriac @mchowning @michalczaplinski @mirka @ntsekouras @oandregal @ockham @peterwilsoncc @ramonjd @roseg43 @scruffian @SiobhyB @t-hamano @talldan @tomasztunik @torounit @youknowriad @ZebulanStanphill @zutigrm


= 13.0.0 =

## Changelog

### Enhancements

#### Block Library
- Archives: Add yearly, weekly and daily archive settings to the archives block. ([38440](https://github.com/WordPress/gutenberg/pull/38440))
- Avatar: Increase the size of the Avatar image to be 2x of the width chosen. ([39728](https://github.com/WordPress/gutenberg/pull/39728))
- Code: Preserves source of unrecognized blocks inside of Code Editor. ([39523](https://github.com/WordPress/gutenberg/pull/39523))
- Column Block: Add blockGap support. ([40122](https://github.com/WordPress/gutenberg/pull/40122))
- Comment blocks: Update block descriptions. ([39735](https://github.com/WordPress/gutenberg/pull/39735))
- Comments Query Loop:
- Always inherit from core Discussion settings. ([39664](https://github.com/WordPress/gutenberg/pull/39664))
- Update default template. ([40165](https://github.com/WordPress/gutenberg/pull/40165))
- Cover: Makes cover block dynamic and adds featured image binding. ([39658](https://github.com/WordPress/gutenberg/pull/39658))
- Gallery: Add css var to enable theme authors to set a default gallery gap. ([40008](https://github.com/WordPress/gutenberg/pull/40008))
- Group:
- New Group, Stack, Row block descriptions. ([40176](https://github.com/WordPress/gutenberg/pull/40176))
- Cover: Always allow transform from Group block, add handling for Row and Stack variations. ([40212](https://github.com/WordPress/gutenberg/pull/40212))
- Add the stack block variation to the group block. ([39690](https://github.com/WordPress/gutenberg/pull/39690))
- Add group block variations to Group toolbar. ([39920](https://github.com/WordPress/gutenberg/pull/39920))
- Block Variations Transforms: Display as icon buttons if each block variation has a unique icon. ([40036](https://github.com/WordPress/gutenberg/pull/40036))
- Improve Stack and Row setup states. ([39935](https://github.com/WordPress/gutenberg/pull/39935))
- Turn the wrap to multiple lines option off by default on the row block. ([40171](https://github.com/WordPress/gutenberg/pull/40171))
- List: Add a box-sizing border-box to lists. ([39895](https://github.com/WordPress/gutenberg/pull/39895))
- Navigation:
- Avoid automatic saving of uncontrolled Nav blocks. ([39883](https://github.com/WordPress/gutenberg/pull/39883))
- Auto set first Navigation Menu as current if only 1 exists. ([39880](https://github.com/WordPress/gutenberg/pull/39880))
- Enable navigation nesting to be filtered and manually set. ([38621](https://github.com/WordPress/gutenberg/pull/38621))
- Improve feedback on Nav Menu deletion. ([39677](https://github.com/WordPress/gutenberg/pull/39677))
- Skip text decoration support serialization and apply as CSS class. ([36345](https://github.com/WordPress/gutenberg/pull/36345))
- Navigation Link: Add support for navigation-link descriptions. ([39808](https://github.com/WordPress/gutenberg/pull/39808))
- Post Comments: Deprecate the Post Comments block. ([40167](https://github.com/WordPress/gutenberg/pull/40167))
- Post Tags: Update the Post Tags block icon. ([40096](https://github.com/WordPress/gutenberg/pull/40096))
- Query Loop: Update query block creation and replacement flows. ([38997](https://github.com/WordPress/gutenberg/pull/38997))
- Query page numbers block: Add same supports that next/prev page have. ([39835](https://github.com/WordPress/gutenberg/pull/39835))
- Quote: Add color support to the quote block. ([39899](https://github.com/WordPress/gutenberg/pull/39899))
- Read more: Add support for text color. ([39796](https://github.com/WordPress/gutenberg/pull/39796))
- RSS:
- Add missing classnames. ([39716](https://github.com/WordPress/gutenberg/pull/39716))
- Try prepending HTTP to a URL. ([39758](https://github.com/WordPress/gutenberg/pull/39758))
- Update max items. ([39819](https://github.com/WordPress/gutenberg/pull/39819))
- Site Logo and Featured Image: Add duotone to placeholders. ([40085](https://github.com/WordPress/gutenberg/pull/40085))
- Social Links: Disable vertical alignment controls for navigation and social links. ([40182](https://github.com/WordPress/gutenberg/pull/40182))
- Template Part: Adjust the layout of thumbnails in the template part replacement modal. ([39766](https://github.com/WordPress/gutenberg/pull/39766))

#### Components 
- Borders: Add new BorderControl component. ([37769](https://github.com/WordPress/gutenberg/pull/37769))
- Borders: Add BorderBoxControl component. ([38876](https://github.com/WordPress/gutenberg/pull/38876))
- BorderControl: Add ability to apply custom CSS classes to popover content. ([39753](https://github.com/WordPress/gutenberg/pull/39753))
- BorderControl: Fix vertical alignment of inner slider control. ([39750](https://github.com/WordPress/gutenberg/pull/39750))
- Card: Adjust border radius size. ([40032](https://github.com/WordPress/gutenberg/pull/40032))
- ColorPalette: Add SlotFillProvider to story to correct tooltip positioning. ([39674](https://github.com/WordPress/gutenberg/pull/39674))
- UnitControl: Forward onBlur prop as expected. ([39589](https://github.com/WordPress/gutenberg/pull/39589))
- Add ToggleGroupControlOptionIcon component. ([39760](https://github.com/WordPress/gutenberg/pull/39760))
- CustomSelectControl: Make chevron consistent with SelectControl. ([40049](https://github.com/WordPress/gutenberg/pull/40049))

#### Styles Sidebar

- Add search in the block types list. ([39117](https://github.com/WordPress/gutenberg/pull/39117))
- Add labels to the global styles variations. ([39322](https://github.com/WordPress/gutenberg/pull/39322))
- Show translated strings coming from global styles variations. ([39960](https://github.com/WordPress/gutenberg/pull/39960))
- Adjust icon vertical alignment with labels. ([39982](https://github.com/WordPress/gutenberg/pull/39982))
- Tweak preview box. ([39978](https://github.com/WordPress/gutenberg/pull/39978))
- Update Other styles to Browse styles. ([39752](https://github.com/WordPress/gutenberg/pull/39752))
- Wrap the preview box in the CardMedia component. ([39980](https://github.com/WordPress/gutenberg/pull/39980))

#### Block Editor

- BlockToolbar: Show Group button in toolbar when multiple blocks are selected. ([39710](https://github.com/WordPress/gutenberg/pull/39710))
- Improvements to use-focus-first-element and utils (dom). ([39461](https://github.com/WordPress/gutenberg/pull/39461))
- Multi-selection: Allow partial block selection. ([38892](https://github.com/WordPress/gutenberg/pull/38892))
- [Multi-selection]: Copy/cut partial selected blocks. ([40098](https://github.com/WordPress/gutenberg/pull/40098))- Order ids in getClientIdsOfDescendants and getClientIdsWithDescendants selectors. ([39985](https://github.com/WordPress/gutenberg/pull/39985))
- Revert Try: Summary panel excerpt max-height.. ([40127](https://github.com/WordPress/gutenberg/pull/40127))
- Link directly to files stored in the Media Library using the Link UI. ([39701](https://github.com/WordPress/gutenberg/pull/39701))
- Partial multi-select: Fix error with dead key. ([39850](https://github.com/WordPress/gutenberg/pull/39850))

#### Post Editor

- Document Settings: Summary panel excerpt max-height. ([40090](https://github.com/WordPress/gutenberg/pull/40090))
- Migrate editor package isPublishSidebarEnabled to preferences store. ([39707](https://github.com/WordPress/gutenberg/pull/39707))
- Migrate post editor panels state to preferences store. ([39604](https://github.com/WordPress/gutenberg/pull/39604))
- Migrate interface enableItems data to preferences package. ([39449](https://github.com/WordPress/gutenberg/pull/39449))
- Try: Remove iframe 100% width rule. ([38614](https://github.com/WordPress/gutenberg/pull/38614))

#### Site Editor

- Add a dedicated sidebar for managing layout of navigation menus. ([39290](https://github.com/WordPress/gutenberg/pull/39290), [40083](https://github.com/WordPress/gutenberg/pull/40083))

#### Block Locking

- Add the useBlockLock hook. ([40210](https://github.com/WordPress/gutenberg/pull/40210), [40220](https://github.com/WordPress/gutenberg/pull/40220))
- Display lock status in List View. ([40088](https://github.com/WordPress/gutenberg/pull/40088))
- Styling changes for modal. ([39998](https://github.com/WordPress/gutenberg/pull/39998))
- Try: Reusable block edit locking. ([39950](https://github.com/WordPress/gutenberg/pull/39950))
- Block Toolbar: Fix lock icon focus. ([40302](https://github.com/WordPress/gutenberg/pull/40302))
#### Reusable Blocks

- Make the Cancel button tertiary. ([39872](https://github.com/WordPress/gutenberg/pull/39872))
- Use the symbol icon for Reusable Block menu item. ([40020](https://github.com/WordPress/gutenberg/pull/40020))

#### CSS & Styling

- Revert Global styles: Remove block gap control. ([39845](https://github.com/WordPress/gutenberg/pull/39845))
- Block Styles: Revert changing default overflow-wrap to all headers, lists, and paragraphs. ([39846](https://github.com/WordPress/gutenberg/pull/39846))
- Style Engine:
- Add margin support. ([39790](https://github.com/WordPress/gutenberg/pull/39790))
- Block supports backend. ([39446](https://github.com/WordPress/gutenberg/pull/39446))

#### Design Tools

- Add vertical alignment to blocks using flex control. ([40013](https://github.com/WordPress/gutenberg/pull/40013))
- Block Supports: Allow skipping serialization of individual features. ([36293](https://github.com/WordPress/gutenberg/pull/36293))

#### Block API

- Allow multiple view scripts per block. ([36176](https://github.com/WordPress/gutenberg/pull/36176))

#### Patterns

- Option to pick a pattern on page creation. ([40034](https://github.com/WordPress/gutenberg/pull/40034))
- Translate pattern metadata (title & description). ([40047](https://github.com/WordPress/gutenberg/pull/40047))
- Remove batch support declaration from block patterns REST, fix navigation areas. ([39834](https://github.com/WordPress/gutenberg/pull/39834))

#### Theme Export

- Change the schema URL. ([40106](https://github.com/WordPress/gutenberg/pull/40106))
- Convert spaces to tabs in theme.json. ([39751](https://github.com/WordPress/gutenberg/pull/39751))
- If the theme declares a version number then add a schema. ([39775](https://github.com/WordPress/gutenberg/pull/39775))
- Remove default theme.json properties on export. ([39848](https://github.com/WordPress/gutenberg/pull/39848))
- Restore appearanceTools when exporting a theme. ([39840](https://github.com/WordPress/gutenberg/pull/39840))
- Sort theme.json properties. ([39842](https://github.com/WordPress/gutenberg/pull/39842))
- Backport changes for Theme Export from 6.0. ([40215](https://github.com/WordPress/gutenberg/pull/40215))

#### Webfonts

- Do not trigger warning on already enqueued font families. ([40060](https://github.com/WordPress/gutenberg/pull/40060))
- Register webfonts defined in styles variations. ([39886](https://github.com/WordPress/gutenberg/pull/39886))
- Register and enqueue fonts by font-family. ([39559](https://github.com/WordPress/gutenberg/pull/39559))
- Return font family slug when registering a webfont. ([40120](https://github.com/WordPress/gutenberg/pull/40120))

### Bug Fixes

#### Block Library

- Avatar:
- Do not show User Selection inside Comments Loop, on the Site Editor. ([40100](https://github.com/WordPress/gutenberg/pull/40100))
- Fix wrong aligment. ([39794](https://github.com/WordPress/gutenberg/pull/39794))
- Buttons: Fix focus on insert. ([39684](https://github.com/WordPress/gutenberg/pull/39684))
- Comments Query Loop: Fix pagination setting not being applied on frontend. ([40146](https://github.com/WordPress/gutenberg/pull/40146))
- Group: Fix variation isActive check to cover case where type is not set, but inherit is. ([40065](https://github.com/WordPress/gutenberg/pull/40065))
- Post Author: Fix duplicate Additional CSS classes post author, etc. ([39759](https://github.com/WordPress/gutenberg/pull/39759))
- Post Comments Form: Allow to add it to the Site Editor. ([40108](https://github.com/WordPress/gutenberg/pull/40108))
- Post Template: Add missing wp-block-post class in the editor. ([40010](https://github.com/WordPress/gutenberg/pull/40010))
- Post Terms: Use variation title in placeholder. ([40092](https://github.com/WordPress/gutenberg/pull/40092))
- Query Loop: Fix some missing term sanitizations. ([39970](https://github.com/WordPress/gutenberg/pull/39970))
- RSS: Add missing self-URL check. ([39756](https://github.com/WordPress/gutenberg/pull/39756))
- Site Logo:
- Correctly reset the site icon. ([40046](https://github.com/WordPress/gutenberg/pull/40046))
- Fix duplicate Additional CSS classes site-logo Block & social-link Block. ([39777](https://github.com/WordPress/gutenberg/pull/39777))
- Fix adding the site icon. ([40041](https://github.com/WordPress/gutenberg/pull/40041))
- Template Parts: Limit slug to Latin chars. ([38861](https://github.com/WordPress/gutenberg/pull/38861))

#### Components

- Components utils: Use Object.assign instead of { ...spread } syntax. ([39932](https://github.com/WordPress/gutenberg/pull/39932))
- ToggleGroupControl: Reintroduce backdrop animation. ([40021](https://github.com/WordPress/gutenberg/pull/40021))

#### Block Editor

- List View:
- Only show ellipsis on first selected item or when focused. ([40174](https://github.com/WordPress/gutenberg/pull/40174))
- Wrap title of block in \<ListView\> in a span. ([39687](https://github.com/WordPress/gutenberg/pull/39687))
- Disable dragging when block movement is locked. ([40086](https://github.com/WordPress/gutenberg/pull/40086))
- Fix list-view focus radius. ([39969](https://github.com/WordPress/gutenberg/pull/39969))
- MultiSelectSidebar: Fix spacing of color panel items. ([40071](https://github.com/WordPress/gutenberg/pull/40071))
- Fix Block Editor Iframe component to render in standards mode. ([38855](https://github.com/WordPress/gutenberg/pull/38855))
- Fix collapsing issue with the URL input suggestion container. ([40147](https://github.com/WordPress/gutenberg/pull/40147))
- Try: Fix regression with mover and block control sizes. ([40037](https://github.com/WordPress/gutenberg/pull/40037))

#### Site Editor

- Add block styles slot to the site editor so block style previews can be rendered. ([40245](https://github.com/WordPress/gutenberg/pull/40245))

#### Block Locking

- Reusable Blocks: Hide Convert to Blocks when locked. ([39939](https://github.com/WordPress/gutenberg/pull/39939))
- Template Parts: Hide Detach blocks when locked. ([40000](https://github.com/WordPress/gutenberg/pull/40000))
- Stabilize settings. ([40145](https://github.com/WordPress/gutenberg/pull/40145))
- Display block title when no switcher is available. ([40207](https://github.com/WordPress/gutenberg/pull/40207))

#### Styles Sidebar

- Fix global style variations previews not showing correct height. ([39737](https://github.com/WordPress/gutenberg/pull/39737))
- Restore defaultPalette/defaultGradients to only hide UI. ([39966](https://github.com/WordPress/gutenberg/pull/39966))
- Global Styles: Fix alignment of Global Styles color controls. ([40081](https://github.com/WordPress/gutenberg/pull/40081))
- Global Styles: Fix black inconsistencies in sidebar. ([40055](https://github.com/WordPress/gutenberg/pull/40055))

#### Design Tools

- Block gap: Check for splitOnAxis in the onChange callback. ([39788](https://github.com/WordPress/gutenberg/pull/39788))
- Duotone: Backport changes made to duotone in core. ([40067](https://github.com/WordPress/gutenberg/pull/40067))
- Layout: Only show inherit toggle in default layout (hide on Row block variation). ([39665](https://github.com/WordPress/gutenberg/pull/39665))

#### Meta Boxes

- Fix incorrect meta box position when switching device preview. ([38910](https://github.com/WordPress/gutenberg/pull/38910))

#### Other packages

- Data: Exclude all meta-selectors, handle selectors without resolvers. ([39976](https://github.com/WordPress/gutenberg/pull/39976))
- Date: Fix ordinal token (S), RFC2822 token (r), and timezone offset handling. ([39670](https://github.com/WordPress/gutenberg/pull/39670))
- RichText: Fix splitValue with undefined selection. ([39822](https://github.com/WordPress/gutenberg/pull/39822))
- Scripts: Add vendor/ to .markdownlintignore. ([39724](https://github.com/WordPress/gutenberg/pull/39724))

### Plugin

- Fix REST API class redeclaration. ([40265](https://github.com/WordPress/gutenberg/pull/40265))

### Accessibility

- Add select-parent button to block toolbar More options menu. ([40105](https://github.com/WordPress/gutenberg/pull/40105))
- Hide block movers in new navigation sidebar. ([40039](https://github.com/WordPress/gutenberg/pull/40039))
- Accessibility improvements to the query pagination block. ([39536](https://github.com/WordPress/gutenberg/pull/39536))
- Conditionally set secondary sidebar landmark region labels. ([40296](https://github.com/WordPress/gutenberg/pull/40296))
- List View: Indicate locked status in block label. ([40270](https://github.com/WordPress/gutenberg/pull/40270))

### Performance

- Optimize getClientIdsOfDescendants and getClientIdsWithDescendants selectors. ([40054](https://github.com/WordPress/gutenberg/pull/40054))
- Try to optimize getClientIdsOfDescendants using createSelector memoization. ([40112](https://github.com/WordPress/gutenberg/pull/40112))

### Developer Experience

- create-block: Add npmDevDependencies as a template variable. ([39723](https://github.com/WordPress/gutenberg/pull/39723))
- Schemas, block.json:
- Add ancestor prop to schema. ([39894](https://github.com/WordPress/gutenberg/pull/39894))
- Add supports.lock to schema. ([40161](https://github.com/WordPress/gutenberg/pull/40161))
- Schemas, theme.json:
- Add Avatar to schema. ([40189](https://github.com/WordPress/gutenberg/pull/40189))
- Add title key to i18n schema. ([39936](https://github.com/WordPress/gutenberg/pull/39936))
- Scripts: Add new flag to allow customization of the src directory. ([39618](https://github.com/WordPress/gutenberg/pull/39618))

### Experiments

- List v2:
- Add migration from v1 to v2. ([39799](https://github.com/WordPress/gutenberg/pull/39799), [39892](https://github.com/WordPress/gutenberg/pull/39892))
- Add new list item icon. ([39929](https://github.com/WordPress/gutenberg/pull/39929))
- Avoid using global select. ([39821](https://github.com/WordPress/gutenberg/pull/39821), [39849](https://github.com/WordPress/gutenberg/pull/39849))
- Handle Enter in empty list items. ([39858](https://github.com/WordPress/gutenberg/pull/39858))
- Outdent and Indent actions for the list block v2. ([39773](https://github.com/WordPress/gutenberg/pull/39773))
- Quote v2:
- Add \_\_experimentalEnableQuoteBlockV2 flag. ([40089](https://github.com/WordPress/gutenberg/pull/40089))
- Add align feature to have feature parity with v1. ([39876](https://github.com/WordPress/gutenberg/pull/39876))
- Add innerblocks support. ([39704](https://github.com/WordPress/gutenberg/pull/39704))
- Add migration. ([39844](https://github.com/WordPress/gutenberg/pull/39844))
- Add transforms. ([39718](https://github.com/WordPress/gutenberg/pull/39718))
- Bootstrap flag in experiments page. ([39703](https://github.com/WordPress/gutenberg/pull/39703))
- Retain selection after transform. ([39838](https://github.com/WordPress/gutenberg/pull/39838))
- Revert markup changes. ([39824](https://github.com/WordPress/gutenberg/pull/39824))
- Fix how attributes are registered. ([39729](https://github.com/WordPress/gutenberg/pull/39729))
- \_\_experimentalBlockPatterns: Load them with REST API. ([39185](https://github.com/WordPress/gutenberg/pull/39185))

### Documentation

- Add missing props mediaPreview in the ReadMe. ([38114](https://github.com/WordPress/gutenberg/pull/38114))
- Add note to Handbook themes page about FSE eligible themes. ([39662](https://github.com/WordPress/gutenberg/pull/39662))
- Adds links to contributing pages to README file. ([39959](https://github.com/WordPress/gutenberg/pull/39959))
- Block-Editor Docs: Link to component readme. ([37975](https://github.com/WordPress/gutenberg/pull/37975))
- Components: Add changelogs for new border control components. ([39747](https://github.com/WordPress/gutenberg/pull/39747))
- Components: Add more prominent documentation around popover use. ([39709](https://github.com/WordPress/gutenberg/pull/39709))
- Disabled: Add documentation for Disabled.Context. ([39627](https://github.com/WordPress/gutenberg/pull/39627))
- Docs: Update README.md for FormToggle component. ([36932](https://github.com/WordPress/gutenberg/pull/36932))
- Docs: Update block-filters.md. ([38462](https://github.com/WordPress/gutenberg/pull/38462))
- FIX missing images of Gutenberg Data Apps document. ([39499](https://github.com/WordPress/gutenberg/pull/39499))
- Fix grammar error in documentation. ([40009](https://github.com/WordPress/gutenberg/pull/40009))
- Fix linguistic error in theme-json.md. ([39995](https://github.com/WordPress/gutenberg/pull/39995))
- Import the Notice package in the example. ([40022](https://github.com/WordPress/gutenberg/pull/40022))
- Sidebar: Update post editor help links to use newer documentation. ([39688](https://github.com/WordPress/gutenberg/pull/39688))
- Style Engine: Remove since 6.0 comment. ([40006](https://github.com/WordPress/gutenberg/pull/40006))
- Update typo in the code comment. ([39429](https://github.com/WordPress/gutenberg/pull/39429))
- Updating versions in WordPress to add 5.9.x & 6.0. ([39866](https://github.com/WordPress/gutenberg/pull/39866))

### Code Quality

#### Block Library
- Avatar: Two unneeded spaces removed. ([39902](https://github.com/WordPress/gutenberg/pull/39902))
- List: List block indent outdent naming. ([39956](https://github.com/WordPress/gutenberg/pull/39956))
- HTML: Use Disabled.Context. ([39669](https://github.com/WordPress/gutenberg/pull/39669))
- Gallery: Use wp\_unique\_id() instead of uniqid() in block\_core\_gallery\_render(). ([39983](https://github.com/WordPress/gutenberg/pull/39983))

#### Block Editor

- Block Lock toolbar remove leftovers. ([39881](https://github.com/WordPress/gutenberg/pull/39881))
- List View: Remove unwanted default false in ListView branch component. ([39719](https://github.com/WordPress/gutenberg/pull/39719))

#### Components

- BaseControl: Migrate to TypeScript. ([39468](https://github.com/WordPress/gutenberg/pull/39468))

#### Plugin

- Add the missing class-wp-style-engine-gutenberg.php in the plugin build ([40191](https://github.com/WordPress/gutenberg/pull/40191))
- Block Editor: Stabilize generateAnchors setting. ([40143](https://github.com/WordPress/gutenberg/pull/40143))
- Correctly classify functionality in the lib folder. ([39972](https://github.com/WordPress/gutenberg/pull/39972))
- Consolidate WP\_Theme\_JSON\_Resolver changes in both lib/compat/wordpress-6.0 and lib/experimental. ([40140](https://github.com/WordPress/gutenberg/pull/40140))
- Don't run preg\_match() on null values. ([39927](https://github.com/WordPress/gutenberg/pull/39927))
- Guard code from redeclaration errors after WP core merge. ([39888](https://github.com/WordPress/gutenberg/pull/39888))
- Move files from lib to the compat subfolder. ([39904](https://github.com/WordPress/gutenberg/pull/39904))
- Move changes from [\#38681](https://github.com/WordPress/gutenberg/pull/38681) and [\#39966](https://github.com/WordPress/gutenberg/pull/39966) to compat 6.0. ([40123](https://github.com/WordPress/gutenberg/pull/40123))
- Plugin: Ensure that PHP code for blocks is correctly assigned to WP releases. ([40179](https://github.com/WordPress/gutenberg/pull/40179))
- Remove the experimental Progressive Web Apps (PWA) integration. ([38810](https://github.com/WordPress/gutenberg/pull/38810))
- Revert Plugin: Remove the experimental Progressive Web Apps (PWA) integration. ([39930](https://github.com/WordPress/gutenberg/pull/39930))
- Theme JSON compat: Refer to static instead of self for ROOT\_BLOCK\_SELECTOR const. ([39921](https://github.com/WordPress/gutenberg/pull/39921))
- i18n: Add context to 'None' strings. ([40273](https://github.com/WordPress/gutenberg/pull/40273))

#### Packages

- Core Data:
- Migrate entities.js to Typescript. ([39547](https://github.com/WordPress/gutenberg/pull/39547))
- Rename core-data/src/selectors.js to selectors.ts (TypeScript). ([40026](https://github.com/WordPress/gutenberg/pull/40026))
- Fixes necessary for converting to TypeScript. ([39211](https://github.com/WordPress/gutenberg/pull/39211))
- Create type for undo state and initialize atomically. ([39659](https://github.com/WordPress/gutenberg/pull/39659))
- Expand type signature of useQuerySelect. ([39656](https://github.com/WordPress/gutenberg/pull/39656))
- Fix minor type issue in onSubKey. ([39655](https://github.com/WordPress/gutenberg/pull/39655))
- Data:
- Mark/data apis unstable. ([40028](https://github.com/WordPress/gutenberg/pull/40028))
- Two code improvements. ([39975](https://github.com/WordPress/gutenberg/pull/39975))
- Scripts: Fix typo in the webpack configuration. ([39867](https://github.com/WordPress/gutenberg/pull/39867))

#### REST API

- Block patterns REST endpoint: Use snake case for field names. ([40254](https://github.com/WordPress/gutenberg/pull/40254))
- Update patterns REST controllers namespace to stable. ([40252](https://github.com/WordPress/gutenberg/pull/40252))

#### Styles

- Rename name to title in the global style variations. ([39715](https://github.com/WordPress/gutenberg/pull/39715))

### Tools

#### Linting

- Revert unwanted breaking changes in eslint-plugin. ([39745](https://github.com/WordPress/gutenberg/pull/39745))
- UseBlockDisplayTitle fix ESLint warning. ([39815](https://github.com/WordPress/gutenberg/pull/39815))
- UseEntityRecord(s) fix ESLint warning. ([39852](https://github.com/WordPress/gutenberg/pull/39852))

#### Testing

- ActivateTheme wait for the user to switch. ([39873](https://github.com/WordPress/gutenberg/pull/39873))
- Add a unit test for wp\_recursive\_ksort. ([40149](https://github.com/WordPress/gutenberg/pull/40149))
- Check for missing figcaption before clicking gallery image again from list view. ([39666](https://github.com/WordPress/gutenberg/pull/39666))
- Comments Query Loop: Add end-to-end tests for the block. ([39502](https://github.com/WordPress/gutenberg/pull/39502))
- waitForNavigation in Comments Query Loop test. ([39818](https://github.com/WordPress/gutenberg/pull/39818))
- Fix flaky issue reporter not splitting ... separator. ([40129](https://github.com/WordPress/gutenberg/pull/40129))
- Fix flaky test results overflowing the character limits of GitHub's issue. ([39928](https://github.com/WordPress/gutenberg/pull/39928))
- ListView: Fix end-to-end flakiness. ([39742](https://github.com/WordPress/gutenberg/pull/39742))
- Migrate customizing-widgets to Playwright. ([39540](https://github.com/WordPress/gutenberg/pull/39540))
- Migrate cut-copy-paste-whole-blocks to Playwright. ([39807](https://github.com/WordPress/gutenberg/pull/39807))
- Migrate new-post to Playwright. ([39539](https://github.com/WordPress/gutenberg/pull/39539))
- Navigaton block: Fix flaky test by finalising request resolution in Nav block end-to-end test. ([39633](https://github.com/WordPress/gutenberg/pull/39633))
- Navigation Editor: Skip failing navigation editor tests. ([39746](https://github.com/WordPress/gutenberg/pull/39746))
- Style variations: Apply style variations using labels. ([39725](https://github.com/WordPress/gutenberg/pull/39725))
- Template Mode: Try fix flaky tests. ([39711](https://github.com/WordPress/gutenberg/pull/39711))
- Template parts: Try fixing template part tests again. ([40007](https://github.com/WordPress/gutenberg/pull/40007))
- Use a description that matches the filename for the annotations end-to-end tests. ([40011](https://github.com/WordPress/gutenberg/pull/40011))
- Use templates endpoint to delete templates. ([39965](https://github.com/WordPress/gutenberg/pull/39965))

#### Build Tooling

- Add peer deps for postcss and end-to-end tests. ([39080](https://github.com/WordPress/gutenberg/pull/39080))
- Plugin: Pin dependencies that slipped into trunk. ([39865](https://github.com/WordPress/gutenberg/pull/39865))
- Mark new blocks to be included in WordPress core. ([40186](https://github.com/WordPress/gutenberg/pull/40186))
- Style engine: Move backend scripts to package. ([39736](https://github.com/WordPress/gutenberg/pull/39736))
- Scripts: Add .jsx file extension to Webpack. ([39613](https://github.com/WordPress/gutenberg/pull/39613))
- Tooling: Escape quotes in npm scripts. ([39447](https://github.com/WordPress/gutenberg/pull/39447))

#### Project management

- Remove Antonis as codeowner. ([39697](https://github.com/WordPress/gutenberg/pull/39697))

## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @adamziel @ajlende @alexstine @andrewserong @annezazu @arcangelini @aristath @arthur791004 @atachibana @c4rl0sbr4v0 @carolinan @chintu51 @ciampo @dali-rajab @DAreRodz @dd32 @delowardev @dmsnell @draganescu @EliezerSPP @ellatrix @fluiddot @geriux @getdave @glendaviesnz @grappler @gwwar @gziolo @HILAYTRIVEDI @hypest @imangm @jakeparis @jameskoster @jasmussen @jezemery @jorgefilipecosta @jostnes @jsnajdr @JustinyAhin @kadimi @karolinakulinska @kevin940726 @MaggieCabrera @Mamaduka @mburridge @mchowning @michalczaplinski @mirka @ndiego @NekoJonez @noahtallen @noisysocks @ntsekouras @oandregal @ockham @ramonjd @ryanwelcher @scruffian @shimotmk @SiobhyB @sunil25393 @t-hamano @talldan @tomalec @tomasztunik @westonruter @youknowriad @zaguiini @ZebulanStanphill




= 12.9.0 =



## **Changelog**


### **Features**


#### **Block Library**

* Block Editor: Introduce block locking UI. ([39183](https://github.com/WordPress/gutenberg/pull/39183))
* Post Date: Allow user to pick Site Default, a suggested date format, or a custom date format. ([39209](https://github.com/WordPress/gutenberg/pull/39209))
* Try: "No results" block container for the query block. ([38806](https://github.com/WordPress/gutenberg/pull/38806))


### **Enhancements**


#### **Accessibility**

* Add aria label to Nav block on front of site. ([39161](https://github.com/WordPress/gutenberg/pull/39161))
* Add button text labels to site editor. ([38317](https://github.com/WordPress/gutenberg/pull/38317))
* Prevent focus loss after removing a block from List View. ([39031](https://github.com/WordPress/gutenberg/pull/39031))


#### **Components**

* Add onClick prop to FormFileUpload. ([39268](https://github.com/WordPress/gutenberg/pull/39268))
* CheckboxControl: Support indeterminate state. ([39462](https://github.com/WordPress/gutenberg/pull/39462))
* List View: Add multi-select support for shift + Home and End keys. ([39272](https://github.com/WordPress/gutenberg/pull/39272))
* `BoxControl`: Stop using `UnitControl`'s deprecated `unit` prop. ([39511](https://github.com/WordPress/gutenberg/pull/39511))
* `FocalPointPicker`: Stop using `UnitControl`'s deprecated `unit` prop. ([39504](https://github.com/WordPress/gutenberg/pull/39504))
* `ColorPalette`: Refine the label of the custom color button. ([39386](https://github.com/WordPress/gutenberg/pull/39386))
* Rich text: Allow behaviour to be overridden by ref. ([39631](https://github.com/WordPress/gutenberg/pull/39631))
* Add id prop to ListView. ([39494](https://github.com/WordPress/gutenberg/pull/39494))
* Collapse list view by default in Site Editor. ([39573](https://github.com/WordPress/gutenberg/pull/39573))
* Collapse list view by default in all editors. ([39611](https://github.com/WordPress/gutenberg/pull/39611))
* Add prop to control default expand/collapse state of ListView nodes. ([39486](https://github.com/WordPress/gutenberg/pull/39486))
* BaseControl: Add opt-in prop for margin-free styles. ([39325](https://github.com/WordPress/gutenberg/pull/39325))
* CustomSelectControl: Add flag for larger default size. ([39401](https://github.com/WordPress/gutenberg/pull/39401))
* RangeControl: Refactor stories to use Controls. ([39357](https://github.com/WordPress/gutenberg/pull/39357))


#### **Block Library**

* Cover: Use Snackbar to display upload errors. ([39428](https://github.com/WordPress/gutenberg/pull/39428))
* Spacer block: Use same `min` value resizable box and controls, remove `max` limit. ([39577](https://github.com/WordPress/gutenberg/pull/39577))
* Block Title: truncate all block labels/titles. ([39416](https://github.com/WordPress/gutenberg/pull/39416))
* Add `NumberControl` to support min/max font size for `Tag Cloud Block`. ([37311](https://github.com/WordPress/gutenberg/pull/37311))
* Embeds: Update the Wolfram embed name. ([39528](https://github.com/WordPress/gutenberg/pull/39528))
* Flag invalid Navigation Link items. ([31716](https://github.com/WordPress/gutenberg/pull/31716))
* Gallery block: Add gap support. ([38164](https://github.com/WordPress/gutenberg/pull/38164))
* Separator block: Refactor to use color block supports. ([38428](https://github.com/WordPress/gutenberg/pull/38428))


#### **Post Editor**

* Migrate post editor `editorMode` to use preferences store and remove `localAutosaveInterval` preference. ([39180](https://github.com/WordPress/gutenberg/pull/39180))
* Migrate post editor preferred style variations to preferences store. ([39337](https://github.com/WordPress/gutenberg/pull/39337))
* Show 'View Preview' link for 'Draft Saved' Snackbar notice. ([39482](https://github.com/WordPress/gutenberg/pull/39482))


#### **Site editor**

* Add preferences modal to site editor. ([39485](https://github.com/WordPress/gutenberg/pull/39485))
* Site Editor: Add more template types. ([39353](https://github.com/WordPress/gutenberg/pull/39353))
* Theme Export: Export the whole theme. ([39202](https://github.com/WordPress/gutenberg/pull/39202))
* Theme Export: Use the theme name for the zip file. ([39471](https://github.com/WordPress/gutenberg/pull/39471))


#### **Navigation editor**

* Migrate navigation editor selected menu to preferences store. ([39606](https://github.com/WordPress/gutenberg/pull/39606))


#### **Testing**

* Add `@testing-library/user-event` to the project. ([39360](https://github.com/WordPress/gutenberg/pull/39360))


#### **Webfonts**

* Change class properties from static to instance members. ([39361](https://github.com/WordPress/gutenberg/pull/39361))


#### **Icons**

* Update lock and unlock icons to be smaller. ([39252](https://github.com/WordPress/gutenberg/pull/39252))


#### **Extensibility**

* Set $name on WP_Block_Editor_Context. ([39299](https://github.com/WordPress/gutenberg/pull/39299))


#### **CSS & Styling**

* Layout: Use CSS logical properties for margin top and bottom. ([38816](https://github.com/WordPress/gutenberg/pull/38816))


#### **Design Tools**

* Block spacing: Block-level axial gap block support. ([37736](https://github.com/WordPress/gutenberg/pull/37736))


### **New APIs**


#### **Block API**

* Blocks: Deprecate `isValidBlockContent`. ([38794](https://github.com/WordPress/gutenberg/pull/38794))
* Blocks: Remember raw source block for invalid blocks. ([38923](https://github.com/WordPress/gutenberg/pull/38923))
* Blocks: Add flag in `parse` to skip logging migration details from patterns parsing. ([39404](https://github.com/WordPress/gutenberg/pull/39404))


#### **Block Library**

* Block Patterns: Automatically load files with headers from a theme's `/patterns` directory. ([36751](https://github.com/WordPress/gutenberg/pull/36751))


### **Bug Fixes**


#### **Core data**

* Revert addition of Navigation entity. ([39572](https://github.com/WordPress/gutenberg/pull/39572))
* Add raw attributes configuration for media entity. ([39512](https://github.com/WordPress/gutenberg/pull/39512))


#### **Block editor**

* Revert: Fix/editor content z-index stack context. ([39620](https://github.com/WordPress/gutenberg/pull/39620))


#### **Widgets editor**

* Preload paths: Avoid fatal error on Widgets page. ([39470](https://github.com/WordPress/gutenberg/pull/39470))


#### **Block Library**

* Fix `Comments` blocks pagination. ([39227](https://github.com/WordPress/gutenberg/pull/39227))
* Fix center aligned images styles. ([39422](https://github.com/WordPress/gutenberg/pull/39422))
* Fix experimental full site editing blocks not being registered. ([39415](https://github.com/WordPress/gutenberg/pull/39415))
* Fix: `Comment Query Loop`'s inner block selection and duplicate inspector control settings. ([39472](https://github.com/WordPress/gutenberg/pull/39472))
* Fix: `Table` block doesn't keep background color. ([39445](https://github.com/WordPress/gutenberg/pull/39445))
* `Gallery` block: Disable edit as html support. ([39318](https://github.com/WordPress/gutenberg/pull/39318))
* `Gallery` block: Fix image upload bug. ([39269](https://github.com/WordPress/gutenberg/pull/39269))
* `Image`: Allow authors to select image sizes from dropdown. ([39580](https://github.com/WordPress/gutenberg/pull/39580))
* `Image`: Restore baseline responsiveness in the block. ([39340](https://github.com/WordPress/gutenberg/pull/39340))
* `Media & Text`: Allow authors to select image sizes from dropdown. ([39608](https://github.com/WordPress/gutenberg/pull/39608))
* `Pullquote` block: Fix citation markup in Editor. ([39414](https://github.com/WordPress/gutenberg/pull/39414))
* `Pullquote` block: Remove deprecated pullquote style. ([39413](https://github.com/WordPress/gutenberg/pull/39413))
* [Site Logo] Fix center alignment. ([39579](https://github.com/WordPress/gutenberg/pull/39579))
* Hide the orientation switcher from the group block. ([39650](https://github.com/WordPress/gutenberg/pull/39650))
* Image Block: Move any is-style and custom classnames up to deprecated alignment wrapper. ([39330](https://github.com/WordPress/gutenberg/pull/39330))
* Social Icons: Avoid loss of previously selected background color when switching back from "Logos Only" style. ([39276](https://github.com/WordPress/gutenberg/pull/39276))
* Fix the block toolbar styles to evenly space buttons. ([39630](https://github.com/WordPress/gutenberg/pull/39630))
* Fix Image block link rel handling. ([39319](https://github.com/WordPress/gutenberg/pull/39319))


#### **Components**

* `BlockSettingsMenuControls` don't render empty `MenuGroup`. ([39537](https://github.com/WordPress/gutenberg/pull/39537))
* Fix `UnitControl` resets unit when value is cleared. ([39531](https://github.com/WordPress/gutenberg/pull/39531))
* Fix changelog entry in wrong version. ([39450](https://github.com/WordPress/gutenberg/pull/39450))
* `ResizableBox`: Ensure tooltip text remains on a single line. ([39623](https://github.com/WordPress/gutenberg/pull/39623))
* [Block Library]: Use `UnitControl` from `components` package in Cover and Search blocks. ([39383](https://github.com/WordPress/gutenberg/pull/39383))
* `NumberControl`: Commit (and constrain) value on `blur` event. ([39186](https://github.com/WordPress/gutenberg/pull/39186))


#### **Testing**

* Fix Gallery block flaky test image captions. ([39689](https://github.com/WordPress/gutenberg/pull/39689))
* Fix performance tests - attempt 2. ([39333](https://github.com/WordPress/gutenberg/pull/39333))
* Env: Fix PHP unit tests for "non-standard" cloned directories. ([39362](https://github.com/WordPress/gutenberg/pull/39362))


#### **Accessibility**

* Fix `useFocusFirstElement` in non-`contenteditable` Blocks. ([37934](https://github.com/WordPress/gutenberg/pull/37934))
* Use the post-title as the featured-image's alt text when linked to the post. ([39634](https://github.com/WordPress/gutenberg/pull/39634))


#### **Design Tools**

* Fix Border Radius Control showing Mixed when switching between units in an empty control. ([39563](https://github.com/WordPress/gutenberg/pull/39563))
* Flex Layout: Fix visibility control of allowOrientation. ([39532](https://github.com/WordPress/gutenberg/pull/39532))


#### **Block Conversion**

* Blocks: Disable Grouping when block removal is locked. ([39541](https://github.com/WordPress/gutenberg/pull/39541))


#### **Post Editor**

* Add default `as` prop to `PluginMoreMenuItem` component. ([39517](https://github.com/WordPress/gutenberg/pull/39517))


#### **Patterns**

* [Patterns]: Load theme patterns only in block and site editor. ([39493](https://github.com/WordPress/gutenberg/pull/39493))


#### **npm Packages**

* Packages: Ensure that `@wordpress/preferences` gets published to npm. ([39390](https://github.com/WordPress/gutenberg/pull/39390))


#### **Global Styles**

* Fix display of color palettes for border panel. ([38798](https://github.com/WordPress/gutenberg/pull/38798))


### **Performance**


#### **Block editor and site editor**

* Optimise preload paths for post and site editors. ([39256](https://github.com/WordPress/gutenberg/pull/39256))


#### **Parsing**

* Optimise block parser by avoiding repeated HTML parsing and matcher creation. ([39424](https://github.com/WordPress/gutenberg/pull/39424))


### **Experiments**


#### **Block Library**

* New block: list block v2. Add an empty list block v2. ([39459](https://github.com/WordPress/gutenberg/pull/39459)), implement the nested block behaviour in list block v2. ([39487](https://github.com/WordPress/gutenberg/pull/39487)), add transforms for the list v2 block. ([39652](https://github.com/WordPress/gutenberg/pull/39652)), add start, ordered and reversed list block attributes. ([39605](https://github.com/WordPress/gutenberg/pull/39605)), add simple list item splitting and merging. ([39542](https://github.com/WordPress/gutenberg/pull/39542)).
* New block: Generic Avatar. Create a Generic Avatar block for Authors. ([38591](https://github.com/WordPress/gutenberg/pull/38591))


#### **Block editor**

* Add __experimentalGetGlobalBlocksByName selector. ([39610](https://github.com/WordPress/gutenberg/pull/39610))


### **Documentation**


#### **Themes**

* Add some detail to handbook about different theme types. ([39562](https://github.com/WordPress/gutenberg/pull/39562))
* Remove duplicate theme documentation. ([38800](https://github.com/WordPress/gutenberg/pull/38800))


#### **Block library**

* Block Title: Update documentation. ([39328](https://github.com/WordPress/gutenberg/pull/39328))
* Dependency `wp-editor` should be `wp-block-editor` in the code example. ([39505](https://github.com/WordPress/gutenberg/pull/39505))
* Document `__experimentalGenerateAnchors` default setting. ([39554](https://github.com/WordPress/gutenberg/pull/39554))


#### **Contributing**

* Plugin: Document the project structure and conventions used in the `lib` folder for PHP code. ([39603](https://github.com/WordPress/gutenberg/pull/39603))
* Update plugin `readme.txt` content for intended audience. ([38724](https://github.com/WordPress/gutenberg/pull/38724))
* Fix the missing page in the manifest file. ([39507](https://github.com/WordPress/gutenberg/pull/39507))


#### **Components**

* Divider: Improve default behaviour when in vertical orientation. ([39316](https://github.com/WordPress/gutenberg/pull/39316))
* `UnitControl`: Convert Storybook example to TypeScript and Controls. ([39320](https://github.com/WordPress/gutenberg/pull/39320))
* `UnitControl`: Mark `unit` prop as deprecated. ([39503](https://github.com/WordPress/gutenberg/pull/39503))
* Add missing `}` to LinkControl code example. ([39469](https://github.com/WordPress/gutenberg/pull/39469))


### **Code Quality**

#### **Core data**

* Use consistent terminology across @wordpress/core-data. ([39349](https://github.com/WordPress/gutenberg/pull/39349)) without renaming useEntityId hook. ([39683](https://github.com/WordPress/gutenberg/pull/39683))
* Add an "enabled" option to useEntityRecord and useEntityRecords. ([39288](https://github.com/WordPress/gutenberg/pull/39288))
* Add Navigation menu to known entities. ([39498](https://github.com/WordPress/gutenberg/pull/39498))
* Use the word `record` for the entity record TypeScript types. ([39251](https://github.com/WordPress/gutenberg/pull/39251))
* throwOnError option for saveEntityRecord and deleteEntityRecord actions. ([39258](https://github.com/WordPress/gutenberg/pull/39258))
* Fix preferences actions/selectors deprecated calls. ([39640](https://github.com/WordPress/gutenberg/pull/39640))
* Check for nullity in experimental fetch methods. ([39480](https://github.com/WordPress/gutenberg/pull/39480))
* Check for presence of entity configuration before testing plural form. ([39476](https://github.com/WordPress/gutenberg/pull/39476))
* Import types before exporting them. ([39479](https://github.com/WordPress/gutenberg/pull/39479))
* Pass explicit `undefined` initial value to `createContext`. ([39526](https://github.com/WordPress/gutenberg/pull/39526))
* Replace spread arguments with non-spread variants. ([39477](https://github.com/WordPress/gutenberg/pull/39477))
* Fix minor type-related issues. ([39525](https://github.com/WordPress/gutenberg/pull/39525))
* Do not suppress errors in the getEntityRecord and getEntityRecords resolvers. ([39317](https://github.com/WordPress/gutenberg/pull/39317))


#### **Block Library**

* `Cover` block: Stop using `UnitControl`'s deprecated `unit` prop. ([39522](https://github.com/WordPress/gutenberg/pull/39522))
* `Search` block: Stop using `UnitControl`'s deprecated `unit` prop. ([39514](https://github.com/WordPress/gutenberg/pull/39514))
* `Spacer` block: Stop using `UnitControl`'s deprecated `unit` prop. ([39513](https://github.com/WordPress/gutenberg/pull/39513))
* [Blocks]: Add flag in `parse` to skip logging migration details from patterns parsing. ([39404](https://github.com/WordPress/gutenberg/pull/39404))
* Use block specific filters for the backward compatibility markup hooks. ([39321](https://github.com/WordPress/gutenberg/pull/39321))

#### **Testing**

* Fix Nav block flaky end-to-end test by correctly waiting on menu creation resolution. ([39637](https://github.com/WordPress/gutenberg/pull/39637))

#### **Plugin**

* Fix PHP notice in `gutenberg_get_block_editor_settings`. ([39543](https://github.com/WordPress/gutenberg/pull/39543))


#### **Components**

* Drop `composeStateReducers`. ([39262](https://github.com/WordPress/gutenberg/pull/39262))
* `BorderRadiusControl`: Stop using `UnitControl`’s deprecated `unit` prop. ([39549](https://github.com/WordPress/gutenberg/pull/39549))


### **Tools**

#### **Codeowners updates**

* Add [@michalczaplinski](https://github.com/michalczaplinski) to codeowners. ([39440](https://github.com/WordPress/gutenberg/pull/39440))
* Add [@juanmaguitar](https://github.com/juanmaguitar) as codeowners of gutenberg documentation. ([39453](https://github.com/WordPress/gutenberg/pull/39453))


#### **Testing**

* Add infrastructure for writing Playwright end-to-end tests. ([38570](https://github.com/WordPress/gutenberg/pull/38570))
* Gallery block: Reduce end-to-end flakiness. ([39565](https://github.com/WordPress/gutenberg/pull/39565))


#### **Build Tooling**

* Simplify vendor scripts handling. ([39534](https://github.com/WordPress/gutenberg/pull/39534))
* ing: Remove unused npm scripts. ([39369](https://github.com/WordPress/gutenberg/pull/39369))
* Use android artefacts for react-native libraries in react-native-bridge. ([39294](https://github.com/WordPress/gutenberg/pull/39294))
* ESlint: Exempt TS files from `jsdoc/require-param`. ([39458](https://github.com/WordPress/gutenberg/pull/39458))


#### **NPM Packages**

* Packages: Finalise the revised strategy for NPM publishing. ([39389](https://github.com/WordPress/gutenberg/pull/39389))


## First time contributors

The following PRs were merged by first time contributors:

- @alefesouza: Add onClick prop to FormFileUpload. ([39268](https://github.com/WordPress/gutenberg/pull/39268))
- @brookewp: Show 'View Preview' link for 'Draft Saved' snackbar notice. ([39482](https://github.com/WordPress/gutenberg/pull/39482))
- @HILAYTRIVEDI: Social Icons: Avoid loss of previously selected background color when switching back from "Logos Only" style. ([39276](https://github.com/WordPress/gutenberg/pull/39276))
- @ironprogrammer: Update plugin `readme.txt` content for intended audience. ([38724](https://github.com/WordPress/gutenberg/pull/38724))
- @mhimon: Add missing `}` to LinkControl code example. ([39469](https://github.com/WordPress/gutenberg/pull/39469))
- @ParaskP7:  ([39508](https://github.com/WordPress/gutenberg/pull/39508))
- @SantosGuillamot: Fix Comments blocks pagination. ([39227](https://github.com/WordPress/gutenberg/pull/39227))
- @stefanolissa: Dependency "wp-editor" should be "wp-block-editor" in the code example. ([39505](https://github.com/WordPress/gutenberg/pull/39505))


## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @adamziel @alefesouza @alexstine @amustaque97 @andrewserong @AnthonyLedesma @aristath @brookewp @c4rl0sbr4v0 @carolinan @ciampo @delowardev @dmsnell @ellatrix @fluiddot @getdave @glendaviesnz @gziolo @HILAYTRIVEDI @hypest @ironprogrammer @jarcos @jasmussen @jeherve @jhnstn @jorgefilipecosta @jostnes @jsnajdr @juanmaguitar @kevin940726 @kjellr @Mamaduka @mcsf @mhimon @michalczaplinski @mirka @ndiego @noisysocks @ntsekouras @oguzkocer @ParaskP7 @pento @ramonjd @SantosGuillamot @scruffian @SiobhyB @stefanolissa @stokesman @t-hamano @talldan @tellthemachines @vcanales @xknown @youknowriad @zaguiini




= 12.8.1 =

## Changelog

### Bug Fixes

- Templates page: reduce z-index of content area [39331](https://github.com/WordPress/gutenberg/pull/39331)


= 12.8.0 =


## Changelog

### Enhancements

#### Block Library
- Group: Show `group` option in `Group` blocks. ([39094](https://github.com/WordPress/gutenberg/pull/39094))
- Navigation: Improve loading and placeholder states. ([38907](https://github.com/WordPress/gutenberg/pull/38907))
- Navigation: Improve create new UI feedback in Nav block. ([39219](https://github.com/WordPress/gutenberg/pull/39219))
- Media & Text: Display media while uploading. ([39275](https://github.com/WordPress/gutenberg/pull/39275))
- Tag Cloud: Use flex for the Outline style. ([38995](https://github.com/WordPress/gutenberg/pull/38995))

#### Components
- ConfirmDialog: add custom button text. ([38994](https://github.com/WordPress/gutenberg/pull/38994))
- InputControl: Allow onBlur for empty values to commit the change, move reset behaviour to ESCAPE key. ([39109](https://github.com/WordPress/gutenberg/pull/39109))

#### Block Editor
- Add a link completer for inline links to posts. ([29172](https://github.com/WordPress/gutenberg/pull/29172))

#### Site Editor
- Add theme.json to export file. ([39048](https://github.com/WordPress/gutenberg/pull/39048))
- Resolve homepage template on server-side. ([38817](https://github.com/WordPress/gutenberg/pull/38817))
- Theme Export: Add index.php and style.css. ([39173](https://github.com/WordPress/gutenberg/pull/39173))

#### Icons
- Update drag handle footprint. ([39342](https://github.com/WordPress/gutenberg/pull/39342))
- Update Pin icon, add new Post icon. ([39139](https://github.com/WordPress/gutenberg/pull/39139))

#### General Interface
- Raise z-index of content div relative to sidebars. ([38893](https://github.com/WordPress/gutenberg/pull/38893))

#### Media
- MediaReplaceFlow: Add 'onError' prop to handle error notifications. ([39197](https://github.com/WordPress/gutenberg/pull/39197))

### Accessibility

- Block settings dropdown: Use block display title in remove label. ([39110](https://github.com/WordPress/gutenberg/pull/39110))
- Try allowing tab into block placeholder. ([39085](https://github.com/WordPress/gutenberg/pull/39085))

### New APIs

- Webfonts API. ([37140](https://github.com/WordPress/gutenberg/pull/37140))
- Add new `@wordpress/preferences` package. ([38873](https://github.com/WordPress/gutenberg/pull/38873))
- Add reusable preferences modal to interface package. ([39153](https://github.com/WordPress/gutenberg/pull/39153))
  - Add interface preferences modal to edit post. ([39176](https://github.com/WordPress/gutenberg/pull/39176))
  - Migrate hidden block types (block manager data) to new preferences packages. ([39132](https://github.com/WordPress/gutenberg/pull/39132))
  - Migrate post editor feature preferences to use new preferences package. ([39115](https://github.com/WordPress/gutenberg/pull/39115))
  - Migrate customize widgets editor to use new preferences package. ([39112](https://github.com/WordPress/gutenberg/pull/39112))
  - Migrate standalone widgets editor to use new preferences package. ([39084](https://github.com/WordPress/gutenberg/pull/39084))
  - Migrate site editor to use new preferences package. ([39158](https://github.com/WordPress/gutenberg/pull/39158))
  - Deprecate interface package's preference APIs. ([39418](https://github.com/WordPress/gutenberg/pull/39418))
- Create Block: Add support for more plugin header fields. ([39096](https://github.com/WordPress/gutenberg/pull/39096))


### Bug Fixes

#### Block Library
- Buttons: Added aria label to the button block with icon. ([38966](https://github.com/WordPress/gutenberg/pull/38966))
- Buttons: Fixes Button highlight popover overflow conflict with link popover. ([38771](https://github.com/WordPress/gutenberg/pull/38771))
- Buttons: Don't set a placeholder text color. ([39034](https://github.com/WordPress/gutenberg/pull/39034))
- Code: Restructure code bock styling. ([38712](https://github.com/WordPress/gutenberg/pull/38712))
- Comments Pagination Number_ Fix Comments Pagination Number with no pagination settings. ([39204](https://github.com/WordPress/gutenberg/pull/39204))
- Cover: Fix keep selected unit on deleting minHeight value. ([39145](https://github.com/WordPress/gutenberg/pull/39145))
- Cover: Fixes #38761 by removing obsolete `::Before` pseudo element. ([38762](https://github.com/WordPress/gutenberg/pull/38762))
- File: Check if 'fileId' exists before setting the attribute. ([39088](https://github.com/WordPress/gutenberg/pull/39088))
- File: Don't display loading animation on upload error. ([39213](https://github.com/WordPress/gutenberg/pull/39213))
- File: Fix file block validation error by not outputting aria-describedby if there's no description. ([39083](https://github.com/WordPress/gutenberg/pull/39083))
- File: Fix the undo trap. ([39215](https://github.com/WordPress/gutenberg/pull/39215))
- Hide border panel when all border features have been disabled. ([36791](https://github.com/WordPress/gutenberg/pull/36791))
- Hide current menu from dropdown list in Nav block. ([38916](https://github.com/WordPress/gutenberg/pull/38916))
- Image: Fix image responsive rules. ([39045](https://github.com/WordPress/gutenberg/pull/39045))
- Image: Display errors after failed upload. ([39178](https://github.com/WordPress/gutenberg/pull/39178))
- Media & Text: Display errors after failed upload. ([39245](https://github.com/WordPress/gutenberg/pull/39245))
- Navigation: Fix navigation menu error when menus are not yet fetched. ([39151](https://github.com/WordPress/gutenberg/pull/39151))
- Post Comments Form: Show correctwarning relative to post/page context. ([38011](https://github.com/WordPress/gutenberg/pull/38011))
- Post Expert: Fix missing class in post excerpt. ([38747](https://github.com/WordPress/gutenberg/pull/38747))
- Post Terms: Unescape HTML entities in term names. ([39216](https://github.com/WordPress/gutenberg/pull/39216))
- Widget Group: Make `save()` markup the same as `render_callback` markup. ([38510](https://github.com/WordPress/gutenberg/pull/38510))

#### Styles
- Fix Blocks list ordering in Global Styles. ([39093](https://github.com/WordPress/gutenberg/pull/39093))
- Fix default duotone preset SVG and style generation. ([38681](https://github.com/WordPress/gutenberg/pull/38681))
- Fix header panel height. ([39119](https://github.com/WordPress/gutenberg/pull/39119))
- Fix Global styles overriding block's element styles. ([39012](https://github.com/WordPress/gutenberg/pull/39012))

#### Components
- Update drag gesture of `InputControl`-based controls with axial constraint. ([38968](https://github.com/WordPress/gutenberg/pull/38968))
- `UnitControl`: Fix controlled `unit` behavior. ([39148](https://github.com/WordPress/gutenberg/pull/39148))
- Normalize font-family. ([38969](https://github.com/WordPress/gutenberg/pull/38969))

#### Block Editor
- Fixes block highlight after block move. ([38915](https://github.com/WordPress/gutenberg/pull/38915))
- Improve in_footer handling in gutenberg_override_script(). ([39497](https://github.com/WordPress/gutenberg/pull/39497))

#### Post Editor
- Avoid error when 'styles' settings are removed. ([39091](https://github.com/WordPress/gutenberg/pull/39091))
- URL: Fix code drift in the Editor package by removing duplicate cleanForSlug function. ([39033](https://github.com/WordPress/gutenberg/pull/39033))

####  Site Editor
- Expose plugin area to site editor's List page. ([39078](https://github.com/WordPress/gutenberg/pull/39078))

#### Other Packages
- `apiFetch`: Handle urlencoded and rest_route query params. ([38914](https://github.com/WordPress/gutenberg/pull/38914))
- Base Styles: Add a resolvable JavaScript entry point to base-styles. ([39240](https://github.com/WordPress/gutenberg/pull/39240))
- Compose: Avoid memory leak in use-drop-zone. ([39038](https://github.com/WordPress/gutenberg/pull/39038))
- Render SVG props that have dashes correctly. ([38936](https://github.com/WordPress/gutenberg/pull/38936))
- Url: Improvement to prototype handling. ([39365](https://github.com/WordPress/gutenberg/pull/39365))


### Developer experience
- Change copying PHP files to dist directory to opt-in via a CLI  flag. ([39171](https://github.com/WordPress/gutenberg/pull/39171))
- Create Block: Add confirm prompt before showing the plugin options. ([39105](https://github.com/WordPress/gutenberg/pull/39105))
- Create Block: Improve custom project template configuration. ([39049](https://github.com/WordPress/gutenberg/pull/39049))
- Handle resolution errors in @wordpress/data. ([38669](https://github.com/WordPress/gutenberg/pull/38669))


### Documentation

- Add import useBlockProps. ([39072](https://github.com/WordPress/gutenberg/pull/39072))
- Components: Update changelog follow up for #38985. ([39013](https://github.com/WordPress/gutenberg/pull/39013))
- Emphasized requirement to enclose in quotation marks wp-env run…. ([39101](https://github.com/WordPress/gutenberg/pull/39101))
- Element: Add changelog notes for serialize attribute casing. ([39141](https://github.com/WordPress/gutenberg/pull/39141))
- Gutenberg Data Tutorial Part 3: Building an edit form. ([38581](https://github.com/WordPress/gutenberg/pull/38581))
- Fix code example in flyout component. ([39156](https://github.com/WordPress/gutenberg/pull/39156))
- Missing `,toggleFormat` from last code block. ([39146](https://github.com/WordPress/gutenberg/pull/39146))
- Move recent CHANGELOG entry to `Unreleased` section. ([39169](https://github.com/WordPress/gutenberg/pull/39169))
- Spelling error in `JustifyContentControl` example. ([39234](https://github.com/WordPress/gutenberg/pull/39234))
- Storybook: Support proper extraction of TypeScript prop types. ([38842](https://github.com/WordPress/gutenberg/pull/38842))
- Storybook: Add webpack loader for easier story descriptions. ([39165](https://github.com/WordPress/gutenberg/pull/39165))


### Code Quality

- Componentes, UnitControl: Tidy up utils and types. ([38987](https://github.com/WordPress/gutenberg/pull/38987))
- Components, FontSizePicker: Refactor stories to use Controls. ([38727](https://github.com/WordPress/gutenberg/pull/38727))
- Components, ToggleGroupControlOption: Calculate width from button content and remove `LabelPlaceholderView`. ([39345](https://github.com/WordPress/gutenberg/pull/39345))
- Core Data: Rename `types` directory to `entity-types`. ([39225](https://github.com/WordPress/gutenberg/pull/39225))
- Core data: Fix some typing issues. ([39212](https://github.com/WordPress/gutenberg/pull/39212))
- Core data: Fix some typing issues. ([39214](https://github.com/WordPress/gutenberg/pull/39214))
- Fix `@wordpress/comment-case` ESlint errors but without adding the disable-rule pragma. ([37006](https://github.com/WordPress/gutenberg/pull/37006))
- Delete widget editor redundant css for more menu. ([39113](https://github.com/WordPress/gutenberg/pull/39113))
- Layout: Remove duplicate var declaration. ([39111](https://github.com/WordPress/gutenberg/pull/39111))
- Move editor settings code to compat folder. ([39030](https://github.com/WordPress/gutenberg/pull/39030))
- Refactor useSelect usages to useEntityRecords. ([38827](https://github.com/WordPress/gutenberg/pull/38827))
- Refactor classic menu conversion process. ([38858](https://github.com/WordPress/gutenberg/pull/38858))
- Post author name: Add "post" prefix to CSS class. ([38320](https://github.com/WordPress/gutenberg/pull/38320))
- TreeGrid: Update callback unit tests to use TreeGridRow and TreeGridCell sub components. ([39002](https://github.com/WordPress/gutenberg/pull/39002))
- Update framer motion to 6.2.8. ([38999](https://github.com/WordPress/gutenberg/pull/38999))
- useBlockEditorSettings: Remove unused unstableBase fetch. ([39221](https://github.com/WordPress/gutenberg/pull/39221))


### Tools

#### Project Management
- Code owners: Remove users without write access and fix typos. ([39238](https://github.com/WordPress/gutenberg/pull/39238))
- Simplify Pull Request template. ([39229](https://github.com/WordPress/gutenberg/pull/39229))

#### Testing
- Add end-to-end testing for experimental nav menu deletion. ([38955](https://github.com/WordPress/gutenberg/pull/38955))
- Add Home/End keyboard end-to-end test for List View. ([39265](https://github.com/WordPress/gutenberg/pull/39265))
- Add some tests for TreeGrid. Update README to reflect latest functionality. ([39302](https://github.com/WordPress/gutenberg/pull/39302))
- Add test case for post locking feature saving. ([39022](https://github.com/WordPress/gutenberg/pull/39022))
- Add tests for media replace flow. ([39005](https://github.com/WordPress/gutenberg/pull/39005))
- Block Test Fixtures: Add additional error message for serialized test fixtures that reserialize identically. ([39039](https://github.com/WordPress/gutenberg/pull/39039))
- ESLint Plugin: Make Prettier integration optional. ([39244](https://github.com/WordPress/gutenberg/pull/39244))
- Fix performance tests by adding backwards compatibility to welcome guide utility. ([39300](https://github.com/WordPress/gutenberg/pull/39300))
- Improve switch to draft button end-to-end test robustness. ([38971](https://github.com/WordPress/gutenberg/pull/38971))
- Remove rename rn UI tests. ([39042](https://github.com/WordPress/gutenberg/pull/39042))
- Social Icons: Begin Automating Existing Manual Test Cases. ([39027](https://github.com/WordPress/gutenberg/pull/39027))
- Update 'clickMenuItem' test util to use full label matching. ([39274](https://github.com/WordPress/gutenberg/pull/39274))
- Update preview test to wait for publish panel to appear before closing it. ([39100](https://github.com/WordPress/gutenberg/pull/39100))

#### Build Tooling
- Fix spelling of contributors in changelog script. ([39029](https://github.com/WordPress/gutenberg/pull/39029))
- Resolve peer dependency warnings. ([39043](https://github.com/WordPress/gutenberg/pull/39043))

#### npm Packages
- Fix `npm run docs:Build` crashing when a `block.json` lacks `supports` key. ([39241](https://github.com/WordPress/gutenberg/pull/39241))
- Packages: Automate npm publishing as part of Gutenberg release workflow. ([39259](https://github.com/WordPress/gutenberg/pull/39259))
- Packages: Automatically acceppt all Lerna commands when run with CI flag. ([39199](https://github.com/WordPress/gutenberg/pull/39199))
- Packages: Update CLI publishing tool to run in CI mode. ([38993](https://github.com/WordPress/gutenberg/pull/38993))

#### Plugin
- Account for upcoming changes in styles metadata in WordPress 5.9. ([36327](https://github.com/WordPress/gutenberg/pull/36327))
- Don't filter 'theme_templates' when running WP 5.9. ([39017](https://github.com/WordPress/gutenberg/pull/39017))


## First time contributors

The following PRs were merged by first time contributors:

- @ahsanshaheen199: fix: Code example in flyout component. ([39156](https://github.com/WordPress/gutenberg/pull/39156))
- @alshakerM: Render SVG props that have dashes correctly. ([38936](https://github.com/WordPress/gutenberg/pull/38936))
- @awps: Missing `,toggleFormat` from last code block. ([39146](https://github.com/WordPress/gutenberg/pull/39146))
- @francisei: Docs: Emphasized requirement to enclose in quotation marks wp-env run…. ([39101](https://github.com/WordPress/gutenberg/pull/39101))
- @ironprogrammer: Raise z-index of content div relative to sidebars. ([38893](https://github.com/WordPress/gutenberg/pull/38893))
- @joshuafredrickson: Add a resolvable JavaScript entry point to base-styles. ([39240](https://github.com/WordPress/gutenberg/pull/39240))
- @jostnes: Remove rename rn UI tests. ([39042](https://github.com/WordPress/gutenberg/pull/39042))
- @mashikag: Fix Blocks list ordering in Global Styles. ([39093](https://github.com/WordPress/gutenberg/pull/39093))
- @tomasztunik: Fix Global styles overriding block's element styles. ([39012](https://github.com/WordPress/gutenberg/pull/39012))
- @Tumas2: Spelling error in `JustifyContentControl` example. ([39234](https://github.com/WordPress/gutenberg/pull/39234))


## Contributors

The following contributors merged PRs in this release:

@adamziel @ahsanshaheen199 @ajlende @alexstine @alshakerM @amustaque97 @andrewserong @aristath @awps @c4rl0sbr4v0 @carolinan @chad1008 @ciampo @delowardev @dmsnell @draganescu @fluiddot @francisei @getdave @gwwar @gziolo @illusaen @ironprogrammer @jasmussen @joshuafredrickson @jostnes @jsnajdr @Mamaduka @mashikag @mirka @ndiego @noahtallen @noisysocks @ntsekouras @oandregal @ocean90 @opr @priethor @ramonjd @ryanwelcher @scruffian @Sidsector9 @SiobhyB @Sisanu @stokesman @talldan @tellthemachines @tomasztunik @ttahmouch @Tumas2 @walbo @webmandesign @zaguiini @ZebulanStanphill


= 12.7.2 =



## Changelog

### Enhancements

- Block Editor: Improve Global Styles filtering order. ([39364](https://github.com/WordPress/gutenberg/pull/39364))
- getQueryArgs: Improvement to prototype handling. ([39365](https://github.com/WordPress/gutenberg/pull/39365))

## Contributors

The following contributors merged PRs in this release:

@jorgefilipecosta


= 12.8.0-rc.1 =



## Changelog

### Enhancements

- Change copying PHP files to dist directory to opt-in via a CLI  flag. ([39171](https://github.com/WordPress/gutenberg/pull/39171))
- Raise z-index of content div relative to sidebars. ([38893](https://github.com/WordPress/gutenberg/pull/38893))

#### Components
- Enhance/confirmdialog add custom button text. ([38994](https://github.com/WordPress/gutenberg/pull/38994))
- InputControl: Allow onBlur for empty values to commit the change, move reset behaviour to ESCAPE key. ([39109](https://github.com/WordPress/gutenberg/pull/39109))
- Update framer motion to 6.2.8. ([38999](https://github.com/WordPress/gutenberg/pull/38999))
- `UnitControl`: Tidy up utils and types. ([38987](https://github.com/WordPress/gutenberg/pull/38987))

#### Post Editor
- Add interface preferences modal to edit post. ([39176](https://github.com/WordPress/gutenberg/pull/39176))
- Migrate hidden block types (block manager data) to new preferences packages. ([39132](https://github.com/WordPress/gutenberg/pull/39132))
- Migrate post editor feature preferences to use new preferences package. ([39115](https://github.com/WordPress/gutenberg/pull/39115))

#### Block Library
- Improve create new UI feedback in Nav block. ([39219](https://github.com/WordPress/gutenberg/pull/39219))
- Media & Text: Display media while uploading. ([39275](https://github.com/WordPress/gutenberg/pull/39275))

#### Testing
- Add Home/End keyboard end-to-end test for List View. ([39265](https://github.com/WordPress/gutenberg/pull/39265))
- Improve switch to draft button end-to-end test robustness. ([38971](https://github.com/WordPress/gutenberg/pull/38971))

#### Site Editor
- Migrate site editor to use new preferences package. ([39158](https://github.com/WordPress/gutenberg/pull/39158))
- Resolve homepage template on server-side. ([38817](https://github.com/WordPress/gutenberg/pull/38817))

#### Widgets Editor
- Migrate customize widgets editor to use new preferences package. ([39112](https://github.com/WordPress/gutenberg/pull/39112))
- Migrate standalone widgets editor to use new preferences package. ([39084](https://github.com/WordPress/gutenberg/pull/39084))

#### Media
- MediaReplaceFlow: Add 'onError' prop to handle error notifications. ([39197](https://github.com/WordPress/gutenberg/pull/39197))

#### Accessibility
- Block settings dropdown: Use block display title in remove label. ([39110](https://github.com/WordPress/gutenberg/pull/39110))

#### Global Styles
- Site Editor: Add theme.json to export file. ([39048](https://github.com/WordPress/gutenberg/pull/39048))

#### npm Packages
- Packages: Update CLI publishing tool to run in CI mode. ([38993](https://github.com/WordPress/gutenberg/pull/38993))

#### Block Editor
- Add a link completer for inline links to posts. ([29172](https://github.com/WordPress/gutenberg/pull/29172))


### New APIs

- Add new `@wordpress/preferences` package. ([38873](https://github.com/WordPress/gutenberg/pull/38873))
- Create Block: Add support for more plugin header fields. ([39096](https://github.com/WordPress/gutenberg/pull/39096))


### Bug Fixes

- Compose: Avoid memory leak in use-drop-zone. ([39038](https://github.com/WordPress/gutenberg/pull/39038))
- Fix Global styles overriding block's element styles. ([39012](https://github.com/WordPress/gutenberg/pull/39012))
- Fix: Button highlight popover overflow conflict with link popover. ([38771](https://github.com/WordPress/gutenberg/pull/38771))
- Fixes block highlight after block move. ([38915](https://github.com/WordPress/gutenberg/pull/38915))
- Render SVG props that have dashes correctly. ([38936](https://github.com/WordPress/gutenberg/pull/38936))
- apiFetch preloading middleware: Handle urlencoded and rest_route query params. ([38914](https://github.com/WordPress/gutenberg/pull/38914))

#### Block Library
- Added aria label to the button block with icon. ([38966](https://github.com/WordPress/gutenberg/pull/38966))
- File: Check if 'fileId' exists before setting the attribute. ([39088](https://github.com/WordPress/gutenberg/pull/39088))
- File: Don't display loading animation on upload error. ([39213](https://github.com/WordPress/gutenberg/pull/39213))
- File: Fix the undo trap. ([39215](https://github.com/WordPress/gutenberg/pull/39215))
- Fix Comments Pagination Number with no pagination settings. ([39204](https://github.com/WordPress/gutenberg/pull/39204))
- Fix file block validation error by not outputting aria-describedby if there's no description. ([39083](https://github.com/WordPress/gutenberg/pull/39083))
- Fix navigation menu error when menus are not yet fetched. ([39151](https://github.com/WordPress/gutenberg/pull/39151))
- Hide border panel when all border features have been disabled. ([36791](https://github.com/WordPress/gutenberg/pull/36791))
- Hide current menu from dropdown list in Nav block. ([38916](https://github.com/WordPress/gutenberg/pull/38916))
- Image: Display errors after failed upload. ([39178](https://github.com/WordPress/gutenberg/pull/39178))
- Media & Text: Display errors after failed upload. ([39245](https://github.com/WordPress/gutenberg/pull/39245))
- Post Expert: Fix missing class in post excerpt. ([38747](https://github.com/WordPress/gutenberg/pull/38747))
- Post Terms: Unescape HTML entities in term names. ([39216](https://github.com/WordPress/gutenberg/pull/39216))
- Restructure code bock styling. ([38712](https://github.com/WordPress/gutenberg/pull/38712))
- Try: Fix image responsive rules. ([39045](https://github.com/WordPress/gutenberg/pull/39045))
- Widget Group: Make `save()` markup the same as `render_callback` markup. ([38510](https://github.com/WordPress/gutenberg/pull/38510))
- [Cover]: Fix keep selected unit on deleting minHeight value. ([39145](https://github.com/WordPress/gutenberg/pull/39145))

#### Global Styles
- Fix Blocks list ordering in Global Styles. ([39093](https://github.com/WordPress/gutenberg/pull/39093))
- Fix default duotone preset SVG and style generation. ([38681](https://github.com/WordPress/gutenberg/pull/38681))
- [Global Styles]: Fix header panel height. ([39119](https://github.com/WordPress/gutenberg/pull/39119))

#### Testing
- Fix performance tests by adding backwards compatibility to welcome guide utility. ([39300](https://github.com/WordPress/gutenberg/pull/39300))
- e2e-tests: Update preview test to wait for publish panel to appear before closing it. ([39100](https://github.com/WordPress/gutenberg/pull/39100))

#### Components
- Update drag gesture of `InputControl`-based controls with axial constraint. ([38968](https://github.com/WordPress/gutenberg/pull/38968))
- `UnitControl`: Fix controlled `unit` behavior. ([39148](https://github.com/WordPress/gutenberg/pull/39148))

#### Post Editor
- Avoid error when 'styles' settings are removed. ([39091](https://github.com/WordPress/gutenberg/pull/39091))
- URL: Fix code drift in the Editor package by removing duplicate cleanForSlug function. ([39033](https://github.com/WordPress/gutenberg/pull/39033))

#### Build Tooling
- Fix `npm run docs:Build` crashing when a `block.json` lacks `supports` key. ([39241](https://github.com/WordPress/gutenberg/pull/39241))

#### npm Packages
- Packages: Automatically acceppt all Lerna commands when run with CI flag. ([39199](https://github.com/WordPress/gutenberg/pull/39199))

#### CSS & Styling
- Fixes #38761 by removing obsolete `::Before` pseudo element. ([38762](https://github.com/WordPress/gutenberg/pull/38762))


### Documentation

- Add import useBlockProps. ([39072](https://github.com/WordPress/gutenberg/pull/39072))
- Docs: Emphasized requirement to enclose in quotation marks wp-env run…. ([39101](https://github.com/WordPress/gutenberg/pull/39101))
- Spelling error in `JustifyContentControl` example. ([39234](https://github.com/WordPress/gutenberg/pull/39234))
- [Gutenberg Data Tutorial] Part 3: Building an edit form. ([38581](https://github.com/WordPress/gutenberg/pull/38581))

#### Components
- Move recent CHANGELOG entry to `Unreleased` section. ([39169](https://github.com/WordPress/gutenberg/pull/39169))
- Storybook: Support proper extraction of TypeScript prop types. ([38842](https://github.com/WordPress/gutenberg/pull/38842))
- fix: Code example in flyout component. ([39156](https://github.com/WordPress/gutenberg/pull/39156))


### Code Quality

- Core Data: Rename `types` directory to `entity-types`. ([39225](https://github.com/WordPress/gutenberg/pull/39225))
- Core data: Fix some typing issues. ([39212](https://github.com/WordPress/gutenberg/pull/39212))
- Core data: Fix some typing issues. ([39214](https://github.com/WordPress/gutenberg/pull/39214))
- Fix `@wordpress/comment-case` ESlint errors but without adding the disable-rule pragma. ([37006](https://github.com/WordPress/gutenberg/pull/37006))
- Refactor useSelect usages to useEntityRecords. ([38827](https://github.com/WordPress/gutenberg/pull/38827))

#### Post Editor
- useBlockEditorSettings: Remove unused unstableBase fetch. ([39221](https://github.com/WordPress/gutenberg/pull/39221))

#### Widgets Editor
- Delete widget editor redundant css for more menu. ([39113](https://github.com/WordPress/gutenberg/pull/39113))

#### Plugin
- Layout: Remove duplicate var declaration. ([39111](https://github.com/WordPress/gutenberg/pull/39111))

#### Global Styles
- Move editor settings code to compat folder. ([39030](https://github.com/WordPress/gutenberg/pull/39030))

#### Themes
- Don't filter 'theme_templates' when running WP 5.9. ([39017](https://github.com/WordPress/gutenberg/pull/39017))

#### Components
- TreeGrid: Update callback unit tests to use TreeGridRow and TreeGridCell sub components. ([39002](https://github.com/WordPress/gutenberg/pull/39002))

#### Block Library
- Improve Nav block loading and placeholder states. ([38907](https://github.com/WordPress/gutenberg/pull/38907))


### Tools

- Code owners: Remove users without write access and fix typos. ([39238](https://github.com/WordPress/gutenberg/pull/39238))
- Simplify Pull Request template. ([39229](https://github.com/WordPress/gutenberg/pull/39229))

#### Testing
- Add end-to-end testing for experimental nav menu deletion. ([38955](https://github.com/WordPress/gutenberg/pull/38955))
- Add test case for post locking feature saving. ([39022](https://github.com/WordPress/gutenberg/pull/39022))
- Add tests for media replace flow. ([39005](https://github.com/WordPress/gutenberg/pull/39005))
- Block Test Fixtures: Add additional error message for serialized test fixtures that reserialize identically. ([39039](https://github.com/WordPress/gutenberg/pull/39039))
- Update 'clickMenuItem' test util to use full label matching. ([39274](https://github.com/WordPress/gutenberg/pull/39274))

#### Build Tooling
- Fix spelling of contributors in changelog script. ([39029](https://github.com/WordPress/gutenberg/pull/39029))
- Resolve peer dependency warnings. ([39043](https://github.com/WordPress/gutenberg/pull/39043))

#### npm Packages
- Packages: Automate npm publishing as part of Gutenberg release workflow. ([39259](https://github.com/WordPress/gutenberg/pull/39259))


### Various

- Add a resolvable JavaScript entry point to base-styles. ([39240](https://github.com/WordPress/gutenberg/pull/39240))
- Add reusable preferences modal to interface package. ([39153](https://github.com/WordPress/gutenberg/pull/39153))
- Create Block: Add confirm prompt before showing the plugin options. ([39105](https://github.com/WordPress/gutenberg/pull/39105))
- Create Block: Improve custom project template configuration. ([39049](https://github.com/WordPress/gutenberg/pull/39049))
- Element: Add changelog notes for serialize attribute casing. ([39141](https://github.com/WordPress/gutenberg/pull/39141))
- Missing `,toggleFormat` from last code block. ([39146](https://github.com/WordPress/gutenberg/pull/39146))
- Remove rename rn UI tests. ([39042](https://github.com/WordPress/gutenberg/pull/39042))

#### Block Library
- Adding a GIF badge to image blocks with gifs in them. ([38996](https://github.com/WordPress/gutenberg/pull/38996))
- Buttons: Don't set a placeholder text color. ([39034](https://github.com/WordPress/gutenberg/pull/39034))
- Post author name: Add "post" prefix to CSS class. ([38320](https://github.com/WordPress/gutenberg/pull/38320))
- Post comments form block show warning wrt to post/page. ([38011](https://github.com/WordPress/gutenberg/pull/38011))
- Refactor classic menu conversion process. ([38858](https://github.com/WordPress/gutenberg/pull/38858))
- Social Icons - Begin Automating Existing Manual Test Cases. ([39027](https://github.com/WordPress/gutenberg/pull/39027))
- Tag Cloud: Use flex for the Outline style. ([38995](https://github.com/WordPress/gutenberg/pull/38995))

#### Components
- FontSizePicker: Refactor stories to use Controls. ([38727](https://github.com/WordPress/gutenberg/pull/38727))
- Normalize font-family. ([38969](https://github.com/WordPress/gutenberg/pull/38969))
- Storybook: Add webpack loader for easier story descriptions. ([39165](https://github.com/WordPress/gutenberg/pull/39165))
- [Components]: Update changelog follow up for #38985. ([39013](https://github.com/WordPress/gutenberg/pull/39013))

#### Themes
- Theme Export: Add index.php and style.css. ([39173](https://github.com/WordPress/gutenberg/pull/39173))

#### Icons
- Update Pin icon, add new Post icon. ([39139](https://github.com/WordPress/gutenberg/pull/39139))

#### Block Conversion
- [Block Conversion]: Show `group` option in `Group` blocks. ([39094](https://github.com/WordPress/gutenberg/pull/39094))

#### Accessibility
- Try allowing tab into block placeholder. ([39085](https://github.com/WordPress/gutenberg/pull/39085))

#### Full Site Editing
- Expose plugin area to site editor's List page. ([39078](https://github.com/WordPress/gutenberg/pull/39078))

#### Data Layer
- Handle resolution errors in @wordpress/data. ([38669](https://github.com/WordPress/gutenberg/pull/38669))

#### Design Tools
- Webfonts API. ([37140](https://github.com/WordPress/gutenberg/pull/37140))

#### Global Styles
- Account for upcoming changes in styles metadata in WordPress 5.9. ([36327](https://github.com/WordPress/gutenberg/pull/36327))


## First time contributors

The following PRs were merged by first time contributors:

- @ahsanshaheen199: fix: Code example in flyout component. ([39156](https://github.com/WordPress/gutenberg/pull/39156))
- @alshakerM: Render SVG props that have dashes correctly. ([38936](https://github.com/WordPress/gutenberg/pull/38936))
- @awps: Missing `,toggleFormat` from last code block. ([39146](https://github.com/WordPress/gutenberg/pull/39146))
- @francisei: Docs: Emphasized requirement to enclose in quotation marks wp-env run…. ([39101](https://github.com/WordPress/gutenberg/pull/39101))
- @ironprogrammer: Raise z-index of content div relative to sidebars. ([38893](https://github.com/WordPress/gutenberg/pull/38893))
- @joshuafredrickson: Add a resolvable JavaScript entry point to base-styles. ([39240](https://github.com/WordPress/gutenberg/pull/39240))
- @jostnes: Remove rename rn UI tests. ([39042](https://github.com/WordPress/gutenberg/pull/39042))
- @mashikag: Fix Blocks list ordering in Global Styles. ([39093](https://github.com/WordPress/gutenberg/pull/39093))
- @tomasztunik: Fix Global styles overriding block's element styles. ([39012](https://github.com/WordPress/gutenberg/pull/39012))
- @Tumas2: Spelling error in `JustifyContentControl` example. ([39234](https://github.com/WordPress/gutenberg/pull/39234))


## Contributors

The following contributors merged PRs in this release:

@adamziel @ahsanshaheen199 @ajlende @alexstine @alshakerM @amustaque97 @andrewserong @aristath @awps @c4rl0sbr4v0 @carolinan @chad1008 @ciampo @delowardev @dmsnell @draganescu @fluiddot @francisei @getdave @gwwar @gziolo @illusaen @ironprogrammer @jasmussen @joshuafredrickson @jostnes @jsnajdr @Mamaduka @mashikag @mirka @ndiego @noahtallen @noisysocks @ntsekouras @oandregal @ocean90 @opr @priethor @ramonjd @ryanwelcher @scruffian @Sidsector9 @SiobhyB @Sisanu @stokesman @talldan @tellthemachines @tomasztunik @ttahmouch @Tumas2 @walbo @webmandesign @zaguiini @ZebulanStanphill


= 12.7.1 =



## Changelog

### Bug Fixes

#### Block Library
- Image block: Add additional selector to account for the move of is-style classes. ([39295](https://github.com/WordPress/gutenberg/pull/39295))

## Contributors

The following contributors merged PRs in this release:

@glendaviesnz


= 12.7.0 =

## Changelog

### Enhancements

#### Block Library
- Columns: Add border support. ([31737](https://github.com/WordPress/gutenberg/pull/31737))
- Comment Template: Fix comment pagination with nested replies. ([38187](https://github.com/WordPress/gutenberg/pull/38187))
- Comments Query Loop: Show placeholder comments on site editor. ([38072](https://github.com/WordPress/gutenberg/pull/38072))
- Group Blocks: Add margin support (top/bottom). ([37344](https://github.com/WordPress/gutenberg/pull/37344))
- Navigation: Try unifying submenu arrow positioning. ([37003](https://github.com/WordPress/gutenberg/pull/37003))
- Page List: Simplify loading state. ([38983](https://github.com/WordPress/gutenberg/pull/38983))
- Submenu: Add revert button. ([38203](https://github.com/WordPress/gutenberg/pull/38203))

#### Components
- FocalPointPicker: Allow updating its value while dragging. ([38247](https://github.com/WordPress/gutenberg/pull/38247))
- General Interface: Simplify site icon animation on hover. ([38783](https://github.com/WordPress/gutenberg/pull/38783))
- Navigator: Add `NavigatorButton` and `NavigatorBackButton` components. ([38634](https://github.com/WordPress/gutenberg/pull/38634))
- Type Refactor: Use `forwardedRef` type for all forwarded refs in @wordpress/components. ([38948](https://github.com/WordPress/gutenberg/pull/38948))

#### Block Editor
- Block Editor: Add settings to enable/disable auto anchor generation. ([38780](https://github.com/WordPress/gutenberg/pull/38780))
- Block Transforms: Keep additional HTML classes during a block transform. ([38964](https://github.com/WordPress/gutenberg/pull/38964))
- LineHeightControl: Enhance interactions by migrating internals to `NumberControl` on Style options. ([37160](https://github.com/WordPress/gutenberg/pull/37160))
- List View: Add multi-select behaviour for blocks when shift key is selected. ([38314](https://github.com/WordPress/gutenberg/pull/38314))
- Quick Inserter: Prioritize showing patterns instead of blocks. ([38709](https://github.com/WordPress/gutenberg/pull/38709))
- Template Parts: Show existing template parts and a list of block patterns at creation flow. ([38814](https://github.com/WordPress/gutenberg/pull/38814))

#### Styles
- Add initial version of the style engine. ([37978](https://github.com/WordPress/gutenberg/pull/37978))
- Style engine: Refine `Box` type. ([38894](https://github.com/WordPress/gutenberg/pull/38894))

#### Post Editor
- Enable tooltip for the main dashboard button. ([38790](https://github.com/WordPress/gutenberg/pull/38790))

#### Themes
- Lowered specificity of alignment rules for support layout so wide alignments work. ([38947](https://github.com/WordPress/gutenberg/pull/38947))
- Remove data-align divs for themes that support layout. ([38613](https://github.com/WordPress/gutenberg/pull/38613))
- Remove the div wrapper from the aligned image blocks. ([38657](https://github.com/WordPress/gutenberg/pull/38657))

#### Patterns
- Allow pattern registration from directory with theme.json. ([38323](https://github.com/WordPress/gutenberg/pull/38323))

#### List View
- Expand block list tree on selection. ([35817](https://github.com/WordPress/gutenberg/pull/35817))

### Bug Fixes

#### Block Library
- Block Transforms: Fix Image and Video to Cover block transformations. ([38959](https://github.com/WordPress/gutenberg/pull/38959))
- Cover: Fix gradient overlay (remove black background color) ([38765](https://github.com/WordPress/gutenberg/pull/38765))
- File: Fix PDF file block full content fixture. ([38725](https://github.com/WordPress/gutenberg/pull/38725))
- Latest Posts: Add missing class to post title. ([38740](https://github.com/WordPress/gutenberg/pull/38740))
- Logo: Avoid division by zero in site logo. ([38808](https://github.com/WordPress/gutenberg/pull/38808))
- Post navigation link: Use correct closing tag. ([38976](https://github.com/WordPress/gutenberg/pull/38976))
- Query Loop: Display nothing if we want only sticky posts but no stickies exist. ([38909](https://github.com/WordPress/gutenberg/pull/38909))
- Template Parts: Decode entities in labels. ([38805](https://github.com/WordPress/gutenberg/pull/38805))
- Social Links: Only apply the social links block migration if there's a need for a migration. ([38561](https://github.com/WordPress/gutenberg/pull/38561))

#### Block Editor
- Backport from core: Global styles duotone not rendering in post editor. ([38897](https://github.com/WordPress/gutenberg/pull/38897))
- Block Editor: insertDefaultBlock should not trigger an error if the default block is not registered. ([38886](https://github.com/WordPress/gutenberg/pull/38886))
- Inserter: Fix focus loss after closing patterns explorer from modal. ([38884](https://github.com/WordPress/gutenberg/pull/38884))
- Multi-selection: avoid RichText instances becoming disabled after multi selection. ([38821](https://github.com/WordPress/gutenberg/pull/38821))
- Rehabilitate drag gesture in `LineHeightControl`. ([38930](https://github.com/WordPress/gutenberg/pull/38930))
- RichText: Fix wrong block merging when pressing  `delete` consecutively. ([38991](https://github.com/WordPress/gutenberg/pull/38991))

#### Site Editor
- Add site editor initial redirect error handling. ([38655](https://github.com/WordPress/gutenberg/pull/38655))
- Add template check to 'setPage' action. ([38656](https://github.com/WordPress/gutenberg/pull/38656))
- Adds additional check to guard against incompete presets. ([38902](https://github.com/WordPress/gutenberg/pull/38902))
- Limit template part slugs to Latin chars. ([38695](https://github.com/WordPress/gutenberg/pull/38695))
- Template List: Decode entities in record titles. ([38863](https://github.com/WordPress/gutenberg/pull/38863))

#### Styles
- Allow child classes to be called instead of the parents. ([38857](https://github.com/WordPress/gutenberg/pull/38857))
- Backport: Allow for classic themes using default presets. ([38701](https://github.com/WordPress/gutenberg/pull/38701))
- Fix global styles loading logic. ([38745](https://github.com/WordPress/gutenberg/pull/38745))

#### Components
- Fix unexpected dragging triggered on spinner buttons on hover in Safari. ([38840](https://github.com/WordPress/gutenberg/pull/38840))
- Show tooltip on toggle custom size in FontSizePicker. ([38985](https://github.com/WordPress/gutenberg/pull/38985))

#### List View
- Fix error triggering after duplicating a block making it unselectable. ([38760](https://github.com/WordPress/gutenberg/pull/38760))
- Fix UI broken due to error when deleting first item in canvas. ([38775](https://github.com/WordPress/gutenberg/pull/38775))

#### CSS & Styling
- Fix button width on Widgets Editor. ([38846](https://github.com/WordPress/gutenberg/pull/38846))
- Load block support styles in the `<head>` for block themes. ([38750](https://github.com/WordPress/gutenberg/pull/38750))
- Change location of block support styles in `<head>`. ([39164](https://github.com/WordPress/gutenberg/pull/39164))
- Reduce the margin of the block toolbar. ([38746](https://github.com/WordPress/gutenberg/pull/38746))

#### Block Directory
- Fix the block activation when metadata registered on server. ([38697](https://github.com/WordPress/gutenberg/pull/38697))

#### Colors
- Strip double # char on HexInput. ([38335](https://github.com/WordPress/gutenberg/pull/38335))

#### Packages
- Core Data: CanUser resolver always use the OPTIONS method. ([38901](https://github.com/WordPress/gutenberg/pull/38901))
- Dom: Avoid RangeError in findPrevious method. ([38961](https://github.com/WordPress/gutenberg/pull/38961))

#### Apps
- Fix Custom Palette colors and support multiple origins and theme cache issues. ([38417](https://github.com/WordPress/gutenberg/pull/38417))

### Accessibility
- Adds aria-label to the search button, as accessibility enhancement. ([38136](https://github.com/WordPress/gutenberg/pull/38136))
- Avoid duplicate labels for "Save Draft" and "Save as pending" buttons. ([38776](https://github.com/WordPress/gutenberg/pull/38776))
- RichText: Reverse disableLineBreaks to determine aria-multiline state. ([38652](https://github.com/WordPress/gutenberg/pull/38652))
- TreeGrid: Add Home/End keys to jump to start/end of grid. ([38679](https://github.com/WordPress/gutenberg/pull/38679))

### Performance

#### CSS & Styling
- Use `wp_unique_id()` instead of `uniqid()` to generate CSS class names. ([38891](https://github.com/WordPress/gutenberg/pull/38891))

### Experiments

#### New APIs in Core Data
- Propose useEntityRecords (experimental). ([38782](https://github.com/WordPress/gutenberg/pull/38782))
- UseEntityRecord (experimental). ([38522](https://github.com/WordPress/gutenberg/pull/38522))

### Documentation

#### Handbook
- Add documentation for deprecating styles. ([38540](https://github.com/WordPress/gutenberg/pull/38540))
- Add documentation about the `patterns` field of `theme.json`. ([38700](https://github.com/WordPress/gutenberg/pull/38700))
- Add more info about contextual patterns and pattern transformations. ([38809](https://github.com/WordPress/gutenberg/pull/38809))
- Add semantic patterns documentation. ([38778](https://github.com/WordPress/gutenberg/pull/38778))
- Clarify deprecations documentation. ([38683](https://github.com/WordPress/gutenberg/pull/38683))
- Fix hyperlink in block `Metadata` page. ([38941](https://github.com/WordPress/gutenberg/pull/38941))
- Improve point release documentation to include even more detail. ([38631](https://github.com/WordPress/gutenberg/pull/38631))
- Increase support for `experimental-link-color` until WordPress 5.9 is the minimum version. ([38711](https://github.com/WordPress/gutenberg/pull/38711))
- Group: Update block supports. ([38962](https://github.com/WordPress/gutenberg/pull/38962))
- Links changed for Developer.wordpress.org on block editor section. ([38841](https://github.com/WordPress/gutenberg/pull/38841))
- Removing comma so that the code snippet of `theme.json` represents standard JSON. ([38938](https://github.com/WordPress/gutenberg/pull/38938))
- `theme.json` Update version section docs to v2 ([38937](https://github.com/WordPress/gutenberg/pull/38937))
- Update Getting Started with more granular options. ([38682](https://github.com/WordPress/gutenberg/pull/38682))

#### Block Library
- Add instructions on how to add new core blocks to block-library. ([38868](https://github.com/WordPress/gutenberg/pull/38868))

#### Components
- FormFileUpload: Add Storybook stories. ([38734](https://github.com/WordPress/gutenberg/pull/38734))
- Storybook: Move experimental components to correct section. ([38640](https://github.com/WordPress/gutenberg/pull/38640))
- Storybook: Remove story for Typography Panel. ([38867](https://github.com/WordPress/gutenberg/pull/38867))
- wp-env: Document some caveats when using xdebug with VSCode. ([38882](https://github.com/WordPress/gutenberg/pull/38882))


### Code Quality

#### Block Library
- Cover: Remove unnecessary `temporaryMinHeight`. ([38887](https://github.com/WordPress/gutenberg/pull/38887))
- Cover block: Update deprecated gradient fixture. ([38728](https://github.com/WordPress/gutenberg/pull/38728))
- Gallery: Register gallery in block_names dynamic block array. ([38689](https://github.com/WordPress/gutenberg/pull/38689))
- Navigation: Improve consistency of block hook. ([38705](https://github.com/WordPress/gutenberg/pull/38705))
- Navigation: Select dropdown encapsulation and further consolidation. ([38627](https://github.com/WordPress/gutenberg/pull/38627))
- Navigation: Update wp_kses usage to be consistent (use wp_kses_post). ([38732](https://github.com/WordPress/gutenberg/pull/38732))
- Post Navigation Link: Prefer kses to blanket esc_html on label. ([38696](https://github.com/WordPress/gutenberg/pull/38696))
- Remove data-controls mock from Image block RN tests. ([38852](https://github.com/WordPress/gutenberg/pull/38852))

#### Components
- Block Supports: Improve image block regex. ([38742](https://github.com/WordPress/gutenberg/pull/38742))
- Block Supports: Load Styles on `<head>` backport to core. ([38880](https://github.com/WordPress/gutenberg/pull/38880))
- Context: Omit `as` prop in types. ([38844](https://github.com/WordPress/gutenberg/pull/38844))
- Core Data: Remove fallback for OPTIONS response headers in canUser resolver. ([38881](https://github.com/WordPress/gutenberg/pull/38881))
- Core Data: TypeScript definitions for entity records. ([38666](https://github.com/WordPress/gutenberg/pull/38666))
- Data: Normalize selector args when handling metadata selectors/actions. ([38945](https://github.com/WordPress/gutenberg/pull/38945))
- Edit Site: Migrate store to thunks. ([38812](https://github.com/WordPress/gutenberg/pull/38812))
- Icons: Deprecate duplicate icons. ([38849](https://github.com/WordPress/gutenberg/pull/38849))
- PostTrash: Call trashPost action with no arguments, rewrite to hooks. ([38615](https://github.com/WordPress/gutenberg/pull/38615))

#### npm Packages
- Packages: Automate cherry-picking to `trunk` commits created during publishing. ([38977](https://github.com/WordPress/gutenberg/pull/38977))
- Packages: Ensure that private packages do not update when publishing to npm. ([38946](https://github.com/WordPress/gutenberg/pull/38946))


### Tools

#### Testing
- Add end-to-end test for merging paragraphs and soft line break afterwards. ([39009](https://github.com/WordPress/gutenberg/pull/39009))
- Post Visibility end-to-end test: Improve XPath selector to avoid reliance on DOM structure. ([38717](https://github.com/WordPress/gutenberg/pull/38717))
- Replace no-shadow eslint rule with @typescript-eslint/no-shadow. ([38665](https://github.com/WordPress/gutenberg/pull/38665))
- Remove client ID from fixtures. ([38685](https://github.com/WordPress/gutenberg/pull/38685))
- Remove `originalContent` from fixtures. ([38638](https://github.com/WordPress/gutenberg/pull/38638))
- RichText: Add test for merging and then splitting paragraphs. ([39007](https://github.com/WordPress/gutenberg/pull/39007))
- Site Editor Tests: Use REST API to delete templates and template parts. ([38524](https://github.com/WordPress/gutenberg/pull/38524))
- TreeGrid: Add tests for callback functions. ([38942](https://github.com/WordPress/gutenberg/pull/38942))

#### Build Tooling
- Build separate full contributors list. ([38777](https://github.com/WordPress/gutenberg/pull/38777))
- Bump @svgr/webpack from ^5.5.0 to ^6.2.1 ([38866](https://github.com/WordPress/gutenberg/pull/38866))
- Generate full release contributors list in release changelog. ([38704](https://github.com/WordPress/gutenberg/pull/38704))
- Generate sourcemap for production plugin builds. ([33718](https://github.com/WordPress/gutenberg/pull/33718))
- Mobile: Improve npm clean scripts for react-native-editor. ([38752](https://github.com/WordPress/gutenberg/pull/38752))
- PWA: Fix URL query param issue. ([38755](https://github.com/WordPress/gutenberg/pull/38755))
- Scripts: Do not exit `build` when no entry found in `src` directory. ([38737](https://github.com/WordPress/gutenberg/pull/38737))
- Scripts: Fix Entry points are not detected in Windows OS. ([38781](https://github.com/WordPress/gutenberg/pull/38781))
- Scripts: Copy PHP files from `src` into `build`. ([38715](https://github.com/WordPress/gutenberg/pull/38715))

#### Components
- BaseControl: Refactor stories to use Controls. ([38741](https://github.com/WordPress/gutenberg/pull/38741))
- Migrate Post Template Delete button from `confirm()` to `ConfirmDialog`. ([37535](https://github.com/WordPress/gutenberg/pull/37535))
- Migrate the Post 'Switch to draft' button to `ConfirmDialog` component. ([37491](https://github.com/WordPress/gutenberg/pull/37491))
- Storybook: Ensure rerender for RTL switcher. ([38963](https://github.com/WordPress/gutenberg/pull/38963))

#### Post Editor
- Edit Post: Migrate store actions to thunks. ([36551](https://github.com/WordPress/gutenberg/pull/36551))
- Editor store: Remove a noop SETUP_EDITOR action. ([38622](https://github.com/WordPress/gutenberg/pull/38622))
- Migrate editor store to thunks. ([35929](https://github.com/WordPress/gutenberg/pull/35929))

#### Styles
- Allow to extend the `WP_Theme_JSON_Gutenberg` class. ([38671](https://github.com/WordPress/gutenberg/pull/38671))
- Global Styles: Fix PHP warning in WP_REST_Global_Styles_Controller. ([38888](https://github.com/WordPress/gutenberg/pull/38888))
- Update Global Styles code to continue adding settings & styles. ([38883](https://github.com/WordPress/gutenberg/pull/38883))

#### Block Library
- Change Gallery block code ownership. ([38722](https://github.com/WordPress/gutenberg/pull/38722))

## First time contributors

The following PRs were merged by first time contrbutors:

- @Alex-Kostov: Fix for widget customizer panel,. ([38746](https://github.com/WordPress/gutenberg/pull/38746))
- @HasnainAshfaq: Version section update. ([38937](https://github.com/WordPress/gutenberg/pull/38937))
- @mjstoney: (Issue #38390) Fixed CSS position property to fix button width. ([38846](https://github.com/WordPress/gutenberg/pull/38846))
- @razwan: Add resolvePoint prop to FocalPointPicker component to allow updating value while dragging. ([38247](https://github.com/WordPress/gutenberg/pull/38247))
- @sanzeeb3: Fix hyperlink in block `Metadata` page. ([38941](https://github.com/WordPress/gutenberg/pull/38941))
- @Sisanu: Adds aria-label to the search button, as accessibility enhancement. ([38136](https://github.com/WordPress/gutenberg/pull/38136))


## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @adamziel @ajlende @Alex-Kostov @alexstine @andrewserong @annezazu @audrasjb @bph @c4rl0sbr4v0 @chad1008 @ciampo @DAreRodz @delowardev @dmsnell @ellatrix @fluiddot @geriux @getdave @glendaviesnz @gziolo @HasnainAshfaq @jasmussen @jeherve @jorgefilipecosta @jsnajdr @KevinBatdorf @MaggieCabrera @Mamaduka @mchowning @michalczaplinski @mirka @mjstoney @mkevins @ndiego @noahtallen @ntsekouras @oandregal @ocean90 @PatelUtkarsh @ramonjd @razwan @ryanwelcher @sanzeeb3 @Sisanu @stokesman @t-hamano @talldan @twstokes @webmandesign @westonruter @youknowriad


= 12.6.1 =

### Bug Fixes

**Block Editor**
- Fix an issue where content copied from certain editors (like MS Word) would paste as an image rather than the actual content. ([38992](https://github.com/WordPress/gutenberg/pull/38992))


= 12.7.0-rc.1 =



## Changelog

### Enhancements

- Remove data-align divs for themes that support layout. ([38613](https://github.com/WordPress/gutenberg/pull/38613))
- Scripts: Copy PHP files from `src` into `build`. ([38715](https://github.com/WordPress/gutenberg/pull/38715))
- Update template part creation and replacement flows. ([38814](https://github.com/WordPress/gutenberg/pull/38814))
- Update: Keep additional classes during a block transform. ([38964](https://github.com/WordPress/gutenberg/pull/38964))

#### Block Library
- Add margin support (top/bottom) to group blocks. ([37344](https://github.com/WordPress/gutenberg/pull/37344))
- Add revert button to submenu block. ([38203](https://github.com/WordPress/gutenberg/pull/38203))
- Block Editor: Add settings to enable/disable auto anchor generation. ([38780](https://github.com/WordPress/gutenberg/pull/38780))
- Navigation: Try unifying submenu arrow positioning. ([37003](https://github.com/WordPress/gutenberg/pull/37003))
- Page List: Simplify loading state. ([38983](https://github.com/WordPress/gutenberg/pull/38983))
- [Comments Query Loop] Show placeholder comments on site editor. ([38072](https://github.com/WordPress/gutenberg/pull/38072))

#### Components
- Add resolvePoint prop to FocalPointPicker component to allow updating value while dragging. ([38247](https://github.com/WordPress/gutenberg/pull/38247))
- LineHeightControl: Migrate internals to `NumberControl` (Part 1: Styles). ([37160](https://github.com/WordPress/gutenberg/pull/37160))
- Use `forwardedRef` type for all forwarded refs. ([38948](https://github.com/WordPress/gutenberg/pull/38948))
- `Navigator`: Add `NavigatorButton` and `NavigatorBackButton` components. ([38634](https://github.com/WordPress/gutenberg/pull/38634))

#### Block Editor
- List View: Add multi-select behaviour for blocks when shift key is selected. ([38314](https://github.com/WordPress/gutenberg/pull/38314))
- Update: Prioritize patterns on quick inserter. ([38709](https://github.com/WordPress/gutenberg/pull/38709))

#### Accessibility
- RichText: Reverse disableLineBreaks to determine aria-multiline state. ([38652](https://github.com/WordPress/gutenberg/pull/38652))
- TreeGrid: Add Home/End keys to jump to start/end of grid. ([38679](https://github.com/WordPress/gutenberg/pull/38679))

#### Global Styles
- Style engine: Refine `Box` type. ([38894](https://github.com/WordPress/gutenberg/pull/38894))

#### Post Editor
- Enable tooltip for the main dashboard button. ([38790](https://github.com/WordPress/gutenberg/pull/38790))

#### Themes
- Remove the div wrapper from the aligned image blocks. ([38657](https://github.com/WordPress/gutenberg/pull/38657))

#### Patterns
- [Pattern Directory]: Allow pattern registration from directory with theme.json. ([38323](https://github.com/WordPress/gutenberg/pull/38323))

#### REST API
- Comment Template: Optimize comment pagination with nested replies. ([38187](https://github.com/WordPress/gutenberg/pull/38187))

#### List View
- Try/expand block list tree on selection. ([35817](https://github.com/WordPress/gutenberg/pull/35817))

#### Build Tooling
- Generate sourcemap for production plugin builds. ([33718](https://github.com/WordPress/gutenberg/pull/33718))

#### Design Tools
- Columns: Add border support. ([31737](https://github.com/WordPress/gutenberg/pull/31737))


### New APIs

- Propose useEntityRecords (experimental). ([38782](https://github.com/WordPress/gutenberg/pull/38782))
- UseEntityRecord (experimental). ([38522](https://github.com/WordPress/gutenberg/pull/38522))


### Bug Fixes

- Block Editor: Fix Redux error. ([38886](https://github.com/WordPress/gutenberg/pull/38886))
- Core Data: CanUser resolver always use the OPTIONS method. ([38901](https://github.com/WordPress/gutenberg/pull/38901))
- Dom: Avoid RangeError in findPrevious method. ([38961](https://github.com/WordPress/gutenberg/pull/38961))
- Edit Site: Add template check to 'setPage' action. ([38656](https://github.com/WordPress/gutenberg/pull/38656))
- Rehabilitate drag gesture in `LineHeightControl`. ([38930](https://github.com/WordPress/gutenberg/pull/38930))
- Scripts: Do not exit `build` when no entry found in `src` directory. ([38737](https://github.com/WordPress/gutenberg/pull/38737))
- Scripts: Fix Entry points are not detected in Windows OS. ([38781](https://github.com/WordPress/gutenberg/pull/38781))
- admin-manifest: Fix URL query param issue. ([38755](https://github.com/WordPress/gutenberg/pull/38755))

#### Block Library
- Avoid division by zero in site logo block. ([38808](https://github.com/WordPress/gutenberg/pull/38808))
- Fixes #38764 by setting transparent bg color on gradient overlay. ([38765](https://github.com/WordPress/gutenberg/pull/38765))
- Latest Posts: Add missing class to post title. ([38740](https://github.com/WordPress/gutenberg/pull/38740))
- Only apply the social links block migration if there's a need for a migration. ([38561](https://github.com/WordPress/gutenberg/pull/38561))
- Post navigation link: Use correct closing tag. ([38976](https://github.com/WordPress/gutenberg/pull/38976))
- Template Parts: Decode entities in labels. ([38805](https://github.com/WordPress/gutenberg/pull/38805))
- [Query Loop]: Display nothing if we want only sticky posts but no stickies exist. ([38909](https://github.com/WordPress/gutenberg/pull/38909))

#### Block Editor
- Multi-selection: Avoid rich text contentEditable toggling. ([38821](https://github.com/WordPress/gutenberg/pull/38821))
- [Inserter]: Fix focus loss after closing patterns explorer from modal. ([38884](https://github.com/WordPress/gutenberg/pull/38884))
- [RichText]: Fix wrong block merging when pressing  `delete` consecutively. ([38991](https://github.com/WordPress/gutenberg/pull/38991))

#### Site Editor
- Add site editor initial redirect error handling. ([38655](https://github.com/WordPress/gutenberg/pull/38655))
- Limit template part slugs to Latin chars. ([38695](https://github.com/WordPress/gutenberg/pull/38695))
- Template List: Decode entities in record titles. ([38863](https://github.com/WordPress/gutenberg/pull/38863))

#### Global Styles
-  Fix for classic themes using default presets. ([38701](https://github.com/WordPress/gutenberg/pull/38701))
- Fix for late static binding in the resolver. ([38857](https://github.com/WordPress/gutenberg/pull/38857))
- Fix global styles loading logic. ([38745](https://github.com/WordPress/gutenberg/pull/38745))

#### Components
- Fix spin buttons of number inputs in Safari. ([38840](https://github.com/WordPress/gutenberg/pull/38840))
- [Components]: Show tooltip on toggle custom size in FontSizePicker. ([38985](https://github.com/WordPress/gutenberg/pull/38985))

#### List View
- Fix list view error when deleting first item in canvas. ([38775](https://github.com/WordPress/gutenberg/pull/38775))
- Fix: Select block after duplicate. ([38760](https://github.com/WordPress/gutenberg/pull/38760))

#### CSS & Styling
- Fix for widget customizer panel,. ([38746](https://github.com/WordPress/gutenberg/pull/38746))
- Load block support styles in the head for block themes. ([38750](https://github.com/WordPress/gutenberg/pull/38750))

#### Widgets Editor
- (Issue #38390) Fixed CSS position property to fix button width. ([38846](https://github.com/WordPress/gutenberg/pull/38846))

#### Accessibility
- Avoid duplicate labels for "Save Draft" and "Save as pending" buttons. ([38776](https://github.com/WordPress/gutenberg/pull/38776))

#### Testing
- Fix file block full content fixture. ([38725](https://github.com/WordPress/gutenberg/pull/38725))

#### Block Directory
- Fix the block activation when metadata registered on server. ([38697](https://github.com/WordPress/gutenberg/pull/38697))

#### Colors
- Strip double # char on HexInput. ([38335](https://github.com/WordPress/gutenberg/pull/38335))


### Performance

#### CSS & Styling
- Use `wp_unique_id()` instead of `uniqid()` to generate CSS class names. ([38891](https://github.com/WordPress/gutenberg/pull/38891))


### Experiments

#### Global Styles
- Add initial version of the style engine. ([37978](https://github.com/WordPress/gutenberg/pull/37978))


### Documentation

- Add documentation about the `patterns` field of `theme.json`. ([38700](https://github.com/WordPress/gutenberg/pull/38700))
- Add documentation for deprecating styles. ([38540](https://github.com/WordPress/gutenberg/pull/38540))
- Add more info about contextual patterns and pattern transformations. ([38809](https://github.com/WordPress/gutenberg/pull/38809))
- Add semantic patterns documentation. ([38778](https://github.com/WordPress/gutenberg/pull/38778))
- Docs: Add instructions on how to add new core blocks to block-library. ([38868](https://github.com/WordPress/gutenberg/pull/38868))
- Docs: Update Group block supports. ([38962](https://github.com/WordPress/gutenberg/pull/38962))
- Fix hyperlink in block `Metadata` page. ([38941](https://github.com/WordPress/gutenberg/pull/38941))
- Improve point release documentation to include even more detail. ([38631](https://github.com/WordPress/gutenberg/pull/38631))
- Increase support for `experimental-link-color` until WordPress 5.9 is the minimum version. ([38711](https://github.com/WordPress/gutenberg/pull/38711))
- Links changed for Develeoper.wordpress.org. ([38841](https://github.com/WordPress/gutenberg/pull/38841))
- Removing comma so that the code snippet represents standard JSON. ([38938](https://github.com/WordPress/gutenberg/pull/38938))
- Try and clarify deprecations documentation. ([38683](https://github.com/WordPress/gutenberg/pull/38683))
- Update Getting Started with more granular options. ([38682](https://github.com/WordPress/gutenberg/pull/38682))
- Version section update. ([38937](https://github.com/WordPress/gutenberg/pull/38937))

#### Components
- FormFileUpload: Add Storybook stories. ([38734](https://github.com/WordPress/gutenberg/pull/38734))
- Storybook: Move experimental components to correct section. ([38640](https://github.com/WordPress/gutenberg/pull/38640))


### Code Quality

- Improve image block regex. ([38742](https://github.com/WordPress/gutenberg/pull/38742))

#### Block Library
- - Cover]: Remove unnecessary `temporaryMinHeight`. ([38887](https://github.com/WordPress/gutenberg/pull/38887))
- Cover block: Update deprecated gradient fixture. ([38728](https://github.com/WordPress/gutenberg/pull/38728))
- Gallery: Register gallery in block_names dynamic block array. ([38689](https://github.com/WordPress/gutenberg/pull/38689))
- Improve consistency of Navigation block hook. ([38705](https://github.com/WordPress/gutenberg/pull/38705))
- Nav block menu select dropdown encapsulation and further consolidation. ([38627](https://github.com/WordPress/gutenberg/pull/38627))
- Prefer kses to blanket esc_html on label. ([38696](https://github.com/WordPress/gutenberg/pull/38696))
- Update wp_kses usage to be consistent in navigation blocks (use wp_kses_post). ([38732](https://github.com/WordPress/gutenberg/pull/38732))

#### Components
- Context: Omit `as` prop in types. ([38844](https://github.com/WordPress/gutenberg/pull/38844))
- Storybook: Remove story for Typography Panel. ([38867](https://github.com/WordPress/gutenberg/pull/38867))

#### npm Packages
- Packages: Ensure that private packages do not update when publishing to npm. ([38946](https://github.com/WordPress/gutenberg/pull/38946))


### Tools

- Scripts: Update to @svgr/webpack v6. ([38866](https://github.com/WordPress/gutenberg/pull/38866))
- wp-env: Document some caveats when using xdebug with VSCode. ([38882](https://github.com/WordPress/gutenberg/pull/38882))

#### Testing
- Post Visibility end-to-end test: Improve XPath selector to avoid reliance on DOM structure. ([38717](https://github.com/WordPress/gutenberg/pull/38717))
- Replace no-shadow eslint rule with @typescript-eslint/no-shadow. ([38665](https://github.com/WordPress/gutenberg/pull/38665))
- RichText: Add test for merging and then splitting paragraphs. ([39007](https://github.com/WordPress/gutenberg/pull/39007))
- Tests: Use REST API to delete templates and template parts. ([38524](https://github.com/WordPress/gutenberg/pull/38524))
- [Automated Testing]: Add end-to-end test for merging paragraphs and soft line break afterwards. ([39009](https://github.com/WordPress/gutenberg/pull/39009))

#### Build Tooling
- Build separate full contributors list. ([38777](https://github.com/WordPress/gutenberg/pull/38777))
- Generate full release contributors list in release changelog. ([38704](https://github.com/WordPress/gutenberg/pull/38704))

#### Components
- TreeGrid: Add tests for callback functions. ([38942](https://github.com/WordPress/gutenberg/pull/38942))


### Various

- Backport from core: Global styles duotone not rendering in post editor. ([38897](https://github.com/WordPress/gutenberg/pull/38897))
- Block support styles: Port changes from core to Gutenberg. ([38880](https://github.com/WordPress/gutenberg/pull/38880))
- Data: Enable thunks by default and remove the experimental flag. ([38853](https://github.com/WordPress/gutenberg/pull/38853))
- Editor: Adds additional check to guard against incompete presets. ([38902](https://github.com/WordPress/gutenberg/pull/38902))
- Integration tests: Remove client ID from fixtures. ([38685](https://github.com/WordPress/gutenberg/pull/38685))
- Lowered specificity of alignment rules. ([38947](https://github.com/WordPress/gutenberg/pull/38947))
- Mobile - Fix Custom Palette colors and support multiple origins and theme cache issues. ([38417](https://github.com/WordPress/gutenberg/pull/38417))
- Mobile: Improve npm clean scripts for react-native-editor. ([38752](https://github.com/WordPress/gutenberg/pull/38752))
- PostTrash: Call trashPost action with no arguments, rewrite to hooks. ([38615](https://github.com/WordPress/gutenberg/pull/38615))
- Simplify site icon animation on hover. ([38783](https://github.com/WordPress/gutenberg/pull/38783))
- Tests: Remove `originalContent` from fixtures. ([38638](https://github.com/WordPress/gutenberg/pull/38638))
- Theme.json `styles` check: Port changes from core to Gutenberg. ([38888](https://github.com/WordPress/gutenberg/pull/38888))
- TypeScript definitions for core-data entity records. ([38666](https://github.com/WordPress/gutenberg/pull/38666))
- Upgrade react-native-video and drop jetifier on Android. ([38426](https://github.com/WordPress/gutenberg/pull/38426))
- canUser resolver: Remove fallback for OPTIONS response headers. ([38881](https://github.com/WordPress/gutenberg/pull/38881))
- edit-site store: Migrate to thunks. ([38812](https://github.com/WordPress/gutenberg/pull/38812))

#### Components
- BaseControl: Refactor stories to use Controls. ([38741](https://github.com/WordPress/gutenberg/pull/38741))
- Migrate Post Template Delete button from `confirm()` to `ConfirmDialog`. ([37535](https://github.com/WordPress/gutenberg/pull/37535))
- Migrate the Post 'Switch to draft' button to `ConfirmDialog` component. ([37491](https://github.com/WordPress/gutenberg/pull/37491))
- Storybook: Ensure rerender for RTL switcher. ([38963](https://github.com/WordPress/gutenberg/pull/38963))

#### Post Editor
- Editor store: Remove a noop SETUP_EDITOR action. ([38622](https://github.com/WordPress/gutenberg/pull/38622))
- Migrate editor store to thunks. ([35929](https://github.com/WordPress/gutenberg/pull/35929))
- [Edit Post]: Migrate store actions to thunks. ([36551](https://github.com/WordPress/gutenberg/pull/36551))

#### Global Styles
- Allow to extend the `WP_Theme_JSON_Gutenberg` class. ([38671](https://github.com/WordPress/gutenberg/pull/38671))
- Update Global Styles code to continue adding settings & styles. ([38883](https://github.com/WordPress/gutenberg/pull/38883))

#### Block Library
- Change Gallery block code ownership. ([38722](https://github.com/WordPress/gutenberg/pull/38722))
- Remove data-controls mock from Image block RN tests. ([38852](https://github.com/WordPress/gutenberg/pull/38852))

#### npm Packages
- Packages: Automate cherry-picking to `trunk` commits created during publishing. ([38977](https://github.com/WordPress/gutenberg/pull/38977))

#### Block Conversion
- [Block Conversion]: Fix Image and Video to Cover block transformations. ([38959](https://github.com/WordPress/gutenberg/pull/38959))

#### Data Layer
- Data: Normalize selector args when handling metadata selectors/actions. ([38945](https://github.com/WordPress/gutenberg/pull/38945))

#### Icons
- Deprecate duplicate icons. ([38849](https://github.com/WordPress/gutenberg/pull/38849))

#### Accessibility
- Adds aria-label to the search button, as accessibility enhancement. ([38136](https://github.com/WordPress/gutenberg/pull/38136))


## First time contributors

The following PRs were merged by first time contrbutors:

- @Alex-Kostov: Fix for widget customizer panel,. ([38746](https://github.com/WordPress/gutenberg/pull/38746))
- @HasnainAshfaq: Version section update. ([38937](https://github.com/WordPress/gutenberg/pull/38937))
- @mjstoney: (Issue #38390) Fixed CSS position property to fix button width. ([38846](https://github.com/WordPress/gutenberg/pull/38846))
- @razwan: Add resolvePoint prop to FocalPointPicker component to allow updating value while dragging. ([38247](https://github.com/WordPress/gutenberg/pull/38247))
- @sanzeeb3: Fix hyperlink in block `Metadata` page. ([38941](https://github.com/WordPress/gutenberg/pull/38941))
- @Sisanu: Adds aria-label to the search button, as accessibility enhancement. ([38136](https://github.com/WordPress/gutenberg/pull/38136))


## Contributors

The following contributors merged PRs in this release:

@aaronrobertshaw @adamziel @ajlende @Alex-Kostov @alexstine @andrewserong @annezazu @audrasjb @bph @c4rl0sbr4v0 @chad1008 @ciampo @DAreRodz @delowardev @dmsnell @ellatrix @fluiddot @geriux @getdave @glendaviesnz @gziolo @HasnainAshfaq @jasmussen @jeherve @jorgefilipecosta @jsnajdr @KevinBatdorf @MaggieCabrera @Mamaduka @mchowning @michalczaplinski @mirka @mjstoney @mkevins @ndiego @noahtallen @ntsekouras @oandregal @ocean90 @PatelUtkarsh @ramonjd @razwan @ryanwelcher @sanzeeb3 @Sisanu @stokesman @t-hamano @talldan @twstokes @webmandesign @westonruter @youknowriad


= 12.6.0 =

## Changelog

### Enhancements

#### Block Library
- Add transform between calendar and archives. ([38324](https://github.com/WordPress/gutenberg/pull/38324))
- Add: Mechanism to keep styles during block transforms. ([37596](https://github.com/WordPress/gutenberg/pull/37596))
- Code block: Add `core/paragraph` in transforms object. ([38295](https://github.com/WordPress/gutenberg/pull/38295))
- Heading: Omit anchor when transforming to paragraph. ([38604](https://github.com/WordPress/gutenberg/pull/38604))
- Navigation: Try removing "Add all pages" from placeholder. ([36775](https://github.com/WordPress/gutenberg/pull/36775))
- Remove the Large style option from the quote block. ([37580](https://github.com/WordPress/gutenberg/pull/37580))
- Social Icons: Add the ability to show/hide labels. ([38152](https://github.com/WordPress/gutenberg/pull/38152))
- [Block Library]: Add transform between `Tag Cloud` and `Categories`. ([38566](https://github.com/WordPress/gutenberg/pull/38566))
- [Block: Group] Add transform to row variation. ([36202](https://github.com/WordPress/gutenberg/pull/36202))
- Add post author biography block. ([38269](https://github.com/WordPress/gutenberg/pull/38269))
- Prompt to keep or replace Featured Image when replacing Image block media that is set as the Featured Image. ([34666](https://github.com/WordPress/gutenberg/pull/34666))
- Block Library: Add new `Read More` block (post link). ([37649](https://github.com/WordPress/gutenberg/pull/37649))
- Images: Try moving responsive rule to common.scss. ([38399](https://github.com/WordPress/gutenberg/pull/38399))

#### Components
- Dropdown: Tweak prop destructuring to be TypeScript friendly. ([38431](https://github.com/WordPress/gutenberg/pull/38431))
- Tools Panel: Only show header ➕ icon when all items are optional. ([38262](https://github.com/WordPress/gutenberg/pull/38262))
- Update the Spinner design. ([37551](https://github.com/WordPress/gutenberg/pull/37551))
- `Navigator`: Add focus restoration. ([38149](https://github.com/WordPress/gutenberg/pull/38149))
- `Navigator`: Rename `push`/`pop` to `goTo`/`goBack`. ([38582](https://github.com/WordPress/gutenberg/pull/38582))
- Migrate Edit Navigation screen "Delete menu" button from `confirm()` …. ([37492](https://github.com/WordPress/gutenberg/pull/37492))

#### Post Editor
- Editor: Export FlatTermSelector and HierarchicalTermSelector. ([38419](https://github.com/WordPress/gutenberg/pull/38419))
- Migrate post privacy confirmation from `confirm()` to `ConfirmDialog`. ([37602](https://github.com/WordPress/gutenberg/pull/37602))
- Most Used Terms: Update show terms condition. ([38513](https://github.com/WordPress/gutenberg/pull/38513))

#### Testing
- Refactor Site Editor test utils to the `e2e-test-utils` package. ([38463](https://github.com/WordPress/gutenberg/pull/38463))
- Test Create Block with more OS and Node versions. ([38368](https://github.com/WordPress/gutenberg/pull/38368))
- Include tests-mysql port in dev:Start output. ([38590](https://github.com/WordPress/gutenberg/pull/38590))

#### Accessibility
- Accessibility improvements for List View Part 2. ([38358](https://github.com/WordPress/gutenberg/pull/38358))
- Contrast Checker: Check link color. ([38100](https://github.com/WordPress/gutenberg/pull/38100))

#### Block Editor
- [Inserter]: Prioritize core blocks over core block variations when they have the same rank. ([38616](https://github.com/WordPress/gutenberg/pull/38616))

#### Design Tools
- Block Support: Update color panel default controls. ([38511](https://github.com/WordPress/gutenberg/pull/38511))
- Duotone: Allow users to specify custom filters. ([38442](https://github.com/WordPress/gutenberg/pull/38442))

#### Site Editor
- Update footer breadcrumb text. ([38477](https://github.com/WordPress/gutenberg/pull/38477))

#### Extensibility
- Plugins: Add error boundary. ([38397](https://github.com/WordPress/gutenberg/pull/38397))

#### Widgets Editor
- Add tools slot on the navigation and widgets page settings menu. ([37928](https://github.com/WordPress/gutenberg/pull/37928))

#### Global Styles
- Color Block Support: Switch to ToolsPanel for displaying UI. ([34027](https://github.com/WordPress/gutenberg/pull/34027))
- Allow child classes to use the private methods and constants. ([38625](https://github.com/WordPress/gutenberg/pull/38625))
- Use the theme.json classes defined by the plugin in the REST controller. ([38663](https://github.com/WordPress/gutenberg/pull/38663))

#### Icons
- Add Tip icon to library and use in the Tip component. ([38424](https://github.com/WordPress/gutenberg/pull/38424))
- Update pagination icons, add new query title and post terms icons. ([38521](https://github.com/WordPress/gutenberg/pull/38521))

#### WP-Env
- Adding the "env" script when --wp-env or wpEnv is present. ([38530](https://github.com/WordPress/gutenberg/pull/38530))

### New APIs

- Introduce the `customScripts` property to allow templates to define additional scripts in package.json. ([38535](https://github.com/WordPress/gutenberg/pull/38535))

### Bug Fixes

#### Block Library
- Audio: Avoid error when locked. ([38282](https://github.com/WordPress/gutenberg/pull/38282))
- Comment Template: Improve UX of inner block selection. ([38263](https://github.com/WordPress/gutenberg/pull/38263))
- Cover block :Add back missing styles. ([38362](https://github.com/WordPress/gutenberg/pull/38362))
- Fix filtering of content when rendering read more block. ([38650](https://github.com/WordPress/gutenberg/pull/38650))
- Fix search block html handling for label and button text. ([38649](https://github.com/WordPress/gutenberg/pull/38649))
- Gallery block: Copy all attributes when transforming to Image blocks. ([38642](https://github.com/WordPress/gutenberg/pull/38642))
- Gallery block: Fix bug with link destination default option not being set. ([38310](https://github.com/WordPress/gutenberg/pull/38310))
- Gallery block: Fix bug with uploaded images being replaced with same image during selection phase. ([38259](https://github.com/WordPress/gutenberg/pull/38259))
- Navigation: Try fixing issue with submenu button in dark contexts. ([38270](https://github.com/WordPress/gutenberg/pull/38270))
- Navigation: Try inheriting orientation in setup state. ([36778](https://github.com/WordPress/gutenberg/pull/36778))
- Gallery: Ensure last image takes up all available space. ([38189](https://github.com/WordPress/gutenberg/pull/38189))
- Navigation: Remove blobs that look like a loading state. ([37099](https://github.com/WordPress/gutenberg/pull/37099))
- Navigation: Try always showing appender even when child is selected. ([37637](https://github.com/WordPress/gutenberg/pull/37637))
- Separator block: Remove width from wide style. ([38635](https://github.com/WordPress/gutenberg/pull/38635))
- Tag Cloud: Add the style to the block.json file. ([38403](https://github.com/WordPress/gutenberg/pull/38403))
- Block Library: Remove unnecessary usages of `RawHTML`. ([38527](https://github.com/WordPress/gutenberg/pull/38527))
- Site Tagline: Disable line breaks. ([38475](https://github.com/WordPress/gutenberg/pull/38475))

#### Components
- Add `cx` as a dependency of `useMemo` across `@wordpress/components` package. ([38541](https://github.com/WordPress/gutenberg/pull/38541))
- Fix `Slot`/`Fill` Emotion `StyleProvider`. ([38237](https://github.com/WordPress/gutenberg/pull/38237))
- UnitControl: Add __unstableInputWidth to prop types. ([38429](https://github.com/WordPress/gutenberg/pull/38429))
- `ComboBox`: Fix `reset` button's height. ([38020](https://github.com/WordPress/gutenberg/pull/38020))
- `DateTimePicker`: Fix date format when switching to 12-hour time format. ([37465](https://github.com/WordPress/gutenberg/pull/37465))

#### Testing
- First Time Contributor check: Update args for getByUsername. ([38467](https://github.com/WordPress/gutenberg/pull/38467))
- Silence editor initialization act warnings triggered by asynchronous resolvers during unmount. ([38344](https://github.com/WordPress/gutenberg/pull/38344))
- Tests: Enable post type UI for templates and template parts. ([38486](https://github.com/WordPress/gutenberg/pull/38486))

#### Accessibility
- Block Manager: Announce search results. ([38654](https://github.com/WordPress/gutenberg/pull/38654))
- TreeGrid accessibility: Improve browser support for Left Arrow focus to parent row in child row. ([38639](https://github.com/WordPress/gutenberg/pull/38639))
- Ensure placeholder description is read by VoiceOver. ([38366](https://github.com/WordPress/gutenberg/pull/38366))
- Remove role attributes on SVGs meant for "decoration" to improve a11y. ([38301](https://github.com/WordPress/gutenberg/pull/38301))

#### Block Editor
- Don't ignore legitimate files when pasting mixed content. ([38459](https://github.com/WordPress/gutenberg/pull/38459))
- Handle the absence of href attrib in links. ([37034](https://github.com/WordPress/gutenberg/pull/37034))
- Block preview: Fix resize listener. ([38516](https://github.com/WordPress/gutenberg/pull/38516))
- Guard against undefined entity in site editor page setter. ([38503](https://github.com/WordPress/gutenberg/pull/38503))
- Page for Posts: Display notice in template panel. ([38607](https://github.com/WordPress/gutenberg/pull/38607))
- Editor store: Remove createUndoLevel and refreshPost actions. ([38585](https://github.com/WordPress/gutenberg/pull/38585))

#### Template Editor
- Template Editing Mode: Fix horizontal scrollbar. ([38612](https://github.com/WordPress/gutenberg/pull/38612))
- Full Site Editing: Improve compat with 3rd party Customizer links. ([38598](https://github.com/WordPress/gutenberg/pull/38598))
- Site Editor: Remove extra div on post content. ([38451](https://github.com/WordPress/gutenberg/pull/38451))

#### Design Tools
- Search Block: Fix border radius reset. ([38478](https://github.com/WordPress/gutenberg/pull/38478))

#### Scripts
- Avoid first time contributor workflows for bots. ([38393](https://github.com/WordPress/gutenberg/pull/38393))
- Fix: Wp-scripts command does not generate assets on Windows OS. ([38348](https://github.com/WordPress/gutenberg/pull/38348))
- Script: Ensure that `start` works when React Fast Refresh scripts missing. ([38318](https://github.com/WordPress/gutenberg/pull/38318))
- Scripts: Fallback to `src/index.js` when no valid scripts in metadata for `build` command. ([38367](https://github.com/WordPress/gutenberg/pull/38367))
- Scripts: Improve the handling for build entry points. ([38584](https://github.com/WordPress/gutenberg/pull/38584))

#### Apps
- Declare package visibility to query URL handler apps. ([38377](https://github.com/WordPress/gutenberg/pull/38377))
- Drop jcenter repository from react-native Android projects. ([38142](https://github.com/WordPress/gutenberg/pull/38142))
- Mobile - Rich Text - Validate link colors. ([38474](https://github.com/WordPress/gutenberg/pull/38474))


### Performance

#### Block Library
- Latest Posts: Avoid unnecessary re-renders. ([38402](https://github.com/WordPress/gutenberg/pull/38402))
- Site Logo: Avoid unnecessary re-renders. ([38316](https://github.com/WordPress/gutenberg/pull/38316))

#### Post Editor
- Avoid unnecessary Post Formats re-renders. ([38285](https://github.com/WordPress/gutenberg/pull/38285))
- Avoid unnecessary Template panel re-renders. ([38292](https://github.com/WordPress/gutenberg/pull/38292))

### Documentation
- Add a block supports chapter to the block creation tutorial. ([38210](https://github.com/WordPress/gutenberg/pull/38210))
- Add a block supports for dynamic blocks chapter to the block creation tutorial. ([38249](https://github.com/WordPress/gutenberg/pull/38249))
- Add a high-level intro to styles in the block editor. ([38208](https://github.com/WordPress/gutenberg/pull/38208))
- Add contributing information to packages. ([38122](https://github.com/WordPress/gutenberg/pull/38122))
- Add the Gutenberg data tutorial to the block editor handbook. ([38587](https://github.com/WordPress/gutenberg/pull/38587))
- Docs: Move design documentation to user interface explanations. ([37807](https://github.com/WordPress/gutenberg/pull/37807))
- Fix components package README contributing link and duplicate footers. ([38605](https://github.com/WordPress/gutenberg/pull/38605))
- Fix relative links in main package READMEs so that they work in npm. ([38609](https://github.com/WordPress/gutenberg/pull/38609))
- Fix: npm script error on Windows (api-docs:Ref). ([38326](https://github.com/WordPress/gutenberg/pull/38326))
- Move backward compatibility documentation under Contributors Guide. ([37654](https://github.com/WordPress/gutenberg/pull/37654))
- Provide proper path to image in the handbook. ([38480](https://github.com/WordPress/gutenberg/pull/38480))
- Remove reference to `upcoming` WordPress 5.9 release. ([38272](https://github.com/WordPress/gutenberg/pull/38272))
- Scripts: Fix copypasta typo in README file. ([38531](https://github.com/WordPress/gutenberg/pull/38531))
- Show the block supports for static blocks tutorial in the handbook. ([38452](https://github.com/WordPress/gutenberg/pull/38452))
- ToolsPanel StoryBook: Removing knobs in favour of controls. ([38308](https://github.com/WordPress/gutenberg/pull/38308))
- Tutorial: Create your First App with Gutenberg Data. ([38250](https://github.com/WordPress/gutenberg/pull/38250))
- Update attributes.md. ([38626](https://github.com/WordPress/gutenberg/pull/38626))
- Update core/archive block schema to reflect no block-level settings support. ([37778](https://github.com/WordPress/gutenberg/pull/37778))
- Update explanation of block.json file scanning. ([38379](https://github.com/WordPress/gutenberg/pull/38379))
- Update theme support documentation. ([38514](https://github.com/WordPress/gutenberg/pull/38514))
- VisuallyHidden: Remove stray readme file. ([38641](https://github.com/WordPress/gutenberg/pull/38641))
- [Docs]: Add documentation for `schema` in block API. ([36839](https://github.com/WordPress/gutenberg/pull/36839))
- Update Contributing Guidelines to reflect Dual-License. ([38303](https://github.com/WordPress/gutenberg/pull/38303))
- Update version required before gutenberg_safe_style_attrs filter can be removed. ([38359](https://github.com/WordPress/gutenberg/pull/38359))
- Updated changelog to reflect new tip icon. ([38450](https://github.com/WordPress/gutenberg/pull/38450))
- Use a fixed link to the latest release in readme.txt. ([38550](https://github.com/WordPress/gutenberg/pull/38550))

#### Components
- Add CHANGELOG entries for recent `TreeGrid` improvements. ([38661](https://github.com/WordPress/gutenberg/pull/38661))
- Add missing changelog entry. ([38325](https://github.com/WordPress/gutenberg/pull/38325))
- Changelog: Add missed entries for recent typing fixes and tweaks. ([38469](https://github.com/WordPress/gutenberg/pull/38469))
- Fix missing link in  `@wordpress/components`'s CHANGELOG. ([38611](https://github.com/WordPress/gutenberg/pull/38611))

### Code Quality
- Chore: Fix: Remove isReversed usage. ([38484](https://github.com/WordPress/gutenberg/pull/38484))
- Remove APIs deprecated on WordPress 5.4. ([38564](https://github.com/WordPress/gutenberg/pull/38564))
- Update the minimum supported version to WordPress 5.8. ([38273](https://github.com/WordPress/gutenberg/pull/38273))

#### Plugin
- Bump bl from 4.0.2 to 4.1.0. ([38396](https://github.com/WordPress/gutenberg/pull/38396))
- Bump follow-redirects from 1.14.1 to 1.14.7. ([38371](https://github.com/WordPress/gutenberg/pull/38371))
- Bump jszip from 3.6.0 to 3.7.1. ([38410](https://github.com/WordPress/gutenberg/pull/38410))
- Bump ssri from 6.0.1 to 6.0.2. ([38382](https://github.com/WordPress/gutenberg/pull/38382))

#### Components
- ColorIndicator: Add ts-nocheck to color indicator. ([38433](https://github.com/WordPress/gutenberg/pull/38433))
- ColorPicker: Fix typing errors. ([38430](https://github.com/WordPress/gutenberg/pull/38430))
- Refresh `object-keys` version in package-lock. ([38645](https://github.com/WordPress/gutenberg/pull/38645))

#### Block Library
- Consolidate select menus dropdown in Nav block code. ([38179](https://github.com/WordPress/gutenberg/pull/38179))
- Cover block: Background element's classname consistency. ([38392](https://github.com/WordPress/gutenberg/pull/38392))
- Image Block: Explicitly check for false from strpos(). ([38505](https://github.com/WordPress/gutenberg/pull/38505))

#### npm Packages
- Remove unused dependencies. ([38388](https://github.com/WordPress/gutenberg/pull/38388))

### Tools

#### Testing
- Add: End to end test for the block transforms. ([38300](https://github.com/WordPress/gutenberg/pull/38300))
- Add: End to end tests for style variations. ([38485](https://github.com/WordPress/gutenberg/pull/38485))
- E2E: Fix flakey gallery and template end-to-end specs. ([38342](https://github.com/WordPress/gutenberg/pull/38342))
- Minor retouches to test-create-block script. ([38482](https://github.com/WordPress/gutenberg/pull/38482))
- Scripts: Update Puppeteer to v13. ([37078](https://github.com/WordPress/gutenberg/pull/37078))

#### Build Tooling
- Build workflow: Don't update version in readme.txt. ([38596](https://github.com/WordPress/gutenberg/pull/38596))
- Changelog: Append a generated list of first time contributors by PR label. ([38372](https://github.com/WordPress/gutenberg/pull/38372))
- Rename `GUTENBERG_PHASE` to `IS_GUTENBERG_PLUGIN`. ([38202](https://github.com/WordPress/gutenberg/pull/38202))
- Bump axios from 0.21.1 to 0.21.4. ([38369](https://github.com/WordPress/gutenberg/pull/38369))
- Bump hosted-git-info from 2.7.1 to 2.8.9. ([38327](https://github.com/WordPress/gutenberg/pull/38327))
- Bump addressable from 2.7.0 to 2.8.0 in /packages/react-native-editor/ios. ([38234](https://github.com/WordPress/gutenberg/pull/38234))
- Bump shelljs from 0.8.4 to 0.8.5. ([38370](https://github.com/WordPress/gutenberg/pull/38370))
- Update kotlin version for react-native Android projects to 1.5.32. ([37970](https://github.com/WordPress/gutenberg/pull/37970))
- ESLint Plugin: Add flanking whitespace and hyphenated range rules. ([38225](https://github.com/WordPress/gutenberg/pull/38225))
- WP Env: Fix infinite redirection with custom site URL. ([38352](https://github.com/WordPress/gutenberg/pull/38352))

### People
- Add @ryanwelcher as code owner to three packages and docs. ([38532](https://github.com/WordPress/gutenberg/pull/38532))

## First time contributors

The following PRs were merged by first time contrbutors:

- @JeffMatsonPagely: Scripts: Fix copypasta typo in README file. ([38531](https://github.com/WordPress/gutenberg/pull/38531))
- @angelistudio: Update attributes.md. ([38626](https://github.com/WordPress/gutenberg/pull/38626))
- @sunyatasattva: Refactor Site Editor test utils to the `e2e-test-utils` package. ([38463](https://github.com/WordPress/gutenberg/pull/38463))





= 12.5.4 =

### Bug Fixes

#### Block Library
- Fix and refine core function escaping in block output. ([38569](https://github.com/WordPress/gutenberg/pull/38569))


= 12.5.3 =

### Bug Fixes

#### Block Library
- Fix escaping to consider addition of pagination arrow in Query Loop. ([38519](https://github.com/WordPress/gutenberg/pull/38519))


= 12.5.2 =



### Bug Fixes

#### Block Library
- Fix latest posts excerpt escaping. ([38517](https://github.com/WordPress/gutenberg/pull/38517))





= 12.5.1 =

### Bug Fixes

#### Site Editor

- Fix a WSOD in the site editor which occurred when an entity could be undefined (https://github.com/WordPress/gutenberg/pull/38503)


= 12.5.0 =

### Features

*   Allow switching global styles variations. ([35619](https://github.com/WordPress/gutenberg/pull/35619))
*   Add: Code editor to edit site. ([37765](https://github.com/WordPress/gutenberg/pull/37765))
*   [Post Featured Image]: Show all the controls when inside a Query Loop. ([37945](https://github.com/WordPress/gutenberg/pull/37945))

### Enhancements

#### Block Library

*   Add transform between core/site-logo and core/site-title blocks. ([37920](https://github.com/WordPress/gutenberg/pull/37920))
*   Allow using a text label instead of an icon on overlay menu toggle button. ([36149](https://github.com/WordPress/gutenberg/pull/36149))
*   Post Featured Image: Add size selector. ([38044](https://github.com/WordPress/gutenberg/pull/38044))
*   [Query Loop]: Add multiple authors support. ([38024](https://github.com/WordPress/gutenberg/pull/38024))
*   [Query Loop]: Add support for custom taxonomies filtering. ([38063](https://github.com/WordPress/gutenberg/pull/38063))
*   Comments Query Loop: Add discuss options to the block. ([37297](https://github.com/WordPress/gutenberg/pull/37297))
*   Fetch classic Menus and Pages using view (readonly) context. ([37884](https://github.com/WordPress/gutenberg/pull/37884))
*   Gallery block: Move add/edit media to block toolbar. ([38036](https://github.com/WordPress/gutenberg/pull/38036))
*   Navigation Block : Try not using css variable for block gap support. ([37543](https://github.com/WordPress/gutenberg/pull/37543))
*   Paragraph: Try to avoid a trailing word in the description. ([37483](https://github.com/WordPress/gutenberg/pull/37483))
*   Rename next and previous to newer an older. ([38143](https://github.com/WordPress/gutenberg/pull/38143))
*   Show menus selection in placeholder only if available. ([37980](https://github.com/WordPress/gutenberg/pull/37980))
*   Unset inherited backgrounds on Posts Lists. ([37941](https://github.com/WordPress/gutenberg/pull/37941))
*   Unset inherited backgrounds on social icons. ([37940](https://github.com/WordPress/gutenberg/pull/37940))

#### Components

*   CustomSelectControl: Add hints example to storybook. ([38056](https://github.com/WordPress/gutenberg/pull/38056))
*   ToolsPanel: Add CSS classes to first and last displayed ToolsPanelItems. ([37546](https://github.com/WordPress/gutenberg/pull/37546))
*   `Navigator`: Add basic location history. ([37416](https://github.com/WordPress/gutenberg/pull/37416))
*   Add: Hover and Selected states to the palette editor. ([37962](https://github.com/WordPress/gutenberg/pull/37962))
*   Update gray color palette to match base styles. ([38109](https://github.com/WordPress/gutenberg/pull/38109))

#### Post Editor

*   Post Lock Modal: Update avatar size. ([38040](https://github.com/WordPress/gutenberg/pull/38040))
*   Post Lock: Adjust avatar design and update message. ([37979](https://github.com/WordPress/gutenberg/pull/37979))
*   Block styles: Remove box-sizing rule on Post Editor container to achieve editor/frontend parity. ([37902](https://github.com/WordPress/gutenberg/pull/37902))

#### Block Editor

*   Buttons: Preserve styling from adjacent button blocks when inserting a new button block. ([37905](https://github.com/WordPress/gutenberg/pull/37905))
*   Identify the site frontpage in link UI search results. ([36493](https://github.com/WordPress/gutenberg/pull/36493))
*   Rich text: Use file on internal dependencies. ([38005](https://github.com/WordPress/gutenberg/pull/38005))
*   Transform pasted div tags to p tags. ([38042](https://github.com/WordPress/gutenberg/pull/38042))

#### Site Editor

*   Update template home, front-page, and search template descriptions. ([38132](https://github.com/WordPress/gutenberg/pull/38132))
*   Add: Copy all content to edit site. ([37781](https://github.com/WordPress/gutenberg/pull/37781))

#### Global Styles

*   Load the global styles before the theme styles in the editor. ([37885](https://github.com/WordPress/gutenberg/pull/37885))
*   Duotone: Allow users to specify custom filters. ([38055](https://github.com/WordPress/gutenberg/pull/38055))
*   Enable alpha on Block Inspector Color ToolsPanel. ([37731](https://github.com/WordPress/gutenberg/pull/37731))

#### Internationalization

*   i18n: Create new function `addLocaleData` to merge domain configuration. ([37704](https://github.com/WordPress/gutenberg/pull/37704))

#### REST API

*   [Global Styles]: Add REST API endpoint to fetch variations. ([38124](https://github.com/WordPress/gutenberg/pull/38124))

#### WP ENV

*   wp-env: Add install-path command. ([35638](https://github.com/WordPress/gutenberg/pull/35638))

### Bug Fixes

#### Block Library

*   Add classic menus to menu switcher. ([38168](https://github.com/WordPress/gutenberg/pull/38168))
*   Always allow accessing edit.php?post_type=wp_navigation page. ([38170](https://github.com/WordPress/gutenberg/pull/38170))
*   Fix Post Date block escaping of date HTML. ([38023](https://github.com/WordPress/gutenberg/pull/38023))
*   Fix duotone render in non-fse themes. ([37954](https://github.com/WordPress/gutenberg/pull/37954))
*   Social Icons: Fix color picker bug when set to Logos Only. ([38006](https://github.com/WordPress/gutenberg/pull/38006))
*   Temporarily remove text decoration from Nav block. ([37963](https://github.com/WordPress/gutenberg/pull/37963))
*   [Query Loop]: Reorganise inspector controls + `order` selection bug. ([37949](https://github.com/WordPress/gutenberg/pull/37949))
*   Revert "Late escape RSS block (#37878)". ([38117](https://github.com/WordPress/gutenberg/pull/38117))
*   Fix missing default `align-items` when items are oriented vertically in `flex` layout. ([38069](https://github.com/WordPress/gutenberg/pull/38069))
*   Update `micromodal` to 0.4.10 to fix navigation close button. ([38032](https://github.com/WordPress/gutenberg/pull/38032))

#### Site Editor

*   Fix empty gray circle when site has no logo on template list page. ([37474](https://github.com/WordPress/gutenberg/pull/37474))
*   Fix hiding the bottom of tablet/mobile preview in Site Editor. ([38019](https://github.com/WordPress/gutenberg/pull/38019))
*   Fix resizable box scrollbars in blocks. ([38123](https://github.com/WordPress/gutenberg/pull/38123))
*   Override Site Editor URLs to use plugin page. ([38232](https://github.com/WordPress/gutenberg/pull/38232))
*   Restore ?styles=open functionality. ([38093](https://github.com/WordPress/gutenberg/pull/38093))
*   Site Editor: Fix Inserter classes. ([38112](https://github.com/WordPress/gutenberg/pull/38112))

#### Block Editor

*   Fix pattern preview expanding height and scrollbar issues. ([38175](https://github.com/WordPress/gutenberg/pull/38175))
*   Remove warning for enqueued styles in Editor. ([37937](https://github.com/WordPress/gutenberg/pull/37937))
*   Fix draft previews. ([37952](https://github.com/WordPress/gutenberg/pull/37952))
*   Add context to font style and font weight related translation strings. ([37939](https://github.com/WordPress/gutenberg/pull/37939))

#### Post Editor

*   Editor: Fix post lock data inconsistency. ([37914](https://github.com/WordPress/gutenberg/pull/37914))
*   Fix template queries. ([38070](https://github.com/WordPress/gutenberg/pull/38070))

#### Block Library

*   Latest Posts: Fix featured image alignment label position. ([38125](https://github.com/WordPress/gutenberg/pull/38125))
*   Remove the aria-label from the site title block. ([38432](https://github.com/WordPress/gutenberg/pull/38432))

#### Components

*   Increase ConfirmDialog overlay's z-index to render above popovers. ([37959](https://github.com/WordPress/gutenberg/pull/37959))
*   Label components: Improve consistency by setting to 8px margin-bottom. ([37844](https://github.com/WordPress/gutenberg/pull/37844))
*   RangeControl: Fix space between icons and rail. ([36935](https://github.com/WordPress/gutenberg/pull/36935))
*   `SelectControl`: Mark the `children` prop as optional. ([37872](https://github.com/WordPress/gutenberg/pull/37872))
*   `ToggleGroupControl`: Remove animated backdrop. ([38008](https://github.com/WordPress/gutenberg/pull/38008))

#### Design Tools

*   Fix: Double border on palette editor. ([38035](https://github.com/WordPress/gutenberg/pull/38035))
*   Fix: PanelColorSettings renders an empty when a color setting is falsy. ([38029](https://github.com/WordPress/gutenberg/pull/38029))

#### Accessibility

*   Make sure when on last block focus cannot enter the block. ([37965](https://github.com/WordPress/gutenberg/pull/37965))
*   Tree Grid: Fix keyboard navigation for expand/collapse table rows in Firefox. ([37983](https://github.com/WordPress/gutenberg/pull/37983))

#### Data API

*   Load the entities list using the view context. ([37685](https://github.com/WordPress/gutenberg/pull/37685))
*   Fix inconsistent response when preloading OPTIONS type requests. ([38051](https://github.com/WordPress/gutenberg/pull/38051))

#### Widgets Editor

*   Fix empty secondary sidebar overlapping widget editor content on mobile viewports. ([38017](https://github.com/WordPress/gutenberg/pull/38017))

#### Developer Tooling

*   Docgen/stop crashing on missing return types. ([37929](https://github.com/WordPress/gutenberg/pull/37929))
*   Add temporary workaround to fix broken common js import of mini-css-extract-plugin. ([38004](https://github.com/WordPress/gutenberg/pull/38004))
*   Fix back button aria name in customizing widgets tests. ([38195](https://github.com/WordPress/gutenberg/pull/38195))

#### Mobile

*   Mobile - Highlight text - Force format for some edge cases. ([37915](https://github.com/WordPress/gutenberg/pull/37915))
*   Send non-deprecated language tags from Android in initialProps. ([37565](https://github.com/WordPress/gutenberg/pull/37565))
*   Wrap long cell labels on Android. ([37993](https://github.com/WordPress/gutenberg/pull/37993))

### Performance

#### Plugin

*   Don't use WP_Query::Get_posts directly. ([38104](https://github.com/WordPress/gutenberg/pull/38104))

#### Components

*   ToolsPanel: Memoize callbacks and context to prevent unnecessary rerenders. ([38037](https://github.com/WordPress/gutenberg/pull/38037))

### Documentation

*   Add anchors to all terms of the glossary. ([38073](https://github.com/WordPress/gutenberg/pull/38073))
*   Add documentation for useBlockEditContext hook. ([36299](https://github.com/WordPress/gutenberg/pull/36299))
*   Add note about "local styles" in the glossary. ([38083](https://github.com/WordPress/gutenberg/pull/38083))
*   Add some terms related to styles to the glossary. ([38076](https://github.com/WordPress/gutenberg/pull/38076))
*   Add theme.json v1 reference and v1 to v2 migration documentation. ([37886](https://github.com/WordPress/gutenberg/pull/37886))
*   Block API Reference: Fix 'isSelected' property type. ([38161](https://github.com/WordPress/gutenberg/pull/38161))
*   Capitalise the GitHub wordmark correctly in the Wordpress Gutenberg project. ([38092](https://github.com/WordPress/gutenberg/pull/38092))
*   Component: Update color-picker documentation. ([38010](https://github.com/WordPress/gutenberg/pull/38010))
*   Document that `__experimentalSelector` requires server-side block registration. ([37984](https://github.com/WordPress/gutenberg/pull/37984))
*   Document the Global Styles Presets. ([38129](https://github.com/WordPress/gutenberg/pull/38129))
*   Fix documentation regression. ([38235](https://github.com/WordPress/gutenberg/pull/38235))
*   Include partialRight import from lodash in DimensionControl example. ([38088](https://github.com/WordPress/gutenberg/pull/38088))
*   Multiple typos fixed. ([38071](https://github.com/WordPress/gutenberg/pull/38071))
*   Scripts: Corrected "npm start:Hot" in the README file. ([38178](https://github.com/WordPress/gutenberg/pull/38178))
*   Update Block Supports Documentation to better reflect how it works. ([37847](https://github.com/WordPress/gutenberg/pull/37847))
*   Update BlockPreview component readme. ([38209](https://github.com/WordPress/gutenberg/pull/38209))
*   Update versions for 5.8.2 and 5.8.3\. ([37924](https://github.com/WordPress/gutenberg/pull/37924))
*   Use consistent punctuation, capitalization in templateParts documentation. ([38193](https://github.com/WordPress/gutenberg/pull/38193))
*   [Type] Documentation Updating Faq.md typo. ([38154](https://github.com/WordPress/gutenberg/pull/38154))

### Code Quality

*   Compose: Rework types of createHigherOrderComponent for closer match to API. ([37795](https://github.com/WordPress/gutenberg/pull/37795))
*   Docblock typos. ([38067](https://github.com/WordPress/gutenberg/pull/38067))
*   Fix two inline typos. ([38048](https://github.com/WordPress/gutenberg/pull/38048))
*   Testing: Upgrade Jest to v27\. ([33287](https://github.com/WordPress/gutenberg/pull/33287))
*   Add a missing `@since` tag. ([38151](https://github.com/WordPress/gutenberg/pull/38151))
*   Ignore local environment .tool-versions configuration file. ([38013](https://github.com/WordPress/gutenberg/pull/38013))
*   Add allowed-plugins in composer configuration. ([38085](https://github.com/WordPress/gutenberg/pull/38085))
*   Site editor - try redirecting to homepage before the react render. ([37248](https://github.com/WordPress/gutenberg/pull/37248))

#### Block Library

*   Allow for HTML in `get_the_title`. ([38145](https://github.com/WordPress/gutenberg/pull/38145))
*   Fix double escaping in blocks. ([37985](https://github.com/WordPress/gutenberg/pull/37985))
*   Late escape Latest Posts block. ([37866](https://github.com/WordPress/gutenberg/pull/37866))
*   Late escape Navigation blocks. ([37870](https://github.com/WordPress/gutenberg/pull/37870))
*   Late escape Post blocks. ([37876](https://github.com/WordPress/gutenberg/pull/37876))
*   Late escape Social block. ([37881](https://github.com/WordPress/gutenberg/pull/37881))
*   Late escape comment blocks. ([37860](https://github.com/WordPress/gutenberg/pull/37860))
*   Late escape comments link block. ([37875](https://github.com/WordPress/gutenberg/pull/37875))
*   Late escape latest comments block. ([37865](https://github.com/WordPress/gutenberg/pull/37865))
*   Late escape post author blocks. ([37874](https://github.com/WordPress/gutenberg/pull/37874))
*   Late escape site blocks. ([37880](https://github.com/WordPress/gutenberg/pull/37880))
*   Spacer: No need to use withDispatch HOC. ([38206](https://github.com/WordPress/gutenberg/pull/38206))

### Tools

*   Bump dot-prop from 4.2.0 to 4.2.1\. ([38101](https://github.com/WordPress/gutenberg/pull/38101))
*   Bump ini from 1.3.5 to 1.3.8\. ([38106](https://github.com/WordPress/gutenberg/pull/38106))
*   Bump tar from 4.4.13 to 4.4.19\. ([37917](https://github.com/WordPress/gutenberg/pull/37917))
*   Bump tree-kill from 1.2.0 to 1.2.2\. ([38102](https://github.com/WordPress/gutenberg/pull/38102))
*   Bump trim-off-newlines from 1.0.1 to 1.0.3\. ([38095](https://github.com/WordPress/gutenberg/pull/38095))
*   Update MiniCSSExtractPlugin to version 2.5.1\. ([38027](https://github.com/WordPress/gutenberg/pull/38027))
*   Bump follow-redirects from 1.14.1 to 1.14.7\. ([37957](https://github.com/WordPress/gutenberg/pull/37957))
*   Bump handlebars from 4.7.6 to 4.7.7\. ([38054](https://github.com/WordPress/gutenberg/pull/38054))
*   Bump path-parse from 1.0.5 to 1.0.7\. ([37990](https://github.com/WordPress/gutenberg/pull/37990))
*   Bump tmpl from 1.0.4 to 1.0.5\. ([37916](https://github.com/WordPress/gutenberg/pull/37916))
*   Add '.git-blame-ignore-revs' to the project. ([37822](https://github.com/WordPress/gutenberg/pull/37822))
*   Require stylelint v14 for stylelint configuration and scripts. ([38091](https://github.com/WordPress/gutenberg/pull/38091))
*   Tested up to WP 5.9\. ([38162](https://github.com/WordPress/gutenberg/pull/38162))

#### Testing

*   Fix flaky Nav block user permissions end-to-end test. ([38025](https://github.com/WordPress/gutenberg/pull/38025))
*   Fix flaky classic block conversion undo test. ([37933](https://github.com/WordPress/gutenberg/pull/37933))
*   Improve flaky draft creation navigation block end-to-end test. ([37931](https://github.com/WordPress/gutenberg/pull/37931))
*   Skip flaky nav permissions test until fixed. ([38099](https://github.com/WordPress/gutenberg/pull/38099))
*   [docgen] Refactor code to use require() instead of JSON.parse(fs.readFileSync()). ([38148](https://github.com/WordPress/gutenberg/pull/38148))
*   end-to-end Tests: Add coverage for reusable blocks save button state regression. ([33151](https://github.com/WordPress/gutenberg/pull/33151))
*   Add new Testing Instructions section to PR template. ([38147](https://github.com/WordPress/gutenberg/pull/38147))




= 12.4.1 =

### Bug Fixes

#### Block Library
- RSS: Reverts the late escape RSS block enhancement (#37878) to resolve an issue where raw HTML was shown to users of the RSS block (#38117)


= 12.4.0 =



### Enhancements

#### Accessibility
- Accessibility improvements for Block Inserter. ([37357](https://github.com/WordPress/gutenberg/pull/37357))
- Try possibly better method for Block Inserter Search focus. ([37793](https://github.com/WordPress/gutenberg/pull/37793))
- Accessibility improvements for List View Part 1. ([37798](https://github.com/WordPress/gutenberg/pull/37798))
- Improve successful draft save notification for screen readers. ([37683](https://github.com/WordPress/gutenberg/pull/37683))

#### Block Library
- Audio: Add uploading state. ([37739](https://github.com/WordPress/gutenberg/pull/37739))
- Post Excerpt: Add to and from Post Content transformations. ([37651](https://github.com/WordPress/gutenberg/pull/37651))
- Search: Improve escaping on the search block. ([37829](https://github.com/WordPress/gutenberg/pull/37829))
- Page List: Add menu-item-home class to Navigation for front page. ([37301](https://github.com/WordPress/gutenberg/pull/37301))
- Tag Cloud: Add outline style. ([37092](https://github.com/WordPress/gutenberg/pull/37092))

#### Components
- ExternalLink: Update icon to be smaller, have no margin. ([37859](https://github.com/WordPress/gutenberg/pull/37859))

#### Post Editor
- PostLockedModal: Display preview link as part of the text. ([37852](https://github.com/WordPress/gutenberg/pull/37852))
- Try: Polish post takeover modal. ([37821](https://github.com/WordPress/gutenberg/pull/37821))
- Suggest picking a category on the pre-publish panel. ([37703](https://github.com/WordPress/gutenberg/pull/37703))

#### Block Editor
- Inserter: Update categories for theme blocks. ([37723](https://github.com/WordPress/gutenberg/pull/37723))

#### Site Editor
- Add keyboard shortcut help modal. ([37650](https://github.com/WordPress/gutenberg/pull/37650))
- Update copy on Snackbar that appears when a template is deleted. ([37888](https://github.com/WordPress/gutenberg/pull/37888))

#### Icons
- Add unlock icon. ([37855](https://github.com/WordPress/gutenberg/pull/37855))

### Bug Fixes

#### Block Library
- Code: Remove color from code theme.scss. ([37816](https://github.com/WordPress/gutenberg/pull/37816))
- Code: Try: Polish code styles to properly apply border properties. ([37818](https://github.com/WordPress/gutenberg/pull/37818))
- Columns: Avoid using CSS variables for block gap styles. ([37436](https://github.com/WordPress/gutenberg/pull/37436))
- Comments Pagination Next: Fix accidental division by zero. ([37788](https://github.com/WordPress/gutenberg/pull/37788))
- Gallery: Pass any custom attributes through the gallery v2 migration script. ([37812](https://github.com/WordPress/gutenberg/pull/37812))
- Gallery: Remove warning notice about mobile version required. ([37842](https://github.com/WordPress/gutenberg/pull/37842))
- Navigation: HTML tags like inline images in nav links break submenu layout. ([37665](https://github.com/WordPress/gutenberg/pull/37665))
- Navigation: Set the default for --navigation-layout-align to "flex-start" when using vertical orientation. ([37696](https://github.com/WordPress/gutenberg/pull/37696))
- Navigation: Fix overlay menu errant focus style on scrim. ([37824](https://github.com/WordPress/gutenberg/pull/37824))
- Page List: Show UI warning if Pages cannot be retrieved in Page List block. ([37486](https://github.com/WordPress/gutenberg/pull/37486))
- Page List: Update page list flex variables to match navigation. ([37718](https://github.com/WordPress/gutenberg/pull/37718))
- Post Comments: Tidy up Post Comments default styling. ([37709](https://github.com/WordPress/gutenberg/pull/37709))
- Post Content: Check for nextpage to display page links for paginated posts. ([37672](https://github.com/WordPress/gutenberg/pull/37672))
- Post Excerpt: Fix previews. ([37648](https://github.com/WordPress/gutenberg/pull/37648))
- Query Loop: Use `gap` for the `grid` view. ([37711](https://github.com/WordPress/gutenberg/pull/37711))
- Query Loop: Check for `zero` `queryId` on initialization. ([37867](https://github.com/WordPress/gutenberg/pull/37867))
- Site logo: Fix range control on landscape logos. ([37733](https://github.com/WordPress/gutenberg/pull/37733))
- Simplify and unify a few modal dialogs. ([37857](https://github.com/WordPress/gutenberg/pull/37857))
- Fix enqueueing additional styles for blocks only when rendered. ([37848](https://github.com/WordPress/gutenberg/pull/37848))
- Fix typo (hanle -> handle). ([37849](https://github.com/WordPress/gutenberg/pull/37849))
- Revert "[Paragraph Block] add font family support". ([37815](https://github.com/WordPress/gutenberg/pull/37815))

#### Colors
- Coloring panel is unusable in RTL. ([37644](https://github.com/WordPress/gutenberg/pull/37644))
- Impossible to clear colors if color palettes are removed. ([37791](https://github.com/WordPress/gutenberg/pull/37791))
- Use useCallback hook from @wordpress/elements in color-picker. ([37745](https://github.com/WordPress/gutenberg/pull/37745))

#### Components
- BaseControl: Fix VisualLabel styles. ([37747](https://github.com/WordPress/gutenberg/pull/37747))
- ConfirmDialog: Use hooks from @wordpress/elements. ([37771](https://github.com/WordPress/gutenberg/pull/37771))
- CustomSelectControl: Stop keypresses being caught by other elements when they happen. ([30557](https://github.com/WordPress/gutenberg/pull/30557))

#### Post Editor
- Restore canvas padding for classic themes. ([37741](https://github.com/WordPress/gutenberg/pull/37741))

#### History
- Fix broken 'Redo' by removing faulty logic for discarding unsaved Logo changes. ([37895](https://github.com/WordPress/gutenberg/pull/37895))
- Fix redo after update/publish with transient edits. ([37840](https://github.com/WordPress/gutenberg/pull/37840))

#### Templates API
- Fix Home template description typo. ([37843](https://github.com/WordPress/gutenberg/pull/37843))
- Improve user experience with blocks editor when a block is not registered. ([37646](https://github.com/WordPress/gutenberg/pull/37646))

#### Block Editor
- Fix LinkPicker freeze when virtual keyboard is hidden. ([37782](https://github.com/WordPress/gutenberg/pull/37782))
- RichText: Fix dead key input on Windows. ([37777](https://github.com/WordPress/gutenberg/pull/37777))
- Link control: Translate empty link string. ([36975](https://github.com/WordPress/gutenberg/pull/36975))
- Add `post-type-x` classname to iframe. ([37429](https://github.com/WordPress/gutenberg/pull/37429))

#### Global Styles
- Reduce specificity of legacy font sizes defined by core. ([37819](https://github.com/WordPress/gutenberg/pull/37819))

#### Accessibility
- Fix aria-modal attribution with multiple navs on page. ([37813](https://github.com/WordPress/gutenberg/pull/37813))

#### Template Editor
- Template Mode: Trim long post titles in large viewports. ([37720](https://github.com/WordPress/gutenberg/pull/37720))

#### Site Editor
- Add the "Help" link to the tools menu. ([37647](https://github.com/WordPress/gutenberg/pull/37647))
- Contextualize "Export" string to differentiate it from other occurrences in WP Core. ([37660](https://github.com/WordPress/gutenberg/pull/37660))


### Documentation

- Block.json Schema: Update fontSize and lineHeight props. ([37853](https://github.com/WordPress/gutenberg/pull/37853))
- Theme.json Schema: Fix appearanceTools in theme.json schema. ([37762](https://github.com/WordPress/gutenberg/pull/37762))
- Theme.json Schema: Update theme.json schema to allow for per-block management of settings. ([36746](https://github.com/WordPress/gutenberg/pull/36746))
- Add checkbox for updating schemas if appropriate. ([37780](https://github.com/WordPress/gutenberg/pull/37780))
  - Fix issue template typo. ([37825](https://github.com/WordPress/gutenberg/pull/37825))
- Add automated theme.json reference documentation. ([37569](https://github.com/WordPress/gutenberg/pull/37569))
- Add link to block source for reference. ([37750](https://github.com/WordPress/gutenberg/pull/37750))
- Add missing end tag for codetabs in stylesheet guide. ([37827](https://github.com/WordPress/gutenberg/pull/37827))
- Fix broken URL on block variation page. ([37702](https://github.com/WordPress/gutenberg/pull/37702))
- Fix type of saved $content. ([37688](https://github.com/WordPress/gutenberg/pull/37688))
  - Fix type of saved content - part two. ([37740](https://github.com/WordPress/gutenberg/pull/37740))
  - Fix PHPCS failure. ([37742](https://github.com/WordPress/gutenberg/pull/37742))
- Update create block type how to guide for block.json. ([37674](https://github.com/WordPress/gutenberg/pull/37674))
- Update stylesheets guide with using block.json file. ([37679](https://github.com/WordPress/gutenberg/pull/37679))
- OSX Setup guide: Wrap `lts/*` in quotes for `nvm` commands. ([37722](https://github.com/WordPress/gutenberg/pull/37722))
- Remove "experimental" from full site editing documentation. ([37655](https://github.com/WordPress/gutenberg/pull/37655))
- Update copyright year to 2022 in `license.md`. ([37689](https://github.com/WordPress/gutenberg/pull/37689))
- Update wp-plugin.md. ([37846](https://github.com/WordPress/gutenberg/pull/37846))
- Updated ColorIndicator readme. ([37638](https://github.com/WordPress/gutenberg/pull/37638))
- Update the Post Author block description. ([37836](https://github.com/WordPress/gutenberg/pull/37836))
- Fixing broken links and adding colon. ([37664](https://github.com/WordPress/gutenberg/pull/37664))
- Improve Gutenberg release documentation. ([37898](https://github.com/WordPress/gutenberg/pull/37898))


### Code Quality

- Add the WP version in which some JS APIs will be removed. ([37854](https://github.com/WordPress/gutenberg/pull/37854))

#### Block Library
- Late escape Categories block. ([37835](https://github.com/WordPress/gutenberg/pull/37835))
- Late escape Page List block. ([37873](https://github.com/WordPress/gutenberg/pull/37873))
- Late escape Query blocks. ([37877](https://github.com/WordPress/gutenberg/pull/37877))
- Late escape RSS block. ([37878](https://github.com/WordPress/gutenberg/pull/37878))
- Late escape Table of Contents block. ([37882](https://github.com/WordPress/gutenberg/pull/37882))
- Late escape Search block. ([37879](https://github.com/WordPress/gutenberg/pull/37879))
- Move escaping to point of output in Archives block. ([37834](https://github.com/WordPress/gutenberg/pull/37834))
- Post Content: No need to pass default get_the_content args. ([37701](https://github.com/WordPress/gutenberg/pull/37701))

#### Post Editor
- PostLockedModal: Update action buttons markup. ([37837](https://github.com/WordPress/gutenberg/pull/37837))

#### Parsing
- Block API: Separate validation stage during block parsing. ([37763](https://github.com/WordPress/gutenberg/pull/37763))

#### Components
- Refactor SuggestionsList to use hooks and change class to function component. ([36924](https://github.com/WordPress/gutenberg/pull/36924))


### Tools

#### Testing
- Allow type imports for React everywhere. ([37862](https://github.com/WordPress/gutenberg/pull/37862))
- Change the performance job folder structure to avoid nested node_modules. ([37775](https://github.com/WordPress/gutenberg/pull/37775))
- Fix flaky test by using waitForResponse to ensure the URL details request completes. ([37901](https://github.com/WordPress/gutenberg/pull/37901))
- Marking test that consistently fails as skipped. ([37729](https://github.com/WordPress/gutenberg/pull/37729))

#### Build Tooling
- wp-env: Replace TT1-Blocks with Empty Theme in the wp-env of gutenberg and CI. ([37446](https://github.com/WordPress/gutenberg/pull/37446))
- wp-env: Show `--help` when no subcommand is passed. ([32755](https://github.com/WordPress/gutenberg/pull/32755))
- Scripts: Scan `block.json` files to detect entry points for the build process. ([37661](https://github.com/WordPress/gutenberg/pull/37661))
- Scripts: Add `plugin-zip` command to create a zip file for a WordPress plugin. ([37687](https://github.com/WordPress/gutenberg/pull/37687))

#### Create Block
- Allow custom folder name for a block. ([37612](https://github.com/WordPress/gutenberg/pull/37612))
- Speed up scaffolding by omitting WordPress dependencies. ([37639](https://github.com/WordPress/gutenberg/pull/37639))






= 12.3.2 =

### Bug Fixes

#### Block Library
- Spacer: Fix unit settings filter. ([37774](https://github.com/WordPress/gutenberg/pull/37774))





= 12.3.1 =


### Bug Fixes

- Restore canvas padding for classic themes (#37741).
- Site logo: Fix range control on landscape logos (#37733).
- RichText: Fix dead key input on Windows (#37777).
- Update: Improve escaping on the search block (#37829).
- Fix: Impossible to clear colors if color palettes are removed. (#37791).


= 12.3.0 =

### Features

#### Block Library

- Group/row blocks:
  - Add Gap support. ([37459](https://github.com/WordPress/gutenberg/pull/37459))
  - Add Typography support. ([37456](https://github.com/WordPress/gutenberg/pull/37456))
- New Author Name block. ([36001](https://github.com/WordPress/gutenberg/pull/36001))
- Comments Pagination:
  - New Comments Pagination Next block. ([36562](https://github.com/WordPress/gutenberg/pull/36562))
  - New Comments Pagination Previous block. ([36912](https://github.com/WordPress/gutenberg/pull/36912))

### Enhancements

#### Block Library

- Navigation:
  - Enable even more compact setup state. ([37089](https://github.com/WordPress/gutenberg/pull/37089))
  - Use rems for padding. ([37478](https://github.com/WordPress/gutenberg/pull/37478))
- Site Logo: Add option to set site icon from Site Logo block. ([35892](https://github.com/WordPress/gutenberg/pull/35892))
- Paragraph: Add font family support. ([37586](https://github.com/WordPress/gutenberg/pull/37586))
- Comments Template: Add comments pagination. ([37610](https://github.com/WordPress/gutenberg/pull/37610))
- Embeds: Simplify the embed loading state. ([37548](https://github.com/WordPress/gutenberg/pull/37548))
- Spacer: Add custom units for height and width. ([36186](https://github.com/WordPress/gutenberg/pull/36186))

#### Global Styles

- Make the global styles subtitles font smaller. ([37600](https://github.com/WordPress/gutenberg/pull/37600))
- Add support for nameless font sizes. ([37410](https://github.com/WordPress/gutenberg/pull/37410))

#### Colors

- Allow color gradient popover to be above the color toggle. ([37430](https://github.com/WordPress/gutenberg/pull/37430))
- Make color styles labels simpler. ([37493](https://github.com/WordPress/gutenberg/pull/37493))
- Use subtitle styles for the palette names. ([37460](https://github.com/WordPress/gutenberg/pull/37460))

#### Design Tools

- Border panel: Collapse color controls. ([37425](https://github.com/WordPress/gutenberg/pull/37425))

#### Document Settings

- Add class name to post author on edit post sidebar. ([36269](https://github.com/WordPress/gutenberg/pull/36269))

#### Site Editor

- Update save panel's cancel button from icon to visible text. ([37310](https://github.com/WordPress/gutenberg/pull/37310))

#### Accessibility

- Latest Posts: Add aria-label to featured links. ([36251](https://github.com/WordPress/gutenberg/pull/36251))

### Bug Fixes

#### Block Library

- Navigation:
  - Restrict Navigation permissions and show UI warning if cannot create. ([37454](https://github.com/WordPress/gutenberg/pull/37454))
  - Ensure the overlay menu works when inserting navigation block patterns and that inner blocks are retained. ([37358](https://github.com/WordPress/gutenberg/pull/37358))
  - Fix navigation appender. ([37447](https://github.com/WordPress/gutenberg/pull/37447))
  - Revert all margins on navigation-item in editor. ([37587](https://github.com/WordPress/gutenberg/pull/37587))
  - Fix page list issues in overlay. ([37444](https://github.com/WordPress/gutenberg/pull/37444))
  - Show a UI warning when user does not have permission to update/edit an existing Navigation block. ([37286](https://github.com/WordPress/gutenberg/pull/37286))
  - Try cascading nav styles through classnames. ([37473](https://github.com/WordPress/gutenberg/pull/37473))
- Query Loop:
  - Fix editable post blocks in Query Loop with `zero` `queryId`. ([37629](https://github.com/WordPress/gutenberg/pull/37629))
  - Changed the letter case for Post Type to Post type. ([37499](https://github.com/WordPress/gutenberg/pull/37499))
  - Query Pagination Next: Hide block if custom query has no results. ([37553](https://github.com/WordPress/gutenberg/pull/37553))
  - Revert Query Pagination Next/Previous placeholder(36681). ([37520](https://github.com/WordPress/gutenberg/pull/37520))
- Site Logo: Fix block alignment issues. ([36627](https://github.com/WordPress/gutenberg/pull/36627))
- Gallery: Fix block registration hook priority. ([37409](https://github.com/WordPress/gutenberg/pull/37409))
- Post Content/Title: Reflect changes when previewing post. ([37622](https://github.com/WordPress/gutenberg/pull/37622))
- Post Excerpt: Specify paragraph as post excerpt tag name. ([37412](https://github.com/WordPress/gutenberg/pull/37412))
- Reusable Block: Fix embed handling. ([37554](https://github.com/WordPress/gutenberg/pull/37554))
- Site icon: Fix site icon styling to display non-square site icons within a square button. ([37570](https://github.com/WordPress/gutenberg/pull/37570))
- Template Part: Only display a missing notice in debug mode. ([37404](https://github.com/WordPress/gutenberg/pull/37404))
- ServerSideRender: Fix loading state. ([37623](https://github.com/WordPress/gutenberg/pull/37623))
- Comments Avatar Block: Show avatar drag handles only when selected. ([37567](https://github.com/WordPress/gutenberg/pull/37567))

#### Global Styles

- Color editor discards colors with default name. ([37496](https://github.com/WordPress/gutenberg/pull/37496))
- Gradients are not being applied by class. ([37597](https://github.com/WordPress/gutenberg/pull/37597))
- Impossible to edit theme and default colors. ([37497](https://github.com/WordPress/gutenberg/pull/37497))
- Blank site editor when theme name contains a period. ([37167](https://github.com/WordPress/gutenberg/pull/37167))
- Lower the specificity of font size CSS Custom Properties in the editor. ([37526](https://github.com/WordPress/gutenberg/pull/37526))
- Use inset shadow on color indicators and adjust spacing. ([37500](https://github.com/WordPress/gutenberg/pull/37500))

#### Block Editor

- Fix Enter handling for nested blocks. ([37453](https://github.com/WordPress/gutenberg/pull/37453))
- Restrict delete multi selected blocks shortcut. ([37595](https://github.com/WordPress/gutenberg/pull/37595))
- Avoid using CSS variables for block gap styles. ([37360](https://github.com/WordPress/gutenberg/pull/37360))

#### Themes

- Add comment-form and comment-list to default html5 theme support. ([37536](https://github.com/WordPress/gutenberg/pull/37536))
- Avoid Duplicated "Theme File Editor" menu. ([37592](https://github.com/WordPress/gutenberg/pull/37592))
- Fix conditional check "Theme File Editor" menu. ([37616](https://github.com/WordPress/gutenberg/pull/37616))
- Fix duotone theme cache. ([36236](https://github.com/WordPress/gutenberg/pull/36236))

#### Template Editor

- Avoid undo issues when reset parent blocks for controlled blocks. ([37484](https://github.com/WordPress/gutenberg/pull/37484))
- Change color of welcome dialog close icon so it is visible against black background. ([37435](https://github.com/WordPress/gutenberg/pull/37435))
- Template Editing Mode: Fix options dropdown. ([37442](https://github.com/WordPress/gutenberg/pull/37442))
- Try to fix auto resizing in template part focus mode. ([37394](https://github.com/WordPress/gutenberg/pull/37394))
- Update the template list action labels. ([37576](https://github.com/WordPress/gutenberg/pull/37576))

#### Site Editor

- Add customized indicator to plugin templates that have been customized. ([37329](https://github.com/WordPress/gutenberg/pull/37329))
- Register block editor shortcuts. ([37577](https://github.com/WordPress/gutenberg/pull/37577))
- Update regex to handle 404 template slug. ([37579](https://github.com/WordPress/gutenberg/pull/37579))
- Parse shortcode blocks outside the content. ([37545](https://github.com/WordPress/gutenberg/pull/37545))

#### Accessibility

- Editor: Focus when navigation toggle receives state false. ([37265](https://github.com/WordPress/gutenberg/pull/37265))
- Navigation: Only add dialog role when modal is open. ([37434](https://github.com/WordPress/gutenberg/pull/37434))

#### npm Packages

- Fix missing peer dependencies where React is used indirectly. ([37578](https://github.com/WordPress/gutenberg/pull/37578))

#### Testing

- Fix flaky Navigation block end-to-end test by mocking out URL details endpoint to avoid 404. ([37501](https://github.com/WordPress/gutenberg/pull/37501))

#### Post Editor

- Multi-entity saving: Allow publishing a post while not saving changes to non-post entities. ([37383](https://github.com/WordPress/gutenberg/pull/37383))

#### Components

- ToolsPanel: Allow items to register when panelId is null. ([37273](https://github.com/WordPress/gutenberg/pull/37273))

#### Design Tools

- Make block support tools panels compatible with multi-selection. ([37216](https://github.com/WordPress/gutenberg/pull/37216))

### Documentation

#### Packages

- Add automated core blocks documentation. ([36183](https://github.com/WordPress/gutenberg/pull/36183))
- Added README for GradientPicker. ([37614](https://github.com/WordPress/gutenberg/pull/37614))
- Add link to meta-block example in gutenberg-examples repo. ([37633](https://github.com/WordPress/gutenberg/pull/37633))
- Fix parameter type in render function of file block. ([36262](https://github.com/WordPress/gutenberg/pull/36262))
- Add changelog entry for \_\_experimentalIsRenderedInSidebar gradient components flag. ([37457](https://github.com/WordPress/gutenberg/pull/37457))

#### Handbook

- Switch code distinction to JSX & Plain. ([37348](https://github.com/WordPress/gutenberg/pull/37348))
- Fix a grammatical error in the Create Block tutorial. ([37636](https://github.com/WordPress/gutenberg/pull/37636))
- Fix plugin sidebar tutorial not publishing. ([37505](https://github.com/WordPress/gutenberg/pull/37505))
- Update plugin sidebar to new how to guide template. ([37490](https://github.com/WordPress/gutenberg/pull/37490))
- Update "Local by Flywheel" name and URL. ([37512](https://github.com/WordPress/gutenberg/pull/37512))
- Update Meta Boxes to a single page how to guide. ([37621](https://github.com/WordPress/gutenberg/pull/37621))

### Code Quality

#### Compatibility with Core

- Adds missing block template class properties. ([37556](https://github.com/WordPress/gutenberg/pull/37556))

#### Formatting

- Fix lint issues. ([37618](https://github.com/WordPress/gutenberg/pull/37618))
- Move block patterns compatibility code to lib/compat folder. ([37451](https://github.com/WordPress/gutenberg/pull/37451))

#### Packages

- Data:
  - Block top level useSetting paths. ([37428](https://github.com/WordPress/gutenberg/pull/37428))
  - Deprecate receiveUploadPermissions. ([37508](https://github.com/WordPress/gutenberg/pull/37508))

#### Site Editor

- Remove dead code. ([37581](https://github.com/WordPress/gutenberg/pull/37581))

#### Components

- Storybook: Tweak configuration for v6.4 update. ([37544](https://github.com/WordPress/gutenberg/pull/37544))

#### Security

- Update `yargs` dependency for `@wordpress/env` to fix CVE-2021-3807. ([37601](https://github.com/WordPress/gutenberg/pull/37601))

### Tools

#### Testing

- End to end:
  - Switch to using a $eval to fill user creation fields. ([37469](https://github.com/WordPress/gutenberg/pull/37469))
  - Fix and enable remaining navigation block end-to-end tests. ([37437](https://github.com/WordPress/gutenberg/pull/37437))
  - Add block editor shortcuts end-to-end tests. ([37624](https://github.com/WordPress/gutenberg/pull/37624))

#### Build Tooling

- Add npm-run-all package to simplify running scripts. ([37558](https://github.com/WordPress/gutenberg/pull/37558))
- Update caniuse to latest. ([37588](https://github.com/WordPress/gutenberg/pull/37588))
- Fix pre commit hook to build block documentation. ([37613](https://github.com/WordPress/gutenberg/pull/37613))




= 12.2.0 =

### Enhancements

#### Block Library
- New block: Add `Comments Pagination Numbers` block. ([36890](https://github.com/WordPress/gutenberg/pull/36890))
- Comment Template block: Handle nested comments. ([36065](https://github.com/WordPress/gutenberg/pull/36065))
- Comments Query Loop: Improve context handling in inner blocks. ([37196](https://github.com/WordPress/gutenberg/pull/37196))
- Image: Reflect media deletion in the editor. ([35973](https://github.com/WordPress/gutenberg/pull/35973))
- Navigation:
   - Add navigation blocks post-processing after migration from menu items. ([36950](https://github.com/WordPress/gutenberg/pull/36950))
   - Refactor modal padding to be simpler and more flexible. ([37323](https://github.com/WordPress/gutenberg/pull/37323))
   - Remove Navigation Menus from the Appearance menu. ([37212](https://github.com/WordPress/gutenberg/pull/37212))
   - Add clearance for appender in submenus. ([36720](https://github.com/WordPress/gutenberg/pull/36720))
- Refactor handling of padding for group and column blocks. ([37356](https://github.com/WordPress/gutenberg/pull/37356))
- Template Part: Add actions that fire during the loading process of block template parts. ([36884](https://github.com/WordPress/gutenberg/pull/36884))

#### Styles and design tools
- Add the `Welcome Guide` option to the `More Global Styles Actions` dropdown. ([37180](https://github.com/WordPress/gutenberg/pull/37180))
- Make the `Blocks` section more distinguishable. ([37293](https://github.com/WordPress/gutenberg/pull/37293))
- Move the `Edit colors` button to a standard menu item. ([36842](https://github.com/WordPress/gutenberg/pull/36842))
- Move Duotone palette to the bottom of global styles gradients. ([37253](https://github.com/WordPress/gutenberg/pull/37253))
- Border controls: display border properties in the `ToolPanel`. ([34061](https://github.com/WordPress/gutenberg/pull/34061))

#### Components
- FontSizePicker: Use an incremental sequence of numbers as labels for the available font sizes at the segmented control (conditionally). ([37038](https://github.com/WordPress/gutenberg/pull/37038))
- ColorPalette: Improve accessibility and visibility. ([36925](https://github.com/WordPress/gutenberg/pull/36925))
- ToolsPanel: Standardize input control label margin. ([36387](https://github.com/WordPress/gutenberg/pull/36387))
- Unify styles for `ColorIndicator` with how they appear in Global Styles. ([37028](https://github.com/WordPress/gutenberg/pull/37028))
- Update `PanelColorGradientSettings` component to use dropdowns. ([37067](https://github.com/WordPress/gutenberg/pull/37067))

#### Site Editor
- Add the Customizer back to the Appearance menu. ([37175](https://github.com/WordPress/gutenberg/pull/37175))
- Add client-side routing for Site Editor. ([36488](https://github.com/WordPress/gutenberg/pull/36488))
- Add a new `aria-pressed` attribute to the `Toggle navigation` button. ([37351](https://github.com/WordPress/gutenberg/pull/37351))
- Template revert flow: Make label description source agnostic. ([37004](https://github.com/WordPress/gutenberg/pull/37004))

#### Packages
- Scripts: Enable React Fast Refresh for block development. ([28273](https://github.com/WordPress/gutenberg/pull/28273))
- List Reusable Blocks: Refactor `ImportForm` into a functional component and use hooks. ([36938](https://github.com/WordPress/gutenberg/pull/36938))

#### Widgets Editor
- Implement preview for blocks. ([37012](https://github.com/WordPress/gutenberg/pull/37012))

#### Post Editor
- Template Part block should not be available in the Post Editor inserter. ([37157](https://github.com/WordPress/gutenberg/pull/37157))

### Bug Fixes

- Remove 4 instances of `gutenberg` text-domain from Core. ([37229](https://github.com/WordPress/gutenberg/pull/37229))

#### Block Library
- Fix return type in the DocBlock. ([37352](https://github.com/WordPress/gutenberg/pull/37352))
- Fix deprecated usage of passing null to `explode` function. ([37392](https://github.com/WordPress/gutenberg/pull/37392))
- Gallery:
   - Fix color issue for captions with hyperlinks in the Gallery block. ([37033](https://github.com/WordPress/gutenberg/pull/37033))
   - Fix documentation and function naming for gallery block registration in PHP. ([37132](https://github.com/WordPress/gutenberg/pull/37132))
   - Remove placeholder border. ([37050](https://github.com/WordPress/gutenberg/pull/37050))
- Post Comments:
   - Fix form-submit styles by adding button classes to the submit button in the post-comments block. ([37245](https://github.com/WordPress/gutenberg/pull/37245))
   - Fix width of the post comment form input. ([37238](https://github.com/WordPress/gutenberg/pull/37238))
   - Use block markup for the comment form button when using a block theme. ([37315](https://github.com/WordPress/gutenberg/pull/37315))
- Comments Pagination Block: Add default styling. ([37057](https://github.com/WordPress/gutenberg/pull/37057))
- Image:
   - Set image display mode to `grid` when no alignment is set to align caption `onresize` event properly. ([35787](https://github.com/WordPress/gutenberg/pull/35787))
   - Fix resizer controls being hidden in Safari when switching between alignments. ([37210](https://github.com/WordPress/gutenberg/pull/37210))
- Navigation:
   - Fix `gutenberg_` prefixed function references in Core. ([37021](https://github.com/WordPress/gutenberg/pull/37021))
   - Fix navigation justifications. ([36991](https://github.com/WordPress/gutenberg/pull/36991))
   - Fix vertical alignment of page list in the modal. ([37321](https://github.com/WordPress/gutenberg/pull/37321))
   - Remove hardcoded typography units. ([37349](https://github.com/WordPress/gutenberg/pull/37349))
   - Fix vertical layout. ([37009](https://github.com/WordPress/gutenberg/pull/37009))
   - Switch to `addEventListener` event for load event in the navigation block view script. ([37135](https://github.com/WordPress/gutenberg/pull/37135))
   - Don't request the deprecated navigation areas endpoint outside of the Gutenberg plugin. ([37187](https://github.com/WordPress/gutenberg/pull/37187))
   - Navigation Link Control: Hide the `Transforms` component when no options are available. ([37284](https://github.com/WordPress/gutenberg/pull/37284))
   - Remove the deprecated navigation area block from the inserter. ([37026](https://github.com/WordPress/gutenberg/pull/37026))
- Query Loop: Add `useBlockPreview` component, fix alignment of the `Query Loop` block in the editor. ([36431](https://github.com/WordPress/gutenberg/pull/36431))
- Query Pagination: `core/query-pagination-next` and `core/query-pagination-previous` blocks: change the markup on the first and last pages of the pagination. ([36681](https://github.com/WordPress/gutenberg/pull/36681))
- Search: Fix application of border color class in the editor. ([37242](https://github.com/WordPress/gutenberg/pull/37242))
- Template Part:
   - Fix `isMissing` condition check. ([37370](https://github.com/WordPress/gutenberg/pull/37370))
   - Use Core version of template and template part post types and REST endpoints for WordPress 5.9, with backward compatibility for WordPress 5.8. ([36898](https://github.com/WordPress/gutenberg/pull/36898))
- Update the `micromodal` package to include a click-through fix. ([36837](https://github.com/WordPress/gutenberg/pull/36837))

#### Components
- Card: Support the `extraSmall` option for the `size` prop. ([37097](https://github.com/WordPress/gutenberg/pull/37097))
- Drop Zone: Fix HTML drop issues with the Windows browsers. ([37151](https://github.com/WordPress/gutenberg/pull/37151))
- Don't load `Radio` and `RadioGroup` components directly. ([36934](https://github.com/WordPress/gutenberg/pull/36934))
- DuotonePicker typo fix. ([36662](https://github.com/WordPress/gutenberg/pull/36662))
- Element: Ensure that the package uses the up-to-date React types. ([37365](https://github.com/WordPress/gutenberg/pull/37365))
- Fix incorrect rendering of `ToggleGroupControl`'s active state. ([37332](https://github.com/WordPress/gutenberg/pull/37332))
- Hide the `remove control point` button because removing it would break gradient control. ([37186](https://github.com/WordPress/gutenberg/pull/37186))
- Import experimental `Heading` and `Text` Components. ([37290](https://github.com/WordPress/gutenberg/pull/37290))
- Make the color popover on the gradient picker appear as expected. ([37115](https://github.com/WordPress/gutenberg/pull/37115))
- Remove unused `reakit-utils` dependency from peer dependencies. ([37369](https://github.com/WordPress/gutenberg/pull/37369))
- Storybook: Fix deprecated `disabled` key. ([37112](https://github.com/WordPress/gutenberg/pull/37112))
- ToggleGroupControl: Fix extra update on incoming change. ([37224](https://github.com/WordPress/gutenberg/pull/37224))

#### Site Editor
- Allow global styles sidebar panels to fill vertical space. ([36845](https://github.com/WordPress/gutenberg/pull/36845))
- Display a notice if export fails. ([37131](https://github.com/WordPress/gutenberg/pull/37131))
- Fix edit template part link in header dropdown. ([37249](https://github.com/WordPress/gutenberg/pull/37249))
- Fix template resolution to give precedence to PHP templates defined in a child theme. ([37074](https://github.com/WordPress/gutenberg/pull/37074))
- Hide the block appender in the Template Part editor. ([37213](https://github.com/WordPress/gutenberg/pull/37213))
- Improve notification when saving content in the Site Editor. ([36897](https://github.com/WordPress/gutenberg/pull/36897))
- Improve handling of parsed requests. ([37209](https://github.com/WordPress/gutenberg/pull/37209))
- Sync Export API error codes. ([37347](https://github.com/WordPress/gutenberg/pull/37347))
- Template Editor Mode: Hide editor mode switcher. ([37359](https://github.com/WordPress/gutenberg/pull/37359))
- Use server definition for the Template Areas. ([37215](https://github.com/WordPress/gutenberg/pull/37215))
- Fixes the white screen of death on the Templates page when user avatars are disabled. ([37458](https://github.com/WordPress/gutenberg/pull/37458))

#### Styles
- Allow selector ordering to ensure `theme.json` root selector margin takes precedence. ([36960](https://github.com/WordPress/gutenberg/pull/36960))
- Custom keys from `theme.json`: Fix kebabCase conversion. ([37380](https://github.com/WordPress/gutenberg/pull/37380))
- Do not remove theme presets if defaults are hidden. ([37008](https://github.com/WordPress/gutenberg/pull/37008))
- Fix CSS Custom Properties for presets in the Site Editor. ([36851](https://github.com/WordPress/gutenberg/pull/36851))
- Fix how `appearanceTools` works. ([37254](https://github.com/WordPress/gutenberg/pull/37254))
- Fix styles for previews and patterns. ([37296](https://github.com/WordPress/gutenberg/pull/37296))
- Font sizes: Update default values. ([37381](https://github.com/WordPress/gutenberg/pull/37381))
- Remove CSS that causes conflict with `theme.json`. ([36424](https://github.com/WordPress/gutenberg/pull/36424))

#### Design Tools
- Border Style Control: Update styling for consistency with border width control. ([37244](https://github.com/WordPress/gutenberg/pull/37244))
- Border panel:
   - Don't restore deselected border color when width gets changed. ([37049](https://github.com/WordPress/gutenberg/pull/37049))
   - Update the value of the `ColorPicker` component when color is cleared. ([37048](https://github.com/WordPress/gutenberg/pull/37048))
- Gradients
   - Fix clearing a custom gradient from throwing a React warning. ([37051](https://github.com/WordPress/gutenberg/pull/37051))
   - Enable adding custom gradient when gradients are disabled. ([36900](https://github.com/WordPress/gutenberg/pull/36900))

#### Compatibility with Core and library code
- Fix array key warning in block supports layout. ([37101](https://github.com/WordPress/gutenberg/pull/37101))
- Templates: Search for old template names in the parent theme too. ([36910](https://github.com/WordPress/gutenberg/pull/36910))
- Fix theme requirement validation when using WordPress 5.8. ([37226](https://github.com/WordPress/gutenberg/pull/37226))
- Fix WordPress 5.9 check for conditionally running code. ([37235](https://github.com/WordPress/gutenberg/pull/37235))
- Fix mistake in the`_remove_theme_attribute_in_block_template_content` function. ([37137](https://github.com/WordPress/gutenberg/pull/37137))
- Gallery: Enable the new gallery block by default if running in Core. ([37134](https://github.com/WordPress/gutenberg/pull/37134))


#### Packages
- Core Data: Fix returning empty array in the `getEntityRecords` function for unknown entities. ([36984](https://github.com/WordPress/gutenberg/pull/36984))
- Include `@babel/core` as a dependency where applicable. ([37328](https://github.com/WordPress/gutenberg/pull/37328))
- Format library: Fix unsetting highlight color. ([37062](https://github.com/WordPress/gutenberg/pull/37062))

#### Block Editor
- Mark the last change as persistent on save. ([36887](https://github.com/WordPress/gutenberg/pull/36887))
- Fix content loss when ungrouping template parts or reusable blocks. ([37280](https://github.com/WordPress/gutenberg/pull/37280))
- Simplify the `RESET_BLOCK` action to fix the loss of content when using template part focus mode. ([37283](https://github.com/WordPress/gutenberg/pull/37283))

#### Post Editor
- Multi-Entity Saving: Decode HTML entities in item titles. ([37353](https://github.com/WordPress/gutenberg/pull/37353))

### Documentation

- Update documentation related to schemas. ([37294](https://github.com/WordPress/gutenberg/pull/37294))
- Remove versioning in theme schema descriptions. ([37165](https://github.com/WordPress/gutenberg/pull/37165))
- Fix the broken link on the plugin description page. ([37362](https://github.com/WordPress/gutenberg/pull/37362))

- Handbook:
   - Add information about skip links to the block theme overview. ([36555](https://github.com/WordPress/gutenberg/pull/36555))
   - Add closing ticks for `blockGap` code example. ([37338](https://github.com/WordPress/gutenberg/pull/37338))
   - Add how-to guide documentation template. ([36694](https://github.com/WordPress/gutenberg/pull/36694))
   - Add link and details for `npx` in create block tutorial. ([37376](https://github.com/WordPress/gutenberg/pull/37376))
   - Consolidate React Native documentation. ([36685](https://github.com/WordPress/gutenberg/pull/36685))
   - Fix a link to the how-to guide template. ([37191](https://github.com/WordPress/gutenberg/pull/37191))
   - Move classes used in the navigation block from the component to the new readme. ([37375](https://github.com/WordPress/gutenberg/pull/37375))
   - Update Format API how-to guide. ([37298](https://github.com/WordPress/gutenberg/pull/37298))
   - Update broken links. ([37121](https://github.com/WordPress/gutenberg/pull/37121))
   - Improve formatting of headings in the contributors' guide. ([36689](https://github.com/WordPress/gutenberg/pull/36689))
   - Fix `type` for `prefix` transformation. ([36362](https://github.com/WordPress/gutenberg/pull/36362))
   - Fix broken links in the Resources section. ([37307](https://github.com/WordPress/gutenberg/pull/37307))
   - Remove the semicolons from the JSON examples. ([37129](https://github.com/WordPress/gutenberg/pull/37129))

- Packages:
   - Block Editor:
      - Add a documentation note about inner blocks and excerpts. ([36405](https://github.com/WordPress/gutenberg/pull/36405))
      - Update example of usage for `suggestionsQuery` component. ([37281](https://github.com/WordPress/gutenberg/pull/37281))
   - Componentes:
      - Add missing changelog entries. ([37384](https://github.com/WordPress/gutenberg/pull/37384))
      - Fix code formatting for card components. ([37268](https://github.com/WordPress/gutenberg/pull/37268))
      - Fix importing from the wrong package. ([37192](https://github.com/WordPress/gutenberg/pull/37192))
      - Fix missing link for shortcut documentation. ([36800](https://github.com/WordPress/gutenberg/pull/36800))
      - Update `QueryControls` README.md. ([37233](https://github.com/WordPress/gutenberg/pull/37233))
   - Site Editor: Update support documentation URL in the Welcome Guide. ([37176](https://github.com/WordPress/gutenberg/pull/37176))

### Code Quality

#### Compatibility with Core
- Better synchronization between Gutenberg and Core code. ([37141](https://github.com/WordPress/gutenberg/pull/37141))
- Move WordPress 5.9 `wp-admin` menus compatibility code to `lib/compat` folder. ([37257](https://github.com/WordPress/gutenberg/pull/37257))
- Move the block page templates hook into `compat/5.9` folder. ([37142](https://github.com/WordPress/gutenberg/pull/37142))
- Move template loader hooks and functions into `lib/compat` folder. ([37149](https://github.com/WordPress/gutenberg/pull/37149))
- Synchronize `wp_is_block_theme` function and `block-templates` block support with Core. ([37218](https://github.com/WordPress/gutenberg/pull/37218))

#### Global Styles
- Do not register `Global Styles` custom post type in WordPress 5.9. ([37282](https://github.com/WordPress/gutenberg/pull/37282))
- Port `Global Styles` code to `lib/compat/wordpress-5.9`:
   - CSS custom properties. ([37334](https://github.com/WordPress/gutenberg/pull/37334))
   - Front assets. ([37335](https://github.com/WordPress/gutenberg/pull/37335))
- Rename `WP_Theme_JSON_Resolver` methods to make them compatible with Core. ([37393](https://github.com/WordPress/gutenberg/pull/37393))

#### Packages
- Dependency Extraction Webpack Plugin: Sort externalized dependencies report. ([37377](https://github.com/WordPress/gutenberg/pull/37377))
- Block Editor:
   - Iframe component: Use block settings to pass assets. ([37193](https://github.com/WordPress/gutenberg/pull/37193))
   - Remove duplicate block styles. ([37133](https://github.com/WordPress/gutenberg/pull/37133))
   - Specify the WordPress versions where API is deprecated. ([37150](https://github.com/WordPress/gutenberg/pull/37150))
- Components
   - Refactor `DatePicker` into a functional component. ([36835](https://github.com/WordPress/gutenberg/pull/36835))
   - Storybook: Update to version 6.4. ([37367](https://github.com/WordPress/gutenberg/pull/37367))
- Data
   - Ensure that `redux` is listed as a dependency. ([37364](https://github.com/WordPress/gutenberg/pull/37364))
   - @wordpress/data: Refactor `use-select` component in preparation for adding types. ([37017](https://github.com/WordPress/gutenberg/pull/37017))
- Scripts: Update dependencies shared with other WordPress packages. ([37395](https://github.com/WordPress/gutenberg/pull/37395))

#### Site Editor
- Remove unused PHP code. ([36997](https://github.com/WordPress/gutenberg/pull/36997))
- Revert `Site Editor: Set the <title> on the list page to be the same as the CPT name`. ([37270](https://github.com/WordPress/gutenberg/pull/37270))

#### Block Library
- Remove `gutenberg_` prefix from `@wordpress/block-library`. ([37341](https://github.com/WordPress/gutenberg/pull/37341))
- Block Library: Rename Query Pagination blocks. ([37091](https://github.com/WordPress/gutenberg/pull/37091))

### Tools

#### Testing
- End-to-end Tests:
   - Increase delay in image block end-to-end test to fix intermittent failure when clearing URL field. ([37136](https://github.com/WordPress/gutenberg/pull/37136))
   - Update Multi-Entity Saving test to improve reliability. ([37139](https://github.com/WordPress/gutenberg/pull/37139))
   - Sanitize flaky test report file names. ([37390](https://github.com/WordPress/gutenberg/pull/37390))
   - Retry login again after a bad nonce request to prevent intermittent test failures. ([37219](https://github.com/WordPress/gutenberg/pull/37219))
   - Fix `Multi-entity saving` and `Template parts` related tests. ([37333](https://github.com/WordPress/gutenberg/pull/37333))
   - Fix `Heading` test. ([37382](https://github.com/WordPress/gutenberg/pull/37382))
   - Re-enable most of the navigation block end-to-end tests. ([37214](https://github.com/WordPress/gutenberg/pull/37214))
   - Use global transients for PHPUnit tests. ([37122](https://github.com/WordPress/gutenberg/pull/37122))
   - Fix usage of `useSetting('color.palette')`. ([37108](https://github.com/WordPress/gutenberg/pull/37108))
   - Add tests for the new gallery hooks. ([36801](https://github.com/WordPress/gutenberg/pull/36801))

#### Linting
- ESLint:
  - Add support for ESLint v8. ([36283](https://github.com/WordPress/gutenberg/pull/36283))
  - Fix Babel config resolution when a custom ESLint config is present. ([37406](https://github.com/WordPress/gutenberg/pull/37406))

#### Build Tooling
- Specify PHP version in Composer. ([37007](https://github.com/WordPress/gutenberg/pull/37007))
- Remove unused `jest-serializer-enzyme` dependency. ([37373](https://github.com/WordPress/gutenberg/pull/37373))
- Remove some labels from the `Experiments` section of the changelog. ([37098](https://github.com/WordPress/gutenberg/pull/37098))
- `npm`:
   - Fix package dependencies issues discovered with `pnpm`. ([37396](https://github.com/WordPress/gutenberg/pull/37396))
   - Use the latest minor version of webpack in Gutenberg. ([37371](https://github.com/WordPress/gutenberg/pull/37371))
- Fix build failure on Windows. ([37189](https://github.com/WordPress/gutenberg/pull/37189))


= 12.1.0 =

### Enhancements

#### Site Editor
- Add Template List View. ([36379](https://github.com/WordPress/gutenberg/pull/36379))
  - Show theme, plugin or author in Added By column with appropriate icon or avatar. ([36763](https://github.com/WordPress/gutenberg/pull/36763))
  - Add success and error snackbars. ([36808](https://github.com/WordPress/gutenberg/pull/36808))
  - Implement "Add New". ([36592](https://github.com/WordPress/gutenberg/pull/36592))
  - Use table layout. ([36707](https://github.com/WordPress/gutenberg/pull/36707))
  - Set the document title properly. ([36805](https://github.com/WordPress/gutenberg/pull/36805))
  - Add rename action. ([36879](https://github.com/WordPress/gutenberg/pull/36879))
  - Update delete template button. ([36815](https://github.com/WordPress/gutenberg/pull/36815))
- Make Reusable blocks available in the Site Editor. ([36511](https://github.com/WordPress/gutenberg/pull/36511))
- Remove the Styles link in Site Editor. ([36637](https://github.com/WordPress/gutenberg/pull/36637))
- Update and align template descriptions. ([36000](https://github.com/WordPress/gutenberg/pull/36000))
- Add icons to navigation sidebar items. ([36893](https://github.com/WordPress/gutenberg/pull/36893))
- Allow editing custom template title. ([36933](https://github.com/WordPress/gutenberg/pull/36933))
- Only render the site editor canvas when the global styles are loaded. ([36643](https://github.com/WordPress/gutenberg/pull/36643))
- Remove extra border radius from the canvas. ([37022](https://github.com/WordPress/gutenberg/pull/37022))
- Update navigation sidebar responsiveness. ([36638](https://github.com/WordPress/gutenberg/pull/36638))
- Update resize handle styling in template part focus mode. ([36410](https://github.com/WordPress/gutenberg/pull/36410))

#### Global Styles
- Add elements support to the typography panel. ([36718](https://github.com/WordPress/gutenberg/pull/36718))
- Add the gradient palette editor. ([36820](https://github.com/WordPress/gutenberg/pull/36820))
- Add transparency support to the colors panel. ([36840](https://github.com/WordPress/gutenberg/pull/36840))
- Add read-only duotone palette. ([36920](https://github.com/WordPress/gutenberg/pull/36920))
- Do not show default palette if theme opts-out. ([36639](https://github.com/WordPress/gutenberg/pull/36639))
- Make user able to change all color palette origins. ([36674](https://github.com/WordPress/gutenberg/pull/36674)) ([36747](https://github.com/WordPress/gutenberg/pull/36747)) ([36817](https://github.com/WordPress/gutenberg/pull/36817))
- Rename `core` origin key to `default` for presets. ([36645](https://github.com/WordPress/gutenberg/pull/36645))
- Count all color palette origins on the palette counter. ([36922](https://github.com/WordPress/gutenberg/pull/36922))
- Add `appearanceTools` flag in theme.json to opt-in into appearance UI controls. ([36646](https://github.com/WordPress/gutenberg/pull/36646))
- Switch the borders panel to ToolsPanel for displaying UI. ([33743](https://github.com/WordPress/gutenberg/pull/33743))
- Improve the design and copy of the color panels. ([36959](https://github.com/WordPress/gutenberg/pull/36959)) ([36994](https://github.com/WordPress/gutenberg/pull/36994)) ([37015](https://github.com/WordPress/gutenberg/pull/37015)) ([37016](https://github.com/WordPress/gutenberg/pull/37016)) ([36921](https://github.com/WordPress/gutenberg/pull/36921)) ([36963](https://github.com/WordPress/gutenberg/pull/36963)) ([36622](https://github.com/WordPress/gutenberg/pull/36622)) ([36965](https://github.com/WordPress/gutenberg/pull/36965)) ([36819](https://github.com/WordPress/gutenberg/pull/36819)) ([36748](https://github.com/WordPress/gutenberg/pull/36748)) ([36940](https://github.com/WordPress/gutenberg/pull/36940)) ([36684](https://github.com/WordPress/gutenberg/pull/36684))
- Schemas: Allow custom blocks in theme.json styles. ([36411](https://github.com/WordPress/gutenberg/pull/36411))

#### Block Editor
- Improve the position of the block appenders and behavior. ([36656](https://github.com/WordPress/gutenberg/pull/36656)) ([36605](https://github.com/WordPress/gutenberg/pull/36605))
- Keyboard shortcuts: Double escape unselects all blocks. ([36945](https://github.com/WordPress/gutenberg/pull/36945))
- Adjust order of theme blocks and reorder inserter items. ([36719](https://github.com/WordPress/gutenberg/pull/36719))
- Block Editor List View: Use anchor elements instead of buttons. ([35655](https://github.com/WordPress/gutenberg/pull/35655))

#### Block Library
-  Block Library: Add the Comments Pagination block. ([36872](https://github.com/WordPress/gutenberg/pull/36872))
- Comment Author Avatar block: Add spacing support. ([36322](https://github.com/WordPress/gutenberg/pull/36322))
- Navigation block: Only show submenu options and Show arrow button when relevant. ([36826](https://github.com/WordPress/gutenberg/pull/36826))
- Navigation block: Implement suitable fallback for Nav block on front end of site when no menu selected. ([36849](https://github.com/WordPress/gutenberg/pull/36849)) ([36724](https://github.com/WordPress/gutenberg/pull/36724)) ([36850](https://github.com/WordPress/gutenberg/pull/36850)) ([36854](https://github.com/WordPress/gutenberg/pull/36854)) ([36740](https://github.com/WordPress/gutenberg/pull/36740))
- Navigation block: Rename navigationMenuId to ref. ([36739](https://github.com/WordPress/gutenberg/pull/36739))
- Navigation block: Automatically generate navigation post title. ([36760](https://github.com/WordPress/gutenberg/pull/36760))
- Template Part block: Remove color, spacing, layout options and reusable block conversion. ([36571](https://github.com/WordPress/gutenberg/pull/36571)) ([36918](https://github.com/WordPress/gutenberg/pull/36918))
- Gallery block: Turn on auto-migration of v1 Gallery blocks to v2 format when edited. ([36191](https://github.com/WordPress/gutenberg/pull/36191))
- Update featured image placeholder graphic. ([36712](https://github.com/WordPress/gutenberg/pull/36712))
- Post Featured Image: Move width and height controls into the Dimensions panel via SlotFill. ([36540](https://github.com/WordPress/gutenberg/pull/36540))

#### Components
- Font Size Picker: Allow non-integers as simple CSS values and in hints. ([36636](https://github.com/WordPress/gutenberg/pull/36636))
- Divider: Improve `vertical` and RTL support. ([36579](https://github.com/WordPress/gutenberg/pull/36579))
- ItemGroup: Experimenting with chevron icon. ([36654](https://github.com/WordPress/gutenberg/pull/36654))
- Toggle Group Control: Add tooltip. ([36726](https://github.com/WordPress/gutenberg/pull/36726))
- Modal: Support ref forwarding. ([36831](https://github.com/WordPress/gutenberg/pull/36831))
- ZStack: Support RTL layouts when applying `offset`. ([36769](https://github.com/WordPress/gutenberg/pull/36769))

#### Themes
- Move the theme editor under tools for FSE themes. ([36723](https://github.com/WordPress/gutenberg/pull/36723))
- Update the block theme folders to templates and parts. ([36647](https://github.com/WordPress/gutenberg/pull/36647))


### Bug Fixes

#### Global Styles
- Make the core color palette opt-in for themes with not `theme.json`. ([36496](https://github.com/WordPress/gutenberg/pull/36496))
- Fix: Apply by slug on all origins. ([36841](https://github.com/WordPress/gutenberg/pull/36841))
- Fix: Theme colors cannot override defaults. ([36811](https://github.com/WordPress/gutenberg/pull/36811))

#### Block Library
- Cover block: Fix undo trap. ([36807](https://github.com/WordPress/gutenberg/pull/36807))
- Navigation block: Add page list to navigation direct insert conditions. ([36591](https://github.com/WordPress/gutenberg/pull/36591))
- Navigation block: Fix Nav block editing wrong entity on creation of new Menu. ([36880](https://github.com/WordPress/gutenberg/pull/36880))
- Navigation block: Scale submenu icon. ([36714](https://github.com/WordPress/gutenberg/pull/36714)) ([36948](https://github.com/WordPress/gutenberg/pull/36948))
- Navigation block: Fix non existent menu handling. ([36507](https://github.com/WordPress/gutenberg/pull/36507))
- Navigation block: Fix page list missing button styles when set to open on click. ([36601](https://github.com/WordPress/gutenberg/pull/36601))
- Navigation block: Include cascading properties in deprecation. ([36432](https://github.com/WordPress/gutenberg/pull/36432))
- Navigation block: Remove absorb toolbar prop. ([36990](https://github.com/WordPress/gutenberg/pull/36990))
- Navigation block: Add accessible labelling to submenu buttons. ([36631](https://github.com/WordPress/gutenberg/pull/36631))
- Navigation block: Fix space-between. ([36441](https://github.com/WordPress/gutenberg/pull/36441))
- Template Part block: Fix slug generation when creating through the block placeholder. ([36764](https://github.com/WordPress/gutenberg/pull/36764))
- Gallery block: Allow clicks within replace media placeholder state. ([36804](https://github.com/WordPress/gutenberg/pull/36804))
- Gallery block: Fix stuck image size options loader. ([36806](https://github.com/WordPress/gutenberg/pull/36806))
- Post Featured Image: Add a "Reset" button. ([36572](https://github.com/WordPress/gutenberg/pull/36572))
- Post Title block: Fix render error when setting Page to homepage. ([36786](https://github.com/WordPress/gutenberg/pull/36786))
- Query Pagination Next/Previous blocks: Remove text and link color support. ([36954](https://github.com/WordPress/gutenberg/pull/36954))

#### Site Editor
- Stabilize theme export Rest API endpoint. ([36559](https://github.com/WordPress/gutenberg/pull/36559)) ([36908](https://github.com/WordPress/gutenberg/pull/36908))
- Template list view fixes. ([36947](https://github.com/WordPress/gutenberg/pull/36947)) ([36822](https://github.com/WordPress/gutenberg/pull/36822)) ([36705](https://github.com/WordPress/gutenberg/pull/36705))
- Templates Rest API endpoint: Add missing 'is_custom' prop. ([36911](https://github.com/WordPress/gutenberg/pull/36911))
- Templates Rest API endpoint: Add origin and author. ([36896](https://github.com/WordPress/gutenberg/pull/36896))
- Validate the postType query argument. ([36706](https://github.com/WordPress/gutenberg/pull/36706))
- Fix site editor region navigation. ([36709](https://github.com/WordPress/gutenberg/pull/36709))
- Navigation Sidebar: Add aria-current="page" to active navigation item. ([36946](https://github.com/WordPress/gutenberg/pull/36946))
- Navigation Sidebar: Highlight "Site" in the navigation panel. ([36762](https://github.com/WordPress/gutenberg/pull/36762))
- Navigation Sidebar: Show all templates and template parts on the site editor list screens. ([36761](https://github.com/WordPress/gutenberg/pull/36761))

#### Components
- Color Picker: Re-instate debounce and controlled value to fix issue with gradient picker. ([36941](https://github.com/WordPress/gutenberg/pull/36941))
- ColorPicker: Replace hardcoded "blue" with theme color. ([36153](https://github.com/WordPress/gutenberg/pull/36153))
- Tools Panel: Fix race conditions caused by conditionally displayed ToolsPanelItems. ([36588](https://github.com/WordPress/gutenberg/pull/36588))
- DateTimePicker: Set PM hours correctly. ([36878](https://github.com/WordPress/gutenberg/pull/36878))
- LinkControl: Fix wordbreak for URLs. ([36993](https://github.com/WordPress/gutenberg/pull/36993))
- Offset the parent iframe when computing Popover position. ([36876](https://github.com/WordPress/gutenberg/pull/36876))
- ToolsPanel: Prevent tools panel menu increasing empty panel height. ([36895](https://github.com/WordPress/gutenberg/pull/36895))
- Update destructive tertiary button styles, and template list. ([36915](https://github.com/WordPress/gutenberg/pull/36915))

#### Themes
- Block Templates: Fix PHP notices on WP 5.8. ([36964](https://github.com/WordPress/gutenberg/pull/36964))
- Don't try and render unstable location if Nav block has ID. ([36863](https://github.com/WordPress/gutenberg/pull/36863))

#### Design Tools
- Border panel: Update to display multiple palette origins. ([36753](https://github.com/WordPress/gutenberg/pull/36753))
- Cover: Move BoxControlVisualizer in the markup to make it visible. ([36635](https://github.com/WordPress/gutenberg/pull/36635))
- Fix duotone first render in Safari. ([36754](https://github.com/WordPress/gutenberg/pull/36754))

#### Icons
- [Icons]: Fix Comment Author Name icon. ([36738](https://github.com/WordPress/gutenberg/pull/36738))
- [Icons]: Fix property names for Comment Author Avatar icon. ([36737](https://github.com/WordPress/gutenberg/pull/36737))

#### Milaceanous

- Block Styles: Add a separating margin to the default picker. ([36976](https://github.com/WordPress/gutenberg/pull/36976))
- Block Styles: Check for existence of scroll container. ([37010](https://github.com/WordPress/gutenberg/pull/37010))
- Data package: Update types and fix type error. ([36190](https://github.com/WordPress/gutenberg/pull/36190))
- Writing Flow Multi-select: Ensure post title content editable after multi-select. ([36843](https://github.com/WordPress/gutenberg/pull/36843))
- Insertion point bar: Hide onBlur and onMouseLeave. ([36798](https://github.com/WordPress/gutenberg/pull/36798))
- Dependency Extraction Webpack Plugin: Make the plugin work when using `optimizations.runtimeChunk = 'single'`. ([26214](https://github.com/WordPress/gutenberg/pull/26214))
- Fix document typo. ([36776](https://github.com/WordPress/gutenberg/pull/36776))
- Prevent CleanWebpackPlugin webpack plugin from deleting webpack assets. ([35986](https://github.com/WordPress/gutenberg/pull/35986))
- Hide the columns inserter in pattern previews. ([36626](https://github.com/WordPress/gutenberg/pull/36626))
- Update theme.json version. ([36917](https://github.com/WordPress/gutenberg/pull/36917))
- Multi-entity save: Only set site entity to pending if really saving. ([36573](https://github.com/WordPress/gutenberg/pull/36573))
- Widgets Editor: Add CSS fix for wp_footer called multiple times. ([36759](https://github.com/WordPress/gutenberg/pull/36759))
- Fix the templates REST API endpoint for the almost pretty permalink config. ([36881](https://github.com/WordPress/gutenberg/pull/36881))


### Performance

- Improve performance of wp_navigation lookup. ([36891](https://github.com/WordPress/gutenberg/pull/36891))


### Experiments

- Add `__unstable-large` size variant on `InputControl` `SelectControl` `UnitControl`. ([35646](https://github.com/WordPress/gutenberg/pull/35646))
- Add experimental `ConfirmDialog`. ([34153](https://github.com/WordPress/gutenberg/pull/34153))


### Documentation

- Add brief information about blockGap to the theme.json how-to guide. ([36558](https://github.com/WordPress/gutenberg/pull/36558))
- Add placeholder in URLInput documentation. ([36799](https://github.com/WordPress/gutenberg/pull/36799))
- Block Supports: Update block supports documentation after typography reshaping. ([36894](https://github.com/WordPress/gutenberg/pull/36894))
- Alphabetize the How to Guides section. ([35904](https://github.com/WordPress/gutenberg/pull/35904))
- Fix broken link to @wordpress/stylelint-config. ([36936](https://github.com/WordPress/gutenberg/pull/36936))
- Improvements on `Create a Block Tutorial` from `Block Editor handbook`. ([36553](https://github.com/WordPress/gutenberg/pull/36553))
- Update history.md with description of the page. ([36888](https://github.com/WordPress/gutenberg/pull/36888))
- Update Getting Started with info to stay informed. ([36498](https://github.com/WordPress/gutenberg/pull/36498))
- Update Pattern block category and add documentation. ([36144](https://github.com/WordPress/gutenberg/pull/36144))
- Various inline docblock corrections. ([36793](https://github.com/WordPress/gutenberg/pull/36793))
- ToolsPanel: Update panel readme and stories. ([36557](https://github.com/WordPress/gutenberg/pull/36557))
- Change .nvmrc and documentation for Node.js version (LTS to 14.18.1). ([36744](https://github.com/WordPress/gutenberg/pull/36744))


### Code Quality

- Blocks: Refactor generator-based actions to thunks. ([36468](https://github.com/WordPress/gutenberg/pull/36468))
- Remove useless bubblesVirtually prop from BlockInspector. ([37024](https://github.com/WordPress/gutenberg/pull/37024))
- Remove EditPostSettings context provider. ([36949](https://github.com/WordPress/gutenberg/pull/36949))
- Report dependencies externalized with Dependency Extraction Plugin. ([35106](https://github.com/WordPress/gutenberg/pull/35106))
- Comment Author Avatar block: Escape styles attribute. ([36988](https://github.com/WordPress/gutenberg/pull/36988))
- Clarify i18n context for PostTemplateActions's "New" label. ([36679](https://github.com/WordPress/gutenberg/pull/36679))
- Data: Remove usage of deprecated register methods. ([36344](https://github.com/WordPress/gutenberg/pull/36344))

#### Global Styles
- Move Global Styles code to `lib/compat/wordpress-5.9` folder. ([36978](https://github.com/WordPress/gutenberg/pull/36978))
- Rename `gutenberg_` to `wp_` for some functions that land in WordPress 5.9. ([36913](https://github.com/WordPress/gutenberg/pull/36913))
- Update global styles public API. ([36610](https://github.com/WordPress/gutenberg/pull/36610))
- Update the `WP_Theme_JSON_Gutenberg` class to be like the core one. ([36973](https://github.com/WordPress/gutenberg/pull/36973))
- Update the `WP_Theme_JSON_Resolver_Gutenberg` class to be like the core one. ([36974](https://github.com/WordPress/gutenberg/pull/36974))
- `theme.json`: Sort keys alphabetically. ([36968](https://github.com/WordPress/gutenberg/pull/36968))
- Update function names for the public global styles API functions. ([36907](https://github.com/WordPress/gutenberg/pull/36907))

#### Block Library
- Navigation: Remove outdated separate "Home" link styles. ([36608](https://github.com/WordPress/gutenberg/pull/36608))
- Post Featured Image: Remove withNotices HOC. ([36596](https://github.com/WordPress/gutenberg/pull/36596))
- [Comment Author Avatar]: Remove extraneous color link support flag. ([36956](https://github.com/WordPress/gutenberg/pull/36956))
- Deprecate navigation areas. ([36981](https://github.com/WordPress/gutenberg/pull/36981)) ([36727](https://github.com/WordPress/gutenberg/pull/36727))
- Remove unstable max pages attribute from Nav block. ([36877](https://github.com/WordPress/gutenberg/pull/36877))
- Remove reference to gutenberg_, swap with wp_. ([36652](https://github.com/WordPress/gutenberg/pull/36652))
- Add plugin meta data to Nav Area block deprecation notice. ([36777](https://github.com/WordPress/gutenberg/pull/36777))

#### Testing
- Reorganize end-to-end tests folders and files. ([36734](https://github.com/WordPress/gutenberg/pull/36734))
- Scripts: Upgrade Puppeteer to v11. ([36040](https://github.com/WordPress/gutenberg/pull/36040))
- Update template controller unit test now that author support is in WP core. ([36987](https://github.com/WordPress/gutenberg/pull/36987))
- end-to-end Tests: Fix failing image end-to-end test by waiting for required element. ([36982](https://github.com/WordPress/gutenberg/pull/36982))
- Remove block template resolution unit tests. ([36855](https://github.com/WordPress/gutenberg/pull/36855))


= 12.0.2 =

### Bug Fixes

#### Block Variations
- Block Styles: Check for existence of scroll container. ([37010](https://github.com/WordPress/gutenberg/pull/37010))





= 12.1.0-rc.1 =



### Enhancements

#### Components
- Add `__unstable-large` size variant on `InputControl` `SelectControl` `UnitControl`. ([35646](https://github.com/WordPress/gutenberg/pull/35646))
- Font Size Picker: Allow non-integers as simple CSS values and in hints. ([36636](https://github.com/WordPress/gutenberg/pull/36636))
- Improve `vertical` and RTL support for `Divider`. ([36579](https://github.com/WordPress/gutenberg/pull/36579))
- ItemGroup: Experimenting with chevron icon. ([36654](https://github.com/WordPress/gutenberg/pull/36654))
- Toggle Group Control: Add tooltip. ([36726](https://github.com/WordPress/gutenberg/pull/36726))
- `Modal`: Add `__experimentalHideHeader` prop, wrap in `forwardref`. ([36831](https://github.com/WordPress/gutenberg/pull/36831))
- `ZStack`: Support RTL layouts when applying `offset`. ([36769](https://github.com/WordPress/gutenberg/pull/36769))

#### Site Editor
- Add icons to navigation sidebar items. ([36893](https://github.com/WordPress/gutenberg/pull/36893))
- Allow editing custom template title. ([36933](https://github.com/WordPress/gutenberg/pull/36933))
- Only render the site editor canvas when the global styles are ready. ([36643](https://github.com/WordPress/gutenberg/pull/36643))
- Remove extra border radius. ([37022](https://github.com/WordPress/gutenberg/pull/37022))
- Show theme, plugin or author in Added By column with appropriate icon or avatar. ([36763](https://github.com/WordPress/gutenberg/pull/36763))
- Update navigation sidebar responsiveness. ([36638](https://github.com/WordPress/gutenberg/pull/36638))

#### Global Styles
- Borders: Switch to ToolsPanel for displaying UI. ([33743](https://github.com/WordPress/gutenberg/pull/33743))
- Custom color palette: Add default color name. ([36940](https://github.com/WordPress/gutenberg/pull/36940))
- Polish unset color indicator. ([36994](https://github.com/WordPress/gutenberg/pull/36994))

#### Block Editor
- Always show the block appender when its parent is selected. ([36656](https://github.com/WordPress/gutenberg/pull/36656))
- Insertion point bar: Hide onBlur and onMouseLeave. ([36798](https://github.com/WordPress/gutenberg/pull/36798))
- Writing Flow: Double escape unselects all blocks. ([36945](https://github.com/WordPress/gutenberg/pull/36945))

#### Block Library
- Add spacing attributes to comment author avatar. ([36322](https://github.com/WordPress/gutenberg/pull/36322))
- Only show submenu options and Show arrow button when relevant. ([36826](https://github.com/WordPress/gutenberg/pull/36826))


### Bug Fixes

- Dependency Extraction Webpack Plugin: Make the plugin work when using `optimizations.runtimeChunk = 'single'`. ([26214](https://github.com/WordPress/gutenberg/pull/26214))
- Fix document typo. ([36776](https://github.com/WordPress/gutenberg/pull/36776))
- Prevent CleanWebpackPlugin webpack plugin from deleting webpack assets. ([35986](https://github.com/WordPress/gutenberg/pull/35986))
- Try: Hide the columns inserter in pattern previews. ([36626](https://github.com/WordPress/gutenberg/pull/36626))
- Update theme.json version. ([36917](https://github.com/WordPress/gutenberg/pull/36917))

#### Block Library
- Add page list to navigation direct insert conditions. ([36591](https://github.com/WordPress/gutenberg/pull/36591))
- Cover: Fix undo trap. ([36807](https://github.com/WordPress/gutenberg/pull/36807))
- Fix Nav block editing wrong entity on creation of new Menu. ([36880](https://github.com/WordPress/gutenberg/pull/36880))
- Fix Nav block fallback DB query to match on full block grammar start tag. ([36854](https://github.com/WordPress/gutenberg/pull/36854))
- Fix icon scaling. ([36948](https://github.com/WordPress/gutenberg/pull/36948))
- Fix non existent menu handling in nav block. ([36507](https://github.com/WordPress/gutenberg/pull/36507))
- Fix page list missing button styles when set to open on click. ([36601](https://github.com/WordPress/gutenberg/pull/36601))
- Fix template part slug generation when creating through the block placeholder. ([36764](https://github.com/WordPress/gutenberg/pull/36764))
- Gallery v1: Allow clicks within replace media placeholder state. ([36804](https://github.com/WordPress/gutenberg/pull/36804))
- Gallery: Fix stuck image size options loader. ([36806](https://github.com/WordPress/gutenberg/pull/36806))
- Include cascading properties in Navigation deprecation. ([36432](https://github.com/WordPress/gutenberg/pull/36432))
- Navigation: Scale submenu icon. ([36714](https://github.com/WordPress/gutenberg/pull/36714))
- Navigation: Try removing absorb toolbar prop. ([36990](https://github.com/WordPress/gutenberg/pull/36990))
- Post Featured Image: Add the "Reset" button. ([36572](https://github.com/WordPress/gutenberg/pull/36572))
- [Post Title]: Fix render error when setting Page to homepage. ([36786](https://github.com/WordPress/gutenberg/pull/36786))
- [Query Pagination Next/Previous]: Remove text and link color support. ([36954](https://github.com/WordPress/gutenberg/pull/36954))

#### Site Editor
- Stabilize export endpoint. ([36559](https://github.com/WordPress/gutenberg/pull/36559))
- Templat list fallback to slug. ([36947](https://github.com/WordPress/gutenberg/pull/36947))
- Templates Controller: Add missing 'is_custom' prop. ([36911](https://github.com/WordPress/gutenberg/pull/36911))
- Update hrefs to not specifically refer to themes.php?page=gutenberg-edit-site. ([36705](https://github.com/WordPress/gutenberg/pull/36705))
- Validate the postType query argument. ([36706](https://github.com/WordPress/gutenberg/pull/36706))

#### Components
- Color Picker: Re-instate debounce and controlled value to fix issue with gradient picker. ([36941](https://github.com/WordPress/gutenberg/pull/36941))
- ColorPicker: Replace hardcoded "blue" with theme color. ([36153](https://github.com/WordPress/gutenberg/pull/36153))
- Tools Panel: Fix race conditions caused by conditionally displayed ToolsPanelItems. ([36588](https://github.com/WordPress/gutenberg/pull/36588))
- `DateTimePicker`: Set PM hours correctly. ([36878](https://github.com/WordPress/gutenberg/pull/36878))

#### Themes
- Block Templates: Fix PHP notices on WP 5.8. ([36964](https://github.com/WordPress/gutenberg/pull/36964))
- Don't try and render unstable location if Nav block has ID. ([36863](https://github.com/WordPress/gutenberg/pull/36863))
- Fix duotone first render in Safari. ([36754](https://github.com/WordPress/gutenberg/pull/36754))

#### Accessibility
- Add accessible labelling to submenu buttons. ([36631](https://github.com/WordPress/gutenberg/pull/36631))
- Add aria-current="page" to active navigation item. ([36946](https://github.com/WordPress/gutenberg/pull/36946))
- Fix site editor region navigation. ([36709](https://github.com/WordPress/gutenberg/pull/36709))

#### Block Editor
- Fix wordbreak for URLs. ([36993](https://github.com/WordPress/gutenberg/pull/36993))
- Writing Flow Multi-select: Ensure post title content editable after multi-select. ([36843](https://github.com/WordPress/gutenberg/pull/36843))

#### Full Site Editing
- Highlight "Site" in the navigation panel. ([36762](https://github.com/WordPress/gutenberg/pull/36762))
- Show all templates and template parts on the site editor list screens. ([36761](https://github.com/WordPress/gutenberg/pull/36761))

#### Design Tools
- Border panel: Update to display multiple palette origins. ([36753](https://github.com/WordPress/gutenberg/pull/36753))
- Cover: Move BoxControlVisualizer in the markup to make it visible. ([36635](https://github.com/WordPress/gutenberg/pull/36635))

#### Icons
- [Icons]: Fix Comment Author Name icon. ([36738](https://github.com/WordPress/gutenberg/pull/36738))
- [Icons]: Fix property names for Comment Author Avatar icon. ([36737](https://github.com/WordPress/gutenberg/pull/36737))

#### Block Variations
- Block Styles: Check for existence of scroll container. ([37010](https://github.com/WordPress/gutenberg/pull/37010))

#### Style Variations
- Block Styles: Add a separating margin to the default picker. ([36976](https://github.com/WordPress/gutenberg/pull/36976))

#### Testing
- Fix: Failing PHPUnit test. ([36931](https://github.com/WordPress/gutenberg/pull/36931))

#### Widgets Editor
- Add CSS fix for 33580. ([36759](https://github.com/WordPress/gutenberg/pull/36759))

#### Post Editor
- Multi-entity save: Only set site entity to pending if really saving. ([36573](https://github.com/WordPress/gutenberg/pull/36573))

#### Global Styles
- Make the core color palette opt-in for themes with not `theme.json`. ([36496](https://github.com/WordPress/gutenberg/pull/36496))

#### Data Layer
- Data: Update types and fix type error. ([36190](https://github.com/WordPress/gutenberg/pull/36190))


### Performance

#### Block Library
- Improve performance of wp_navigation lookup.. ([36891](https://github.com/WordPress/gutenberg/pull/36891))


### Experiments

#### Global Styles
- Add elements support to the typography panel in global styles. ([36718](https://github.com/WordPress/gutenberg/pull/36718))
- Add: Border indication to global styles colors. ([36959](https://github.com/WordPress/gutenberg/pull/36959))
- Add: Corners to custom color picker popover. ([37015](https://github.com/WordPress/gutenberg/pull/37015))
- Add: Gradient palette editor. ([36820](https://github.com/WordPress/gutenberg/pull/36820))
- Add: Missing margin to the color picker clear button. ([37016](https://github.com/WordPress/gutenberg/pull/37016))
- Add: Transparency support on global styles colors. ([36840](https://github.com/WordPress/gutenberg/pull/36840))
- Add: Uneditable duotone palette on the palette gradient panel. ([36920](https://github.com/WordPress/gutenberg/pull/36920))
- Call "palettes" and not "color palettes" on panel label. ([36921](https://github.com/WordPress/gutenberg/pull/36921))
- Color Picker: Improve border, padding, and box shadow styles. ([36963](https://github.com/WordPress/gutenberg/pull/36963))
- Color UI component: Reorder palettes and update names (core by defaults, user by custom). ([36622](https://github.com/WordPress/gutenberg/pull/36622))
- Fix: Apply by slug on all origins. ([36841](https://github.com/WordPress/gutenberg/pull/36841))
- Fix: Color palette is not being stored. ([36817](https://github.com/WordPress/gutenberg/pull/36817))
- Fix: Custom color picker popover position. ([36965](https://github.com/WordPress/gutenberg/pull/36965))
- Fix: Theme colors cannot override defaults. ([36811](https://github.com/WordPress/gutenberg/pull/36811))
- GlobalStyles sidebar: Do not show default palette if theme opts-out. ([36639](https://github.com/WordPress/gutenberg/pull/36639))
- Make links plural in global styles. ([36819](https://github.com/WordPress/gutenberg/pull/36819))
- Make user able to change all color palette origins. ([36674](https://github.com/WordPress/gutenberg/pull/36674))
- Rename `core` origin key to `default` for presets. ([36645](https://github.com/WordPress/gutenberg/pull/36645))
- Update function names for the public global styles API functions. ([36907](https://github.com/WordPress/gutenberg/pull/36907))
- Update: Global Styes: Count all color palette origins on the palette counter. ([36922](https://github.com/WordPress/gutenberg/pull/36922))
- Update: Rename user preset origin to custom. ([36748](https://github.com/WordPress/gutenberg/pull/36748))
- theme.json: Add `appearanceTools` flag to opt-in into appearance UI controls. ([36646](https://github.com/WordPress/gutenberg/pull/36646))

#### Block Library
- Allow filtering of Nav block fallback. ([36850](https://github.com/WordPress/gutenberg/pull/36850))
- Deprecate navigation areas. ([36727](https://github.com/WordPress/gutenberg/pull/36727))
- Implement suitable fallback for Nav block on front end of site when no menu selected. ([36724](https://github.com/WordPress/gutenberg/pull/36724))
- Navigation: Fix space-between. ([36441](https://github.com/WordPress/gutenberg/pull/36441))
- Remove navigationArea context. ([36981](https://github.com/WordPress/gutenberg/pull/36981))
- Remove unstable max pages attribute from Nav block. ([36877](https://github.com/WordPress/gutenberg/pull/36877))
- Rename navigationMenuId to ref. ([36739](https://github.com/WordPress/gutenberg/pull/36739))
- Render empty Nav block if no fallback block can be utilised. ([36849](https://github.com/WordPress/gutenberg/pull/36849))
- Try always generating navigation post title. ([36760](https://github.com/WordPress/gutenberg/pull/36760))
- Use first non-empty Nav post as primary fallback for Nav block. ([36740](https://github.com/WordPress/gutenberg/pull/36740))

#### Full Site Editing
- Add success and error snackbars to the templates list page. ([36808](https://github.com/WordPress/gutenberg/pull/36808))
- Add templates list page for site editor. ([36379](https://github.com/WordPress/gutenberg/pull/36379))
- Implement "Add New" for templates list in Site Editor. ([36592](https://github.com/WordPress/gutenberg/pull/36592))
- Remove block template resolution unit tests. ([36855](https://github.com/WordPress/gutenberg/pull/36855))
- Remove the Styles link in Site Editor. ([36637](https://github.com/WordPress/gutenberg/pull/36637))
- Update and align template descriptions. ([36000](https://github.com/WordPress/gutenberg/pull/36000))
- [REST] Restore the missing double slash in the ID received by /templates. ([36881](https://github.com/WordPress/gutenberg/pull/36881))

#### Accessibility
- Use table layout in templates list screen. ([36707](https://github.com/WordPress/gutenberg/pull/36707))


### Documentation

- Add brief information about blockGap to the theme.json how-to guide. ([36558](https://github.com/WordPress/gutenberg/pull/36558))
- Add placeholder in URLInput documentation. ([36799](https://github.com/WordPress/gutenberg/pull/36799))
- Block Supports: Update block supports documentation after typography reshaping. ([36894](https://github.com/WordPress/gutenberg/pull/36894))
- Docs: Alphabetize the How to Guides section. ([35904](https://github.com/WordPress/gutenberg/pull/35904))
- Docs: Fix broken link to @wordpress/stylelint-config. ([36936](https://github.com/WordPress/gutenberg/pull/36936))
- Docs: Improvements on `Create a Block Tutorial` from `Block Editor handbook`. ([36553](https://github.com/WordPress/gutenberg/pull/36553))
- Docs: Update history.md with description of the page. ([36888](https://github.com/WordPress/gutenberg/pull/36888))
- Update Getting Started with info to stay informed. ([36498](https://github.com/WordPress/gutenberg/pull/36498))
- Update Pattern block category and add documentation. ([36144](https://github.com/WordPress/gutenberg/pull/36144))
- Various inline docblock corrections. ([36793](https://github.com/WordPress/gutenberg/pull/36793))

#### Components
- ToolsPanel: Update panel readme and stories. ([36557](https://github.com/WordPress/gutenberg/pull/36557))


### Code Quality

- Blocks: Refactor generator-based actions to thunks. ([36468](https://github.com/WordPress/gutenberg/pull/36468))
- Remove useless bubblesVirtually prop from BlockInspector. ([37024](https://github.com/WordPress/gutenberg/pull/37024))

#### Global Styles
- Move Global Styles code to `lib/compat/wordpress-5.9` folder. ([36978](https://github.com/WordPress/gutenberg/pull/36978))
- Rename `gutenberg_` to `wp_` for some functions that land in WordPress 5.9. ([36913](https://github.com/WordPress/gutenberg/pull/36913))
- Update global styles public API. ([36610](https://github.com/WordPress/gutenberg/pull/36610))
- Update the `WP_Theme_JSON_Gutenberg` class to be like the core one. ([36973](https://github.com/WordPress/gutenberg/pull/36973))
- Update the `WP_Theme_JSON_Resolver_Gutenberg` class to be like the core one. ([36974](https://github.com/WordPress/gutenberg/pull/36974))
- `theme.json`: Sort keys alphabetically. ([36968](https://github.com/WordPress/gutenberg/pull/36968))

#### Block Library
- Navigation: Remove outdated separate "Home" link styles. ([36608](https://github.com/WordPress/gutenberg/pull/36608))
- Post Featured Image: Remove withNotices HOC. ([36596](https://github.com/WordPress/gutenberg/pull/36596))
- [Comment Author Avatar]: Remove extraneous color link support flag. ([36956](https://github.com/WordPress/gutenberg/pull/36956))

#### Post Editor
- [Edit Post]: Remove EditPostSettings context provider. ([36949](https://github.com/WordPress/gutenberg/pull/36949))


### Tools

- Add ajlende to JSON Schema codeowners. ([36580](https://github.com/WordPress/gutenberg/pull/36580))
- Report dependencies externalized with Dependency Extraction Plugin. ([35106](https://github.com/WordPress/gutenberg/pull/35106))
- Update CODEOWNERS for @mkaz and documentation cleanup. ([36581](https://github.com/WordPress/gutenberg/pull/36581))
- Update mkaz codeowner on schemas. ([36686](https://github.com/WordPress/gutenberg/pull/36686))

#### Testing
- Reorganize end-to-end tests folders and files. ([36734](https://github.com/WordPress/gutenberg/pull/36734))
- Scripts: Upgrade Puppeteer to v11. ([36040](https://github.com/WordPress/gutenberg/pull/36040))
- Update template controller unit test now that author support is in WP core. ([36987](https://github.com/WordPress/gutenberg/pull/36987))
- end-to-end Tests: Fix failing image end-to-end test by waiting for required element. ([36982](https://github.com/WordPress/gutenberg/pull/36982))


### Security

#### Block Library
- [ Comment Author Avatar Block ] - Escape styles attribute. ([36988](https://github.com/WordPress/gutenberg/pull/36988))


### Various

- Add button text when no colors found. ([36684](https://github.com/WordPress/gutenberg/pull/36684))
- Add origin and author to template rest api. ([36896](https://github.com/WordPress/gutenberg/pull/36896))
- Change .nvmrc and documentation for Node.js version (LTS to 14.18.1). ([36744](https://github.com/WordPress/gutenberg/pull/36744))
- Clarify i18n context for PostTemplateActions's "New" label. ([36679](https://github.com/WordPress/gutenberg/pull/36679))
- Mobile - Preformatted block - Fix showing the default background color. ([36883](https://github.com/WordPress/gutenberg/pull/36883))
- Mobile - RichText - Fixes an issue where the font size value won't update. ([36621](https://github.com/WordPress/gutenberg/pull/36621))
- Revert erroneous native editor package version bumps. ([36633](https://github.com/WordPress/gutenberg/pull/36633))
- Schemas: Allow custom blocks in theme.json styles. ([36411](https://github.com/WordPress/gutenberg/pull/36411))
- Site Editor: Sync export API. ([36908](https://github.com/WordPress/gutenberg/pull/36908))
- Update: Migrate global styles user database data on the rest endpoint. ([36747](https://github.com/WordPress/gutenberg/pull/36747))

#### Site Editor
- Add 'Clear customizations' button to template list page. ([36802](https://github.com/WordPress/gutenberg/pull/36802))
- Make Reusable blocks available in the Site Editor. ([36511](https://github.com/WordPress/gutenberg/pull/36511))
- Remove color, spacing, and layout options for Template Part block. ([36571](https://github.com/WordPress/gutenberg/pull/36571))
- Set the <title> on the list page to be same as the CPT name. ([36805](https://github.com/WordPress/gutenberg/pull/36805))
- Template list add rename action. ([36879](https://github.com/WordPress/gutenberg/pull/36879))
- Update delete template button. ([36815](https://github.com/WordPress/gutenberg/pull/36815))
- Update some small style regressions in the template list. ([36822](https://github.com/WordPress/gutenberg/pull/36822))

#### Block Library
-  Block Library: Add the Comments Pagination block. ([36872](https://github.com/WordPress/gutenberg/pull/36872))
- Gallery block: Turn on auto-migration of v1 Gallery blocks to v2 format when edited. ([36191](https://github.com/WordPress/gutenberg/pull/36191))
- Remove reference to gutenberg_, swap with wp_. ([36652](https://github.com/WordPress/gutenberg/pull/36652))
- Update featured image placeholder graphic. ([36712](https://github.com/WordPress/gutenberg/pull/36712))
- [Template Part]:Remove support for conversion to Reusable block. ([36918](https://github.com/WordPress/gutenberg/pull/36918))

#### Components
- Add experimental `ConfirmDialog`. ([34153](https://github.com/WordPress/gutenberg/pull/34153))
- Offset the parent iframe when computing Popover position. ([36876](https://github.com/WordPress/gutenberg/pull/36876))
- ToolsPanel: Prevent tools panel menu increasing empty panel height. ([36895](https://github.com/WordPress/gutenberg/pull/36895))
- Update destructive tertiary button styles, and template list. ([36915](https://github.com/WordPress/gutenberg/pull/36915))

#### Themes
- Move the theme editor under tools for FSE themes. ([36723](https://github.com/WordPress/gutenberg/pull/36723))
- Update the block theme folders to templates and parts. ([36647](https://github.com/WordPress/gutenberg/pull/36647))

#### Block Editor
- Make appender fixed position to avoid jumps in the UI. ([36605](https://github.com/WordPress/gutenberg/pull/36605))
- [Inserter]: Adjust order of theme blocks and reorder inserter items. ([36719](https://github.com/WordPress/gutenberg/pull/36719))

#### Block Validation/Deprecation
- Add plugin meta data to Nav Area block deprecation notice. ([36777](https://github.com/WordPress/gutenberg/pull/36777))

#### Design Tools
- Post Featured Image: Move width and height controls into the Dimensions panel via SlotFill. ([36540](https://github.com/WordPress/gutenberg/pull/36540))

#### Template Editor
- Update resize handle styling in template part focus mode. ([36410](https://github.com/WordPress/gutenberg/pull/36410))

#### Data Layer
- Data: Remove usage of deprecated register methods. ([36344](https://github.com/WordPress/gutenberg/pull/36344))

#### Accessibility
- Block Editor List View: Use anchor elements instead of buttons. ([35655](https://github.com/WordPress/gutenberg/pull/35655))





= 12.0.1 =

### Enhancements

#### Global Styles
- Add caching to `WP_Theme_JSON_Resolver_Gutenberg::get_user_data_from_custom_post_type()`. ([36584](https://github.com/WordPress/gutenberg/pull/36584))


= 12.0.0 =

### Features

- Disable BottomSheet swipe gesture to navigate backwards. ([36271](https://github.com/WordPress/gutenberg/pull/36271))


### Enhancements

#### Block Library
- Move WP_REST_Block_Navigation_Areas_Controller from Gutenberg to Core. ([36374](https://github.com/WordPress/gutenberg/pull/36374))
- Let Featured Image block inherit dimensions, look like a placeholder. ([36517](https://github.com/WordPress/gutenberg/pull/36517))
- Change all the uses of "website" to "site". ([36220](https://github.com/WordPress/gutenberg/pull/36220))
- Enable Previews for Navigation Link Blocks. ([36412](https://github.com/WordPress/gutenberg/pull/36412))

#### Site Editor
- Add  welcome guide. ([36172](https://github.com/WordPress/gutenberg/pull/36172))
- Update back button URL. ([36313](https://github.com/WordPress/gutenberg/pull/36313))
- Improve compatiblity with menu endpoints WordPress 5.9. ([36372](https://github.com/WordPress/gutenberg/pull/36372))
- React to any errors coming up in gutenberg_migrate_menu_to_navigation_post. ([36461](https://github.com/WordPress/gutenberg/pull/36461))

#### Block API
- Update schema to require either a type or an enum. ([36267](https://github.com/WordPress/gutenberg/pull/36267))
- Add `_wp_array_set` and `_wp_to_kebab_case` to 5.8 compat. ([36399](https://github.com/WordPress/gutenberg/pull/36399))

#### Design Tools
- Paragraph: Merge text settings into typography panel. ([36334](https://github.com/WordPress/gutenberg/pull/36334))

#### Build Tooling
- Add TypeScript for builds and tests. ([36260](https://github.com/WordPress/gutenberg/pull/36260))
- stylelint-config: Widen the acceptable version range for the 'stylelint' peerDependency. ([36518](https://github.com/WordPress/gutenberg/pull/36518))
- Update Babel packages to 7.16 version. ([36244](https://github.com/WordPress/gutenberg/pull/36244))

#### Style Variations
- Block Styles: Show style preview when hovered or focused. ([34522](https://github.com/WordPress/gutenberg/pull/34522))

#### Schema
- Update schema URL to wp.org domain. ([36316](https://github.com/WordPress/gutenberg/pull/36316))
- Allow block.json attribute type to be an array. ([36295](https://github.com/WordPress/gutenberg/pull/36295))

### Bug Fixes

- Chore: Fix small typos on the rest endpoints. ([36272](https://github.com/WordPress/gutenberg/pull/36272))
- DEWP: Fix deprecation warning. ([36285](https://github.com/WordPress/gutenberg/pull/36285))
- Fix mobile horizontal scrollbar. ([36567](https://github.com/WordPress/gutenberg/pull/36567))
- Fix schema to allow for custom blocks in theme.json. ([36341](https://github.com/WordPress/gutenberg/pull/36341))
- Theme switch on the global styles rest api unit test. ([36277](https://github.com/WordPress/gutenberg/pull/36277))
- Polish metabox container. ([36297](https://github.com/WordPress/gutenberg/pull/36297))

#### Block Library
- Fix background colours in nested submenus. ([36476](https://github.com/WordPress/gutenberg/pull/36476))
- Fix colour rendering in Navigation overlay. ([36479](https://github.com/WordPress/gutenberg/pull/36479))
- Fix duplicate custom classnames in navigation submenu block. ([36478](https://github.com/WordPress/gutenberg/pull/36478))
- Fix submenu justification and spacer orientation. ([36340](https://github.com/WordPress/gutenberg/pull/36340))
- Group - Fix overzealous regex when restoring inner containers. ([36221](https://github.com/WordPress/gutenberg/pull/36221))
- Hide visilibility and status for navigation posts. ([36363](https://github.com/WordPress/gutenberg/pull/36363))
- Nav block menu switcher - decode HTML entities and utilise accessible markup pattern. ([36397](https://github.com/WordPress/gutenberg/pull/36397))
- Navigation: Fix click-button size, submenu directions, scrollbars. ([36215](https://github.com/WordPress/gutenberg/pull/36215))
- Page List block: Fix space before `href` attribute. ([36505](https://github.com/WordPress/gutenberg/pull/36505))
- Page List: Use core entities instead of direct apiFetch. ([36531](https://github.com/WordPress/gutenberg/pull/36531))
- Post Comments Form: Ensure typography styles are applied to child elements. ([36425](https://github.com/WordPress/gutenberg/pull/36425))
- Post title block default CSS: Add a break-word rule by default. ([35703](https://github.com/WordPress/gutenberg/pull/35703))

#### Block API
- Use firstChild and lastChild when parsing lists from MS Word. ([36019](https://github.com/WordPress/gutenberg/pull/36019))

#### Mobile
- [Android] Synchronize content retrieval over the bridge. ([36072](https://github.com/WordPress/gutenberg/pull/36072))

#### Full Site Editing
- Fix layout shift in `core/post-featured-image` block with `isLink` enabled. ([36552](https://github.com/WordPress/gutenberg/pull/36552))
- Template Part Block: Add some guards. ([36324](https://github.com/WordPress/gutenberg/pull/36324))
- Chore: Add rewrite false to global styles CPT. ([36273](https://github.com/WordPress/gutenberg/pull/36273))
- Revert "theme.json: Adds a setting property that enables some other ones". ([36477](https://github.com/WordPress/gutenberg/pull/36477))
-  Update more references to __experimental menu endpoints to make them stable. ([36386](https://github.com/WordPress/gutenberg/pull/36386))

#### Site Editor
- Fix site editor reset styles in WP 5.9. ([36390](https://github.com/WordPress/gutenberg/pull/36390))
- Site Editor - prevent loading state from showing the admin menu. ([36455](https://github.com/WordPress/gutenberg/pull/36455))

#### Themes
- Add the ability to opt-out of Core color palette V2. ([36492](https://github.com/WordPress/gutenberg/pull/36492))

#### Build Tooling
- Fix not transforming logical assignments for packages. ([36484](https://github.com/WordPress/gutenberg/pull/36484))

#### Global Styles
- Replace get_theme_file_path in theme_has_support. ([36398](https://github.com/WordPress/gutenberg/pull/36398))

#### Block Editor
- Strip meta tags from pasted links in Chromium. ([36356](https://github.com/WordPress/gutenberg/pull/36356))
- Add `webp` extension in `filePasteHandler` and `getPasteEventData`. ([36361](https://github.com/WordPress/gutenberg/pull/36361))

#### CSS & Styling
- Update theme styles for the code block. ([36282](https://github.com/WordPress/gutenberg/pull/36282))


### Experiments

#### Global Styles
- Chore: Add comment to Remove filter to allow WP variables after min version is 5.8. ([36281](https://github.com/WordPress/gutenberg/pull/36281))
- Chore: Update: Centralize safe_style_css usages. ([36280](https://github.com/WordPress/gutenberg/pull/36280))
- Add block icon next to blocks list. ([36520](https://github.com/WordPress/gutenberg/pull/36520))
- theme.json: Adds a setting property that enables some other ones. ([36246](https://github.com/WordPress/gutenberg/pull/36246))

#### Block Library
- Apply i18n functions to Nav block menu drops when selecting existing Menu. ([36301](https://github.com/WordPress/gutenberg/pull/36301))
- Navigation: Refactor and simplify setup state. ([36375](https://github.com/WordPress/gutenberg/pull/36375))
- Rename fse_navigation_area to wp_navigation_area. ([36460](https://github.com/WordPress/gutenberg/pull/36460))
- Return wp error from wp_insert_post. ([36483](https://github.com/WordPress/gutenberg/pull/36483))

#### Full Site Editing
- Add template_type guards. ([36318](https://github.com/WordPress/gutenberg/pull/36318))


### Documentation

- "npm install" suggestion provides a better learning experience. ([36217](https://github.com/WordPress/gutenberg/pull/36217))
- Added specific links to agenda and notes posts related to core editor meetings. ([36199](https://github.com/WordPress/gutenberg/pull/36199))
- Schemastore - $schema is VS Code-specific. ([36179](https://github.com/WordPress/gutenberg/pull/36179))
- Update GIF image in documentation with wp.org schema URL. ([36456](https://github.com/WordPress/gutenberg/pull/36456))
- Update Versions in WordPress to include 5.9. ([36156](https://github.com/WordPress/gutenberg/pull/36156))
- Update combobox-control component readme. ([36413](https://github.com/WordPress/gutenberg/pull/36413))
- Update theme.json schema to refer to wp.org URL. ([36332](https://github.com/WordPress/gutenberg/pull/36332))

#### Components
- Update `@wordpress/components` changelog. ([36448](https://github.com/WordPress/gutenberg/pull/36448))


### Code Quality

- Change @package to WordPress in block-library. ([36494](https://github.com/WordPress/gutenberg/pull/36494))
- postcss-themes: Fix PostCSS 8 deprecation warning. ([36284](https://github.com/WordPress/gutenberg/pull/36284))

#### Navigation Screen
- Prepare navigation php code for core patch. ([36336](https://github.com/WordPress/gutenberg/pull/36336))

#### Block Library
- Add block.json schema defintion to core blocks. ([35900](https://github.com/WordPress/gutenberg/pull/35900))


### Tools

#### Testing
- E2E: Add more Cover block tests. ([36321](https://github.com/WordPress/gutenberg/pull/36321))
- Fix Performance CI tests and make them always use the latest major as base branch. ([36463](https://github.com/WordPress/gutenberg/pull/36463))
- Fix failing tests and compatibility with 5.9. ([36368](https://github.com/WordPress/gutenberg/pull/36368))
- Add integration tests with core blocks schema validation. ([36351](https://github.com/WordPress/gutenberg/pull/36351))
- Skip flaky image block test. ([36446](https://github.com/WordPress/gutenberg/pull/36446))

#### Icons
- Add the missing comment edit link icon. ([36565](https://github.com/WordPress/gutenberg/pull/36565))
- Remove hard coded color from query pagination icons. ([35837](https://github.com/WordPress/gutenberg/pull/35837))
- Remove hard-coded values on icons. ([36564](https://github.com/WordPress/gutenberg/pull/36564))

#### Components
- ToolsPanel: Allow additional props on ToolsPanel. ([36428](https://github.com/WordPress/gutenberg/pull/36428))
- Typography Panel: Make letter spacing jsDoc and prop use consistent. ([36367](https://github.com/WordPress/gutenberg/pull/36367))

#### Block Library
- Remove textdomain from calendar block. ([36500](https://github.com/WordPress/gutenberg/pull/36500))

#### Site Editor
- Update site editor title truncation. ([36436](https://github.com/WordPress/gutenberg/pull/36436))

#### Design Tools
- Letter spacing: Update label copy. ([36385](https://github.com/WordPress/gutenberg/pull/36385))

#### Block API
- Add pattern to `name` key in block.json Schema. ([36343](https://github.com/WordPress/gutenberg/pull/36343))

#### Data Layer
- Data: Clean up registerGenericStore param names. ([36300](https://github.com/WordPress/gutenberg/pull/36300))

#### Template Editor
- Change edit links for templates and template parts. ([36294](https://github.com/WordPress/gutenberg/pull/36294))


= 11.9.1 =

### Bug Fixes

#### Block Library
- Gallery: Fix issue with columns and link destination not copying across when gallery updated to v2 format. ([36388](https://github.com/WordPress/gutenberg/pull/36388))

#### Full Site Editing
- Site editor: Add feature flag to toggle the new site editor sidebar. ([36516](https://github.com/WordPress/gutenberg/pull/36516))
- Site editor: Prevent loading state from showing the admin menu. ([36455](https://github.com/WordPress/gutenberg/pull/36455))

#### Testing
- Cover Block: Fix regressions in opacity. ([36406](https://github.com/WordPress/gutenberg/pull/36406))
- E2E: Add more Cover block tests ([36321](https://github.com/WordPress/gutenberg/pull/36321))





= 11.9.0 =

### Features

#### Block Library
- New Block: Comment Reply Link. ([35774](https://github.com/WordPress/gutenberg/pull/35774))
- New Block: Comment Link. ([35965](https://github.com/WordPress/gutenberg/pull/35965))
- New Block: Comment Avatar. ([35396](https://github.com/WordPress/gutenberg/pull/35396))
- New Block: Comments Query Loop. ([35231](https://github.com/WordPress/gutenberg/pull/35231))

### Enhancements

#### Block Library
- Buttons: Add flex layout and new layout type. ([35819](https://github.com/WordPress/gutenberg/pull/35819))
- Code: Add support for padding, color, and border styles. ([27582](https://github.com/WordPress/gutenberg/pull/27582))
- Columns: Add padding support. ([35701](https://github.com/WordPress/gutenberg/pull/35701))
- Comment Author Name: Add spacing to have same options as Post Author Name. ([36213](https://github.com/WordPress/gutenberg/pull/36213))
- Comment Edit Link: Add alignment option. ([36033](https://github.com/WordPress/gutenberg/pull/36033))
- Embed: Add Wolfram Cloud as an embed provider. ([35656](https://github.com/WordPress/gutenberg/pull/35656))
- Gallery: Replace gallery experimental setting with a check for use_balanceTags. ([34979](https://github.com/WordPress/gutenberg/pull/34979))
- Image: Add data-id attribute on server side render for core galleries. ([35975](https://github.com/WordPress/gutenberg/pull/35975))
- Navigation: Add create new menu button. ([36245](https://github.com/WordPress/gutenberg/pull/36245))
- Navigation: Add delete nav menu button. ([35981](https://github.com/WordPress/gutenberg/pull/35981))
- Navigation: Add featured transforms in Link Control for Navigation Link items. ([35857](https://github.com/WordPress/gutenberg/pull/35857))
- Navigation: Add flex layout. ([36169](https://github.com/WordPress/gutenberg/pull/36169))
- Navigation: Add missing menu item attributes. ([35634](https://github.com/WordPress/gutenberg/pull/35634))
- Navigation: Create nav menu on pattern insertion or when the block has uncontrolled inner blocks. ([36024](https://github.com/WordPress/gutenberg/pull/36024))
- Navigation: Migrate classic menus to block-based menus on theme switch. ([36255](https://github.com/WordPress/gutenberg/pull/36255))
- Navigation: Mobile responsive navigation by default. ([35917](https://github.com/WordPress/gutenberg/pull/35917))
- Navigation: Provide a way to manage wp_navigation posts from wp-admin. ([36126](https://github.com/WordPress/gutenberg/pull/36126))
- Navigation: Reword navigation color labels. ([35916](https://github.com/WordPress/gutenberg/pull/35916))
- Navigation: Save data to a wp_navigation post type. ([35746](https://github.com/WordPress/gutenberg/pull/35746))
- Navigation: Show the placeholder again when moving from a valid menu to non-existing menu. ([36210](https://github.com/WordPress/gutenberg/pull/36210))
- Navigation: Update block entity automatic name generation and refine naming UI. ([36238](https://github.com/WordPress/gutenberg/pull/36238))
- Navigation: Use a single placeholder for the block. ([36023](https://github.com/WordPress/gutenberg/pull/36023))
- Page List: Create a JS version for the editor. ([31670](https://github.com/WordPress/gutenberg/pull/31670))
- Post Author: Add spacing controls. ([35963](https://github.com/WordPress/gutenberg/pull/35963))
- Post Comment: Deprecate the block now that the Comment Query Loop block has been added. ([36032](https://github.com/WordPress/gutenberg/pull/36032))
- Post Comment Author: Add alignment options. ([36045](https://github.com/WordPress/gutenberg/pull/36045))
- Post Comments: Even out the top margin inside the block. ([35887](https://github.com/WordPress/gutenberg/pull/35887))
- Post Comments: Hide the "Comments Closed" message. ([35743](https://github.com/WordPress/gutenberg/pull/35743))
- Post Comment Form: Adds in basic styling for post comment form. ([35704](https://github.com/WordPress/gutenberg/pull/35704))
- Post Excerpt: Add spacing controls. ([35959](https://github.com/WordPress/gutenberg/pull/35959))
- Post Excerpt: Don't print the wrapper when there is no excerpt. ([35749](https://github.com/WordPress/gutenberg/pull/35749))
- Post Title: Return no markup if title is empty. ([35861](https://github.com/WordPress/gutenberg/pull/35861))
- Search: Add contextual defaults when inserted in Navigation block. ([36125](https://github.com/WordPress/gutenberg/pull/36125))
- Gallery block: Add a dismissible warning about the need for versions >=18.2 of the mobile app. ([36012](https://github.com/WordPress/gutenberg/pull/36012))

#### Accessibility
- Add announcement on formatting change for screen readers. ([35896](https://github.com/WordPress/gutenberg/pull/35896))
- Add aria-current to navigation link, submenu, page list. ([35880](https://github.com/WordPress/gutenberg/pull/35880))
- Link editing: Improve focus styles for Link UI preview title. ([35853](https://github.com/WordPress/gutenberg/pull/35853))
- Site Editor: Enable the "Save" keyboard shortcut. ([36138](https://github.com/WordPress/gutenberg/pull/36138))
- Try to communicate to screen readers that post title is textarea. ([35898](https://github.com/WordPress/gutenberg/pull/35898))

#### Block Editor
- Block toolbar: Remove visual clue from text alignment icon. ([35922](https://github.com/WordPress/gutenberg/pull/35922))
- Drag and drop: Show drag slot instead of hiding the block being dragged. ([33950](https://github.com/WordPress/gutenberg/pull/33950))
- Enable rich previews in the Link UI for the Site Editor. ([35951](https://github.com/WordPress/gutenberg/pull/35951))
- Link editing: Update Link UI design for preview action buttons to use icons for edit and unlink. ([35833](https://github.com/WordPress/gutenberg/pull/35833))
- Multi-Entity Saving UI Improvements. ([35933](https://github.com/WordPress/gutenberg/pull/35933))
- Use the block's name in the "remove block" menu item in the block settings dropdown. ([35872](https://github.com/WordPress/gutenberg/pull/35872))
- StripHTML: preserve leading and trailing spaces and strip script and on* attributes. ([35539](https://github.com/WordPress/gutenberg/pull/35539))

#### Full Site Editing
- Improve the initial loading of the site editor. ([36044](https://github.com/WordPress/gutenberg/pull/36044))
- Move the Site Editor menu item to sit under Appearance and rename to Editor. ([36064](https://github.com/WordPress/gutenberg/pull/36064))
- Remove navigation panel in site editor. ([36194](https://github.com/WordPress/gutenberg/pull/36194))
- Use Heading component on NavigationMenu and NavigationGroup components. ([36009](https://github.com/WordPress/gutenberg/pull/36009))
- Use SearchControl component inside nav menu. ([36011](https://github.com/WordPress/gutenberg/pull/36011))

#### Components
- ColorPicker: Implement new color palette editor component. ([35783](https://github.com/WordPress/gutenberg/pull/35783))
- Duotone: Add description to clarify that the underlying image will not be affected. ([36018](https://github.com/WordPress/gutenberg/pull/36018))
- Modal: Wrap the modal contents in a StyleProvider. ([36261](https://github.com/WordPress/gutenberg/pull/36261))
- ToolsPanel: Update typography panel layout. ([35911](https://github.com/WordPress/gutenberg/pull/35911))
- LinkControl: Split control for URL and Text within Link UI. ([33849](https://github.com/WordPress/gutenberg/pull/33849))
#### Template Editor
- Add resizer to template part focus mode. ([35728](https://github.com/WordPress/gutenberg/pull/35728))
- Auto resize the height of template part focus mode. ([35974](https://github.com/WordPress/gutenberg/pull/35974))

#### Global Styles
- Remove the duplicated title in background, text and link views. ([35583](https://github.com/WordPress/gutenberg/pull/35583))
- Typography: Switch to ToolsPanel for block support UI. ([33744](https://github.com/WordPress/gutenberg/pull/33744))
- Add a Global Styles endpoint and use it in the site editor. ([35801](https://github.com/WordPress/gutenberg/pull/35801))
- Migrate theme.json v1 to v2. ([36155](https://github.com/WordPress/gutenberg/pull/36155))
- Update: Show all color and gradient origins (core, theme, and user). ([35970](https://github.com/WordPress/gutenberg/pull/35970))

#### Design Tools
- Duotone: Enable transparency. ([34130](https://github.com/WordPress/gutenberg/pull/34130))
- Layout: Add `flex-wrap` control to `flex` layout. ([36003](https://github.com/WordPress/gutenberg/pull/36003))
- Typography block support: Add typography support and defaults. ([34064](https://github.com/WordPress/gutenberg/pull/34064))

#### Media
- Remove "security" verbiage from warning when filetype does not pass on upload. ([36226](https://github.com/WordPress/gutenberg/pull/36226))

#### Patterns
- Add an `inserter` flag to hide patterns from UI. ([36108](https://github.com/WordPress/gutenberg/pull/36108))

#### Themes
- Remove experimental feature notice for block themes. ([36083](https://github.com/WordPress/gutenberg/pull/36083))

#### General Interface
- Apply borders to canvas rather than other UI elements. ([31081](https://github.com/WordPress/gutenberg/pull/31081))

#### REST API
- Respect fields param for global styles REST API requests. ([36206](https://github.com/WordPress/gutenberg/pull/36206))
- URL Details: Update regex to include `og:Description`. ([35875](https://github.com/WordPress/gutenberg/pull/35875))


### New APIs

#### Global Styles
- Add API to access global settings, styles, and stylesheet. ([34843](https://github.com/WordPress/gutenberg/pull/34843))

#### Block Library
- Inner blocks: Add `useInnerBlocksProps.save` function for edit/save symmetry, and stabilise API. ([26031](https://github.com/WordPress/gutenberg/pull/26031))


### Bug Fixes

#### Block Library
- Buttons: Address deprecation issues from Buttons flex layout PR. ([36192](https://github.com/WordPress/gutenberg/pull/36192))
- Classic: Fix select all blocks side effect that overwrote paragraph block contents. ([35999](https://github.com/WordPress/gutenberg/pull/35999))
- Column: Only add flex-basis if width contains a number. ([35831](https://github.com/WordPress/gutenberg/pull/35831))
- Comment Template: Move inner blocks container to separate components. ([36174](https://github.com/WordPress/gutenberg/pull/36174))
- Blocks: Fix relative URLs for inlined styles. ([35538](https://github.com/WordPress/gutenberg/pull/35538))
- Navigation: Disable ability to edit wp_navigation menus via `Appearance -> Navigation Menus` for non-FSE themes. ([36257](https://github.com/WordPress/gutenberg/pull/36257))
- Fix incorrect attributes definitions. ([36264](https://github.com/WordPress/gutenberg/pull/36264))
- Fix saving template parts in the site editor by fixing controlled inner blocks parent block attributes updates. ([35827](https://github.com/WordPress/gutenberg/pull/35827))
- Fix incorrect attributes definitions for Column, Cover, and Group blocks. ([36140](https://github.com/WordPress/gutenberg/pull/36140))
- Gallery: Make sure the mobile warning notice only runs when images are added to a new block. ([36326](https://github.com/WordPress/gutenberg/pull/36326))
- Gallery: Only show the gallery upload error message if mixed multiple files are uploaded. ([35790](https://github.com/WordPress/gutenberg/pull/35790))
- Gallery: Remove the arbitrary alt text that is added to gallery images. ([35936](https://github.com/WordPress/gutenberg/pull/35936))
- Group: Fix inner container regexes that relied on fixed div tag. ([36256](https://github.com/WordPress/gutenberg/pull/36256))
- Heading: Avoid error on split when the paragraph isn't registered. ([35871](https://github.com/WordPress/gutenberg/pull/35871))
- Image: Make sure the Image block border radius is inherited if the image is linked. ([36289](https://github.com/WordPress/gutenberg/pull/36289))
- Navigation Submenu: Fix PHP notice caused by stale id reference. ([35984](https://github.com/WordPress/gutenberg/pull/35984))
- Navigation overlay menu: Fix submenu spacing. ([35823](https://github.com/WordPress/gutenberg/pull/35823))
- Navigation: Ensure menus exist before map operation. ([36355](https://github.com/WordPress/gutenberg/pull/36355))
- Navigation: Fix accessibility issues. ([36292](https://github.com/WordPress/gutenberg/pull/36292))
- Navigation: Fix dropdown indicator position. ([36106](https://github.com/WordPress/gutenberg/pull/36106))
- Navigation: Fix issues with responsive justifications. ([35913](https://github.com/WordPress/gutenberg/pull/35913)) and ([36105](https://github.com/WordPress/gutenberg/pull/36105))
- Navigation: Fix padding for social links on mobile. ([35824](https://github.com/WordPress/gutenberg/pull/35824))
- Navigation: Fix submenus not opening on click. ([36290](https://github.com/WordPress/gutenberg/pull/36290))
- Navigation: Hide post attributes meta box. ([36358](https://github.com/WordPress/gutenberg/pull/36358))
- Navigation: Small styling fixes and tweaks. ([36298](https://github.com/WordPress/gutenberg/pull/36298))
- Pattern: Remove wrapping div. ([36090](https://github.com/WordPress/gutenberg/pull/36090))
- Post Comment: Handle the case where a comment does not exist. ([35810](https://github.com/WordPress/gutenberg/pull/35810))
- Post Navigation Link: Do not translate HTML tag. ([35930](https://github.com/WordPress/gutenberg/pull/35930))
- Post Template Block: Move inner blocks container to separate component. ([35945](https://github.com/WordPress/gutenberg/pull/35945))
- Post Terms: Prevent the block from breaking on pages. ([35957](https://github.com/WordPress/gutenberg/pull/35957))
- Site Logo: Fix center alignment. ([35971](https://github.com/WordPress/gutenberg/pull/35971))
- Site Logo: Fix fatal error in Site Logo block in WP 5.9. ([36195](https://github.com/WordPress/gutenberg/pull/36195))
- Prevent PHP notice in Elements block support for blocks with empty content. ([35836](https://github.com/WordPress/gutenberg/pull/35836))

#### Components
- AnglePickerControl: Use admin color scheme. ([35908](https://github.com/WordPress/gutenberg/pull/35908))
- BaseControl: Fix undefined Help text id if no id is passed to component. ([35899](https://github.com/WordPress/gutenberg/pull/35899))
- ColorListPicker: Fix spacing to accomodate the new color picker. ([36017](https://github.com/WordPress/gutenberg/pull/36017))
- ColorPalette: Fix className. ([36016](https://github.com/WordPress/gutenberg/pull/36016))
- ColorPicker: Fix unexpected movements, and closing on first click in the color picker. ([35670](https://github.com/WordPress/gutenberg/pull/35670))
- Popover: Check anchorDocument default view before removing events. ([35832](https://github.com/WordPress/gutenberg/pull/35832))
- RangeControl: Fix style issue in RTL. ([35777](https://github.com/WordPress/gutenberg/pull/35777))
- Storybook: Lazy load LTR/RTL styles for consistent specificity. ([35771](https://github.com/WordPress/gutenberg/pull/35771))
- Text: Fix text color value to use correct gray color value for Link UI preview description text. ([35851](https://github.com/WordPress/gutenberg/pull/35851))

#### Global Styles
- Fix navigation in global styles sidebar. ([36203](https://github.com/WordPress/gutenberg/pull/36203))
- Fix presets data for themes that do not provide any preset. ([36054](https://github.com/WordPress/gutenberg/pull/36054))
- Generate preset metadata for font-family in the site editor. ([36022](https://github.com/WordPress/gutenberg/pull/36022))
- Hotfix for leftovers of `WP_Theme_JSON_Resolver::Get_merged_data`. ([36173](https://github.com/WordPress/gutenberg/pull/36173))
- Lower the specificity of border & padding styles for the outline block style in the button block. ([35968](https://github.com/WordPress/gutenberg/pull/35968))
- Theme.json: Remove custom prefixes from properties that did not land in 5.8. ([34485](https://github.com/WordPress/gutenberg/pull/34485))
- Fix Rest global styles controller accessing configuration that may not exist. ([36047](https://github.com/WordPress/gutenberg/pull/36047))

#### Block Editor
- Allow moving metaboxes to previously empty area. ([25187](https://github.com/WordPress/gutenberg/pull/25187))
- Change `console.error` to `console.warn` for enqueued styles in the editor. ([35914](https://github.com/WordPress/gutenberg/pull/35914))
- Fix inserter with block pattern categories. ([36116](https://github.com/WordPress/gutenberg/pull/36116))
- Fix navigation block link control zero value in it. ([36198](https://github.com/WordPress/gutenberg/pull/36198))
- Fix the update of link and suggestions in LinkControl. ([32320](https://github.com/WordPress/gutenberg/pull/32320))
- Make Link UI inactive if selection extends beyond format bounds or encounters new link. ([35946](https://github.com/WordPress/gutenberg/pull/35946))
- Fix selection by holding shift key for nested blocks. ([35668](https://github.com/WordPress/gutenberg/pull/35668))
- Fix shift+click on a child block with its parent selected. ([35988](https://github.com/WordPress/gutenberg/pull/35988))
- Fix: Crash when resetting user color palette. ([36233](https://github.com/WordPress/gutenberg/pull/36233))
- Fix: Show user colors on palette indicator. ([36232](https://github.com/WordPress/gutenberg/pull/36232))
- Fix `getPxFromCssUnit` test stability and test that memoized function works correctly. ([35939](https://github.com/WordPress/gutenberg/pull/35939))
- Link editing: Account for link anchor no longer being present when generating unique link instance key. ([36357](https://github.com/WordPress/gutenberg/pull/36357))
- Preserve highlighted text selection when changing colors ([36263](https://github.com/WordPress/gutenberg/pull/36263))

#### Design Tools
- Font Appearance: Improve consistency of label in Typography panel. ([35860](https://github.com/WordPress/gutenberg/pull/35860))
- Font Family Support: Fix skip serialization check. ([36073](https://github.com/WordPress/gutenberg/pull/36073))
- Navigation: Force text decoration styles on nav item in editor. ([35859](https://github.com/WordPress/gutenberg/pull/35859))

#### Template Editor
- Clear selected block when clicking outside in the template part focus mode. ([35816](https://github.com/WordPress/gutenberg/pull/35816))
- Templates: Only include templates for the current post types. ([35802](https://github.com/WordPress/gutenberg/pull/35802))

#### Core Data
- Avoid showing deleted records in editor saving flow. ([36027](https://github.com/WordPress/gutenberg/pull/36027))
- Fix getEntityRecords to ensure resolution on REST API failure. ([36353](https://github.com/WordPress/gutenberg/pull/36353))
- Fix Core Data using hardcoded baseURL prefix for taxonomies and post types API requests. ([35850](https://github.com/WordPress/gutenberg/pull/35850))
- Make `saveEditedEntityRecord` use the entity key when available. ([36212](https://github.com/WordPress/gutenberg/pull/36212))

#### Patterns
- Update unsaved navigation block flow. ([35976](https://github.com/WordPress/gutenberg/pull/35976))

#### Full Site Editing
- Add fallback handling for plugins or themes using the Customizer. ([35877](https://github.com/WordPress/gutenberg/pull/35877))
- Fix missing `<MainDashboardButton>` slot fill in site editor. ([36369](https://github.com/WordPress/gutenberg/pull/36369))
- Remove duplicate Editor menu item. ([36342](https://github.com/WordPress/gutenberg/pull/36342))
- Theme resolver: Fix crash from calls to `undefined` functions. ([36248](https://github.com/WordPress/gutenberg/pull/36248))
- Unhook `_block_template_render_title_tag` to prevent duplicate title tags from rendering. ([36133](https://github.com/WordPress/gutenberg/pull/36133))

#### Widgets Editor
- Fix layout styles not applying in widgets customizer. ([35865](https://github.com/WordPress/gutenberg/pull/35865))

#### CSS & Styling
- Editor defaults for themes with no editor styles and when user disables theme styles. ([35736](https://github.com/WordPress/gutenberg/pull/35736))

#### History
- Support disabling autosave for native Unsupported Block Editor. ([35639](https://github.com/WordPress/gutenberg/pull/35639))


### Performance

#### List View
- Fix pagedown/pageup and improve scrolling. ([36063](https://github.com/WordPress/gutenberg/pull/36063))
- List View: Render a fixed number of items. ([35230](https://github.com/WordPress/gutenberg/pull/35230))

#### Block Editor
- Improve opening of the block inserter via manual token-based analysis of reusable blocks. ([35763](https://github.com/WordPress/gutenberg/pull/35763))

#### Widgets Editor
- List View: Avoid re-rendering all items on block focus. Enable persistent List View in the widget editor. ([35706](https://github.com/WordPress/gutenberg/pull/35706))

### Experiments

#### Block Library
- Navigation Area block. ([36178](https://github.com/WordPress/gutenberg/pull/36178))


#### Full Site Editing
- Always display Customizer menu item. ([36168](https://github.com/WordPress/gutenberg/pull/36168))
- Revert "Always display Customizer menu item". ([36189](https://github.com/WordPress/gutenberg/pull/36189))
- Remove slug and status columns from templates list in Appearance > Templates. ([35996](https://github.com/WordPress/gutenberg/pull/35996))

#### REST API

#### Navigation Editor
- Show a warning when trying to save unsupported blocks. ([35993](https://github.com/WordPress/gutenberg/pull/35993))

### Documentation
- Added link to Ways to keep up with Gutenberg & Full Site Editing. ([36077](https://github.com/WordPress/gutenberg/pull/36077))
#### Handbook
- Add Thunks Tutorial. ([36051](https://github.com/WordPress/gutenberg/pull/36051))
- Add a more detailed guide for react native development. ([35529](https://github.com/WordPress/gutenberg/pull/35529))
- Blocks: Add view script to block schema and documentation. ([36175](https://github.com/WordPress/gutenberg/pull/36175))
- Blocks: Document changes to style and editorStyle in `block.json`. ([36218](https://github.com/WordPress/gutenberg/pull/36218))
- Add Getting Started level for documentation. ([35891](https://github.com/WordPress/gutenberg/pull/35891))
- Add section about using the schema during development. ([35835](https://github.com/WordPress/gutenberg/pull/35835))
- Fix a small typo in the "Getting started" documentation. ([36109](https://github.com/WordPress/gutenberg/pull/36109))
- Fix Typos in widgets/overview.md. ([36078](https://github.com/WordPress/gutenberg/pull/36078))
- Fix wording in the Authoring Experience documentation. ([35969](https://github.com/WordPress/gutenberg/pull/35969))
- Improve Getting Started landing page. ([35893](https://github.com/WordPress/gutenberg/pull/35893))
- Release Docs: Remove consecutive RCs warning. ([35855](https://github.com/WordPress/gutenberg/pull/35855))
- Theme.json: Fix typo. ([36139](https://github.com/WordPress/gutenberg/pull/36139))
- Theme.json docs: Add missing settings & styles. ([36137](https://github.com/WordPress/gutenberg/pull/36137))
- Tweak organization for getting-started documentation. ([34091](https://github.com/WordPress/gutenberg/pull/34091))
- Update the recommendation for the cadence of npm releases. ([35925](https://github.com/WordPress/gutenberg/pull/35925))

#### Packages
- Components: Update Components CONTRIBUTING.md indentation. ([35866](https://github.com/WordPress/gutenberg/pull/35866))
- Create Block: Move create-block changelog entries back to Unreleased section. ([35886](https://github.com/WordPress/gutenberg/pull/35886))
- DOM: Backtick added around `<textarea>` input tag in readme file. ([34813](https://github.com/WordPress/gutenberg/pull/34813))
- Env: Update wordpress-develop example to clarify src/build location. ([35978](https://github.com/WordPress/gutenberg/pull/35978))
- Rich Text: Add usage documentation for Rich Text package. ([35885](https://github.com/WordPress/gutenberg/pull/35885))
- Schemas: Fix schema file URL. ([36157](https://github.com/WordPress/gutenberg/pull/36157))

### Code Quality

#### REST API
- Add Theme's base global styles endpoint. ([35985](https://github.com/WordPress/gutenberg/pull/35985))
- Improvements for the global styles endpoint. ([36071](https://github.com/WordPress/gutenberg/pull/36071))
- Remove "experimental" from URL details REST controller and promote to `v1` namespace. ([35915](https://github.com/WordPress/gutenberg/pull/35915))


#### Block Library
- Heading: Auto-generated anchors hide implementation details. ([35747](https://github.com/WordPress/gutenberg/pull/35747))
- Mark FSE blocks as non experimental. ([35979](https://github.com/WordPress/gutenberg/pull/35979))
- Mark Post Comments as stable and Comments Query Loop as experimental. ([36132](https://github.com/WordPress/gutenberg/pull/36132))
- Mark Post Navigation Link and Term Description blocks as stable. ([36163](https://github.com/WordPress/gutenberg/pull/36163))
- Remove `post-` prefix from Comment Template inner blocks. ([36171](https://github.com/WordPress/gutenberg/pull/36171))

#### Global Styles
- Linting: Fix WPCS lint errors in global styles. ([36058](https://github.com/WordPress/gutenberg/pull/36058))
- Refactor theme.json migrations to be a single class. ([36182](https://github.com/WordPress/gutenberg/pull/36182))
- Remove locations we do not translate from `theme-i18n.json`. ([35881](https://github.com/WordPress/gutenberg/pull/35881))
- Update `theme.json` schema migrations. ([36154](https://github.com/WordPress/gutenberg/pull/36154))

#### Post Editor
- Migrate to thunks. ([35720](https://github.com/WordPress/gutenberg/pull/35720))
- Refactor FlatTermSelector into a functional component. ([33459](https://github.com/WordPress/gutenberg/pull/33459))
- Remove GB prefixed functions from template part. ([36180](https://github.com/WordPress/gutenberg/pull/36180))
- Translated site properties. ([36097](https://github.com/WordPress/gutenberg/pull/36097))

#### Components
- ToolsPanel: Use Grid component to handle layout. ([35621](https://github.com/WordPress/gutenberg/pull/35621))
- Update spacing in CircularOptionPicker. ([36014](https://github.com/WordPress/gutenberg/pull/36014))
- Use small button on tools panel toggle. ([35935](https://github.com/WordPress/gutenberg/pull/35935))

#### Other Packages
- Create Block: Add block.json schema to generated file. ([35843](https://github.com/WordPress/gutenberg/pull/35843))
- Data: Rename types file from .d.ts to .ts. ([36062](https://github.com/WordPress/gutenberg/pull/36062))
- Url: Move getStablePath function into the wordrpess/url package. ([35992](https://github.com/WordPress/gutenberg/pull/35992))
- Schemas: Add schemas package. ([35998](https://github.com/WordPress/gutenberg/pull/35998))
- Schemas: Theme.json - Add `title` to templateParts. ([36145](https://github.com/WordPress/gutenberg/pull/36145))

#### CSS & Styling
- Remove invalid buttons block CSS property. ([33793](https://github.com/WordPress/gutenberg/pull/33793))


### Tools

#### Plugin and backporting to WordPress core
- Updates `WP_Theme_JSON_Resolver` and tests to be equal to core. ([36223](https://github.com/WordPress/gutenberg/pull/36223))
- Changes for FSE backport in core. ([36201](https://github.com/WordPress/gutenberg/pull/36201))
- Temporarily pin .wp-env.json to WP 5.8.1. ([36333](https://github.com/WordPress/gutenberg/pull/36333))

#### Testing
- Add a method to disable auto-accepting dialogs. ([35828](https://github.com/WordPress/gutenberg/pull/35828))
- Skip broken widgets test. ([36239](https://github.com/WordPress/gutenberg/pull/36239))
- Skip flaky test for loading block stylesheets in iframe. ([35961](https://github.com/WordPress/gutenberg/pull/35961))
- Tests: Run block fixtures through KSES. ([35611](https://github.com/WordPress/gutenberg/pull/35611))
- theme.json: Make sure tests are pure. ([36253](https://github.com/WordPress/gutenberg/pull/36253))
- theme.json: Update test data. ([35883](https://github.com/WordPress/gutenberg/pull/35883))
- Scripts: Increase timeout for end-to-end tests to 30 seconds. ([35983](https://github.com/WordPress/gutenberg/pull/35983))
- Improve unit test coverage for REST API menus endpoints. ([36177](https://github.com/WordPress/gutenberg/pull/36177))
- Update child theme.json merge test to match core. ([36329](https://github.com/WordPress/gutenberg/pull/36329))

#### Debugging
- Wp-env: Disable Xdebug by default unless specified by user. ([34324](https://github.com/WordPress/gutenberg/pull/34324))


= 11.8.3 =


### Various

- Fix Gutenberg WordPress trunk https://github.com/WordPress/gutenberg/pull/36347.


= 11.9.0-rc.3 =

### Features

#### Block Library
- New Block: Comment Reply Link. ([35774](https://github.com/WordPress/gutenberg/pull/35774))
- New Block: Comment Link. ([35965](https://github.com/WordPress/gutenberg/pull/35965))
- New Block: Comment Avatar. ([35396](https://github.com/WordPress/gutenberg/pull/35396))
- New Block: Comments Query Loop. ([35231](https://github.com/WordPress/gutenberg/pull/35231))


### Enhancements

- Block toolbar: Remove visual clue from text alignment icon. ([35922](https://github.com/WordPress/gutenberg/pull/35922))
- Improve the initial loading of the site editor. ([36044](https://github.com/WordPress/gutenberg/pull/36044))
- StripHTML: preserve leading and trailing spaces and strip script and on* attributes. ([35539](https://github.com/WordPress/gutenberg/pull/35539))

#### Block Library

- Buttons: Add flex layout and new layout type. ([35819](https://github.com/WordPress/gutenberg/pull/35819))
- Code: Add support for padding, color, and border styles. ([27582](https://github.com/WordPress/gutenberg/pull/27582))
- Columns: Add padding support. ([35701](https://github.com/WordPress/gutenberg/pull/35701))
- Comment Author Name: Add spacing to have same options as Post Author Name. ([36213](https://github.com/WordPress/gutenberg/pull/36213))
- Comment Edit Link: Add alignment option. ([36033](https://github.com/WordPress/gutenberg/pull/36033))
- Embed: Add Wolfram Cloud as an embed provider. ([35656](https://github.com/WordPress/gutenberg/pull/35656))
- Gallery: Replace gallery experimental setting with a check for use_balanceTags. ([34979](https://github.com/WordPress/gutenberg/pull/34979))
- Image: Add data-id attribute on server side render for core galleries. ([35975](https://github.com/WordPress/gutenberg/pull/35975))
- Navigation: Add create new menu button. ([36245](https://github.com/WordPress/gutenberg/pull/36245))
- Navigation: Add delete nav menu button. ([35981](https://github.com/WordPress/gutenberg/pull/35981))
- Navigation: Add featured transforms in Link Control for Navigation Link items. ([35857](https://github.com/WordPress/gutenberg/pull/35857))
- Navigation: Add flex layout. ([36169](https://github.com/WordPress/gutenberg/pull/36169))
- Navigation: Add missing menu item attributes. ([35634](https://github.com/WordPress/gutenberg/pull/35634))
- Navigation: Create nav menu on pattern insertion or when the block has uncontrolled inner blocks. ([36024](https://github.com/WordPress/gutenberg/pull/36024))
- Navigation: Save data to a wp_navigation post type. ([35746](https://github.com/WordPress/gutenberg/pull/35746))
- Navigation: Update block entity automatic name generation and refine naming UI. ([36238](https://github.com/WordPress/gutenberg/pull/36238))
- Navigation: Use a single placeholder for the block. ([36023](https://github.com/WordPress/gutenberg/pull/36023))
- Page List: Create a JS version for the editor. ([31670](https://github.com/WordPress/gutenberg/pull/31670))
- Post Author: Add spacing controls. ([35963](https://github.com/WordPress/gutenberg/pull/35963))
- Post Comment: Deprecate the block now that the Comment Query Loop block has been added. ([36032](https://github.com/WordPress/gutenberg/pull/36032))
- Post Comment Author: Add alignment options. ([36045](https://github.com/WordPress/gutenberg/pull/36045))
- Post Comments: Even out the top margin inside the block. ([35887](https://github.com/WordPress/gutenberg/pull/35887))
- Post Excerpt: Add spacing controls. ([35959](https://github.com/WordPress/gutenberg/pull/35959))
- Post Excerpt: Don't print the wrapper when there is no excerpt. ([35749](https://github.com/WordPress/gutenberg/pull/35749))
- Post Title: Return no markup if title is empty. ([35861](https://github.com/WordPress/gutenberg/pull/35861))
- Search: Add contextual defaults when inserted in Navigation block. ([36125](https://github.com/WordPress/gutenberg/pull/36125))
- Gallery block: Add a dismissible warning about the need for versions >=18.2 of the mobile app. ([36012](https://github.com/WordPress/gutenberg/pull/36012))

#### Accessibility
- Add announcement on formatting change for screen readers. ([35896](https://github.com/WordPress/gutenberg/pull/35896))
- Add aria-current to navigation link, submenu, page list. ([35880](https://github.com/WordPress/gutenberg/pull/35880))
- Link editing: Improve focus styles for Link UI preview title. ([35853](https://github.com/WordPress/gutenberg/pull/35853))
- Site Editor: Enable the "Save" keyboard shortcut. ([36138](https://github.com/WordPress/gutenberg/pull/36138))

#### Block Editor
- Drag and drop: Show drag slot instead of hiding the block being dragged. ([33950](https://github.com/WordPress/gutenberg/pull/33950))
- Enable rich previews in the Link UI for the Site Editor. ([35951](https://github.com/WordPress/gutenberg/pull/35951))
- Link editing: Update Link UI design for preview action buttons to use icons for edit and unlink. ([35833](https://github.com/WordPress/gutenberg/pull/35833))
- Use the block's name in the "remove block" menu item in the block settings dropdown. ([35872](https://github.com/WordPress/gutenberg/pull/35872))

#### Full Site Editing
- Move the Site Editor menu item to sit under Appearance and rename to Editor. ([36064](https://github.com/WordPress/gutenberg/pull/36064))
- Use Heading component on NavigationMenu and NavigationGroup components. ([36009](https://github.com/WordPress/gutenberg/pull/36009))
- Use SearchControl component inside nav menu. ([36011](https://github.com/WordPress/gutenberg/pull/36011))

#### Components
- Duotone: Add description to clarify that the underlying image will not be affected. ([36018](https://github.com/WordPress/gutenberg/pull/36018))
- ToolsPanel: Update typography panel layout. ([35911](https://github.com/WordPress/gutenberg/pull/35911))

#### Template Editor
- Add resizer to template part focus mode. ([35728](https://github.com/WordPress/gutenberg/pull/35728))
- Auto resize the height of template part focus mode. ([35974](https://github.com/WordPress/gutenberg/pull/35974))

#### Global Styles
- Remove the duplicated title in background, text and link views. ([35583](https://github.com/WordPress/gutenberg/pull/35583))
- Typography: Switch to ToolsPanel for block support UI. ([33744](https://github.com/WordPress/gutenberg/pull/33744))

#### Design Tools
- Duotone: Enable transparency. ([34130](https://github.com/WordPress/gutenberg/pull/34130))
- Layout: Add `flex-wrap` control to `flex` layout. ([36003](https://github.com/WordPress/gutenberg/pull/36003))
- Typography block support: Add typography support and defaults. ([34064](https://github.com/WordPress/gutenberg/pull/34064))

#### Media
- Remove "security" verbiage from warning when filetype does not pass on upload. ([36226](https://github.com/WordPress/gutenberg/pull/36226))

#### Patterns
- Add an `inserter` flag to hide patterns from UI. ([36108](https://github.com/WordPress/gutenberg/pull/36108))

#### Themes
- Remove experimental feature notice for block themes. ([36083](https://github.com/WordPress/gutenberg/pull/36083))

#### Testing
- Scripts: Increase timeout for end-to-end tests to 30 seconds. ([35983](https://github.com/WordPress/gutenberg/pull/35983))

#### Tools
- Wp-env: Disable Xdebug by default unless specified by user. ([34324](https://github.com/WordPress/gutenberg/pull/34324))

#### REST API
- URL Details: Update regex to include `og:Description`. ([35875](https://github.com/WordPress/gutenberg/pull/35875))


### New APIs

#### Global Styles
- Add API to access global settings, styles, and stylesheet. ([34843](https://github.com/WordPress/gutenberg/pull/34843))

#### Block Library
- Inner blocks: Add `useInnerBlocksProps.save` function for edit/save symmetry, and stabilise API. ([26031](https://github.com/WordPress/gutenberg/pull/26031))


### Bug Fixes

- Allow moving metaboxes to previously empty area. ([25187](https://github.com/WordPress/gutenberg/pull/25187))
- Avoid showing deleted records in editor saving flow. ([36027](https://github.com/WordPress/gutenberg/pull/36027))
- BaseControl: Fix undefined Help text id if no id is passed to component. ([35899](https://github.com/WordPress/gutenberg/pull/35899))
- Change `console.error` to `console.warn` for enqueued styles in the editor. ([35914](https://github.com/WordPress/gutenberg/pull/35914))
- Disable ability to edit wp_navigation menus via `Appearance -> Navigation Menus` for non-FSE themes. ([36257](https://github.com/WordPress/gutenberg/pull/36257))
- Fix Core Data using hardcoded baseURL prefix for taxonomies and post types API requests. ([35850](https://github.com/WordPress/gutenberg/pull/35850))
- Fix WPCS lint errors in global styles. ([36058](https://github.com/WordPress/gutenberg/pull/36058))
- Fix `getPxFromCssUnit` test stability and test that memoized function works correctly. ([35939](https://github.com/WordPress/gutenberg/pull/35939))
- Fix Rest global styles controller accessing configuration that may not exist. ([36047](https://github.com/WordPress/gutenberg/pull/36047))
- Make `saveEditedEntityRecord` use the entity key when available. ([36212](https://github.com/WordPress/gutenberg/pull/36212))
- Preserve highlighted text selection when changing colors ([36263](https://github.com/WordPress/gutenberg/pull/36263))
- Prevent PHP notice in Elements block support for blocks with empty content. ([35836](https://github.com/WordPress/gutenberg/pull/35836))
- Theme resolver: Fix crash from calls to `undefined` functions. ([36248](https://github.com/WordPress/gutenberg/pull/36248))
- Unhook `_block_template_render_title_tag` to prevent duplicate title tags from rendering. ([36133](https://github.com/WordPress/gutenberg/pull/36133))

#### Block Library
- Classic: Fix select all blocks side effect that overwrote paragraph block contents. ([35999](https://github.com/WordPress/gutenberg/pull/35999))
- Column: Only add flex-basis if width contains a number. ([35831](https://github.com/WordPress/gutenberg/pull/35831))
- Comment Template: Move inner blocks container to separate components. ([36174](https://github.com/WordPress/gutenberg/pull/36174))
- Blocks: Fix relative URLs for inlined styles. ([35538](https://github.com/WordPress/gutenberg/pull/35538))
- Fix saving template parts in the site editor by fixing controlled inner blocks parent block attributes updates. ([35827](https://github.com/WordPress/gutenberg/pull/35827))
- Fix incorrect attributes definitions for Column, Cover, and Group blocks. ([36140](https://github.com/WordPress/gutenberg/pull/36140))
- Gallery: Only show the gallery upload error message if mixed multiple files are uploaded. ([35790](https://github.com/WordPress/gutenberg/pull/35790))
- Gallery: Remove the arbitrary alt text that is added to gallery images. ([35936](https://github.com/WordPress/gutenberg/pull/35936))
- Heading: Avoid error on split when the paragraph isn't registered. ([35871](https://github.com/WordPress/gutenberg/pull/35871))
- Navigation Submenu: Fix PHP notice caused by stale id reference. ([35984](https://github.com/WordPress/gutenberg/pull/35984))
- Navigation overlay menu: Fix submenu spacing. ([35823](https://github.com/WordPress/gutenberg/pull/35823))
- Navigation: Fix dropdown indicator position. ([36106](https://github.com/WordPress/gutenberg/pull/36106))
- Navigation: Fix issues with responsive justifications. ([35913](https://github.com/WordPress/gutenberg/pull/35913)) and ([36105](https://github.com/WordPress/gutenberg/pull/36105))
- Navigation: Fix padding for social links on mobile. ([35824](https://github.com/WordPress/gutenberg/pull/35824))
- Pattern: Remove wrapping div. ([36090](https://github.com/WordPress/gutenberg/pull/36090))
- Post Comment: Handle the case where a comment does not exist. ([35810](https://github.com/WordPress/gutenberg/pull/35810))
- Post Content: Ensure the item after post content clears floats. ([36006](https://github.com/WordPress/gutenberg/pull/36006))
- Post Navigation Link: Do not translate HTML tag. ([35930](https://github.com/WordPress/gutenberg/pull/35930))
- Post Template Block: Move inner blocks container to separate component. ([35945](https://github.com/WordPress/gutenberg/pull/35945))
- Post Terms: Prevent the block from breaking on pages. ([35957](https://github.com/WordPress/gutenberg/pull/35957))
- Site Logo: Fix center alignment. ([35971](https://github.com/WordPress/gutenberg/pull/35971))
- Fix submenus not opening on click. ([36290](https://github.com/WordPress/gutenberg/pull/36290))


#### Components
- AnglePickerControl: Use admin color scheme. ([35908](https://github.com/WordPress/gutenberg/pull/35908))
- ColorListPicker: Fix spacing to accomodate the new color picker. ([36017](https://github.com/WordPress/gutenberg/pull/36017))
- ColorPalette: Fix className. ([36016](https://github.com/WordPress/gutenberg/pull/36016))
- ColorPicker: Fix unexpected movements, and closing on first click in the color picker. ([35670](https://github.com/WordPress/gutenberg/pull/35670))
- Popover: Check anchorDocument default view before removing events. ([35832](https://github.com/WordPress/gutenberg/pull/35832))
- RangeControl: Fix style issue in RTL. ([35777](https://github.com/WordPress/gutenberg/pull/35777))
- Storybook: Lazy load LTR/RTL styles for consistent specificity. ([35771](https://github.com/WordPress/gutenberg/pull/35771))
- Text: Fix text color value to use correct gray color value for Link UI preview description text. ([35851](https://github.com/WordPress/gutenberg/pull/35851))

#### Global Styles
- Fix navigation in global styles sidebar. ([36203](https://github.com/WordPress/gutenberg/pull/36203))
- Fix presets data for themes that do not provide any preset. ([36054](https://github.com/WordPress/gutenberg/pull/36054))
- Generate preset metadata for font-family in the site editor. ([36022](https://github.com/WordPress/gutenberg/pull/36022))
- Hotfix for leftovers of `WP_Theme_JSON_Resolver::Get_merged_data`. ([36173](https://github.com/WordPress/gutenberg/pull/36173))
- Lower the specificity of border & padding styles for the outline block style in the button block. ([35968](https://github.com/WordPress/gutenberg/pull/35968))
- Theme.json: Remove custom prefixes from properties that did not land in 5.8. ([34485](https://github.com/WordPress/gutenberg/pull/34485))

#### Block Editor
- Fix inserter with block pattern categories. ([36116](https://github.com/WordPress/gutenberg/pull/36116))
- Fix navigation block link control zero value in it. ([36198](https://github.com/WordPress/gutenberg/pull/36198))
- Fix the update of link and suggestions in LinkControl. ([32320](https://github.com/WordPress/gutenberg/pull/32320))
- Make Link UI inactive if selection extends beyond format bounds or encounters new link. ([35946](https://github.com/WordPress/gutenberg/pull/35946))
- Fix selection by holding shift key for nested blocks. ([35668](https://github.com/WordPress/gutenberg/pull/35668))
- Fix shift+click on a child block with its parent selected. ([35988](https://github.com/WordPress/gutenberg/pull/35988))

#### Design Tools
- Font Appearance: Improve consistency of label in Typography panel. ([35860](https://github.com/WordPress/gutenberg/pull/35860))
- Font Family Support: Fix skip serialization check. ([36073](https://github.com/WordPress/gutenberg/pull/36073))
- Navigation: Force text decoration styles on nav item in editor. ([35859](https://github.com/WordPress/gutenberg/pull/35859))

#### Template Editor
- Clear selected block when clicking outside in the template part focus mode. ([35816](https://github.com/WordPress/gutenberg/pull/35816))
- Templates: Only include templates for the current post types. ([35802](https://github.com/WordPress/gutenberg/pull/35802))

#### Plugin
- Fix fatal error in Site Logo block in WP 5.9. ([36195](https://github.com/WordPress/gutenberg/pull/36195))

#### Patterns
- Update unsaved navigation block flow. ([35976](https://github.com/WordPress/gutenberg/pull/35976))

#### Accessibility
- Try to communicate to screen readers that post title is textarea. ([35898](https://github.com/WordPress/gutenberg/pull/35898))

#### Full Site Editing
- Add fallback handling for plugins or themes using the Customizer. ([35877](https://github.com/WordPress/gutenberg/pull/35877))

#### Widgets Editor
- Fix layout styles not applying in widgets customizer. ([35865](https://github.com/WordPress/gutenberg/pull/35865))

#### CSS & Styling
- Editor defaults for themes with no editor styles and when user disables theme styles. ([35736](https://github.com/WordPress/gutenberg/pull/35736))

#### History
- Support disabling autosave for native Unsupported Block Editor. ([35639](https://github.com/WordPress/gutenberg/pull/35639))


### Performance

#### List View
- Fix pagedown/pageup and improve scrolling. ([36063](https://github.com/WordPress/gutenberg/pull/36063))

#### Block Editor
- Improve opening of the block inserter via manual token-based analysis of reusable blocks. ([35763](https://github.com/WordPress/gutenberg/pull/35763))

#### Widgets Editor
- List View: Avoid re-rendering all items on block focus. Enable persistent List View in the widget editor. ([35706](https://github.com/WordPress/gutenberg/pull/35706))

#### Accessibility
- List View: Render a fixed number of items. ([35230](https://github.com/WordPress/gutenberg/pull/35230))


### Experiments

#### Block Library
- Adds in basic styling for post comment form. ([35704](https://github.com/WordPress/gutenberg/pull/35704))
- Navigation Area block. ([36178](https://github.com/WordPress/gutenberg/pull/36178))
- Migrate classic menus to block-based menus on theme switch. ([36255](https://github.com/WordPress/gutenberg/pull/36255))
- Post Comments block: Hide the "Comments Closed" message. ([35743](https://github.com/WordPress/gutenberg/pull/35743))
- Mobile responsive navigation by default. ([35917](https://github.com/WordPress/gutenberg/pull/35917))
- Reword navigation color labels. ([35916](https://github.com/WordPress/gutenberg/pull/35916))
- Show the placeholder again when moving from a valid menu to non-existing menu. ([36210](https://github.com/WordPress/gutenberg/pull/36210))
- Provide a way to manage wp_navigation posts from wp-admin. ([36126](https://github.com/WordPress/gutenberg/pull/36126))

#### Global Styles
- Add a Global Styles endpoint and use it in the site editor. ([35801](https://github.com/WordPress/gutenberg/pull/35801))
- Fix: Crash when resetting user color palette. ([36233](https://github.com/WordPress/gutenberg/pull/36233))
- Fix: Show user colors on palette indicator. ([36232](https://github.com/WordPress/gutenberg/pull/36232))
- Migrate theme.json v1 to v2. ([36155](https://github.com/WordPress/gutenberg/pull/36155))
- Update: Show all color and gradient origins (core, theme, and user). ([35970](https://github.com/WordPress/gutenberg/pull/35970))

#### Full Site Editing
- Always display Customizer menu item. ([36168](https://github.com/WordPress/gutenberg/pull/36168))
- Revert "Always display Customizer menu item". ([36189](https://github.com/WordPress/gutenberg/pull/36189))
- Remove slug and status columns from templates list in Appearance > Templates. ([35996](https://github.com/WordPress/gutenberg/pull/35996))

#### REST API
- Improve unit test coverage for REST API menus endpoints.. ([36177](https://github.com/WordPress/gutenberg/pull/36177))

#### Navigation Screen
- Navigation Editor: Show a warning when trying to save unsupported blocks. ([35993](https://github.com/WordPress/gutenberg/pull/35993))

#### Reusable Blocks
- Editor: Multi-Entity Saving UI Improvements. ([35933](https://github.com/WordPress/gutenberg/pull/35933))

#### Components
- Update: Implement new color palette editor component. ([35783](https://github.com/WordPress/gutenberg/pull/35783))

#### Block Editor
- Split control for URL and Text within Link UI. ([33849](https://github.com/WordPress/gutenberg/pull/33849))


### Documentation

- Add Thunks Tutorial. ([36051](https://github.com/WordPress/gutenberg/pull/36051))
- Add a more detailed guide for react native development. ([35529](https://github.com/WordPress/gutenberg/pull/35529))
- Add usage documentation for Rich Text package. ([35885](https://github.com/WordPress/gutenberg/pull/35885))
- Added link to Ways to keep up with Gutenberg & Full Site Editing. ([36077](https://github.com/WordPress/gutenberg/pull/36077))
- Blocks: Add view script to block schema and documentation. ([36175](https://github.com/WordPress/gutenberg/pull/36175))
- Blocks: Document changes to style and editorStyle in `block.json`. ([36218](https://github.com/WordPress/gutenberg/pull/36218))
- Docs: Add Getting Started level for documentation. ([35891](https://github.com/WordPress/gutenberg/pull/35891))
- Docs: Add section about using the schema during development. ([35835](https://github.com/WordPress/gutenberg/pull/35835))
- Docs: Fix Typos in widgets/overview.md. ([36078](https://github.com/WordPress/gutenberg/pull/36078))
- Docs: Fix schema file URL. ([36157](https://github.com/WordPress/gutenberg/pull/36157))
- Docs: Improve Getting Started landing page. ([35893](https://github.com/WordPress/gutenberg/pull/35893))
- Docs: Theme.json - fix typo. ([36139](https://github.com/WordPress/gutenberg/pull/36139))
- Docs: Tweak organization for getting-started documentation. ([34091](https://github.com/WordPress/gutenberg/pull/34091))
- Docs: Update the recommendation for the cadence of npm releases. ([35925](https://github.com/WordPress/gutenberg/pull/35925))
- Env docs: Update wordpress-develop example to clarify src/build location. ([35978](https://github.com/WordPress/gutenberg/pull/35978))
- Fix a small typo in the "Getting started" documentation. ([36109](https://github.com/WordPress/gutenberg/pull/36109))
- Fix wording in the Authoring Experience documentation. ([35969](https://github.com/WordPress/gutenberg/pull/35969))
- Move create-block changelog entries back to Unreleased section. ([35886](https://github.com/WordPress/gutenberg/pull/35886))
- Release Docs: Remove consecutive RCs warning. ([35855](https://github.com/WordPress/gutenberg/pull/35855))
- Update Components CONTRIBUTING.md indentation. ([35866](https://github.com/WordPress/gutenberg/pull/35866))
- fix: Backtick added around `<textarea>` input tag in readme file. ([34813](https://github.com/WordPress/gutenberg/pull/34813))
- theme.json docs: Add missing settings & styles. ([36137](https://github.com/WordPress/gutenberg/pull/36137))


### Code Quality

- Add Theme's base global styles endpoint. ([35985](https://github.com/WordPress/gutenberg/pull/35985))
- Add alexstine as code owner for post-title. ([36056](https://github.com/WordPress/gutenberg/pull/36056))
- Add block.json schema to generated file. ([35843](https://github.com/WordPress/gutenberg/pull/35843))
- Add schemas package. ([35998](https://github.com/WordPress/gutenberg/pull/35998))
- Improvements for the global styles endpoint. ([36071](https://github.com/WordPress/gutenberg/pull/36071))
- Make sure tests are pure. ([36253](https://github.com/WordPress/gutenberg/pull/36253))
- Move getStablePath function into the wordrpess/url package. ([35992](https://github.com/WordPress/gutenberg/pull/35992))
- Remove "experimental" from URL details REST controller and promote to `v1` namespace. ([35915](https://github.com/WordPress/gutenberg/pull/35915))
- Remove GB prefixed functions from template part. ([36180](https://github.com/WordPress/gutenberg/pull/36180))
- Schemas: Theme.json - Add `title` to templateParts. ([36145](https://github.com/WordPress/gutenberg/pull/36145))
- Updates `WP_Theme_JSON_Resolver` and tests to be equal to core. ([36223](https://github.com/WordPress/gutenberg/pull/36223))
- Update: Use small button on tools panel toggle. ([35935](https://github.com/WordPress/gutenberg/pull/35935))
- block-editor store: Migrate to thunks. ([35720](https://github.com/WordPress/gutenberg/pull/35720))
- theme.json: Update test data. ([35883](https://github.com/WordPress/gutenberg/pull/35883))

#### Block Library
- Heading: Auto-generated anchors hide implementation details. ([35747](https://github.com/WordPress/gutenberg/pull/35747))
- Mark Post Comments as stable and Comments Query Loop as experimental. ([36132](https://github.com/WordPress/gutenberg/pull/36132))
- Mark Post Navigation Link and Term Description blocks as stable. ([36163](https://github.com/WordPress/gutenberg/pull/36163))
- Remove `post-` prefix from Comment Template inner blocks. ([36171](https://github.com/WordPress/gutenberg/pull/36171))

#### Global Styles
- Refactor theme.json migrations to be a single class. ([36182](https://github.com/WordPress/gutenberg/pull/36182))
- Remove locations we do not translate from `theme-i18n.json`. ([35881](https://github.com/WordPress/gutenberg/pull/35881))
- Update `theme.json` schema migrations. ([36154](https://github.com/WordPress/gutenberg/pull/36154))

#### Post Editor
- Refactor FlatTermSelector into a functional component. ([33459](https://github.com/WordPress/gutenberg/pull/33459))
- Typo: Translated site properties. ([36097](https://github.com/WordPress/gutenberg/pull/36097))

#### Components
- ToolsPanel: Use Grid component to handle layout. ([35621](https://github.com/WordPress/gutenberg/pull/35621))
- Update spacing in CircularOptionPicker. ([36014](https://github.com/WordPress/gutenberg/pull/36014))

#### Data Layer
- [data]: Rename types file from .d.ts to .ts. ([36062](https://github.com/WordPress/gutenberg/pull/36062))

#### CSS & Styling
- Remove invalid buttons block CSS property. ([33793](https://github.com/WordPress/gutenberg/pull/33793))


### Tools

- Remove @chrisvanpatten from CODEOWNERS. ([35937](https://github.com/WordPress/gutenberg/pull/35937))

#### Testing
- Add a method to disable auto-accepting dialogs. ([35828](https://github.com/WordPress/gutenberg/pull/35828))
- Skip broken widgets test. ([36239](https://github.com/WordPress/gutenberg/pull/36239))
- Skip flaky test for loading block stylesheets in iframe. ([35961](https://github.com/WordPress/gutenberg/pull/35961))
- Tests: Run block fixtures through KSES. ([35611](https://github.com/WordPress/gutenberg/pull/35611))

#### Block Library
- Mark FSE blocks as non experimental. ([35979](https://github.com/WordPress/gutenberg/pull/35979))


### Various

- Apply borders to canvas rather than other UI elements. ([31081](https://github.com/WordPress/gutenberg/pull/31081))
- Changes for FSE backport in core. ([36201](https://github.com/WordPress/gutenberg/pull/36201))

#### Site Editor
- Remove navigation panel in site editor. ([36194](https://github.com/WordPress/gutenberg/pull/36194))

#### Components
- Modal: Wrap the modal contents in a StyleProvider. ([36261](https://github.com/WordPress/gutenberg/pull/36261))



= 11.8.2 =



### Various

#### Block Library
- Cover Block: Fix default background dim. ([36312](https://github.com/WordPress/gutenberg/pull/36312))





= 11.9.0-rc.2 =

### Various

- Keep a copy of anchor ref to preserve highlighted text selection. ([36263](https://github.com/WordPress/gutenberg/pull/36263))

### Features

#### Block Library
- Add Media File and Attachment Page options to the native Image block Link To menu. ([34846](https://github.com/WordPress/gutenberg/pull/34846))
- Add new Comment Reply Link block. ([35774](https://github.com/WordPress/gutenberg/pull/35774))
- Add new Edit Comment Link block. ([35965](https://github.com/WordPress/gutenberg/pull/35965))
- Site Editor: Add Comment Avatar Core Block. ([35396](https://github.com/WordPress/gutenberg/pull/35396))
- Site Editor: Add new Comments Query Loop block. ([35231](https://github.com/WordPress/gutenberg/pull/35231))

#### Block Editor
- Enable native editor onboarding features globally. ([35201](https://github.com/WordPress/gutenberg/pull/35201))


### Enhancements

- Disable Xdebug by default unless specified by user. ([34324](https://github.com/WordPress/gutenberg/pull/34324))
- Improve the initial loading of the site editor. ([36044](https://github.com/WordPress/gutenberg/pull/36044))
- StripHTML - preserve leading and trailing spaces and strip script and on* attributes. ([35539](https://github.com/WordPress/gutenberg/pull/35539))
- Remove visual clue from text alignment toolbar. ([35922](https://github.com/WordPress/gutenberg/pull/35922))
- Add `flex-wrap` control to `flex` layout. ([36003](https://github.com/WordPress/gutenberg/pull/36003))

#### Block Library
- Add alignment option to the Comment Edit Link block. ([36033](https://github.com/WordPress/gutenberg/pull/36033))
- Add featured transforms in Link Control for Navigation Link items. ([35857](https://github.com/WordPress/gutenberg/pull/35857))
- Add flex layout to Buttons block and new layout type. ([35819](https://github.com/WordPress/gutenberg/pull/35819))
- Add spacing controls to Post Author block. ([35963](https://github.com/WordPress/gutenberg/pull/35963))
- Add spacing controls to Post Excerpt. ([35959](https://github.com/WordPress/gutenberg/pull/35959))
- Add create new menu button to nav block. ([36245](https://github.com/WordPress/gutenberg/pull/36245))
- Code block: Add support for padding, color & border styles. ([27582](https://github.com/WordPress/gutenberg/pull/27582))
- Columns: Add padding support. ([35701](https://github.com/WordPress/gutenberg/pull/35701))
- Comment Author Name: Add spacing to have same options as Post Author Name. ([36213](https://github.com/WordPress/gutenberg/pull/36213))
- Deprecate the Post Comment block. ([36032](https://github.com/WordPress/gutenberg/pull/36032))
- Embed: Add Wolfram Cloud as an embed provider. ([35656](https://github.com/WordPress/gutenberg/pull/35656))
- Gallery block: Replace gallery experimental setting with a check for use_balanceTags. ([34979](https://github.com/WordPress/gutenberg/pull/34979))
- Image Block: Add data-id attribute on server side render for core galleries. ([35975](https://github.com/WordPress/gutenberg/pull/35975))
- Navigation Block: Add missing menu item attributes to core/navigation. ([35634](https://github.com/WordPress/gutenberg/pull/35634))
- Navigation: Add delete nav menu button. ([35981](https://github.com/WordPress/gutenberg/pull/35981))
- Navigation: Create nav menu on pattern insertion or when the block has uncontrolled inner blocks. ([36024](https://github.com/WordPress/gutenberg/pull/36024))
- Navigation: Use a single placeholder for the block. ([36023](https://github.com/WordPress/gutenberg/pull/36023))
- Page List: Create a JS version for the editor. ([31670](https://github.com/WordPress/gutenberg/pull/31670))
- Post Comment Author: Add alignment options. ([36045](https://github.com/WordPress/gutenberg/pull/36045))
- Post Comments: Even out the top margin inside the block. ([35887](https://github.com/WordPress/gutenberg/pull/35887))
- Post Excerpt: Don't print the wrapper when there is no excerpt. ([35749](https://github.com/WordPress/gutenberg/pull/35749))
- Post Title: Return no markup if title is empty. ([35861](https://github.com/WordPress/gutenberg/pull/35861))
- Save Navigation Block data to a wp_navigation post type. ([35746](https://github.com/WordPress/gutenberg/pull/35746))
- Search: Add contextual defaults when inserted in Navigation block. ([36125](https://github.com/WordPress/gutenberg/pull/36125))
- Try using flex layout on the Navigation block. ([36169](https://github.com/WordPress/gutenberg/pull/36169))
- Update navigation block entity automatic name generation and refine naming UI. ([36238](https://github.com/WordPress/gutenberg/pull/36238))

#### Accessibility
- Add announcement on formatting change for screen readers. ([35896](https://github.com/WordPress/gutenberg/pull/35896))
- Add aria-current to navigation link, submenu, page list. ([35880](https://github.com/WordPress/gutenberg/pull/35880))
- Full Site Editing: Use SearchControl component inside nav menu. ([36011](https://github.com/WordPress/gutenberg/pull/36011))
- Improve focus styles for Link UI preview title. ([35853](https://github.com/WordPress/gutenberg/pull/35853))
- Site Editor: Enable the "Save" keyboard shortcut. ([36138](https://github.com/WordPress/gutenberg/pull/36138))

#### Block Editor
- Enable rich previews in the Link UI for the Site Editor. ([35951](https://github.com/WordPress/gutenberg/pull/35951))
- Try: Show drag slot instead of hiding the item being dragged. ([33950](https://github.com/WordPress/gutenberg/pull/33950))
- Update Link UI design for preview action buttons to use icons for edit and unlink. ([35833](https://github.com/WordPress/gutenberg/pull/35833))

#### Full Site Editing
- Move and rename the site editor menu item. ([36064](https://github.com/WordPress/gutenberg/pull/36064))
- Use Heading component on NavigationMenu and NavigationGroup components. ([36009](https://github.com/WordPress/gutenberg/pull/36009))

#### Components
- Add duotone description. ([36018](https://github.com/WordPress/gutenberg/pull/36018))
- ToolsPanel: Update typography panel layout. ([35911](https://github.com/WordPress/gutenberg/pull/35911))

#### Template Editor
- Add resizer to template part focus mode. ([35728](https://github.com/WordPress/gutenberg/pull/35728))
- Auto resize the height of template part focus mode. ([35974](https://github.com/WordPress/gutenberg/pull/35974))

#### Global Styles
- Remove the duplicated title in background, text and link views in Global Styles. ([35583](https://github.com/WordPress/gutenberg/pull/35583))
- Typography: Switch to ToolsPanel for block support UI. ([33744](https://github.com/WordPress/gutenberg/pull/33744))

#### Design Tools
- Enable transparency for duotone. ([34130](https://github.com/WordPress/gutenberg/pull/34130))
- Typography block support: Add typography support and defaults. ([34064](https://github.com/WordPress/gutenberg/pull/34064))

#### Media
- Remove "security" verbiage from warning when filetype does not pass on upload. ([36226](https://github.com/WordPress/gutenberg/pull/36226))

#### Patterns
- [Patterns]: Add a flag to hide patterns from UI. ([36108](https://github.com/WordPress/gutenberg/pull/36108))

#### Themes
- Remove experimental feature notice. ([36083](https://github.com/WordPress/gutenberg/pull/36083))

#### Testing
- Scripts: Increase timeout for end-to-end tests. ([35983](https://github.com/WordPress/gutenberg/pull/35983))

#### REST API
- URL Details: Update regex to include `og:Description`. ([35875](https://github.com/WordPress/gutenberg/pull/35875))


### New APIs

#### Global Styles
- Add API to access global settings, styles, and stylesheet. ([34843](https://github.com/WordPress/gutenberg/pull/34843))

#### Block Library
- Inner blocks: Edit/save symmetry + stabilise API. ([26031](https://github.com/WordPress/gutenberg/pull/26031))


### Bug Fixes

- Allow moving metaboxes to previously empty area. ([25187](https://github.com/WordPress/gutenberg/pull/25187))
- Avoid showing deleted records in editor saving flow. ([36027](https://github.com/WordPress/gutenberg/pull/36027))
- BaseControl: Help text id has undefined value if no id is passed to component. ([35899](https://github.com/WordPress/gutenberg/pull/35899))
- Change `console.error` to `console.warn` for enqueued styles in the editor. ([35914](https://github.com/WordPress/gutenberg/pull/35914))
- Core Data uses hardcoded baseURL prefix for taxonomies and post types. ([35850](https://github.com/WordPress/gutenberg/pull/35850))
- Do not translate HTML tag. ([35930](https://github.com/WordPress/gutenberg/pull/35930))
- Disable ability to edit menus via `Appearance -> Navigation Menus` for non-FSE themes. ([36257](https://github.com/WordPress/gutenberg/pull/36257))
- Fix crash from calls to `undefined` functions. ([36248](https://github.com/WordPress/gutenberg/pull/36248))
- Fix WPCS lint errors in global styles. ([36058](https://github.com/WordPress/gutenberg/pull/36058))
- Fix getPxFromCssUnit test stability and test that memoized function works correctly. ([35939](https://github.com/WordPress/gutenberg/pull/35939))
- Fix: Rest global styles controller accessing configuration that may not exist. ([36047](https://github.com/WordPress/gutenberg/pull/36047))
- Make saveEditedEntityRecord use the entity key when available. ([36212](https://github.com/WordPress/gutenberg/pull/36212))
- Prevent PHP notice from block-supports elements. ([35836](https://github.com/WordPress/gutenberg/pull/35836))
- Revert "Post Content: Fix float clearing on entry content (#35958)". ([36004](https://github.com/WordPress/gutenberg/pull/36004))
- Try ensuring the item after post content clears floats. ([36006](https://github.com/WordPress/gutenberg/pull/36006))
- Unhook _block_template_render_title_tag. ([36133](https://github.com/WordPress/gutenberg/pull/36133))

#### Block Library
- Classic Block: Fix select all blocks side effect. ([35999](https://github.com/WordPress/gutenberg/pull/35999))
- Column block: Only add flex-basis if width contains a number. ([35831](https://github.com/WordPress/gutenberg/pull/35831))
- Comment Template: Move inner blocks container to separate components. ([36174](https://github.com/WordPress/gutenberg/pull/36174))
- Blocks: Fix relative URLs for inlined styles. ([35538](https://github.com/WordPress/gutenberg/pull/35538))
- Fix controlled inner blocks parent block attributes updates. ([35827](https://github.com/WordPress/gutenberg/pull/35827))
- Fix incorrect attributes definitions. ([36140](https://github.com/WordPress/gutenberg/pull/36140))
- Gallery block: Only show the gallery upload error message if mixed multiple files uploaded. ([35790](https://github.com/WordPress/gutenberg/pull/35790))
- Gallery block: Remove the arbitrary alt text that is added to gallery images. ([35936](https://github.com/WordPress/gutenberg/pull/35936))
- Heading: Avoid error on split when the paragraph isn't registered. ([35871](https://github.com/WordPress/gutenberg/pull/35871))
- Navigation Submenu: Fix PHP notice. ([35984](https://github.com/WordPress/gutenberg/pull/35984))
- Navigation overlay menu: Fix submenu spacing. ([35823](https://github.com/WordPress/gutenberg/pull/35823))
- Navigation: Fix dropdown indicator. ([36106](https://github.com/WordPress/gutenberg/pull/36106))
- Navigation: Fix issues with responsive justifications. ([35913](https://github.com/WordPress/gutenberg/pull/35913))
- Navigation: Fix justifications. ([36105](https://github.com/WordPress/gutenberg/pull/36105))
- Navigation: Fix padding for social links on mobile. ([35824](https://github.com/WordPress/gutenberg/pull/35824))
- Pattern block: Remove wrapping div. ([36090](https://github.com/WordPress/gutenberg/pull/36090))
- Post Comment: Handle the case where a comment does not exist. ([35810](https://github.com/WordPress/gutenberg/pull/35810))
- Post Content: Fix float clearing on entry content. ([35958](https://github.com/WordPress/gutenberg/pull/35958))
- Post Template Block: Move inner blocks container to separate component. ([35945](https://github.com/WordPress/gutenberg/pull/35945))
- Post Terms: Prevent the block from breaking on pages. ([35957](https://github.com/WordPress/gutenberg/pull/35957))
- Site Logo: Fix center alignment. ([35971](https://github.com/WordPress/gutenberg/pull/35971))

#### Components
- Fix ColorPalette className. ([36016](https://github.com/WordPress/gutenberg/pull/36016))
- Fix `<Text>` component text color value to correct color value for Link UI preview description text. ([35851](https://github.com/WordPress/gutenberg/pull/35851))
- Fix color list picker spacing to accomodate the new color picker. ([36017](https://github.com/WordPress/gutenberg/pull/36017))
- Fix unexpected movements, and closing on first click in the color picker. ([35670](https://github.com/WordPress/gutenberg/pull/35670))
- Fixes #34855 RangeControl style issue in RTL. ([35777](https://github.com/WordPress/gutenberg/pull/35777))
- Popover: Check anchorDocument default view before removing events. ([35832](https://github.com/WordPress/gutenberg/pull/35832))
- Storybook: Lazy load LTR/RTL styles for consistent specificity. ([35771](https://github.com/WordPress/gutenberg/pull/35771))
- fix/35709: Set admin color scheme to angle color picker. ([35908](https://github.com/WordPress/gutenberg/pull/35908))

#### Global Styles
- Fix navigation in global styles sidebar. ([36203](https://github.com/WordPress/gutenberg/pull/36203))
- Fix presets data for themes that do not provide any preset. ([36054](https://github.com/WordPress/gutenberg/pull/36054))
- Generate preset metadata for font-family in the site editor. ([36022](https://github.com/WordPress/gutenberg/pull/36022))
- Hotfix for leftovers of `WP_Theme_JSON_Resolver::Get_merged_data`. ([36173](https://github.com/WordPress/gutenberg/pull/36173))
- Lower the specificity of border & padding styles for the outline block style in the button block. ([35968](https://github.com/WordPress/gutenberg/pull/35968))
- Theme.json: Remove custom prefixes from properties that did not land in 5.8. ([34485](https://github.com/WordPress/gutenberg/pull/34485))

#### Block Editor
- Fix inserter with block pattern categories. ([36116](https://github.com/WordPress/gutenberg/pull/36116))
- Fix navigation block link control zero value in it. ([36198](https://github.com/WordPress/gutenberg/pull/36198))
- Fix the update of link and suggestions in LinkControl. ([32320](https://github.com/WordPress/gutenberg/pull/32320))
- Make Link UI inactive if selection extends beyond format bounds or encounters new link. ([35946](https://github.com/WordPress/gutenberg/pull/35946))
- Fix selection by holding shift key for nested blocks. ([35668](https://github.com/WordPress/gutenberg/pull/35668))
- Fix shift+click on a child block with its parent selected. ([35988](https://github.com/WordPress/gutenberg/pull/35988))

#### Design Tools
- Font Appearance: Improve consistency of label in Typography panel. ([35860](https://github.com/WordPress/gutenberg/pull/35860))
- Font Family Support: Fix skip serialization check. ([36073](https://github.com/WordPress/gutenberg/pull/36073))
- Navigation: Force text decoration styles on nav item in editor. ([35859](https://github.com/WordPress/gutenberg/pull/35859))

#### Template Editor
- Clear selected block when clicking outside in the template part focus mode. ([35816](https://github.com/WordPress/gutenberg/pull/35816))
- Templates: Only include templates for the current post types. ([35802](https://github.com/WordPress/gutenberg/pull/35802))

#### Plugin
- Fix fatal error in Site Logo block in WP 5.9. ([36195](https://github.com/WordPress/gutenberg/pull/36195))

#### Patterns
- Update unsaved navigation block flow. ([35976](https://github.com/WordPress/gutenberg/pull/35976))

#### Accessibility
- Try to communicate to screen readers that post title is textarea. ([35898](https://github.com/WordPress/gutenberg/pull/35898))

#### Full Site Editing
- Add fallback handling for plugins or themes using the Customizer. ([35877](https://github.com/WordPress/gutenberg/pull/35877))

#### Widgets Editor
- Fix layout styles not applying in widgets customizer. ([35865](https://github.com/WordPress/gutenberg/pull/35865))

#### CSS & Styling
- Editor defaults for themes with no editor styles and when user disables theme styles. ([35736](https://github.com/WordPress/gutenberg/pull/35736))

#### History
- Support disabling autosave for native Unsupported Block Editor. ([35639](https://github.com/WordPress/gutenberg/pull/35639))


### Performance

#### List View
- Fix pagedown/pageup and improve scrolling. ([36063](https://github.com/WordPress/gutenberg/pull/36063))

#### Block Editor
- Improve opening of the block inserter via manual token-based analysis of reusable blocks. ([35763](https://github.com/WordPress/gutenberg/pull/35763))

#### Widgets Editor
- List View: Avoid re-rendering all items on block focus. Enable persistent List View in the widget editor. ([35706](https://github.com/WordPress/gutenberg/pull/35706))

#### Accessibility
- List View: Render a fixed number of items. ([35230](https://github.com/WordPress/gutenberg/pull/35230))


### Experiments

#### Block Library
- Adds in basic styling for post comment form. ([35704](https://github.com/WordPress/gutenberg/pull/35704))
- Navigation Area block. ([36178](https://github.com/WordPress/gutenberg/pull/36178))
- Migrate classic menus to block-based menus on theme switch. ([36255](https://github.com/WordPress/gutenberg/pull/36255))
- Post Comments block: Hide the "Comments Closed" message. ([35743](https://github.com/WordPress/gutenberg/pull/35743))
- Mobile responsive navigation by default. ([35917](https://github.com/WordPress/gutenberg/pull/35917))
- Reword navigation color labels. ([35916](https://github.com/WordPress/gutenberg/pull/35916))
- Show the placeholder again when moving from a valid menu to non-existing menu. ([36210](https://github.com/WordPress/gutenberg/pull/36210))
- Provide a way to manage wp_navigation posts from wp-admin. ([36126](https://github.com/WordPress/gutenberg/pull/36126))

#### Global Styles
- Add a Global Styles endpoint and use it in the site editor. ([35801](https://github.com/WordPress/gutenberg/pull/35801))
- Fix: Crash when resetting user color palette. ([36233](https://github.com/WordPress/gutenberg/pull/36233))
- Fix: Show user colors on palette indicator. ([36232](https://github.com/WordPress/gutenberg/pull/36232))
- Migrate theme.json v1 to v2. ([36155](https://github.com/WordPress/gutenberg/pull/36155))
- Update: Show all color and gradient origins (core, theme, and user). ([35970](https://github.com/WordPress/gutenberg/pull/35970))

#### Full Site Editing
- Always display Customizer menu item. ([36168](https://github.com/WordPress/gutenberg/pull/36168))
- Revert "Always display Customizer menu item". ([36189](https://github.com/WordPress/gutenberg/pull/36189))
- Remove slug and status columns from templates list in Appearance > Templates. ([35996](https://github.com/WordPress/gutenberg/pull/35996))

#### REST API
- Improve unit test coverage for REST API menus endpoints.. ([36177](https://github.com/WordPress/gutenberg/pull/36177))

#### Navigation Screen
- Navigation Editor: Show a warning when trying to save unsupported blocks. ([35993](https://github.com/WordPress/gutenberg/pull/35993))

#### Reusable Blocks
- Editor: Multi-Entity Saving UI Improvements. ([35933](https://github.com/WordPress/gutenberg/pull/35933))

#### Components
- Update: Implement new color palette editor component. ([35783](https://github.com/WordPress/gutenberg/pull/35783))

#### Block Editor
- Split control for URL and Text within Link UI. ([33849](https://github.com/WordPress/gutenberg/pull/33849))


### Documentation

- Add Thunks Tutorial. ([36051](https://github.com/WordPress/gutenberg/pull/36051))
- Add a more detailed guide for react native development. ([35529](https://github.com/WordPress/gutenberg/pull/35529))
- Add usage documentation for Rich Text package. ([35885](https://github.com/WordPress/gutenberg/pull/35885))
- Added link to Ways to keep up with Gutenberg & Full Site Editing. ([36077](https://github.com/WordPress/gutenberg/pull/36077))
- Blocks: Add view script to block schema and documentation. ([36175](https://github.com/WordPress/gutenberg/pull/36175))
- Blocks: Document changes to style and editorStyle in `block.json`. ([36218](https://github.com/WordPress/gutenberg/pull/36218))
- Docs: Add Getting Started level for documentation. ([35891](https://github.com/WordPress/gutenberg/pull/35891))
- Docs: Add section about using the schema during development. ([35835](https://github.com/WordPress/gutenberg/pull/35835))
- Docs: Fix Typos in widgets/overview.md. ([36078](https://github.com/WordPress/gutenberg/pull/36078))
- Docs: Fix schema file URL. ([36157](https://github.com/WordPress/gutenberg/pull/36157))
- Docs: Improve Getting Started landing page. ([35893](https://github.com/WordPress/gutenberg/pull/35893))
- Docs: Theme.json - fix typo. ([36139](https://github.com/WordPress/gutenberg/pull/36139))
- Docs: Tweak organization for getting-started documentation. ([34091](https://github.com/WordPress/gutenberg/pull/34091))
- Docs: Update the recommendation for the cadence of npm releases. ([35925](https://github.com/WordPress/gutenberg/pull/35925))
- Env docs: Update wordpress-develop example to clarify src/build location. ([35978](https://github.com/WordPress/gutenberg/pull/35978))
- Fix a small typo in the "Getting started" documentation. ([36109](https://github.com/WordPress/gutenberg/pull/36109))
- Fix wording in the Authoring Experience documentation. ([35969](https://github.com/WordPress/gutenberg/pull/35969))
- Move create-block changelog entries back to Unreleased section. ([35886](https://github.com/WordPress/gutenberg/pull/35886))
- Release Docs: Remove consecutive RCs warning. ([35855](https://github.com/WordPress/gutenberg/pull/35855))
- Update Components CONTRIBUTING.md indentation. ([35866](https://github.com/WordPress/gutenberg/pull/35866))
- fix: Backtick added around `<textarea>` input tag in readme file. ([34813](https://github.com/WordPress/gutenberg/pull/34813))
- theme.json docs: Add missing settings & styles. ([36137](https://github.com/WordPress/gutenberg/pull/36137))


### Code Quality

- Add Theme's base global styles endpoint. ([35985](https://github.com/WordPress/gutenberg/pull/35985))
- Add alexstine as code owner for post-title. ([36056](https://github.com/WordPress/gutenberg/pull/36056))
- Add block.json schema to generated file. ([35843](https://github.com/WordPress/gutenberg/pull/35843))
- Add schemas package. ([35998](https://github.com/WordPress/gutenberg/pull/35998))
- Improvements for the global styles endpoint. ([36071](https://github.com/WordPress/gutenberg/pull/36071))
- Make sure tests are pure. ([36253](https://github.com/WordPress/gutenberg/pull/36253))
- Move getStablePath function into the wordrpess/url package. ([35992](https://github.com/WordPress/gutenberg/pull/35992))
- Remove "experimental" from URL details REST controller and promote to `v1` namespace. ([35915](https://github.com/WordPress/gutenberg/pull/35915))
- Remove GB prefixed functions from template part. ([36180](https://github.com/WordPress/gutenberg/pull/36180))
- Schemas: Theme.json - Add `title` to templateParts. ([36145](https://github.com/WordPress/gutenberg/pull/36145))
- Updates `WP_Theme_JSON_Resolver` and tests to be equal to core. ([36223](https://github.com/WordPress/gutenberg/pull/36223))
- Update: Use small button on tools panel toggle. ([35935](https://github.com/WordPress/gutenberg/pull/35935))
- block-editor store: Migrate to thunks. ([35720](https://github.com/WordPress/gutenberg/pull/35720))
- theme.json: Update test data. ([35883](https://github.com/WordPress/gutenberg/pull/35883))

#### Block Library
- Heading: Auto-generated anchors hide implementation details. ([35747](https://github.com/WordPress/gutenberg/pull/35747))
- Mark Post Comments as stable and Comments Query Loop as experimental. ([36132](https://github.com/WordPress/gutenberg/pull/36132))
- Mark Post Navigation Link and Term Description blocks as stable. ([36163](https://github.com/WordPress/gutenberg/pull/36163))
- Remove `post-` prefix from Comment Template inner blocks. ([36171](https://github.com/WordPress/gutenberg/pull/36171))

#### Global Styles
- Refactor theme.json migrations to be a single class. ([36182](https://github.com/WordPress/gutenberg/pull/36182))
- Remove locations we do not translate from `theme-i18n.json`. ([35881](https://github.com/WordPress/gutenberg/pull/35881))
- Update `theme.json` schema migrations. ([36154](https://github.com/WordPress/gutenberg/pull/36154))

#### Post Editor
- Refactor FlatTermSelector into a functional component. ([33459](https://github.com/WordPress/gutenberg/pull/33459))
- Typo: Translated site properties. ([36097](https://github.com/WordPress/gutenberg/pull/36097))

#### Components
- ToolsPanel: Use Grid component to handle layout. ([35621](https://github.com/WordPress/gutenberg/pull/35621))
- Update spacing in CircularOptionPicker. ([36014](https://github.com/WordPress/gutenberg/pull/36014))

#### Data Layer
- [data]: Rename types file from .d.ts to .ts. ([36062](https://github.com/WordPress/gutenberg/pull/36062))

#### CSS & Styling
- Remove invalid buttons block CSS property. ([33793](https://github.com/WordPress/gutenberg/pull/33793))


### Tools

- Remove @chrisvanpatten from CODEOWNERS. ([35937](https://github.com/WordPress/gutenberg/pull/35937))

#### Testing
- Add a method to disable auto-accepting dialogs. ([35828](https://github.com/WordPress/gutenberg/pull/35828))
- Skip broken widgets test. ([36239](https://github.com/WordPress/gutenberg/pull/36239))
- Skip flaky test for loading block stylesheets in iframe. ([35961](https://github.com/WordPress/gutenberg/pull/35961))
- Tests: Run block fixtures through KSES. ([35611](https://github.com/WordPress/gutenberg/pull/35611))

#### Block Library
- Mark FSE blocks as non experimental. ([35979](https://github.com/WordPress/gutenberg/pull/35979))


### Various

- Apply borders to canvas rather than other UI elements. ([31081](https://github.com/WordPress/gutenberg/pull/31081))
- Changes for FSE backport in core. ([36201](https://github.com/WordPress/gutenberg/pull/36201))
- Mobile - Add support for the Mark HTML tag and updates Aztec iOS to 1.19.5. ([35956](https://github.com/WordPress/gutenberg/pull/35956))
- Update Appium to 1.22.0. ([35829](https://github.com/WordPress/gutenberg/pull/35829))
- Updates publish-to-s3 plugin to 0.7.0 for react-native-bridge & react-native-aztec Android and publishes '-sources.jar'. ([36034](https://github.com/WordPress/gutenberg/pull/36034))
- Use the block name in the "remove block" menu item in the settings dropdown. ([35872](https://github.com/WordPress/gutenberg/pull/35872))

#### Site Editor
- Remove navigation panel in site editor. ([36194](https://github.com/WordPress/gutenberg/pull/36194))



= 11.8.1 =



### Various

- Keep a copy of anchor ref to preserve highlighted text selection. ([36263](https://github.com/WordPress/gutenberg/pull/36263))





= 11.9.0-rc.1 =

### Features

#### Block Library
- Add Media File and Attachment Page options to the native Image block Link To menu. ([34846](https://github.com/WordPress/gutenberg/pull/34846))
- Add new Comment Reply Link block. ([35774](https://github.com/WordPress/gutenberg/pull/35774))
- Add new Edit Comment Link block. ([35965](https://github.com/WordPress/gutenberg/pull/35965))
- Site Editor: Add Comment Avatar Core Block. ([35396](https://github.com/WordPress/gutenberg/pull/35396))
- Site Editor: Add new Comments Query Loop block. ([35231](https://github.com/WordPress/gutenberg/pull/35231))

#### Block Editor
- Enable native editor onboarding features globally. ([35201](https://github.com/WordPress/gutenberg/pull/35201))


### Enhancements

- Disable Xdebug by default unless specified by user. ([34324](https://github.com/WordPress/gutenberg/pull/34324))
- Improve the initial loading of the site editor. ([36044](https://github.com/WordPress/gutenberg/pull/36044))
- StripHTML - preserve leading and trailing spaces and strip script and on* attributes. ([35539](https://github.com/WordPress/gutenberg/pull/35539))
- Remove visual clue from text alignment toolbar. ([35922](https://github.com/WordPress/gutenberg/pull/35922))
- Add `flex-wrap` control to `flex` layout. ([36003](https://github.com/WordPress/gutenberg/pull/36003))

#### Block Library
- Add alignment option to the Comment Edit Link block. ([36033](https://github.com/WordPress/gutenberg/pull/36033))
- Add featured transforms in Link Control for Navigation Link items. ([35857](https://github.com/WordPress/gutenberg/pull/35857))
- Add flex layout to Buttons block and new layout type. ([35819](https://github.com/WordPress/gutenberg/pull/35819))
- Add spacing controls to Post Author block. ([35963](https://github.com/WordPress/gutenberg/pull/35963))
- Add spacing controls to Post Excerpt. ([35959](https://github.com/WordPress/gutenberg/pull/35959))
- Add create new menu button to nav block. ([36245](https://github.com/WordPress/gutenberg/pull/36245))
- Code block: Add support for padding, color & border styles. ([27582](https://github.com/WordPress/gutenberg/pull/27582))
- Columns: Add padding support. ([35701](https://github.com/WordPress/gutenberg/pull/35701))
- Comment Author Name: Add spacing to have same options as Post Author Name. ([36213](https://github.com/WordPress/gutenberg/pull/36213))
- Deprecate the Post Comment block. ([36032](https://github.com/WordPress/gutenberg/pull/36032))
- Embed: Add Wolfram Cloud as an embed provider. ([35656](https://github.com/WordPress/gutenberg/pull/35656))
- Gallery block: Replace gallery experimental setting with a check for use_balanceTags. ([34979](https://github.com/WordPress/gutenberg/pull/34979))
- Image Block: Add data-id attribute on server side render for core galleries. ([35975](https://github.com/WordPress/gutenberg/pull/35975))
- Navigation Block: Add missing menu item attributes to core/navigation. ([35634](https://github.com/WordPress/gutenberg/pull/35634))
- Navigation: Add delete nav menu button. ([35981](https://github.com/WordPress/gutenberg/pull/35981))
- Navigation: Create nav menu on pattern insertion or when the block has uncontrolled inner blocks. ([36024](https://github.com/WordPress/gutenberg/pull/36024))
- Navigation: Use a single placeholder for the block. ([36023](https://github.com/WordPress/gutenberg/pull/36023))
- Page List: Create a JS version for the editor. ([31670](https://github.com/WordPress/gutenberg/pull/31670))
- Post Comment Author: Add alignment options. ([36045](https://github.com/WordPress/gutenberg/pull/36045))
- Post Comments: Even out the top margin inside the block. ([35887](https://github.com/WordPress/gutenberg/pull/35887))
- Post Excerpt: Don't print the wrapper when there is no excerpt. ([35749](https://github.com/WordPress/gutenberg/pull/35749))
- Post Title: Return no markup if title is empty. ([35861](https://github.com/WordPress/gutenberg/pull/35861))
- Save Navigation Block data to a wp_navigation post type. ([35746](https://github.com/WordPress/gutenberg/pull/35746))
- Search: Add contextual defaults when inserted in Navigation block. ([36125](https://github.com/WordPress/gutenberg/pull/36125))
- Try using flex layout on the Navigation block. ([36169](https://github.com/WordPress/gutenberg/pull/36169))
- Update navigation block entity automatic name generation and refine naming UI. ([36238](https://github.com/WordPress/gutenberg/pull/36238))

#### Accessibility
- Add announcement on formatting change for screen readers. ([35896](https://github.com/WordPress/gutenberg/pull/35896))
- Add aria-current to navigation link, submenu, page list. ([35880](https://github.com/WordPress/gutenberg/pull/35880))
- Full Site Editing: Use SearchControl component inside nav menu. ([36011](https://github.com/WordPress/gutenberg/pull/36011))
- Improve focus styles for Link UI preview title. ([35853](https://github.com/WordPress/gutenberg/pull/35853))
- Site Editor: Enable the "Save" keyboard shortcut. ([36138](https://github.com/WordPress/gutenberg/pull/36138))

#### Block Editor
- Enable rich previews in the Link UI for the Site Editor. ([35951](https://github.com/WordPress/gutenberg/pull/35951))
- Try: Show drag slot instead of hiding the item being dragged. ([33950](https://github.com/WordPress/gutenberg/pull/33950))
- Update Link UI design for preview action buttons to use icons for edit and unlink. ([35833](https://github.com/WordPress/gutenberg/pull/35833))

#### Full Site Editing
- Move and rename the site editor menu item. ([36064](https://github.com/WordPress/gutenberg/pull/36064))
- Use Heading component on NavigationMenu and NavigationGroup components. ([36009](https://github.com/WordPress/gutenberg/pull/36009))

#### Components
- Add duotone description. ([36018](https://github.com/WordPress/gutenberg/pull/36018))
- ToolsPanel: Update typography panel layout. ([35911](https://github.com/WordPress/gutenberg/pull/35911))

#### Template Editor
- Add resizer to template part focus mode. ([35728](https://github.com/WordPress/gutenberg/pull/35728))
- Auto resize the height of template part focus mode. ([35974](https://github.com/WordPress/gutenberg/pull/35974))

#### Global Styles
- Remove the duplicated title in background, text and link views in Global Styles. ([35583](https://github.com/WordPress/gutenberg/pull/35583))
- Typography: Switch to ToolsPanel for block support UI. ([33744](https://github.com/WordPress/gutenberg/pull/33744))

#### Design Tools
- Enable transparency for duotone. ([34130](https://github.com/WordPress/gutenberg/pull/34130))
- Typography block support: Add typography support and defaults. ([34064](https://github.com/WordPress/gutenberg/pull/34064))

#### Media
- Remove "security" verbiage from warning when filetype does not pass on upload. ([36226](https://github.com/WordPress/gutenberg/pull/36226))

#### Patterns
- [Patterns]: Add a flag to hide patterns from UI. ([36108](https://github.com/WordPress/gutenberg/pull/36108))

#### Themes
- Remove experimental feature notice. ([36083](https://github.com/WordPress/gutenberg/pull/36083))

#### Testing
- Scripts: Increase timeout for end-to-end tests. ([35983](https://github.com/WordPress/gutenberg/pull/35983))

#### REST API
- URL Details: Update regex to include `og:Description`. ([35875](https://github.com/WordPress/gutenberg/pull/35875))


### New APIs

#### Global Styles
- Add API to access global settings, styles, and stylesheet. ([34843](https://github.com/WordPress/gutenberg/pull/34843))

#### Block Library
- Inner blocks: Edit/save symmetry + stabilise API. ([26031](https://github.com/WordPress/gutenberg/pull/26031))


### Bug Fixes

- Allow moving metaboxes to previously empty area. ([25187](https://github.com/WordPress/gutenberg/pull/25187))
- Avoid showing deleted records in editor saving flow. ([36027](https://github.com/WordPress/gutenberg/pull/36027))
- BaseControl: Help text id has undefined value if no id is passed to component. ([35899](https://github.com/WordPress/gutenberg/pull/35899))
- Change `console.error` to `console.warn` for enqueued styles in the editor. ([35914](https://github.com/WordPress/gutenberg/pull/35914))
- Core Data uses hardcoded baseURL prefix for taxonomies and post types. ([35850](https://github.com/WordPress/gutenberg/pull/35850))
- Do not translate HTML tag. ([35930](https://github.com/WordPress/gutenberg/pull/35930))
- Disable ability to edit menus via `Appearance -> Navigation Menus` for non-FSE themes. ([36257](https://github.com/WordPress/gutenberg/pull/36257))
- Fix crash from calls to `undefined` functions. ([36248](https://github.com/WordPress/gutenberg/pull/36248))
- Fix WPCS lint errors in global styles. ([36058](https://github.com/WordPress/gutenberg/pull/36058))
- Fix getPxFromCssUnit test stability and test that memoized function works correctly. ([35939](https://github.com/WordPress/gutenberg/pull/35939))
- Fix: Rest global styles controller accessing configuration that may not exist. ([36047](https://github.com/WordPress/gutenberg/pull/36047))
- Make saveEditedEntityRecord use the entity key when available. ([36212](https://github.com/WordPress/gutenberg/pull/36212))
- Prevent PHP notice from block-supports elements. ([35836](https://github.com/WordPress/gutenberg/pull/35836))
- Revert "Post Content: Fix float clearing on entry content (#35958)". ([36004](https://github.com/WordPress/gutenberg/pull/36004))
- Try ensuring the item after post content clears floats. ([36006](https://github.com/WordPress/gutenberg/pull/36006))
- Unhook _block_template_render_title_tag. ([36133](https://github.com/WordPress/gutenberg/pull/36133))

#### Block Library
- Classic Block: Fix select all blocks side effect. ([35999](https://github.com/WordPress/gutenberg/pull/35999))
- Column block: Only add flex-basis if width contains a number. ([35831](https://github.com/WordPress/gutenberg/pull/35831))
- Comment Template: Move inner blocks container to separate components. ([36174](https://github.com/WordPress/gutenberg/pull/36174))
- Blocks: Fix relative URLs for inlined styles. ([35538](https://github.com/WordPress/gutenberg/pull/35538))
- Fix controlled inner blocks parent block attributes updates. ([35827](https://github.com/WordPress/gutenberg/pull/35827))
- Fix incorrect attributes definitions. ([36140](https://github.com/WordPress/gutenberg/pull/36140))
- Gallery block: Only show the gallery upload error message if mixed multiple files uploaded. ([35790](https://github.com/WordPress/gutenberg/pull/35790))
- Gallery block: Remove the arbitrary alt text that is added to gallery images. ([35936](https://github.com/WordPress/gutenberg/pull/35936))
- Heading: Avoid error on split when the paragraph isn't registered. ([35871](https://github.com/WordPress/gutenberg/pull/35871))
- Navigation Submenu: Fix PHP notice. ([35984](https://github.com/WordPress/gutenberg/pull/35984))
- Navigation overlay menu: Fix submenu spacing. ([35823](https://github.com/WordPress/gutenberg/pull/35823))
- Navigation: Fix dropdown indicator. ([36106](https://github.com/WordPress/gutenberg/pull/36106))
- Navigation: Fix issues with responsive justifications. ([35913](https://github.com/WordPress/gutenberg/pull/35913))
- Navigation: Fix justifications. ([36105](https://github.com/WordPress/gutenberg/pull/36105))
- Navigation: Fix padding for social links on mobile. ([35824](https://github.com/WordPress/gutenberg/pull/35824))
- Pattern block: Remove wrapping div. ([36090](https://github.com/WordPress/gutenberg/pull/36090))
- Post Comment: Handle the case where a comment does not exist. ([35810](https://github.com/WordPress/gutenberg/pull/35810))
- Post Content: Fix float clearing on entry content. ([35958](https://github.com/WordPress/gutenberg/pull/35958))
- Post Template Block: Move inner blocks container to separate component. ([35945](https://github.com/WordPress/gutenberg/pull/35945))
- Post Terms: Prevent the block from breaking on pages. ([35957](https://github.com/WordPress/gutenberg/pull/35957))
- Site Logo: Fix center alignment. ([35971](https://github.com/WordPress/gutenberg/pull/35971))

#### Components
- Fix ColorPalette className. ([36016](https://github.com/WordPress/gutenberg/pull/36016))
- Fix `<Text>` component text color value to correct color value for Link UI preview description text. ([35851](https://github.com/WordPress/gutenberg/pull/35851))
- Fix color list picker spacing to accomodate the new color picker. ([36017](https://github.com/WordPress/gutenberg/pull/36017))
- Fix unexpected movements, and closing on first click in the color picker. ([35670](https://github.com/WordPress/gutenberg/pull/35670))
- Fixes #34855 RangeControl style issue in RTL. ([35777](https://github.com/WordPress/gutenberg/pull/35777))
- Popover: Check anchorDocument default view before removing events. ([35832](https://github.com/WordPress/gutenberg/pull/35832))
- Storybook: Lazy load LTR/RTL styles for consistent specificity. ([35771](https://github.com/WordPress/gutenberg/pull/35771))
- fix/35709: Set admin color scheme to angle color picker. ([35908](https://github.com/WordPress/gutenberg/pull/35908))

#### Global Styles
- Fix navigation in global styles sidebar. ([36203](https://github.com/WordPress/gutenberg/pull/36203))
- Fix presets data for themes that do not provide any preset. ([36054](https://github.com/WordPress/gutenberg/pull/36054))
- Generate preset metadata for font-family in the site editor. ([36022](https://github.com/WordPress/gutenberg/pull/36022))
- Hotfix for leftovers of `WP_Theme_JSON_Resolver::Get_merged_data`. ([36173](https://github.com/WordPress/gutenberg/pull/36173))
- Lower the specificity of border & padding styles for the outline block style in the button block. ([35968](https://github.com/WordPress/gutenberg/pull/35968))
- Theme.json: Remove custom prefixes from properties that did not land in 5.8. ([34485](https://github.com/WordPress/gutenberg/pull/34485))

#### Block Editor
- Fix inserter with block pattern categories. ([36116](https://github.com/WordPress/gutenberg/pull/36116))
- Fix navigation block link control zero value in it. ([36198](https://github.com/WordPress/gutenberg/pull/36198))
- Fix the update of link and suggestions in LinkControl. ([32320](https://github.com/WordPress/gutenberg/pull/32320))
- Make Link UI inactive if selection extends beyond format bounds or encounters new link. ([35946](https://github.com/WordPress/gutenberg/pull/35946))
- Fix selection by holding shift key for nested blocks. ([35668](https://github.com/WordPress/gutenberg/pull/35668))
- Fix shift+click on a child block with its parent selected. ([35988](https://github.com/WordPress/gutenberg/pull/35988))

#### Design Tools
- Font Appearance: Improve consistency of label in Typography panel. ([35860](https://github.com/WordPress/gutenberg/pull/35860))
- Font Family Support: Fix skip serialization check. ([36073](https://github.com/WordPress/gutenberg/pull/36073))
- Navigation: Force text decoration styles on nav item in editor. ([35859](https://github.com/WordPress/gutenberg/pull/35859))

#### Template Editor
- Clear selected block when clicking outside in the template part focus mode. ([35816](https://github.com/WordPress/gutenberg/pull/35816))
- Templates: Only include templates for the current post types. ([35802](https://github.com/WordPress/gutenberg/pull/35802))

#### Plugin
- Fix fatal error in Site Logo block in WP 5.9. ([36195](https://github.com/WordPress/gutenberg/pull/36195))

#### Patterns
- Update unsaved navigation block flow. ([35976](https://github.com/WordPress/gutenberg/pull/35976))

#### Accessibility
- Try to communicate to screen readers that post title is textarea. ([35898](https://github.com/WordPress/gutenberg/pull/35898))

#### Full Site Editing
- Add fallback handling for plugins or themes using the Customizer. ([35877](https://github.com/WordPress/gutenberg/pull/35877))

#### Widgets Editor
- Fix layout styles not applying in widgets customizer. ([35865](https://github.com/WordPress/gutenberg/pull/35865))

#### CSS & Styling
- Editor defaults for themes with no editor styles and when user disables theme styles. ([35736](https://github.com/WordPress/gutenberg/pull/35736))

#### History
- Support disabling autosave for native Unsupported Block Editor. ([35639](https://github.com/WordPress/gutenberg/pull/35639))


### Performance

#### List View
- Fix pagedown/pageup and improve scrolling. ([36063](https://github.com/WordPress/gutenberg/pull/36063))

#### Block Editor
- Improve opening of the block inserter via manual token-based analysis of reusable blocks. ([35763](https://github.com/WordPress/gutenberg/pull/35763))

#### Widgets Editor
- List View: Avoid re-rendering all items on block focus. Enable persistent List View in the widget editor. ([35706](https://github.com/WordPress/gutenberg/pull/35706))

#### Accessibility
- List View: Render a fixed number of items. ([35230](https://github.com/WordPress/gutenberg/pull/35230))


### Experiments

#### Block Library
- Adds in basic styling for post comment form. ([35704](https://github.com/WordPress/gutenberg/pull/35704))
- Navigation Area block. ([36178](https://github.com/WordPress/gutenberg/pull/36178))
- Migrate classic menus to block-based menus on theme switch. ([36255](https://github.com/WordPress/gutenberg/pull/36255))
- Post Comments block: Hide the "Comments Closed" message. ([35743](https://github.com/WordPress/gutenberg/pull/35743))
- Mobile responsive navigation by default. ([35917](https://github.com/WordPress/gutenberg/pull/35917))
- Reword navigation color labels. ([35916](https://github.com/WordPress/gutenberg/pull/35916))
- Show the placeholder again when moving from a valid menu to non-existing menu. ([36210](https://github.com/WordPress/gutenberg/pull/36210))
- Provide a way to manage wp_navigation posts from wp-admin. ([36126](https://github.com/WordPress/gutenberg/pull/36126))

#### Global Styles
- Add a Global Styles endpoint and use it in the site editor. ([35801](https://github.com/WordPress/gutenberg/pull/35801))
- Fix: Crash when resetting user color palette. ([36233](https://github.com/WordPress/gutenberg/pull/36233))
- Fix: Show user colors on palette indicator. ([36232](https://github.com/WordPress/gutenberg/pull/36232))
- Migrate theme.json v1 to v2. ([36155](https://github.com/WordPress/gutenberg/pull/36155))
- Update: Show all color and gradient origins (core, theme, and user). ([35970](https://github.com/WordPress/gutenberg/pull/35970))

#### Full Site Editing
- Always display Customizer menu item. ([36168](https://github.com/WordPress/gutenberg/pull/36168))
- Revert "Always display Customizer menu item". ([36189](https://github.com/WordPress/gutenberg/pull/36189))
- Remove slug and status columns from templates list in Appearance > Templates. ([35996](https://github.com/WordPress/gutenberg/pull/35996))

#### REST API
- Improve unit test coverage for REST API menus endpoints.. ([36177](https://github.com/WordPress/gutenberg/pull/36177))

#### Navigation Screen
- Navigation Editor: Show a warning when trying to save unsupported blocks. ([35993](https://github.com/WordPress/gutenberg/pull/35993))

#### Reusable Blocks
- Editor: Multi-Entity Saving UI Improvements. ([35933](https://github.com/WordPress/gutenberg/pull/35933))

#### Components
- Update: Implement new color palette editor component. ([35783](https://github.com/WordPress/gutenberg/pull/35783))

#### Block Editor
- Split control for URL and Text within Link UI. ([33849](https://github.com/WordPress/gutenberg/pull/33849))


### Documentation

- Add Thunks Tutorial. ([36051](https://github.com/WordPress/gutenberg/pull/36051))
- Add a more detailed guide for react native development. ([35529](https://github.com/WordPress/gutenberg/pull/35529))
- Add usage documentation for Rich Text package. ([35885](https://github.com/WordPress/gutenberg/pull/35885))
- Added link to Ways to keep up with Gutenberg & Full Site Editing. ([36077](https://github.com/WordPress/gutenberg/pull/36077))
- Blocks: Add view script to block schema and documentation. ([36175](https://github.com/WordPress/gutenberg/pull/36175))
- Blocks: Document changes to style and editorStyle in `block.json`. ([36218](https://github.com/WordPress/gutenberg/pull/36218))
- Docs: Add Getting Started level for documentation. ([35891](https://github.com/WordPress/gutenberg/pull/35891))
- Docs: Add section about using the schema during development. ([35835](https://github.com/WordPress/gutenberg/pull/35835))
- Docs: Fix Typos in widgets/overview.md. ([36078](https://github.com/WordPress/gutenberg/pull/36078))
- Docs: Fix schema file URL. ([36157](https://github.com/WordPress/gutenberg/pull/36157))
- Docs: Improve Getting Started landing page. ([35893](https://github.com/WordPress/gutenberg/pull/35893))
- Docs: Theme.json - fix typo. ([36139](https://github.com/WordPress/gutenberg/pull/36139))
- Docs: Tweak organization for getting-started documentation. ([34091](https://github.com/WordPress/gutenberg/pull/34091))
- Docs: Update the recommendation for the cadence of npm releases. ([35925](https://github.com/WordPress/gutenberg/pull/35925))
- Env docs: Update wordpress-develop example to clarify src/build location. ([35978](https://github.com/WordPress/gutenberg/pull/35978))
- Fix a small typo in the "Getting started" documentation. ([36109](https://github.com/WordPress/gutenberg/pull/36109))
- Fix wording in the Authoring Experience documentation. ([35969](https://github.com/WordPress/gutenberg/pull/35969))
- Move create-block changelog entries back to Unreleased section. ([35886](https://github.com/WordPress/gutenberg/pull/35886))
- Release Docs: Remove consecutive RCs warning. ([35855](https://github.com/WordPress/gutenberg/pull/35855))
- Update Components CONTRIBUTING.md indentation. ([35866](https://github.com/WordPress/gutenberg/pull/35866))
- fix: Backtick added around `<textarea>` input tag in readme file. ([34813](https://github.com/WordPress/gutenberg/pull/34813))
- theme.json docs: Add missing settings & styles. ([36137](https://github.com/WordPress/gutenberg/pull/36137))


### Code Quality

- Add Theme's base global styles endpoint. ([35985](https://github.com/WordPress/gutenberg/pull/35985))
- Add alexstine as code owner for post-title. ([36056](https://github.com/WordPress/gutenberg/pull/36056))
- Add block.json schema to generated file. ([35843](https://github.com/WordPress/gutenberg/pull/35843))
- Add schemas package. ([35998](https://github.com/WordPress/gutenberg/pull/35998))
- Improvements for the global styles endpoint. ([36071](https://github.com/WordPress/gutenberg/pull/36071))
- Make sure tests are pure. ([36253](https://github.com/WordPress/gutenberg/pull/36253))
- Move getStablePath function into the wordrpess/url package. ([35992](https://github.com/WordPress/gutenberg/pull/35992))
- Remove "experimental" from URL details REST controller and promote to `v1` namespace. ([35915](https://github.com/WordPress/gutenberg/pull/35915))
- Remove GB prefixed functions from template part. ([36180](https://github.com/WordPress/gutenberg/pull/36180))
- Schemas: Theme.json - Add `title` to templateParts. ([36145](https://github.com/WordPress/gutenberg/pull/36145))
- Updates `WP_Theme_JSON_Resolver` and tests to be equal to core. ([36223](https://github.com/WordPress/gutenberg/pull/36223))
- Update: Use small button on tools panel toggle. ([35935](https://github.com/WordPress/gutenberg/pull/35935))
- block-editor store: Migrate to thunks. ([35720](https://github.com/WordPress/gutenberg/pull/35720))
- theme.json: Update test data. ([35883](https://github.com/WordPress/gutenberg/pull/35883))

#### Block Library
- Heading: Auto-generated anchors hide implementation details. ([35747](https://github.com/WordPress/gutenberg/pull/35747))
- Mark Post Comments as stable and Comments Query Loop as experimental. ([36132](https://github.com/WordPress/gutenberg/pull/36132))
- Mark Post Navigation Link and Term Description blocks as stable. ([36163](https://github.com/WordPress/gutenberg/pull/36163))
- Remove `post-` prefix from Comment Template inner blocks. ([36171](https://github.com/WordPress/gutenberg/pull/36171))

#### Global Styles
- Refactor theme.json migrations to be a single class. ([36182](https://github.com/WordPress/gutenberg/pull/36182))
- Remove locations we do not translate from `theme-i18n.json`. ([35881](https://github.com/WordPress/gutenberg/pull/35881))
- Update `theme.json` schema migrations. ([36154](https://github.com/WordPress/gutenberg/pull/36154))

#### Post Editor
- Refactor FlatTermSelector into a functional component. ([33459](https://github.com/WordPress/gutenberg/pull/33459))
- Typo: Translated site properties. ([36097](https://github.com/WordPress/gutenberg/pull/36097))

#### Components
- ToolsPanel: Use Grid component to handle layout. ([35621](https://github.com/WordPress/gutenberg/pull/35621))
- Update spacing in CircularOptionPicker. ([36014](https://github.com/WordPress/gutenberg/pull/36014))

#### Data Layer
- [data]: Rename types file from .d.ts to .ts. ([36062](https://github.com/WordPress/gutenberg/pull/36062))

#### CSS & Styling
- Remove invalid buttons block CSS property. ([33793](https://github.com/WordPress/gutenberg/pull/33793))


### Tools

- Remove @chrisvanpatten from CODEOWNERS. ([35937](https://github.com/WordPress/gutenberg/pull/35937))

#### Testing
- Add a method to disable auto-accepting dialogs. ([35828](https://github.com/WordPress/gutenberg/pull/35828))
- Skip broken widgets test. ([36239](https://github.com/WordPress/gutenberg/pull/36239))
- Skip flaky test for loading block stylesheets in iframe. ([35961](https://github.com/WordPress/gutenberg/pull/35961))
- Tests: Run block fixtures through KSES. ([35611](https://github.com/WordPress/gutenberg/pull/35611))

#### Block Library
- Mark FSE blocks as non experimental. ([35979](https://github.com/WordPress/gutenberg/pull/35979))


### Various

- Apply borders to canvas rather than other UI elements. ([31081](https://github.com/WordPress/gutenberg/pull/31081))
- Changes for FSE backport in core. ([36201](https://github.com/WordPress/gutenberg/pull/36201))
- Mobile - Add support for the Mark HTML tag and updates Aztec iOS to 1.19.5. ([35956](https://github.com/WordPress/gutenberg/pull/35956))
- Update Appium to 1.22.0. ([35829](https://github.com/WordPress/gutenberg/pull/35829))
- Updates publish-to-s3 plugin to 0.7.0 for react-native-bridge & react-native-aztec Android and publishes '-sources.jar'. ([36034](https://github.com/WordPress/gutenberg/pull/36034))
- Use the block name in the "remove block" menu item in the settings dropdown. ([35872](https://github.com/WordPress/gutenberg/pull/35872))

#### Site Editor
- Remove navigation panel in site editor. ([36194](https://github.com/WordPress/gutenberg/pull/36194))


= 11.8.0 =

### Enhancements

#### Block Library
- Add spacing controls to all heading blocks. ([35772](https://github.com/WordPress/gutenberg/pull/35772))
- Enable slash inserter for heading, list, and quote. ([35360](https://github.com/WordPress/gutenberg/pull/35360))
- Unify theme block placeholder content. ([35517](https://github.com/WordPress/gutenberg/pull/35517))
- Buttons: Add gap and vertical margin support. ([34546](https://github.com/WordPress/gutenberg/pull/34546))
- Categories: Add support for showing only top-level categories. ([35726](https://github.com/WordPress/gutenberg/pull/35726))
- Column: Allow the specification of blocks allowed within columns. ([35342](https://github.com/WordPress/gutenberg/pull/35342))
- Comment Content Block: Add typography, color and padding support. ([35183](https://github.com/WordPress/gutenberg/pull/35183))
- Cover: Add allowedBlocks and TemplateLock attributes in Cover Block. ([31326](https://github.com/WordPress/gutenberg/pull/31326))
- Cover: Add option to set opacity when background colour used. ([35065](https://github.com/WordPress/gutenberg/pull/35065))
- Cover: Allow setting the height from the placeholder state. ([35068](https://github.com/WordPress/gutenberg/pull/35068))
- Cover: Change dimRatio to 50 if media added and dimRatio is set to 100. ([35789](https://github.com/WordPress/gutenberg/pull/35789))
- Cover: Only use white text when the background of the cover block is dark. ([33541](https://github.com/WordPress/gutenberg/pull/33541))
- Cover: Use the description in the placeholder. ([34970](https://github.com/WordPress/gutenberg/pull/34970))
- Embed: Add Pinterest as an embed provider. ([34895](https://github.com/WordPress/gutenberg/pull/34895))
- Feature Image: Add spacing controls to the featured image block. ([35775](https://github.com/WordPress/gutenberg/pull/35775))
- Featured image and Image: Remove descendent space. ([35466](https://github.com/WordPress/gutenberg/pull/35466))
- Gallery Block: Get media data in a single request. ([34389](https://github.com/WordPress/gutenberg/pull/34389))
- Heading: Autogenerate heading anchors. ([30825](https://github.com/WordPress/gutenberg/pull/30825))
- Quote: Update deprecation to expect style block supports. ([35615](https://github.com/WordPress/gutenberg/pull/35615))
- Page List: Show empty placeholder if no items. ([35441](https://github.com/WordPress/gutenberg/pull/35441))
- Post Date: Add more typography options. ([35422](https://github.com/WordPress/gutenberg/pull/35422))
- Post Comment Author: Add link settings and block supports. ([35595](https://github.com/WordPress/gutenberg/pull/35595))
- Post Comment Date: Add link setting and block supports. ([35112](https://github.com/WordPress/gutenberg/pull/35112))
- Quote: Added a "plain" style for quote blocks. ([29856](https://github.com/WordPress/gutenberg/pull/29856))
- Search: Enable inheritance in search block. ([35723](https://github.com/WordPress/gutenberg/pull/35723))
- Site Logo: Add a basic example to the site logo block. ([35588](https://github.com/WordPress/gutenberg/pull/35588))
- Site Logo: Move the Reset button to the Replace menu dropdown. ([35372](https://github.com/WordPress/gutenberg/pull/35372))
- Site Logo: placeholder tweaks. ([35397](https://github.com/WordPress/gutenberg/pull/35397))
- Site Tagline: Add fontStyle control to Site Tagline block. ([35507](https://github.com/WordPress/gutenberg/pull/35507))
- Site Tagline: Add wide + full support to the site tagline block. ([35589](https://github.com/WordPress/gutenberg/pull/35589))
- Site Title: Add basic example to site-title block. ([35590](https://github.com/WordPress/gutenberg/pull/35590))
- Site Logo: Remove "Reset" button icon. ([35434](https://github.com/WordPress/gutenberg/pull/35434))
- Social Icons: Add top and bottom margin support. ([35374](https://github.com/WordPress/gutenberg/pull/35374))
- Social Links: Polish logos only style. ([35586](https://github.com/WordPress/gutenberg/pull/35586))

#### Design Tools
- ToolsPanel: Switch to plus icon when no controls present in panel body. ([34107](https://github.com/WordPress/gutenberg/pull/34107))
- Block Supports: Add panel specific className. ([35793](https://github.com/WordPress/gutenberg/pull/35793))
- Block Supports: Switch dimensions inspector controls slot to bubble virtually. ([34725](https://github.com/WordPress/gutenberg/pull/34725))
- Inspector Controls: Resort the order of the design tools associated with styles hooks. ([35574](https://github.com/WordPress/gutenberg/pull/35574))

#### Global Styles
- Allow users to store duotone data. ([35318](https://github.com/WordPress/gutenberg/pull/35318))
- Allow child theme.json to be merged with parent theme.json. ([35459](https://github.com/WordPress/gutenberg/pull/35459))
- Extract the three color panels to their own global styles view. ([35400](https://github.com/WordPress/gutenberg/pull/35400))
- Font family: Switch from CSS Custom Property to classes. ([31910](https://github.com/WordPress/gutenberg/pull/31910))
- Move the global styles reset action to a dropdown menu. ([35559](https://github.com/WordPress/gutenberg/pull/35559))
- Update descriptions for the different screens under global styles. ([35429](https://github.com/WordPress/gutenberg/pull/35429))
- Update the global styles sidebar's root view to use Card components. ([35547](https://github.com/WordPress/gutenberg/pull/35547))
- Use text color to render the Aa preview in global styles. ([35631](https://github.com/WordPress/gutenberg/pull/35631))

#### Theming
- Add [data-block] to appender. ([35356](https://github.com/WordPress/gutenberg/pull/35356))
- Enable theme supports automatically for FSE theme. ([35593](https://github.com/WordPress/gutenberg/pull/35593))
- Remove default padding/margin on the body of the page and editor canvas. ([35421](https://github.com/WordPress/gutenberg/pull/35421))
- Support title in templateParts. ([35626](https://github.com/WordPress/gutenberg/pull/35626))
- CSS: Add a reset for image heights. ([30092](https://github.com/WordPress/gutenberg/pull/30092))

#### Patterns
- Increase number of items per page for default Query Loop Block. ([35603](https://github.com/WordPress/gutenberg/pull/35603))
- Featured patterns from pattern directory. ([35115](https://github.com/WordPress/gutenberg/pull/35115))

#### Block Editor
- Add animations for insertion point, dropzone, and other elements. ([33132](https://github.com/WordPress/gutenberg/pull/33132))
- Adjust Link UI visual styling. ([35414](https://github.com/WordPress/gutenberg/pull/35414))
- Add some top margin. ([35717](https://github.com/WordPress/gutenberg/pull/35717))
- Show ellipsis menu in the List View. ([35170](https://github.com/WordPress/gutenberg/pull/35170))

#### Template Editor
- Add more options to template areas in template details. ([35577](https://github.com/WordPress/gutenberg/pull/35577))
- Add template areas to template inspector. ([35239](https://github.com/WordPress/gutenberg/pull/35239))
- Add template details to template parts. ([35444](https://github.com/WordPress/gutenberg/pull/35444))
- Align the layout of the template card with the block card. ([35391](https://github.com/WordPress/gutenberg/pull/35391))
- Update site editor block placeholder styling. ([35513](https://github.com/WordPress/gutenberg/pull/35513))
- Use a dark background for the site editor. ([35520](https://github.com/WordPress/gutenberg/pull/35520))

#### Components
- Add shortcut provider. ([35652](https://github.com/WordPress/gutenberg/pull/35652))
- Iterate on the design of the colors and gradients panel. ([35535](https://github.com/WordPress/gutenberg/pull/35535))
- Navigator: Update `Navigator` styling to facilitate sticky positioning. ([35518](https://github.com/WordPress/gutenberg/pull/35518))
- Repositioned RangeControl tooltip and adjusted image zoom control dropdown height. ([27374](https://github.com/WordPress/gutenberg/pull/27374))
- Remove segmented control vertical separators. ([35497](https://github.com/WordPress/gutenberg/pull/35497))
- Storybook: Add RTL switcher to toolbar. ([35711](https://github.com/WordPress/gutenberg/pull/35711))
- Storybook: Add story for TypographyPanel. ([35293](https://github.com/WordPress/gutenberg/pull/35293))
- Storybook: Enable Controls and disable Knobs by default. ([35682](https://github.com/WordPress/gutenberg/pull/35682))
- Storybook: Remove outdated decorator configuration. ([35678](https://github.com/WordPress/gutenberg/pull/35678))
- Support "any" step in NumberControl and RangeControl. ([34542](https://github.com/WordPress/gutenberg/pull/34542))
- ToggleGroupControl: Allow custom aria-label. ([35423](https://github.com/WordPress/gutenberg/pull/35423))
- Update range control metrics. ([35540](https://github.com/WordPress/gutenberg/pull/35540))
- Update FontSize control. ([35395](https://github.com/WordPress/gutenberg/pull/35395))

#### Packages
- Create Block: Add PascalCase slug to create-block template strings. ([35462](https://github.com/WordPress/gutenberg/pull/35462))
- Create Block: Allow local directories to be passed to --template as relative paths. ([35645](https://github.com/WordPress/gutenberg/pull/35645))
- Test Setup: Add more-complete mocks of common timer functions. ([35368](https://github.com/WordPress/gutenberg/pull/35368))
- Scripts: Allow customization of the ARTIFACTS_PATH via WP_ARTIFACTS_PATH env var. ([35371](https://github.com/WordPress/gutenberg/pull/35371))


### Accessibility
- Rich text popovers: Move to block tools to fix tab order. ([34956](https://github.com/WordPress/gutenberg/pull/34956))
- Save button: Prevent focus loss. ([34731](https://github.com/WordPress/gutenberg/pull/34731))

### Performance

#### Global Styles
- Pass only the data the site editor uses. ([35458](https://github.com/WordPress/gutenberg/pull/35458))
- Use a context provider for global styles configuration. ([35622](https://github.com/WordPress/gutenberg/pull/35622))

### Bug Fixes

#### Block Library
- Block Settings: Don't render 'Move to' if the block cannot be moved. ([35463](https://github.com/WordPress/gutenberg/pull/35463))
- Cover: Update placeholder minHeight style to support non-px units. ([35614](https://github.com/WordPress/gutenberg/pull/35614))
- Cover: Update 'templateLock' attribute. ([35671](https://github.com/WordPress/gutenberg/pull/35671))
- Featured Image: Center placeholder chip contents. ([35417](https://github.com/WordPress/gutenberg/pull/35417))
- Heading: Fix undo/redo "trap". ([35767](https://github.com/WordPress/gutenberg/pull/35767))
- Heading: Remove anchor map when block unmounts. ([35761](https://github.com/WordPress/gutenberg/pull/35761))
- Site Logo: Fix site logo block on dark backgrounds. ([35718](https://github.com/WordPress/gutenberg/pull/35718))

#### i18n
- Fix HelpHub link i18n for page-jumps. ([35404](https://github.com/WordPress/gutenberg/pull/35404))
- Fix template part block untranslated strings. ([35715](https://github.com/WordPress/gutenberg/pull/35715))
- Translation note for Home/end to avoid mistranslations. ([35669](https://github.com/WordPress/gutenberg/pull/35669))

#### Packages
- Server Site Render: Prevent empty renders in ServerSideRender component caused by changing props while already fetching markup. ([35433](https://github.com/WordPress/gutenberg/pull/35433))
- Rich text: formats: allow format to filter value when changing tag name ([35516](https://github.com/WordPress/gutenberg/pull/35516/files))

#### Components
- Color Picker: Fix some issues on the color picker component; Remove tinycolor2;. ([35562](https://github.com/WordPress/gutenberg/pull/35562))
- Navigator: Hide horizontal overflow in `Navigator`. ([35332](https://github.com/WordPress/gutenberg/pull/35332))
- Popover: Fix __unstableBoundaryParent. ([35082](https://github.com/WordPress/gutenberg/pull/35082))
- RawHTML component: Allow multiple children. ([35532](https://github.com/WordPress/gutenberg/pull/35532))
- Rich text: Fix internal paste across multiline and single line instances. ([35416](https://github.com/WordPress/gutenberg/pull/35416))
- Toggle Group Control: Fix visual state when no option is selected. ([35545](https://github.com/WordPress/gutenberg/pull/35545))
- Toggle Group Control: Fixed condition to show separator correctly. ([35409](https://github.com/WordPress/gutenberg/pull/35409))
- Toogle Group Control: Fix `ToggleGroupControlOption` not passing `ref` to the underlying element. ([35546](https://github.com/WordPress/gutenberg/pull/35546))
- Tooltip: For Tooltips, prevent emitting events to child elements if they are disabled. ([35254](https://github.com/WordPress/gutenberg/pull/35254))
- Tooltip: Remove extra comma character from Tooltip when underlying component is disabled. ([35247](https://github.com/WordPress/gutenberg/pull/35247))

#### Themes
- Custom Templates: Use "title" from the theme.json. ([35592](https://github.com/WordPress/gutenberg/pull/35592))
- Elements block support: Fix link color rendering on site front end. ([35446](https://github.com/WordPress/gutenberg/pull/35446))
- Move the link color styles to the footer. ([35425](https://github.com/WordPress/gutenberg/pull/35425))
- Reset margin for all children of flow layouts. ([35426](https://github.com/WordPress/gutenberg/pull/35426))

#### Template Editor
- Use slug as template parts area item key. ([35796](https://github.com/WordPress/gutenberg/pull/35796))
- Fix missing titles in general areas. ([35657](https://github.com/WordPress/gutenberg/pull/35657))

#### Block API
- Blocks: Apply the most recent filters to previously registered blocks. ([34299](https://github.com/WordPress/gutenberg/pull/34299))
- Fix class serialization of font size and colors in dynamic blocks that use block supports. ([35751](https://github.com/WordPress/gutenberg/pull/35751))

#### Design Tools
- Border Radius Control: Fix undefined value on first click into RangeControl. ([35651](https://github.com/WordPress/gutenberg/pull/35651))

#### Block Editor
- Fix updating the block list after block removal. ([35721](https://github.com/WordPress/gutenberg/pull/35721))
- Fix sibling inserter animation. ([35729](https://github.com/WordPress/gutenberg/pull/35729))
- Inserter: Fix gap between Search and Tabs. ([35537](https://github.com/WordPress/gutenberg/pull/35537))
- Saving post: Transparent disabled button. ([35542](https://github.com/WordPress/gutenberg/pull/35542))
- FSE: Coding standards: DOCTYPE should be the first line/character of any HTML document. ([35442](https://github.com/WordPress/gutenberg/pull/35442))
- [Block Editor]: Fix displaying only the none alignment option ([35822](https://github.com/WordPress/gutenberg/pull/35822))

#### REST API
- Fix preloading middleware referencing stale data for OPTIONS requests. ([35527](https://github.com/WordPress/gutenberg/pull/35527))

#### List View
- Fix expand and collapse when the icon is clicked. ([35526](https://github.com/WordPress/gutenberg/pull/35526))

#### Global Styles
- Fix presets that use a callback to validate user data. ([35255](https://github.com/WordPress/gutenberg/pull/35255))

#### CSS & Styling
- Remove font size classes that are enqueued in the global stylesheet. ([35182](https://github.com/WordPress/gutenberg/pull/35182))

#### Block API
- Allow more than 1 block stylesheets. ([32510](https://github.com/WordPress/gutenberg/pull/32510))

### Experiments

#### Navigation Block
- Add block gap support. ([35277](https://github.com/WordPress/gutenberg/pull/35277))
- Enable always on burger menu for responsive navigation menus. ([35568](https://github.com/WordPress/gutenberg/pull/35568))
- Fix issue with space-between. ([35722](https://github.com/WordPress/gutenberg/pull/35722))
- Submenu item paddings & fixes. ([35716](https://github.com/WordPress/gutenberg/pull/35716))
- Fix navigation gap & padding issues. ([35752](https://github.com/WordPress/gutenberg/pull/35752))
- Remove color inheritance specificity. ([35725](https://github.com/WordPress/gutenberg/pull/35725))
- Remove deprecated classnames from Navigation Link block. ([35358](https://github.com/WordPress/gutenberg/pull/35358))
-
#### Navigation Screen
- Use new core functions in menu items REST API. ([35648](https://github.com/WordPress/gutenberg/pull/35648))
- Navigation: Preload more API requests. ([35402](https://github.com/WordPress/gutenberg/pull/35402))
- Refactor `gutenberg_initialize_editor` function and remove `block_editor_preload_data` filter. ([35838](https://github.com/WordPress/gutenberg/pull/35838))



#### Full Site Editing
- Try: Remove dotted ancestor border. ([35637](https://github.com/WordPress/gutenberg/pull/35637))


### Documentation

#### Handbook
- Add categories to TOC to help digest the FAQ. ([35519](https://github.com/WordPress/gutenberg/pull/35519))
- Add missing documentation for the `wrapperProps` property for the `BlockListBlock` component returned by the `editor.blockListEdit` filter. ([26961](https://github.com/WordPress/gutenberg/pull/26961))
- Add section on using theme.json schema. ([35739](https://github.com/WordPress/gutenberg/pull/35739))
- Add Table of Contents to FAQ page. ([35455](https://github.com/WordPress/gutenberg/pull/35455))
- Clarify documentation for InnerBlocks orientation prop. ([35712](https://github.com/WordPress/gutenberg/pull/35712))
- CustomRadius - Remove plugin only text. ([35582](https://github.com/WordPress/gutenberg/pull/35582))
- Update block categories. ([35523](https://github.com/WordPress/gutenberg/pull/35523))
- Update `npm run build` command for developing with Gutenberg locally. ([35681](https://github.com/WordPress/gutenberg/pull/35681))

#### Packages
- Block Editor: Update default value of the viewportWidth attribute in documentation. ([35659](https://github.com/WordPress/gutenberg/pull/35659))
- Components: Add the storybook link to the `/components` README. ([35493](https://github.com/WordPress/gutenberg/pull/35493))
- Components: Add readme for SkipToSelectedBlock component. ([32958](https://github.com/WordPress/gutenberg/pull/32958))
- Componentes: Add CHANGELOG entry for the fieldset removal from `FontAppearanceControl`. ([35585](https://github.com/WordPress/gutenberg/pull/35585))
- Components: Add entry to CHANGELOG regarding new ColorPicker. ([35486](https://github.com/WordPress/gutenberg/pull/35486))
- Components: Fix markdown highlighting on components CONTRIBUTING.md. ([35633](https://github.com/WordPress/gutenberg/pull/35633))
- Components: Mark `CustomSelectControl` `hint` option as experimental. ([35673](https://github.com/WordPress/gutenberg/pull/35673))
- Components: Polish `ToggleGroupControl`. ([35600](https://github.com/WordPress/gutenberg/pull/35600))
- Components: Small tweaks to contributing guidelines. ([35620](https://github.com/WordPress/gutenberg/pull/35620))
- Components: Update README for SelectControl. ([28811](https://github.com/WordPress/gutenberg/pull/28811))
- Components: Update DateTimePicker component README to remove reference to isDayHighlighted callback. ([35363](https://github.com/WordPress/gutenberg/pull/35363))
- Components, feat(SelectControl): Add children prop. ([29540](https://github.com/WordPress/gutenberg/pull/29540))
- Create Block: Update documentation and readme post merge of #35645. ([35679](https://github.com/WordPress/gutenberg/pull/35679))

### Code Quality
- Block Editor: Fix odd usage of transform-styles wrap function (and tighten types). ([23599](https://github.com/WordPress/gutenberg/pull/23599))
- Constrained tabbing: Simplify. ([34836](https://github.com/WordPress/gutenberg/pull/34836))
- Compose: Convert `usePrevious` hook to TypeScript. ([35597](https://github.com/WordPress/gutenberg/pull/35597))
- Update Callers to handle when getBlockType return undefined. ([35097](https://github.com/WordPress/gutenberg/pull/35097))
- Components: Polish ResizableBox and convert it to TypeScript. ([35062](https://github.com/WordPress/gutenberg/pull/35062))
- Components: Remove tinycolor object usage from the gradient picker. ([35544](https://github.com/WordPress/gutenberg/pull/35544))
- Components: Remove duplicated className in Card component. ([35333](https://github.com/WordPress/gutenberg/pull/35333))
- Components: Remove unused `useJumpStep` utility. ([35561](https://github.com/WordPress/gutenberg/pull/35561))
- Components: Use new color picker props. ([35566](https://github.com/WordPress/gutenberg/pull/35566))
- Components: Replace the color picker component with the new version. ([35220](https://github.com/WordPress/gutenberg/pull/35220))
- Components, FontAppearanceControl: Remove `fieldset` wrapper. ([35461](https://github.com/WordPress/gutenberg/pull/35461))
- Components, ToolsPanel: Remove hardcoded classnames. ([35415](https://github.com/WordPress/gutenberg/pull/35415))
- Components, UnitControl component: Refactor JSX components to TypeScript. ([35281](https://github.com/WordPress/gutenberg/pull/35281))
- Global Styles: Refactor how the Global Styles access and sets data. ([35264](https://github.com/WordPress/gutenberg/pull/35264))
- Post Editor: Fix-up Post Editor’s preferences modal. ([35369](https://github.com/WordPress/gutenberg/pull/35369))
- Remove Tinycolor usage from component color utils. ([35553](https://github.com/WordPress/gutenberg/pull/35553))
- Reusable Blocks: Thunkify reusable-blocks store. ([35217](https://github.com/WordPress/gutenberg/pull/35217))


### Tools

#### Packages
- Scripts: Remove inject polyfill by default. ([35436](https://github.com/WordPress/gutenberg/pull/35436))

#### Testing
- Child theme.json: Update test to better capture that childs can update single parts in isolation. ([35759](https://github.com/WordPress/gutenberg/pull/35759))
- Border Radius Control: Add fallback px unit and add utils tests. ([35786](https://github.com/WordPress/gutenberg/pull/35786))
- Fix preview end-to-end tests. ([35565](https://github.com/WordPress/gutenberg/pull/35565))
- Flaky Tests: Fix taxonomies flaky tests. ([35534](https://github.com/WordPress/gutenberg/pull/35534))
- Flaky Tests: Try another fix for flaky nav test. ([35443](https://github.com/WordPress/gutenberg/pull/35443))
- Performance tests: Add more detailed loading metrics. ([32237](https://github.com/WordPress/gutenberg/pull/32237))
- Components, Panel: Improve unit tests. ([35658](https://github.com/WordPress/gutenberg/pull/35658))
- Enable/skipped metabox test. ([35594](https://github.com/WordPress/gutenberg/pull/35594))

#### Build Tooling
- Revert version bump if build job fails. ([33239](https://github.com/WordPress/gutenberg/pull/33239))
- Updates react-native-aztec android to use S3 dependency for Aztec editor. ([35606](https://github.com/WordPress/gutenberg/pull/35606))


= 11.7.1 =

### Bug Fixes

-  Rich text: formats: allow format to filter value when changing tag name ([35516](https://github.com/WordPress/gutenberg/pull/35516))


= 11.8.0-rc.1 =



### Enhancements

- Allow customization of the ARTIFACTS_PATH via WP_ARTIFACTS_PATH env var. ([35371](https://github.com/WordPress/gutenberg/pull/35371))
- Allow local directories to be passed to --template as relative paths. ([35645](https://github.com/WordPress/gutenberg/pull/35645))
- Test Setup: Add more-complete mocks of common timer functions. ([35368](https://github.com/WordPress/gutenberg/pull/35368))

#### Block Library
- Add basic example to site logo block. ([35588](https://github.com/WordPress/gutenberg/pull/35588))
- Add basic example to site-title block. ([35590](https://github.com/WordPress/gutenberg/pull/35590))
- Add fontStyle control to Site Tagline block. ([35507](https://github.com/WordPress/gutenberg/pull/35507))
- Add spacing controls to the featured image block. ([35775](https://github.com/WordPress/gutenberg/pull/35775))
- Add wide + full support to the site tagline block. ([35589](https://github.com/WordPress/gutenberg/pull/35589))
- Added a "plain" style for quote blocks. ([29856](https://github.com/WordPress/gutenberg/pull/29856))
- Autogenerate heading anchors. ([30825](https://github.com/WordPress/gutenberg/pull/30825))
- Comment Content Block: Add typography, color and padding support. ([35183](https://github.com/WordPress/gutenberg/pull/35183))
- Cover block: Add option to set opacity when background colour used. ([35065](https://github.com/WordPress/gutenberg/pull/35065))
- Cover block: Allow setting the height from the placeholder state. ([35068](https://github.com/WordPress/gutenberg/pull/35068))
- Embed: Add Pinterest as an embed provider. ([34895](https://github.com/WordPress/gutenberg/pull/34895))
- Enable always on burger menu for responsive navigation menus. ([35568](https://github.com/WordPress/gutenberg/pull/35568))
- Enable slash inserter for heading, list, and quote. ([35360](https://github.com/WordPress/gutenberg/pull/35360))
- Post editor: Add some top margin. ([35717](https://github.com/WordPress/gutenberg/pull/35717))
- Try: Site Logo placeholder tweaks. ([35397](https://github.com/WordPress/gutenberg/pull/35397))
- [Block: Post comment date]: Add link setting and block supports. ([35112](https://github.com/WordPress/gutenberg/pull/35112))
- [Categories]: Add support for showing only top level categories. ([35726](https://github.com/WordPress/gutenberg/pull/35726))

#### Components
- Fix some issues on the color picker component; Remove tinycolor2;. ([35562](https://github.com/WordPress/gutenberg/pull/35562))
- Iterate on the design of the colors and gradients panel. ([35535](https://github.com/WordPress/gutenberg/pull/35535))
- Storybook: Add RTL switcher to toolbar. ([35711](https://github.com/WordPress/gutenberg/pull/35711))
- Storybook: Enable Controls and disable Knobs by default. ([35682](https://github.com/WordPress/gutenberg/pull/35682))
- Support "any" step in NumberControl and RangeControl. ([34542](https://github.com/WordPress/gutenberg/pull/34542))
- ToggleGroupControl: Allow custom aria-label. ([35423](https://github.com/WordPress/gutenberg/pull/35423))
- Try: Remove segmented control vertical separators. ([35497](https://github.com/WordPress/gutenberg/pull/35497))
- Update `Navigator` styling to facilitate sticky positioning. ([35518](https://github.com/WordPress/gutenberg/pull/35518))
- Update the global styles sidebar's root view to use Card components. ([35547](https://github.com/WordPress/gutenberg/pull/35547))

#### Themes
- Enable theme supports automatically for FSE theme. ([35593](https://github.com/WordPress/gutenberg/pull/35593))
- Remove default padding/margin on the body of the page and editor canvas. ([35421](https://github.com/WordPress/gutenberg/pull/35421))
- Support title in templateParts. ([35626](https://github.com/WordPress/gutenberg/pull/35626))

#### Design Tools
- Add spacing controls to all heading blocks. ([35772](https://github.com/WordPress/gutenberg/pull/35772))
- ToolsPanel: Switch to plus icon when no controls present in panel body. ([34107](https://github.com/WordPress/gutenberg/pull/34107))

#### Patterns
- Increase number of items per page for default Query Loop Block. ([35603](https://github.com/WordPress/gutenberg/pull/35603))
- [Patterns]: Featured patterns from pattern directory. ([35115](https://github.com/WordPress/gutenberg/pull/35115))

#### Global Styles
- Extract the three color panels to their own global styles view. ([35400](https://github.com/WordPress/gutenberg/pull/35400))
- Move the global styles reset action to a dropdown menu. ([35559](https://github.com/WordPress/gutenberg/pull/35559))

#### List View
- Show ellipsis menu in the List View. ([35170](https://github.com/WordPress/gutenberg/pull/35170))

#### REST API
- Gallery Block: Get media data in a single request. ([34389](https://github.com/WordPress/gutenberg/pull/34389))


### New APIs

- Add PascalCase slug to create-block template strings. ([35462](https://github.com/WordPress/gutenberg/pull/35462))


### Bug Fixes

- Constrained tabbing: Simplify. ([34836](https://github.com/WordPress/gutenberg/pull/34836))
- Fix HelpHub link i18n for page-jumps. ([35404](https://github.com/WordPress/gutenberg/pull/35404))
- Fix invisible bottom sheet backdrop on Android. ([35557](https://github.com/WordPress/gutenberg/pull/35557))
- Fix overflowing content for native Help screen. ([35552](https://github.com/WordPress/gutenberg/pull/35552))
- Fix sibling inserter animation. ([35729](https://github.com/WordPress/gutenberg/pull/35729))
- Fix template part block untranslated strings. ([35715](https://github.com/WordPress/gutenberg/pull/35715))
- Fix updating the block list after block removal. ([35721](https://github.com/WordPress/gutenberg/pull/35721))
- Fix: Prevent empty renders in ServerSideRender component caused by changing props while already fetching markup. ([35433](https://github.com/WordPress/gutenberg/pull/35433))
- Fixed condition to show separator correctly. ([35409](https://github.com/WordPress/gutenberg/pull/35409))
- Popover: Fix __unstableBoundaryParent. ([35082](https://github.com/WordPress/gutenberg/pull/35082))
- Rich text: Fix internal paste across multiline and single line instances. ([35416](https://github.com/WordPress/gutenberg/pull/35416))
- Saving post: Transparent disabled button. ([35542](https://github.com/WordPress/gutenberg/pull/35542))

#### Block Library
- Block Settings: Don't render 'Move to' if the block cannot be moved. ([35463](https://github.com/WordPress/gutenberg/pull/35463))
- Cover block: Update placeholder minHeight style to support non-px units. ([35614](https://github.com/WordPress/gutenberg/pull/35614))
- Cover: Update 'templateLock' attribute. ([35671](https://github.com/WordPress/gutenberg/pull/35671))
- Featured Image: Center placeholder chip contents. ([35417](https://github.com/WordPress/gutenberg/pull/35417))
- Fix site logo block on dark backgrounds. ([35718](https://github.com/WordPress/gutenberg/pull/35718))
- Heading: Fix undo/redo "trap". ([35767](https://github.com/WordPress/gutenberg/pull/35767))
- Heading: Remove anchor map when block unmounts. ([35761](https://github.com/WordPress/gutenberg/pull/35761))

#### Components
- Add shortcut provider. ([35652](https://github.com/WordPress/gutenberg/pull/35652))
- Fix `ToggleGroupControlOption` not passing `ref` to the underlying element. ([35546](https://github.com/WordPress/gutenberg/pull/35546))
- For Tooltips, prevent emitting events to child elements if they are disabled. ([35254](https://github.com/WordPress/gutenberg/pull/35254))
- Hide horizontal overflow in `Navigator`. ([35332](https://github.com/WordPress/gutenberg/pull/35332))
- RawHTML component: Allow multiple children. ([35532](https://github.com/WordPress/gutenberg/pull/35532))
- Remove extra comma character from Tooltip when underlying component is disabled. ([35247](https://github.com/WordPress/gutenberg/pull/35247))
- [ToggleGroupControl]: Fix visual state when no option is selected. ([35545](https://github.com/WordPress/gutenberg/pull/35545))

#### Themes
- Custom Templates: Use "title" from the theme.json. ([35592](https://github.com/WordPress/gutenberg/pull/35592))
- Elements block support: Fix link color rendering on site front end. ([35446](https://github.com/WordPress/gutenberg/pull/35446))
- Move the link color styles to the footer. ([35425](https://github.com/WordPress/gutenberg/pull/35425))
- Reset margin for all children of flow layouts. ([35426](https://github.com/WordPress/gutenberg/pull/35426))

#### Template Editor
- FSE: Use slug as template parts area item key. ([35796](https://github.com/WordPress/gutenberg/pull/35796))
- Fix missing titles in general areas. ([35657](https://github.com/WordPress/gutenberg/pull/35657))

#### Block API
- Blocks: Apply the most recent filters to previously registered blocks. ([34299](https://github.com/WordPress/gutenberg/pull/34299))
- Fix class serialization of font-size and colors in dynamic blocks that use block supports. ([35751](https://github.com/WordPress/gutenberg/pull/35751))

#### Design Tools
- Border Radius Control: Fix undefined value on first click into RangeControl. ([35651](https://github.com/WordPress/gutenberg/pull/35651))

#### Block Editor
- Inserter: Fix gap between Search and Tabs. ([35537](https://github.com/WordPress/gutenberg/pull/35537))

#### REST API
- Fix preloading middleware referencing stale data for OPTIONS requests. ([35527](https://github.com/WordPress/gutenberg/pull/35527))

#### List View
- Fix expand and collapsing when the icon is clicked. ([35526](https://github.com/WordPress/gutenberg/pull/35526))

#### Navigation Screen
- Navigation: Preload more API requests. ([35402](https://github.com/WordPress/gutenberg/pull/35402))


### Performance

#### Global Styles
- Pass only the data the site editor uses. ([35458](https://github.com/WordPress/gutenberg/pull/35458))
- Use a context provider for global styles configuration. ([35622](https://github.com/WordPress/gutenberg/pull/35622))

#### CSS & Styling
- Remove font size classes that are enqueued in the global stylesheet. ([35182](https://github.com/WordPress/gutenberg/pull/35182))

#### Block API
- Allow more than 1 block stylesheets. ([32510](https://github.com/WordPress/gutenberg/pull/32510))


### Experiments

#### Global Styles
- Allow users to store duotone data. ([35318](https://github.com/WordPress/gutenberg/pull/35318))
- FSE: Allow child theme.json to be merged with parent theme.json. ([35459](https://github.com/WordPress/gutenberg/pull/35459))
- Fix presets that use a callback to validate user data. ([35255](https://github.com/WordPress/gutenberg/pull/35255))
- Font family: Switch from CSS Custom Property to classes. ([31910](https://github.com/WordPress/gutenberg/pull/31910))
- Update descriptions for the different screens under global styles. ([35429](https://github.com/WordPress/gutenberg/pull/35429))
- Use text color to render the Aa preview in global styles. ([35631](https://github.com/WordPress/gutenberg/pull/35631))

#### Block Library
- Navigation: Fix issue with space-between. ([35722](https://github.com/WordPress/gutenberg/pull/35722))
- Submenu item paddings & fixes. ([35716](https://github.com/WordPress/gutenberg/pull/35716))
- Try: Fix navigation gap & padding issues. ([35752](https://github.com/WordPress/gutenberg/pull/35752))
- Try: Remove color inheritance specificity. ([35725](https://github.com/WordPress/gutenberg/pull/35725))

#### Navigation Screen
- Use new core functions in menu items REST API. ([35648](https://github.com/WordPress/gutenberg/pull/35648))

#### Full Site Editing
- Try: Remove dotted ancestor border. ([35637](https://github.com/WordPress/gutenberg/pull/35637))

#### Design Tools
- Navigation Block: Add block gap support. ([35277](https://github.com/WordPress/gutenberg/pull/35277))

#### Themes
- CSS: Add a reset for image heights. ([30092](https://github.com/WordPress/gutenberg/pull/30092))


### Documentation

- Add readme for SkipToSelectedBlock component. ([32958](https://github.com/WordPress/gutenberg/pull/32958))
- Added Table of Contents to FAQ page. ([35455](https://github.com/WordPress/gutenberg/pull/35455))
- Added missing documentation for the `wrapperProps` property for the `BlockListBlock` component returned by the `editor.blockListEdit` filter. ([26961](https://github.com/WordPress/gutenberg/pull/26961))
- Docs: Add section on using theme.json schema. ([35739](https://github.com/WordPress/gutenberg/pull/35739))
- Docs: CustomRadius - Remove plugin only text. ([35582](https://github.com/WordPress/gutenberg/pull/35582))
- Docs: Update block categories. ([35523](https://github.com/WordPress/gutenberg/pull/35523))
- Fix markdown highlighting on components CONTRIBUTING.md. ([35633](https://github.com/WordPress/gutenberg/pull/35633))
- Handbook: Add categories to TOC to help digest the FAQ. ([35519](https://github.com/WordPress/gutenberg/pull/35519))
- Update README for SelectControl. ([28811](https://github.com/WordPress/gutenberg/pull/28811))
- Update `npm run build` command for developing with Gutenberg locally. ([35681](https://github.com/WordPress/gutenberg/pull/35681))
- Update default value of the viewportWidth attribute in documentation. ([35659](https://github.com/WordPress/gutenberg/pull/35659))
- Update documentation and readme post merge of #35645. ([35679](https://github.com/WordPress/gutenberg/pull/35679))

#### Components
- Add CHANGELOG entry for the fieldset removal from `FontAppearanceControl`. ([35585](https://github.com/WordPress/gutenberg/pull/35585))
- Add entry to CHANGELOG regarding new ColorPicker. ([35486](https://github.com/WordPress/gutenberg/pull/35486))
- Mark `CustomSelectControl` `hint` option as experimental. ([35673](https://github.com/WordPress/gutenberg/pull/35673))
- Polish `ToggleGroupControl`. ([35600](https://github.com/WordPress/gutenberg/pull/35600))
- Small tweaks to contributing guidelines. ([35620](https://github.com/WordPress/gutenberg/pull/35620))


### Code Quality

- Convert `usePrevious` hook to TypeScript. ([35597](https://github.com/WordPress/gutenberg/pull/35597))
- Fix odd usage of transform-styles wrap function (and tighten types). ([23599](https://github.com/WordPress/gutenberg/pull/23599))
- Update Callers to handle when getBlockType return undefined. ([35097](https://github.com/WordPress/gutenberg/pull/35097))
- Use new color picker props. ([35566](https://github.com/WordPress/gutenberg/pull/35566))

#### Components
- Chore: Remove tinycolor object usage from the gradient picker. ([35544](https://github.com/WordPress/gutenberg/pull/35544))
- FontAppearanceControl: Remove `fieldset` wrapper. ([35461](https://github.com/WordPress/gutenberg/pull/35461))
- Polish ResizableBox and convert it to TypeScript. ([35062](https://github.com/WordPress/gutenberg/pull/35062))
- Remove duplicated className in Card component. ([35333](https://github.com/WordPress/gutenberg/pull/35333))
- Remove unused `useJumpStep` utility. ([35561](https://github.com/WordPress/gutenberg/pull/35561))
- Replace the color picker component with the new version. ([35220](https://github.com/WordPress/gutenberg/pull/35220))
- ToolsPanel: Remove hardcoded classnames. ([35415](https://github.com/WordPress/gutenberg/pull/35415))
- UnitControl component: Refactor JSX components to TypeScript. ([35281](https://github.com/WordPress/gutenberg/pull/35281))

#### Global Styles
- Child theme.json: Update test to better capture that childs can update single parts in isolation. ([35759](https://github.com/WordPress/gutenberg/pull/35759))
- Refactor how the Global Styles access and sets data. ([35264](https://github.com/WordPress/gutenberg/pull/35264))

#### Design Tools
- Border Radius Control: Add fallback px unit and add utils tests. ([35786](https://github.com/WordPress/gutenberg/pull/35786))

#### Post Editor
- Fix-up Post Editor’s preferences modal. ([35369](https://github.com/WordPress/gutenberg/pull/35369))


### Tools

- Scripts: Remove inject polyfill by default. ([35436](https://github.com/WordPress/gutenberg/pull/35436))

#### Testing
- Fix taxonomies flaky tests. ([35534](https://github.com/WordPress/gutenberg/pull/35534))
- Performance tests: Add more detailed loading metrics. ([32237](https://github.com/WordPress/gutenberg/pull/32237))
- Try another fix for flaky nav test. ([35443](https://github.com/WordPress/gutenberg/pull/35443))
- [Automated Testing]: Fix preview end-to-end tests. ([35565](https://github.com/WordPress/gutenberg/pull/35565))

#### Build Tooling
- Build Workflow: Revert version bump if build job fails. ([33239](https://github.com/WordPress/gutenberg/pull/33239))
- Updates react-native-aztec android to use S3 dependency for Aztec editor. ([35606](https://github.com/WordPress/gutenberg/pull/35606))

#### Components
- Panel: Improve unit tests. ([35658](https://github.com/WordPress/gutenberg/pull/35658))


### Various

- Add the storybook link to the `/components` README. ([35493](https://github.com/WordPress/gutenberg/pull/35493))
- Allow the specification of blocks allowed within columns. ([35342](https://github.com/WordPress/gutenberg/pull/35342))
- Enable/skipped metabox test. ([35594](https://github.com/WordPress/gutenberg/pull/35594))
- FSE: Coding standards: DOCTYPE should be the first line/character of any HTML document. ([35442](https://github.com/WordPress/gutenberg/pull/35442))
- Mobile - Update macos version from latest to 11. ([35770](https://github.com/WordPress/gutenberg/pull/35770))
- Remove: Tinycolor usage from component color utils. ([35553](https://github.com/WordPress/gutenberg/pull/35553))
- Storybook: Add story for TypographyPanel. ([35293](https://github.com/WordPress/gutenberg/pull/35293))
- Translation note for Home/end to avoid mistranslations. ([35669](https://github.com/WordPress/gutenberg/pull/35669))
- Unify theme block placeholder content. ([35517](https://github.com/WordPress/gutenberg/pull/35517))
- Update DateTimePicker component README to remove reference to isDayHighlighted callback. ([35363](https://github.com/WordPress/gutenberg/pull/35363))
- [Block: Post comment author]: Add link settings and block supports. ([35595](https://github.com/WordPress/gutenberg/pull/35595))
- feat(SelectControl): Add children prop. ([29540](https://github.com/WordPress/gutenberg/pull/29540))

#### Block Library
- Add allowedBlocks and TemplateLock attributes in Cover Block. ([31326](https://github.com/WordPress/gutenberg/pull/31326))
- Cover Block: Use the description in the placeholder. ([34970](https://github.com/WordPress/gutenberg/pull/34970))
- Cover block: Change dimRatio to 50 if media added and dimRatio is set to 100. ([35789](https://github.com/WordPress/gutenberg/pull/35789))
- Cover block: Only use white text when the background of the cover block is dark. ([33541](https://github.com/WordPress/gutenberg/pull/33541))
- Enable inheritance in search block. ([35723](https://github.com/WordPress/gutenberg/pull/35723))
- Featured image block and Image blocks: Remove descendent space. ([35466](https://github.com/WordPress/gutenberg/pull/35466))
- Page List: Show empty placeholder if no items. ([35441](https://github.com/WordPress/gutenberg/pull/35441))
- Polish logos only style. ([35586](https://github.com/WordPress/gutenberg/pull/35586))
- Quote: Update deprecation to expect style block supports. ([35615](https://github.com/WordPress/gutenberg/pull/35615))
- Remove deprecated classnames from Navigation Link block. ([35358](https://github.com/WordPress/gutenberg/pull/35358))
- Site Logo: Move Reset button to the Replace menu dropdown. ([35372](https://github.com/WordPress/gutenberg/pull/35372))
- Site Logo: Remove "Reset" button icon. ([35434](https://github.com/WordPress/gutenberg/pull/35434))
- Social Icons: Add top and bottom margin support. ([35374](https://github.com/WordPress/gutenberg/pull/35374))
- [Buttons block]: Add gap and vertical margin support. ([34546](https://github.com/WordPress/gutenberg/pull/34546))

#### Components
- Repositioned RangeControl tooltip and adjusted image zoom control dropdown height. ([27374](https://github.com/WordPress/gutenberg/pull/27374))
- Storybook: Remove outdated decorator configuration. ([35678](https://github.com/WordPress/gutenberg/pull/35678))
- Update range control metrics. ([35540](https://github.com/WordPress/gutenberg/pull/35540))
- [Components] Update FontSize control. ([35395](https://github.com/WordPress/gutenberg/pull/35395))

#### Template Editor
- Add more options to template areas in template details. ([35577](https://github.com/WordPress/gutenberg/pull/35577))
- Add template areas to template inspector. ([35239](https://github.com/WordPress/gutenberg/pull/35239))
- Add template details to template parts. ([35444](https://github.com/WordPress/gutenberg/pull/35444))
- Align the layout of the template card with the block card. ([35391](https://github.com/WordPress/gutenberg/pull/35391))

#### Design Tools
- Block Supports: Switch dimensions inspector controls slot to bubble virtually. ([34725](https://github.com/WordPress/gutenberg/pull/34725))
- Inspector Controls: Resort the order of the design tools associated with styles hooks. ([35574](https://github.com/WordPress/gutenberg/pull/35574))
- Post Date: Add more typography options. ([35422](https://github.com/WordPress/gutenberg/pull/35422))

#### Site Editor
- Update site editor block placeholder styling. ([35513](https://github.com/WordPress/gutenberg/pull/35513))
- Use a dark background for the site editor. ([35520](https://github.com/WordPress/gutenberg/pull/35520))

#### Block Editor
- Add animations for insertion point, dropzone, and other elements. ([33132](https://github.com/WordPress/gutenberg/pull/33132))
- Adjust Link UI visual styling. ([35414](https://github.com/WordPress/gutenberg/pull/35414))

#### Accessibility
- Rich text popovers: Move to block tools to fix tab order. ([34956](https://github.com/WordPress/gutenberg/pull/34956))
- Save button: Prevent focus loss. ([34731](https://github.com/WordPress/gutenberg/pull/34731))

#### CSS & Styling
- Block Supports: Add panel specific className. ([35793](https://github.com/WordPress/gutenberg/pull/35793))

#### Documentation
- Clarify documentation for InnerBlocks orientation prop. ([35712](https://github.com/WordPress/gutenberg/pull/35712))

#### Themes
- Add [data-block] to appender. ([35356](https://github.com/WordPress/gutenberg/pull/35356))

#### Reusable Blocks
- Thunkify reusable-blocks store. ([35217](https://github.com/WordPress/gutenberg/pull/35217))





= 11.7.0 =

### Enhancements

#### Accessibility
- Adjust wording for post format suggestions. ([14124](https://github.com/WordPress/gutenberg/pull/14124))
- Add a visually hidden label for the Search block. ([35034](https://github.com/WordPress/gutenberg/pull/35034))
- Add an accessible label to the Back button in preferences. ([35340](https://github.com/WordPress/gutenberg/pull/35340))
- Global Styles: Add accessible label to Back button. ([35325](https://github.com/WordPress/gutenberg/pull/35325))
- Template title: Include a button and label text when there is no post/page title. ([35148](https://github.com/WordPress/gutenberg/pull/35148))


#### Block Editor
- Allow other blocks to use the slash inserter. ([35196](https://github.com/WordPress/gutenberg/pull/35196))
- Enable ability to create Pages from the inline Link UI. ([35083](https://github.com/WordPress/gutenberg/pull/35083))
- Polish quick inserter. ([35339](https://github.com/WordPress/gutenberg/pull/35339))
- Remove visual clue from alignment toolbar. ([35080](https://github.com/WordPress/gutenberg/pull/35080))
- Remove native block inserter onboarding tooltip. ([35150](https://github.com/WordPress/gutenberg/pull/35150))

#### Block Library
- Site Logo: Add duotone support. ([35344](https://github.com/WordPress/gutenberg/pull/35344))
- Columns block: Enable blockGap and vertical margin support. ([34630](https://github.com/WordPress/gutenberg/pull/34630))
- File Block: Only display PDF preview height `RangeControl` when embed is enabled. ([35207](https://github.com/WordPress/gutenberg/pull/35207))
- Navigation: Add transformations from a link to other allowed nav blocks. ([34978](https://github.com/WordPress/gutenberg/pull/34978))
- Query Loop: Include a Query Pagination option on the block variations. ([35347](https://github.com/WordPress/gutenberg/pull/35347))
- Show "none" as an alignment option and use contextual text to clarify settings. ([34710](https://github.com/WordPress/gutenberg/pull/34710))
- Social Links: Add block gap support. ([35236](https://github.com/WordPress/gutenberg/pull/35236))
- Site Title: Add option to toggle home link. ([31540](https://github.com/WordPress/gutenberg/pull/31540))
- Site title: update block description. ([34474](https://github.com/WordPress/gutenberg/pull/34474))
- Transform Nav Links with children into Submenus. ([34831](https://github.com/WordPress/gutenberg/pull/34831))
- Add an option for displaying the label inside the Navigation Link block. ([34952](https://github.com/WordPress/gutenberg/pull/34952))
- Add typography settings for the Navigation Link block. ([35324](https://github.com/WordPress/gutenberg/pull/35324))
- Add option to remove/clear logo from the Site Logo block. ([34820](https://github.com/WordPress/gutenberg/pull/34820))

#### Core data
- Add 'context' to the query parts type definition. ([35069](https://github.com/WordPress/gutenberg/pull/35069))

#### Components
- Add new Navigator components and use them in the global styles sidebar. ([34904](https://github.com/WordPress/gutenberg/pull/34904))
- Use _builtin property of classes in navigation link PHP. ([35166](https://github.com/WordPress/gutenberg/pull/35166))
- `Item`:  Remove `isAction` and use `onClick` to decide if it should render as `button`. ([35152](https://github.com/WordPress/gutenberg/pull/35152))
- Make tooltip delay configurable with a property. ([35246](https://github.com/WordPress/gutenberg/pull/35246))

#### Design Tools
- Block gap: Only render CSS variable if corresponding theme setting is enabled. ([35209](https://github.com/WordPress/gutenberg/pull/35209))
- Format library: Add background color. ([34680](https://github.com/WordPress/gutenberg/pull/34680))
- Update: Custom gradient picker design. ([34712](https://github.com/WordPress/gutenberg/pull/34712))

#### Global Styles
- Add Padding to the root level of global styles. ([35241](https://github.com/WordPress/gutenberg/pull/35241))
- Add duotone theme.json styles support. ([34667](https://github.com/WordPress/gutenberg/pull/34667))
- Extract the color palette to its own global styles screen. ([35109](https://github.com/WordPress/gutenberg/pull/35109))
- Update the rules to hide/show blocks in the global styles sidebar. ([35178](https://github.com/WordPress/gutenberg/pull/35178))

#### Icons
- Add color icon. ([35187](https://github.com/WordPress/gutenberg/pull/35187))
- Rename globe icon to url. ([35032](https://github.com/WordPress/gutenberg/pull/35032))

#### Site Editor
- Remove warning box from post terms. ([35242](https://github.com/WordPress/gutenberg/pull/35242))

#### Template Editor
- Add back button for isolated template part editor. ([34732](https://github.com/WordPress/gutenberg/pull/34732))
- Add template areas to template details. ([35202](https://github.com/WordPress/gutenberg/pull/35202))


### Bug Fixes

#### Block Editor
- Block Editor: Fix duplicate clientIds when dragging patterns. ([35124](https://github.com/WordPress/gutenberg/pull/35124))
- Disallow creation of empty links using Link UI directly. ([35060](https://github.com/WordPress/gutenberg/pull/35060))
- Fix Link UI when hyperlink has an empty `href` value. ([35043](https://github.com/WordPress/gutenberg/pull/35043))
- Fix missing border in the quick inserter. ([35307](https://github.com/WordPress/gutenberg/pull/35307))
- Fix toggle off for Duotone control and Post Date block’s date picking control. ([35024](https://github.com/WordPress/gutenberg/pull/35024))
- useMultiSelection: Avoid crashing editor when block refs aren't available. ([35177](https://github.com/WordPress/gutenberg/pull/35177))
- Rich text: fix internal paste across multiline and single line instances. ([35416](https://github.com/WordPress/gutenberg/pull/35416))

#### Block Library
- Embed: Remove meetup-com from variations. ([35146](https://github.com/WordPress/gutenberg/pull/35146))
- Featured Image: Remove descendent space. ([35273](https://github.com/WordPress/gutenberg/pull/35273))
- Fix: Broken disabled select style in the editor area. ([35135](https://github.com/WordPress/gutenberg/pull/35135))
- Fix native BlockAlignmentControl. ([35191](https://github.com/WordPress/gutenberg/pull/35191))
- Gallery block: Fix Safari image sizing issue. ([35309](https://github.com/WordPress/gutenberg/pull/35309))
- Gallery block: Fix problem with caption showing encode tags when not selected. ([35131](https://github.com/WordPress/gutenberg/pull/35131))
- Gallery block: Unset alignment on new images to prevent it breaking layout. ([35132](https://github.com/WordPress/gutenberg/pull/35132))
- Post Template: Remove margins from the block. ([35193](https://github.com/WordPress/gutenberg/pull/35193))
- Post Title: Always use blockProps. ([35286](https://github.com/WordPress/gutenberg/pull/35286))
- Post Title: Only render link element if we have a post. ([35284](https://github.com/WordPress/gutenberg/pull/35284))
- Query Pagination: Don't render an empty container. ([35092](https://github.com/WordPress/gutenberg/pull/35092))
- Navigation Link: Fix PHP notice in the Navigation Link block. ([34984](https://github.com/WordPress/gutenberg/pull/34984))
- Fix Post Comment Content block's edit function. ([35190](https://github.com/WordPress/gutenberg/pull/35190))

#### Components
- Color Picker: Match figma metrics. ([35039](https://github.com/WordPress/gutenberg/pull/35039))
- Remove shift-stepping from range in RangeControl. ([35020](https://github.com/WordPress/gutenberg/pull/35020))
- Popover: fix __unstableBoundaryParent ([35082](https://github.com/WordPress/gutenberg/pull/35082))

#### Design Tools
- ToolsPanelItem: Add panelId check before calling toggle methods. ([35375](https://github.com/WordPress/gutenberg/pull/35375))

#### Media
- MediaUpload: Ensure current images in a gallery are selected after opening media library. ([35070](https://github.com/WordPress/gutenberg/pull/35070))

#### Post Editor
- Fix missing save label. ([34948](https://github.com/WordPress/gutenberg/pull/34948))
- Keyboard shortcut: Prevent post saving through keyboard if post saving locked. ([35361](https://github.com/WordPress/gutenberg/pull/35361))

#### REST API
- API Fetch: Improve isMediaUploadRequest check. ([34417](https://github.com/WordPress/gutenberg/pull/34417))
- Fix slashing when creating or updating a menu item. ([35147](https://github.com/WordPress/gutenberg/pull/35147))

#### Server Side Render
- Prevent empty renders in ServerSideRender component caused by changing props while already fetching markup ([35433](https://github.com/WordPress/gutenberg/pull/35433))

#### Template Editor
- Fix the styling of template details. ([35285](https://github.com/WordPress/gutenberg/pull/35285))

#### Widgets Editor
- inspector-section: Track isOpen to make a better isContextuallyActive() function. ([35055](https://github.com/WordPress/gutenberg/pull/35055))


### Performance

- Edit Site: Optimize useSelect calls. ([35213](https://github.com/WordPress/gutenberg/pull/35213))
- Memoize entity records selectors properly. ([34323](https://github.com/WordPress/gutenberg/pull/34323))
- Widgets: Optimize useSelect calls. ([35256](https://github.com/WordPress/gutenberg/pull/35256))


### Experiments

#### Block Library
- Polish responsive navigation modal, inherit justifications, fix submenu direction. ([35077](https://github.com/WordPress/gutenberg/pull/35077))
- Polish submenu indicator button. ([35030](https://github.com/WordPress/gutenberg/pull/35030))
- Fix: Adding nav items from existing menu. ([34837](https://github.com/WordPress/gutenberg/pull/34837))

#### Global Styles
- Add Padding to the root level of global styles. ([35241](https://github.com/WordPress/gutenberg/pull/35241))
- Add duotone theme.json styles support. ([34667](https://github.com/WordPress/gutenberg/pull/34667))
- Block gap: Only render CSS variable if corresponding theme setting is enabled. ([35209](https://github.com/WordPress/gutenberg/pull/35209))
- Extract the color palette to its own global styles screen. ([35109](https://github.com/WordPress/gutenberg/pull/35109))
- Update the rules to hide/show blocks in the global styles sidebar. ([35178](https://github.com/WordPress/gutenberg/pull/35178))
- Clean up logic to retrieve GS settings depending on context. ([35437](https://github.com/WordPress/gutenberg/pull/35437))
- Synchronize user custom post type registration and UI visibility. ([35427](https://github.com/WordPress/gutenberg/pull/35427))
- Enqueue preset styles for all themes in the editor. ([35424](https://github.com/WordPress/gutenberg/pull/35424))


#### Navigation Screen
- Remove i18n of help link in navigation editor. ([35313](https://github.com/WordPress/gutenberg/pull/35313))
- Add a tooltip to Navigation items in a setup state. ([35139](https://github.com/WordPress/gutenberg/pull/35139))
- Fix gap regression in navigation screen. ([35234](https://github.com/WordPress/gutenberg/pull/35234))
- Truncate long menu names. ([35188](https://github.com/WordPress/gutenberg/pull/35188))
- Insert Navigation Link blocks by default in Navigation block. ([34899](https://github.com/WordPress/gutenberg/pull/34899))
- Migrate resolvers to thunks. ([35044](https://github.com/WordPress/gutenberg/pull/35044))

#### Full Site Editing
- Remove extra styling around "Post content" placeholder. ([35243](https://github.com/WordPress/gutenberg/pull/35243))


### Documentation

#### Handbook
- Docs: Update testing overview with minor fixes. ([35232](https://github.com/WordPress/gutenberg/pull/35232))
- Fix typos, grammar in contributors release doc. ([35268](https://github.com/WordPress/gutenberg/pull/35268))
- Update `nvm` to latest `0.38.0` version in Handbook. ([35125](https://github.com/WordPress/gutenberg/pull/35125))
- Adding example readme template to contributing guidelines. ([34847](https://github.com/WordPress/gutenberg/pull/34847))
- Fix erroneous usage of the word `master`. ([35392](https://github.com/WordPress/gutenberg/pull/35392))

#### Packages
- Add instructions for installing plugins/themes with wp-env. ([35064](https://github.com/WordPress/gutenberg/pull/35064))
- MediaUpload: Reflect the correct filter name in the readme. ([35240](https://github.com/WordPress/gutenberg/pull/35240))
- Update LinkControl documentation with additional examples. ([35199](https://github.com/WordPress/gutenberg/pull/35199))
- Update doc block in block editor to fix documentation generation lint error. ([35295](https://github.com/WordPress/gutenberg/pull/35295))
- Add missing doc blocks for the exported members of edit-widgets store. ([35263](https://github.com/WordPress/gutenberg/pull/35263))

### Code Quality

#### Block Editor
- Add colord package to block editor; Replace tinycolor2 with colord on duotone. (https://github.com/WordPress/gutenberg/pull/34616), [34605](https://github.com/WordPress/gutenberg/pull/34605), [35165](https://github.com/WordPress/gutenberg/pull/35165), [35164](https://github.com/WordPress/gutenberg/pull/35164))
- Migrate the toggleFeature action to a thunk. ([35075](https://github.com/WordPress/gutenberg/pull/35075))

#### Block Library
- Migrate store actions to thunks. ([35031](https://github.com/WordPress/gutenberg/pull/35031))
- Post Title Block: Fix argument numbering in 'sprintf'. ([35338](https://github.com/WordPress/gutenberg/pull/35338))
- Replace tinycolor2 with colord on block library package. ([35184](https://github.com/WordPress/gutenberg/pull/35184)


#### Components
- Refactor `Navigator*` folder structure, rename `Navigator` to `NavigatorProvider`. ([35160](https://github.com/WordPress/gutenberg/pull/35160))
- Replace tinycolor2 with colord. ([35185](https://github.com/WordPress/gutenberg/pull/35185))
- ToolsPanel component: Refactor to typescript. ([34028](https://github.com/WordPress/gutenberg/pull/34028))
- UnitControl component: Refactor utils to TypeScript. ([35138](https://github.com/WordPress/gutenberg/pull/35138))
- Do not export `SimpleColorSwatch` in Storybook examples for Item Group. ([35179](https://github.com/WordPress/gutenberg/pull/35179))
- Refactor Navigator to TypeScript. ([35214](https://github.com/WordPress/gutenberg/pull/35214))

#### Global Styles
- Simplify code that deals with user data for clarity. ([35248](https://github.com/WordPress/gutenberg/pull/35248))
- Simplify how we register preset metadata. ([35228](https://github.com/WordPress/gutenberg/pull/35228))
- Reorganize the global styles UI code base. ([35218](https://github.com/WordPress/gutenberg/pull/35218))
- Don't output preset classes for colors defined by the theme ([35514](https://github.com/WordPress/gutenberg/pull/35514))

#### Post Editor
- Keyboard Shortcuts: Use a new selector getter method. ([35385](https://github.com/WordPress/gutenberg/pull/35385))

#### Navigation Component
- Refactor the preferences modal to use the new Navigator components. ([35142](https://github.com/WordPress/gutenberg/pull/35142))
- Navigation Editor: Remove duplicated stripHTML. ([35189](https://github.com/WordPress/gutenberg/pull/35189))

#### Widgets Editor
- Migrate edit-widgets store to thunks. ([35110](https://github.com/WordPress/gutenberg/pull/35110))

### Tools

#### Build Tooling
- Remove polyfills from view.js block scripts. ([35038](https://github.com/WordPress/gutenberg/pull/35038))

#### Testing
- Add tests for `Navigator*`. ([35163](https://github.com/WordPress/gutenberg/pull/35163))
- Enable flaky tests reporter bot in PRs. ([35029](https://github.com/WordPress/gutenberg/pull/35029))
- Replace tinycolor2 with colord on getMostReadableColor util. Add unit test. ([34625](https://github.com/WordPress/gutenberg/pull/34625))
- Try fixing flaky navigation test. ([35380](https://github.com/WordPress/gutenberg/pull/35380))
- Fix not archiving failure artifacts for flaky tests. ([35379](https://github.com/WordPress/gutenberg/pull/35379))


#### Plugins
- Add `oandregal` and `tellthemachines` to codeowners file. ([35233](https://github.com/WordPress/gutenberg/pull/35233))


= 11.6.0 =

### Enhancements

#### Block Library
- Post Title block: Add typography formatting options. ([31623](https://github.com/WordPress/gutenberg/pull/31623))
- Query Pagination block: Use flex layout. ([34876](https://github.com/WordPress/gutenberg/pull/34876))
- Site logo: Add site logo crop. ([31607](https://github.com/WordPress/gutenberg/pull/31607))
- Cover: Move cover min-height into dimensions panel via SlotFill. ([34065](https://github.com/WordPress/gutenberg/pull/34065))
- Group Block: Add information about selected element types for Group Block. ([33976](https://github.com/WordPress/gutenberg/pull/33976))
- Image Block: Create two-way data binding for ImageSizeControl. ([34649](https://github.com/WordPress/gutenberg/pull/34649))
- Columns Block: Update block description of columns block. ([34705](https://github.com/WordPress/gutenberg/pull/34705))
- Gallery block: Add toolbar button to convert old galleries to new format. ([34606](https://github.com/WordPress/gutenberg/pull/34606))

#### Block Editor
- Format toolbar: Visual clue for hidden active items. ([21892](https://github.com/WordPress/gutenberg/pull/21892))
- Increase Link UI search results to 10 on the Navigation Editor screen. ([34808](https://github.com/WordPress/gutenberg/pull/34808))
- Inserter: Pass filter value when clicking Browse All. ([34912](https://github.com/WordPress/gutenberg/pull/34912))

#### Components
- ColorPicker: Enhance the new color picker design. ([34598](https://github.com/WordPress/gutenberg/pull/34598))
- ColorPicker: Add reset timeout to ColorPicker's copy functionality. ([34601](https://github.com/WordPress/gutenberg/pull/34601))
- ToolsPanel: Refine component behaviour. ([34530](https://github.com/WordPress/gutenberg/pull/34530))
- Resize Handles: Fix stroke width of resize handles. ([34949](https://github.com/WordPress/gutenberg/pull/34949))
- ServerSideRender: Improve ServerSideRender Component to retain preview of the component while it is loading new state. ([28289](https://github.com/WordPress/gutenberg/pull/28289))
- ServerSideRender: Delayed loading state of ServerSideRender component. ([35033](https://github.com/WordPress/gutenberg/pull/35033))

#### Global Styles
- Add a simple Global Styles preview to the sidebar. ([34991](https://github.com/WordPress/gutenberg/pull/34991))
- Update the Global Styles Icon and use it in the site editor's panel. ([34871](https://github.com/WordPress/gutenberg/pull/34871))
- Update the global styles sidebar to use a navigation component. ([34885](https://github.com/WordPress/gutenberg/pull/34885))

#### Widgets Editor
- Widget Group: Make title directly editable. ([34799](https://github.com/WordPress/gutenberg/pull/34799))

#### Template Editor
- Add edit template part menu button. ([34679](https://github.com/WordPress/gutenberg/pull/34679))

#### Themes
- FSE: Add basic support for child themes. ([34354](https://github.com/WordPress/gutenberg/pull/34354))

### New APIs

#### Block API
- Introduce lock control at the block-type level. ([32457](https://github.com/WordPress/gutenberg/pull/32457))

#### Design Tools
- InspectorControls: Wrap block support slots in ToolsPanel. ([34157](https://github.com/WordPress/gutenberg/pull/34157))

### Accessibility
- Improve file block accessibility by adding aria-describedby to download button. ([28062](https://github.com/WordPress/gutenberg/pull/28062))
- Button Block: Add prefix to the description ID. ([34900](https://github.com/WordPress/gutenberg/pull/34900))
- Snackbar: Fix focus loss on dismiss. ([34736](https://github.com/WordPress/gutenberg/pull/34736))

### Performance
- List View: Try disabling async mode provider around selected block in ListView. ([34519](https://github.com/WordPress/gutenberg/pull/34519))

### Bug Fixes

#### Block Editor
- Copy Handler: Only handle paste event once. ([34430](https://github.com/WordPress/gutenberg/pull/34430))
- Fix save-state indicator appearance. ([34947](https://github.com/WordPress/gutenberg/pull/34947))
- MediaReplaceFlow: Avoid React warning when selecting media. ([34618](https://github.com/WordPress/gutenberg/pull/34618))
- Remove .has-link-color class upon clearing the link color. ([34700](https://github.com/WordPress/gutenberg/pull/34700))
- Rich Text: Fix arrow navigation with consecutive formats. ([35014](https://github.com/WordPress/gutenberg/pull/35014))
- Rich Text: Also strip object replacement character when removing padding. ([34851](https://github.com/WordPress/gutenberg/pull/34851))
- Writing flow: Fix focus trap on non-text input types. ([32714](https://github.com/WordPress/gutenberg/pull/32714))
- Fix bug in the receiveBlocks action resulting in a broken block list. ([35076](https://github.com/WordPress/gutenberg/pull/35076))

#### Block Library
- HTML block: Prevent external styling of editing UI. ([34727](https://github.com/WordPress/gutenberg/pull/34727))
- Page List Block: Fix gap in vertical page list. ([35026](https://github.com/WordPress/gutenberg/pull/35026))
- MediaPlaceholder: Fix media library button opening the file upload modal. ([34894](https://github.com/WordPress/gutenberg/pull/34894))
- QueryPagination: Fix layout support. ([34897](https://github.com/WordPress/gutenberg/pull/34897))
- Query Pagination: Fix center alignment. ([34739](https://github.com/WordPress/gutenberg/pull/34739))
- Group block: Lower CSS specificity of padding declaration. ([34854](https://github.com/WordPress/gutenberg/pull/34854))

#### Global Styles
- Cache global stylesheet keyed by theme. ([34704](https://github.com/WordPress/gutenberg/pull/34704))
- Clean theme data when switching themes in the customizer. ([34540](https://github.com/WordPress/gutenberg/pull/34540))
- Fix dimensions panel default controls display. ([34828](https://github.com/WordPress/gutenberg/pull/34828))
- Fix for link color in containers. ([34689](https://github.com/WordPress/gutenberg/pull/34689))

#### Components
- Fix Dropdown/DropdownMenu toggle closing in all UAs. ([31170](https://github.com/WordPress/gutenberg/pull/31170))
- Font Appearance Control: Fix selectedItem downshift uncontrolled prop warning. ([34721](https://github.com/WordPress/gutenberg/pull/34721))
- ToolsPanel: Allow SlotFill injection of panel items. ([34632](https://github.com/WordPress/gutenberg/pull/34632))
- ToolsPanel: Remove / re-register panel items if the panelId changes. ([34726](https://github.com/WordPress/gutenberg/pull/34726))
- ToogleGroupControl: Fix update when unmounted. ([34756](https://github.com/WordPress/gutenberg/pull/34756))
- Unit Control: Always display current unit value if valid. ([34768](https://github.com/WordPress/gutenberg/pull/34768))

#### Template Editor
- Fixes left & right floats for blocks that are direct children of .wp-site-blocks. ([34635](https://github.com/WordPress/gutenberg/pull/34635))
- Fix new template form onSubmit logic. ([34988](https://github.com/WordPress/gutenberg/pull/34988))

#### REST API
- Add missing field _invalid in menu item REST API. ([34670](https://github.com/WordPress/gutenberg/pull/34670))
- Fix 'menu_exists' response status code. ([34888](https://github.com/WordPress/gutenberg/pull/34888))
- Remove parent and position validation from menu item REST API endpoint. ([34672](https://github.com/WordPress/gutenberg/pull/34672))
- Filters are incorrectly applied in the __experimental/menu-items controller. ([34857](https://github.com/WordPress/gutenberg/pull/34857))
- Fix the parent menu item field in REST API responses. ([34835](https://github.com/WordPress/gutenberg/pull/34835))


#### Themes
- Fix block gap added to the block templates skip link. ([34986](https://github.com/WordPress/gutenberg/pull/34986))

#### Widgets Editor
- Fix disabled blocks logical error on Widgets screen. ([34634](https://github.com/WordPress/gutenberg/pull/34634))
- Prevent welcome guide overflow x scroll. ([34713](https://github.com/WordPress/gutenberg/pull/34713))

### Experiments

#### Navigation Block
- Add a Submenu block for use in Navigation. ([33775](https://github.com/WordPress/gutenberg/pull/33775))
- Initialize responsive modals with window onload event. ([34544](https://github.com/WordPress/gutenberg/pull/34544))
- Enable open on click for Page List inside Navigation. ([34675](https://github.com/WordPress/gutenberg/pull/34675))
- Hide theme-provided underlines when menu item is in setup state. ([34486](https://github.com/WordPress/gutenberg/pull/34486))
- Only capture toolbars on the parent Navigation block when not in vertical mode. ([34615](https://github.com/WordPress/gutenberg/pull/34615))
- Polish wavy underline. ([34954](https://github.com/WordPress/gutenberg/pull/34954))

#### Navigation Editor
- Add initial navigation editor user documentation. ([34985](https://github.com/WordPress/gutenberg/pull/34985))
- Adjust header toolbar icon styles. ([34833](https://github.com/WordPress/gutenberg/pull/34833))
- Consolidate menu name and switcher. ([34786](https://github.com/WordPress/gutenberg/pull/34786))
- Update Navigation Editor to support new submenu block. ([34281](https://github.com/WordPress/gutenberg/pull/34281))
- Use response messages returned from API for notices. ([34903](https://github.com/WordPress/gutenberg/pull/34903))
- Add global inserter to Navigation Editor. ([34619](https://github.com/WordPress/gutenberg/pull/34619))
- Save menu items using the REST API. ([34541](https://github.com/WordPress/gutenberg/pull/34541))
- Add space between menu name and switcher button. ([34960](https://github.com/WordPress/gutenberg/pull/34960))
- Keep Navigation Editor snackbar from overflowing notices. ([34661](https://github.com/WordPress/gutenberg/pull/34661))
- Navigation Editor: Avoid crash when transforming navigation link. ([34980](https://github.com/WordPress/gutenberg/pull/34980))
- Correctly display notices. ([34852](https://github.com/WordPress/gutenberg/pull/34852))
- Display error notice inside modal. ([34884](https://github.com/WordPress/gutenberg/pull/34884))
- Fix navigation editor missing appender not showing appender when no blocks selected. ([34678](https://github.com/WordPress/gutenberg/pull/34678))
- Fix navigation editor undo button being active when editor loads. ([34839](https://github.com/WordPress/gutenberg/pull/34839))
- Open link control if submenu parent is link. ([34798](https://github.com/WordPress/gutenberg/pull/34798))
- Stop submitting Create Menu form in busy state. ([34983](https://github.com/WordPress/gutenberg/pull/34983))
- Fix saving locations using the "Manage Locations" popup. ([34714](https://github.com/WordPress/gutenberg/pull/34714))

#### Site Editor
- Site Editor - add basic plugin support. ([34460](https://github.com/WordPress/gutenberg/pull/34460))

### Documentation

#### Handbook
- Minor copy improvements. ([35015](https://github.com/WordPress/gutenberg/pull/35015))
- Update versions to include 5.8.1. ([34789](https://github.com/WordPress/gutenberg/pull/34789))
- Fix typography.customLineHeight value in the compatibility table. ([34791](https://github.com/WordPress/gutenberg/pull/34791))

#### Packages
- Update the note about using polyfill for ES2015+ features. ([34878](https://github.com/WordPress/gutenberg/pull/34878))
- Components
  - Add Compound Components section to components CONTRIBUTING.md. ([34697](https://github.com/WordPress/gutenberg/pull/34697))
  - Dropdown: Tidy up documentation. ([34861](https://github.com/WordPress/gutenberg/pull/34861))
  - Fix small typo in the component's CONTRIBUTING guidelines documentation. ([34753](https://github.com/WordPress/gutenberg/pull/34753))
  - ItemGroup: Add story showcasing more complex layouts. ([34708](https://github.com/WordPress/gutenberg/pull/34708))
  - Update @wordpress/components package's contributing guidelines. ([33960](https://github.com/WordPress/gutenberg/pull/33960))
  - Update AlignmentMatrixControl documentation post merge. ([34662](https://github.com/WordPress/gutenberg/pull/34662))
  - Update components CONTRIBUTING.md structure. ([34877](https://github.com/WordPress/gutenberg/pull/34877))
  - Update documentation for ClipboardButton component. ([34711](https://github.com/WordPress/gutenberg/pull/34711))
- Create Block: Remove wp-cli callout since not recommended and outdated. ([34821](https://github.com/WordPress/gutenberg/pull/34821))
- Navigation Editor:
  - Fix inconsistencies and errors. ([34682](https://github.com/WordPress/gutenberg/pull/34682))
  - Update the Hooks section in documentation. ([35035](https://github.com/WordPress/gutenberg/pull/35035))
- Scripts: Add CHANGELOG entry for jest-dev-server upgrade. ([34657](https://github.com/WordPress/gutenberg/pull/34657))

#### Other
- Update overall plugin description. ([34850](https://github.com/WordPress/gutenberg/pull/34850))

### Code Quality
- Add tests for slug to class/css variable conversion. ([34787](https://github.com/WordPress/gutenberg/pull/34787))
- Refactor the core-data store to thunks. ([28389](https://github.com/WordPress/gutenberg/pull/28389))
- Remove some low impact APIs that were deprecated on WP 5.3. ([34537](https://github.com/WordPress/gutenberg/pull/34537))
- Rewrite FocusableIframe as hook API. ([26753](https://github.com/WordPress/gutenberg/pull/26753))
- Rich text: Only merge neighbouring equal formats when applying a format. ([35016](https://github.com/WordPress/gutenberg/pull/35016))
- Writing Flow: Merge place caret at edge functions. ([30481](https://github.com/WordPress/gutenberg/pull/30481))
- Site editor: fix PHP notice: Undefined index: __unstableType. ([34735](https://github.com/WordPress/gutenberg/pull/34735))
- Use rest_is_field_included function in menu endpoints. ([34673](https://github.com/WordPress/gutenberg/pull/34673))
- Remove duplicate Theme JSON block gap key. ([34774](https://github.com/WordPress/gutenberg/pull/34774))

#### Block Editor
- Global shortcuts: Use React events (portal bubbles & contextual). ([34539](https://github.com/WordPress/gutenberg/pull/34539))
- Rename experimental prop used in BlockControls. ([34644](https://github.com/WordPress/gutenberg/pull/34644))
- Update callers to handle when getBlockType returns undefined. ([34891](https://github.com/WordPress/gutenberg/pull/34891))

#### Block Library
- Latest Comments: Add missing parameter to widget_comments_args. ([29403](https://github.com/WordPress/gutenberg/pull/29403))
- Navigation submenu block: Replace global shortcut event handlers with local ones. ([34812](https://github.com/WordPress/gutenberg/pull/34812))

#### Components
- ColorPicker: Replace global shortcut event handlers with local ones. ([34508](https://github.com/WordPress/gutenberg/pull/34508))
- Delete the createComponent utility function. ([34929](https://github.com/WordPress/gutenberg/pull/34929))
- Refactor away from the createComponent function: CardMedia ([34915](https://github.com/WordPress/gutenberg/pull/34915)), ControlLabel ([34927](https://github.com/WordPress/gutenberg/pull/34927)), Elevation ([34916](https://github.com/WordPress/gutenberg/pull/34916)), FlexBlock ([34917](https://github.com/WordPress/gutenberg/pull/34917)), FlexItem ([34918](https://github.com/WordPress/gutenberg/pull/34918)), Grid ([34919](https://github.com/WordPress/gutenberg/pull/34919)), HStack ([34920](https://github.com/WordPress/gutenberg/pull/34920)), Heading ([34921](https://github.com/WordPress/gutenberg/pull/34921)), Scrollable ([34922](https://github.com/WordPress/gutenberg/pull/34922)), Spacer ([34923](https://github.com/WordPress/gutenberg/pull/34923)), Surface ([34924](https://github.com/WordPress/gutenberg/pull/34924)), Text ([34925](https://github.com/WordPress/gutenberg/pull/34925)), Truncate ([34926](https://github.com/WordPress/gutenberg/pull/34926)), VStack ([34928](https://github.com/WordPress/gutenberg/pull/34928)).
- Remove all dashicon usages from Storybook stories. ([33984](https://github.com/WordPress/gutenberg/pull/33984))
- Mark ControlLabel, FormGroupLabel and FormGroupContent as non-polymorphic. ([34966](https://github.com/WordPress/gutenberg/pull/34966))

#### Global Styles
- Fix Global Styles double border. ([34906](https://github.com/WordPress/gutenberg/pull/34906))
- Rename globalStyles to styles. ([34946](https://github.com/WordPress/gutenberg/pull/34946))

#### i18n
- Add a "translators:" comment in the core class used to implement a Block widget. ([34840](https://github.com/WordPress/gutenberg/pull/34840))

### Tools

#### Testing
- Add editor onboarding tests. ([34431](https://github.com/WordPress/gutenberg/pull/34431))
- Fix flaky navigation editor test by waiting for required elements. ([34767](https://github.com/WordPress/gutenberg/pull/34767))
- Fix native Latest Posts end-to-end device tests. ([34715](https://github.com/WordPress/gutenberg/pull/34715))
- Iframed editor: Add jQuery integration end-to-end test. ([33007](https://github.com/WordPress/gutenberg/pull/33007))
- Navigation Editor: Migrate from response mocking to rest api util. ([34869](https://github.com/WordPress/gutenberg/pull/34869))
- Navigation Editor: Fix failing end-to-end test. ([34874](https://github.com/WordPress/gutenberg/pull/34874))
- Navigation Editor: Add end-to-end tests for global inserter to the Navigation Editor screen. ([34804](https://github.com/WordPress/gutenberg/pull/34804))
- Navigation Editor: Update new navigation editor test to use REST API to create a menu instead of response mocking. ([35025](https://github.com/WordPress/gutenberg/pull/35025))
- Try reporting flaky tests to issues. ([34432](https://github.com/WordPress/gutenberg/pull/34432))
- Try to fix flaky iframe test. ([34776](https://github.com/WordPress/gutenberg/pull/34776))
- Test that add_theme_supports are loaded for themes without theme.json. ([34998](https://github.com/WordPress/gutenberg/pull/34998))

#### Build Tooling
- Fix package lock inconsistencies. ([34790](https://github.com/WordPress/gutenberg/pull/34790))
- Update caniuse package to the latest version. ([34685](https://github.com/WordPress/gutenberg/pull/34685))
- VSCode integration: Update var ${workspaceRoot} to ${workspaceFolder}. ([34269](https://github.com/WordPress/gutenberg/pull/34269))
- Replace usages of workspaceRoot with workspaceFolder. ([34887](https://github.com/WordPress/gutenberg/pull/34887))
- Bump jest-dev-server to v5. ([34560](https://github.com/WordPress/gutenberg/pull/34560))
- ESLint Plugin: Update eslint jsdoc dependency. ([34338](https://github.com/WordPress/gutenberg/pull/34338))
- Storybook: Remove G2 prefix from the Components section. ([34734](https://github.com/WordPress/gutenberg/pull/34734))
- Block Editor: Update react-spring to 9.2.4. ([30979](https://github.com/WordPress/gutenberg/pull/30979))
- Move react-native-url-polyfill to dev dependencies. ([34687](https://github.com/WordPress/gutenberg/pull/34687))
- Use Jest related rules only when the package is installed. ([33120](https://github.com/WordPress/gutenberg/pull/33120))
- Ensure that all *.asset.php files are included in plugin.zip. ([34875](https://github.com/WordPress/gutenberg/pull/34875))






= 11.5.1 =

### Bug Fixes

#### Global Styles

- Fix theme supports for themes without theme.json. ([34955](https://github.com/WordPress/gutenberg/pull/34955))

### Various

- Build plugin zip: Verify npm cache before a clean install. ([34973](https://github.com/WordPress/gutenberg/pull/34973))





= 11.5.0 =

### Features

#### Design Tools
- Block Support: Add gap block support feature. ([33991](https://github.com/WordPress/gutenberg/pull/33991))

### Enhancements

#### Accessibility
- Font weight screen reader description. ([34312](https://github.com/WordPress/gutenberg/pull/34312))
#### Block Editor:
- Media Placeholder: Change media URL input type to allow a local URL path. ([29138](https://github.com/WordPress/gutenberg/pull/29138))
#### Block Library
- Columns Block: Use `blockGap` between Columns blocks. ([34456](https://github.com/WordPress/gutenberg/pull/34456))
- Group Block: Add a row variation. ([34535](https://github.com/WordPress/gutenberg/pull/34535))
- Heading Block: Vertical heading levels menu. ([32926](https://github.com/WordPress/gutenberg/pull/32926))
- Navigation Block: Allow Site Title and Logo inside Navigation block. ([33316](https://github.com/WordPress/gutenberg/pull/33316))
- Navigation Block, List View: Do not show appender and avoid closing the modal on block select. ([34337](https://github.com/WordPress/gutenberg/pull/34337))
- Navigation Block: Remove horizontal and vertical navigation block variations from inserter. ([34614](https://github.com/WordPress/gutenberg/pull/34614))
- Navigation Block: Use gap instead of margin. ([32367](https://github.com/WordPress/gutenberg/pull/32367))
- Post Author Block: Add duotone suport. ([34408](https://github.com/WordPress/gutenberg/pull/34408))
- Query Pagination Next/Previous: Add an arrow attribute and sync next/previous block's arrow. ([33656](https://github.com/WordPress/gutenberg/pull/33656))
- Site Logo Block: Update block description to be concise. ([34471](https://github.com/WordPress/gutenberg/pull/34471))
- Site Title Block: Update block description to be concise. ([34475](https://github.com/WordPress/gutenberg/pull/34475))
- Social Links Block: Use the new `flex` layout. ([34493](https://github.com/WordPress/gutenberg/pull/34493))
- Video Block: Use existing video poster image on insert. ([34415](https://github.com/WordPress/gutenberg/pull/34415))
#### Components
- MenuItem: Add right padding for unchecked radio and checkbox items. ([34406](https://github.com/WordPress/gutenberg/pull/34406))
- ToggleGroupControl: Update stories to use knobs. ([34497](https://github.com/WordPress/gutenberg/pull/34497))
#### Core Data
- Add `isRawAttribute` to entity configuration. ([34388](https://github.com/WordPress/gutenberg/pull/34388))
#### Design Tools
- Add wide alignment control only if theme provides `layout.wideSize`. ([34586](https://github.com/WordPress/gutenberg/pull/34586))
- Update justification control in `flex` layout. ([34651](https://github.com/WordPress/gutenberg/pull/34651))
- ToolsPanel: Change icon from horizontal to vertical ellipsis. ([34369](https://github.com/WordPress/gutenberg/pull/34369))
#### Full Site Editing
- Limit FSE admin notices to the Themes screen. ([34353](https://github.com/WordPress/gutenberg/pull/34353))
#### Global Styles
- Allow disabling `text` and `background` color via `theme.json`. ([34420](https://github.com/WordPress/gutenberg/pull/34420))
- Make global styles available to all themes. ([34334](https://github.com/WordPress/gutenberg/pull/34334))
#### i18n
- Add context to 'none' strings for better translations. ([34341](https://github.com/WordPress/gutenberg/pull/34341))
- Make permalinks documentation URL translatable. ([34282](https://github.com/WordPress/gutenberg/pull/34282))
#### Post Editor
- Expose `ThemeSupportCheck` component. ([20506](https://github.com/WordPress/gutenberg/pull/20506))
- Title block gap. ([34570](https://github.com/WordPress/gutenberg/pull/34570))
#### Themes
- Add default editor styles applied to themes without `theme.json` and without editor styles. ([34439](https://github.com/WordPress/gutenberg/pull/34439))
#### Widgets Editor
- Add 'Widget Group' block to widgets screens. ([34484](https://github.com/WordPress/gutenberg/pull/34484))
- Legacy widget rendering endpoint. ([34230](https://github.com/WordPress/gutenberg/pull/34230))

### New APIs

#### Design Tools
- Allow themes with `theme.json` to opt-out of block gap styles. ([34491](https://github.com/WordPress/gutenberg/pull/34491))

### Bug Fixes

#### Accessibility
- Fix button block focus trap after a URL has been added. ([34314](https://github.com/WordPress/gutenberg/pull/34314))
#### Block Editor
- Fix menu item padding regression. ([34435](https://github.com/WordPress/gutenberg/pull/34435))
- Fix text-menu min widths. ([34532](https://github.com/WordPress/gutenberg/pull/34532))
- Keep id on paste if internal link points to it. ([31107](https://github.com/WordPress/gutenberg/pull/31107))
- Fix caret position on block merging. ([34169](https://github.com/WordPress/gutenberg/pull/34169))
#### Block Library
- Heading Block, Paragraph Block: Fix long strings of text without spaces overflow the block. ([34222](https://github.com/WordPress/gutenberg/pull/34222))
- Gallery Block: Fix bug with stalled upload when image size too large. ([34371](https://github.com/WordPress/gutenberg/pull/34371))
- Gallery Block: Fix media placeholder height in site editor. ([34629](https://github.com/WordPress/gutenberg/pull/34629))
- Gallery Block: Fix problem with overflowing captions on new gallery block format. ([34402](https://github.com/WordPress/gutenberg/pull/34402))
- Latest Posts: Fix various React warnings in development log. ([34428](https://github.com/WordPress/gutenberg/pull/34428))
- Navigation: Fix navigation block classname issues. ([34344](https://github.com/WordPress/gutenberg/pull/34344))
- Navigation: Fix Page List styles inside responsive Navigation. ([34517](https://github.com/WordPress/gutenberg/pull/34517))
- Navigation: Fix responsive menu height regression. ([34488](https://github.com/WordPress/gutenberg/pull/34488))
- Navigation: Fix submenu layout in navigation page list. ([34342](https://github.com/WordPress/gutenberg/pull/34342))
- Navigation: Fix submenus to only take up space when visible. ([34382](https://github.com/WordPress/gutenberg/pull/34382))
- Navigation: Fix undo/redo 'trap' in navigation link block. ([34565](https://github.com/WordPress/gutenberg/pull/34565))
- Site Title: Allow empty title in edit mode. ([34274](https://github.com/WordPress/gutenberg/pull/34274))
- Social Links Block: Fix deprecation. ([34639](https://github.com/WordPress/gutenberg/pull/34639))
- Video Block: Fix `TypeError` when removing poster. ([34411](https://github.com/WordPress/gutenberg/pull/34411))
#### Components
- Align labels on focal point picker position controls above the inputs. ([34209](https://github.com/WordPress/gutenberg/pull/34209))
- Check if in browser env before calling `CSS.supports`. ([34572](https://github.com/WordPress/gutenberg/pull/34572))
- Combobox Component: Only force expanded state if the input has focus. ([34090](https://github.com/WordPress/gutenberg/pull/34090))
- CustomSelectControl: Add describedBy fallback. ([34385](https://github.com/WordPress/gutenberg/pull/34385))
- DateTime Component: Fix sizing of help info. ([34370](https://github.com/WordPress/gutenberg/pull/34370))
- Fix `ToggleGroupControlBackdrop` not updating size when `isAdaptiveWidth` prop changes. ([34595](https://github.com/WordPress/gutenberg/pull/34595))
- Fix selected value computation in `CustomSelectControl` when no initial `value` is set. ([34490](https://github.com/WordPress/gutenberg/pull/34490))
- Fix subheadings from wrapping. ([34319](https://github.com/WordPress/gutenberg/pull/34319))
#### Design Tools
- Border Controls: Display color indicator and check selected color. ([34467](https://github.com/WordPress/gutenberg/pull/34467))
- Border Support: Fix check for displaying border support panel. ([34516](https://github.com/WordPress/gutenberg/pull/34516))
- Gap block support: Force gap change to cause the block to re-render (fix Safari issue). ([34567](https://github.com/WordPress/gutenberg/pull/34567))
- Letter Spacing: Group letter spacing correctly under typography supports. ([34515](https://github.com/WordPress/gutenberg/pull/34515))
#### Global Styles
- Fix block-level global styles color panels. ([34293](https://github.com/WordPress/gutenberg/pull/34293))
- Font Appearance Control: Fix error in global styles for Site Title in TT1-Blocks. ([34520](https://github.com/WordPress/gutenberg/pull/34520))
#### Meta Boxes
- Change default value of `enableCustomFields` to `undefined`. ([33931](https://github.com/WordPress/gutenberg/pull/33931))
- Fix metabox reordering. ([30617](https://github.com/WordPress/gutenberg/pull/30617))
#### Packages
- Blocks: Register block when invalid value provided for the icon. ([34350](https://github.com/WordPress/gutenberg/pull/34350))
- Core Data: Add 'include' to the query key. ([34583](https://github.com/WordPress/gutenberg/pull/34583))
- Core Data: Use `resolveSelect` instead of `select` in `saveEntityRecord`. ([34584](https://github.com/WordPress/gutenberg/pull/34584))
- Interface: Block Toolbar & Popover component - Prevent sticky position from causing permanently obscured areas of the selected block. ([33981](https://github.com/WordPress/gutenberg/pull/33981))
- Scripts: Only use svgr/webpack in js files. ([34394](https://github.com/WordPress/gutenberg/pull/34394))
- Scripts: Convert legacy entry point arguments for compatibility with webpack 5. ([34264](https://github.com/WordPress/gutenberg/pull/34264))
#### REST API
- Default batch processor: Respect the batch endpoint's `maxItems`. ([34280](https://github.com/WordPress/gutenberg/pull/34280))
#### Widgets Editor
- Fix Block Settings sidebar unexpectedly collapsing. ([34543](https://github.com/WordPress/gutenberg/pull/34543))
- Legacy widget's preview functionality is broken when the page is moved. ([34384](https://github.com/WordPress/gutenberg/pull/34384))
- Prevent focus trap in Legacy Widget block’s preview iframe. ([33614](https://github.com/WordPress/gutenberg/pull/33614))

### Performance

#### Block Editor
- Improve the `getBlock` and `getBlocks` performance. ([34241](https://github.com/WordPress/gutenberg/pull/34241))
- Remove duplicated `useValidAlignment` hook. ([34593](https://github.com/WordPress/gutenberg/pull/34593))
#### Core Data
- Move locks state from store to local variable. ([34374](https://github.com/WordPress/gutenberg/pull/34374))
#### Global Styles
- Remove colors classes from the packages that are already provided by global styles. ([34510](https://github.com/WordPress/gutenberg/pull/34510))

### Experiments

#### Navigation Editor
- Add undo redo buttons in navigation editor. ([34533](https://github.com/WordPress/gutenberg/pull/34533))
- Decode entities in the menu names. ([34263](https://github.com/WordPress/gutenberg/pull/34263))
- Disable "block-nav-menus" feature for the purposes of removing the "experimental" status on the Navigation Editor. ([34444](https://github.com/WordPress/gutenberg/pull/34444))
- Preload menu REST API requests on new navigation editor. ([34364](https://github.com/WordPress/gutenberg/pull/34364))
- Update navigation editor placeholder. ([34568](https://github.com/WordPress/gutenberg/pull/34568))

### Documentation

#### Handbook
- Replace `withSelect` references with `useSelect`. ([34549](https://github.com/WordPress/gutenberg/pull/34549))
- Updated Template Section copy. ([34383](https://github.com/WordPress/gutenberg/pull/34383))
- Update block variations documentation about `block` scope. ([34455](https://github.com/WordPress/gutenberg/pull/34455))
#### Packages
- Blocks: Correct typo in Blocks Documentation. ([34396](https://github.com/WordPress/gutenberg/pull/34396))
- Componentes: Fix/update documentation alignment matrix control. ([34624](https://github.com/WordPress/gutenberg/pull/34624))
- Componentes: Update `DuotonePicker` documentation for accuracy. ([34494](https://github.com/WordPress/gutenberg/pull/34494))
- Eslint: Add `no-unsafe-wp-apis` to rules list in the documentation. ([34416](https://github.com/WordPress/gutenberg/pull/34416))
- Prettier: Correct syntax in `README.md` for `prettier-config`. ([34600](https://github.com/WordPress/gutenberg/pull/34600))


### Code Quality

#### Block Editor
- Code cleanup to the `getBlock` refactoring. ([34326](https://github.com/WordPress/gutenberg/pull/34326))
- Ensure that `blockType` is defined when accessing `apiVersion`. ([34346](https://github.com/WordPress/gutenberg/pull/34346))
- Migrate `lightBlockWrapper` support to `apiVersion` for blocks. ([34459](https://github.com/WordPress/gutenberg/pull/34459))
- Fix Animated warning log. ([34197](https://github.com/WordPress/gutenberg/pull/34197))
- Rich Text: Replace global event handlers with local ones. ([34492](https://github.com/WordPress/gutenberg/pull/34492))
- Rich text (core): OnFocus method can be replaced with HTMLElement.focus. ([32054](https://github.com/WordPress/gutenberg/pull/32054))
- Use Setting: Consolidate the `PATHS_WITH_MERGE` constant to one instance. ([34407](https://github.com/WordPress/gutenberg/pull/34407))
#### Block Library
- Gallery Block: Add docblock comments to the new gallery hooks. ([34562](https://github.com/WordPress/gutenberg/pull/34562))
- Gallery Block: Remove IE specific CSS hacks. ([34372](https://github.com/WordPress/gutenberg/pull/34372))
- Button Block: Replace global shortcut event handlers with local ones. ([34498](https://github.com/WordPress/gutenberg/pull/34498))
- Navigation Block: Refactor to use generic classnames. ([34171](https://github.com/WordPress/gutenberg/pull/34171))
- Navigation Link Block: Replace global shortcut event handlers with local ones. ([34500](https://github.com/WordPress/gutenberg/pull/34500))
- Gallery Block: Remove redundant css selector. ([34277](https://github.com/WordPress/gutenberg/pull/34277))
#### Components
- CustomGradientBar: Replace global shortcut event handlers with local ones. ([34505](https://github.com/WordPress/gutenberg/pull/34505))
- Guide: Replace global shortcut event handlers with local ones. ([34503](https://github.com/WordPress/gutenberg/pull/34503))
- Navigate regions: Use React events for shortcuts (portal bubbles & contextual). ([33633](https://github.com/WordPress/gutenberg/pull/33633))
- Rename `PolymorphicComponent*` types to `WordPressComponent*`. ([34330](https://github.com/WordPress/gutenberg/pull/34330))
- Simplify Modal with hooks. ([34412](https://github.com/WordPress/gutenberg/pull/34412))
- Simplify & polish heading levels. ([34378](https://github.com/WordPress/gutenberg/pull/34378))
#### Core Data
- Fix linting errors. ([34596](https://github.com/WordPress/gutenberg/pull/34596))
- Fix linting error in trunk. ([34464](https://github.com/WordPress/gutenberg/pull/34464))
- Migrate `canUser` resolver to thunks. ([34580](https://github.com/WordPress/gutenberg/pull/34580))
- Migrate `entities.js` to thunks. ([34582](https://github.com/WordPress/gutenberg/pull/34582))
- Migrate `getAutosaves` resolver to thunks. ([34581](https://github.com/WordPress/gutenberg/pull/34581))
- Migrate `getEntityRecord` resolver to thunks. ([34576](https://github.com/WordPress/gutenberg/pull/34576))
- Migrate `getEntityRecords` resolver to thunks. ([34578](https://github.com/WordPress/gutenberg/pull/34578))
- Migrate resolvers to thunks: `GetAuthors`, `_getCurrentUser`, `__getCurrentTheme`, `__getThemeSupports`. ([34579](https://github.com/WordPress/gutenberg/pull/34579))
- Refactor `deleteEntityRecord` to use thunks instead of generators. ([34386](https://github.com/WordPress/gutenberg/pull/34386))
- Refactor `editEntityRecord`, undo, and redo to be thunks instead of generators. ([34387](https://github.com/WordPress/gutenberg/pull/34387))
- Remove the `PROCESS_PENDING_LOCK_REQUESTS` action. ([34343](https://github.com/WordPress/gutenberg/pull/34343))
- Refactor `saveEntityRecord` from `redux-rungen` to async thunks. ([33201](https://github.com/WordPress/gutenberg/pull/33201))
- Remove extraction of raw values in `saveEntityRecords`. ([34502](https://github.com/WordPress/gutenberg/pull/34502))
#### Other Packages
- Compose, useDropZone: Ensure drag event targets `HTMLElement`. ([34272](https://github.com/WordPress/gutenberg/pull/34272))
- Editor: Replace hardcoded store key. ([34296](https://github.com/WordPress/gutenberg/pull/34296))
- Env: Clarify config error within `parse-config.js`. ([34322](https://github.com/WordPress/gutenberg/pull/34322))
- Post Editor: Fix gray W menu color. ([34318](https://github.com/WordPress/gutenberg/pull/34318))
- URL: Add `getFilename` method to the URL package. ([34313](https://github.com/WordPress/gutenberg/pull/34313))


### Tools

#### Build Tooling
- ESLint: Add `useSelect` to direct function calls list. ([34301](https://github.com/WordPress/gutenberg/pull/34301))
- ESLint: Update error message for `@emotion/css` with info about the `useCx` hook. ([34418](https://github.com/WordPress/gutenberg/pull/34418))
- Fix build hang on Windows 10. ([23589](https://github.com/WordPress/gutenberg/pull/23589))
- Linting: Remove global event listener warning. ([34528](https://github.com/WordPress/gutenberg/pull/34528))
- More work on the stability of the performance metrics. ([34229](https://github.com/WordPress/gutenberg/pull/34229))
#### Plugin
- Added janw-me to the Codeowners for the PHP FSE folder. ([32990](https://github.com/WordPress/gutenberg/pull/32990))
- Fix title missing in bug report form. ([34504](https://github.com/WordPress/gutenberg/pull/34504))
- Update bug form to use drop downs. ([34458](https://github.com/WordPress/gutenberg/pull/34458))
- Update the minimum supported WordPress version to 5.7. ([34536](https://github.com/WordPress/gutenberg/pull/34536))
#### Testing
- Add unit tests for edit site editor utils. ([34401](https://github.com/WordPress/gutenberg/pull/34401))
- Debug e2e-tests in vscode. ([29788](https://github.com/WordPress/gutenberg/pull/29788))
- Jest Preset: Restore the default setting for the `verbose` option. ([34327](https://github.com/WordPress/gutenberg/pull/34327))
- Make `Test_Widget` compatible with `WP_Widget`. ([34355](https://github.com/WordPress/gutenberg/pull/34355))


= 11.4.1 =

### Bug Fixes

- Post title: Remove class from old div to fix alignment. ([34489](https://github.com/WordPress/gutenberg/pull/34489))


= 11.4.0 =

### Enhancements
- Accessibility
    - Cover Block: Allow alt text in Cover blocks. ([33226](https://github.com/WordPress/gutenberg/pull/33226))
    - Add `aria-describedby` to custom select control component to describe currently-selected font size. ([33941](https://github.com/WordPress/gutenberg/pull/33941))
- Block Editor
    - Block Lists: improve iframe block, pattern and template previews. ([28165](https://github.com/WordPress/gutenberg/pull/28165))
- Block Library
    - Query Loop: update Post Template sub-block icon. ([34204](https://github.com/WordPress/gutenberg/pull/34204))
    - Convert Gallery block to use Image blocks. ([25940](https://github.com/WordPress/gutenberg/pull/25940))
    - Post Featured Image: add duotone block supports. ([34113](https://github.com/WordPress/gutenberg/pull/34113))
    - Post Featured Image: add contextual help text to the `scale`property. ([34158](https://github.com/WordPress/gutenberg/pull/34158))
    - File block: update transform from image to use image filename if caption is empty. ([34256](https://github.com/WordPress/gutenberg/pull/34256))
    - Post date Block: add font weight support to the block. ([34070](https://github.com/WordPress/gutenberg/pull/34070))
    - Post terms: add font weight support to the block. ([34142](https://github.com/WordPress/gutenberg/pull/34142))
    - Site Tagline: add font weight support. ([33983](https://github.com/WordPress/gutenberg/pull/33983))
    - Button: update spacing support to use axial padding. ([33859](https://github.com/WordPress/gutenberg/pull/33859))
- Components
    - Add deprecated props adapter for ColorPicker. ([34014](https://github.com/WordPress/gutenberg/pull/34014))
    - Wrap SegmentedControl in a BaseControl with an added `help` property. ([34017](https://github.com/WordPress/gutenberg/pull/34017))
    - Combobox: update the current selection if the list of suggestions is filtered. ([33928](https://github.com/WordPress/gutenberg/pull/33928))
    - Post Title: use rich text hook and updating tag to `h1` ([31569](https://github.com/WordPress/gutenberg/pull/31569))
- Design Tools
    - Add layout default value support for blocks. ([34194](https://github.com/WordPress/gutenberg/pull/34194))
    - Dimensions Panel: add padding tool as default for blocks where this is a common setting. ([34026](https://github.com/WordPress/gutenberg/pull/34026))
- Navigation Screen
    - Update navigation screen topbar. ([34166](https://github.com/WordPress/gutenberg/pull/34166))
- Packages
    - Updates the "settings" icon, which toggles the display of additional controls in an interface. ([34165](https://github.com/WordPress/gutenberg/pull/34165))
- Post Editor
    - Migrate post editor feature preferences to the interface package. ([34154](https://github.com/WordPress/gutenberg/pull/34154))
- Widgets Editor
    - Migrate customize widgets feature preferences to interface package. ([34135](https://github.com/WordPress/gutenberg/pull/34135))
    - Refactor editor 'feature' preferences to interface package. ([33774](https://github.com/WordPress/gutenberg/pull/33774))

### Bug Fixes
- Block API
    - Spacing/Dimensions Supports: separate spacing from dimensions for compatibility purposes. ([34059](https://github.com/WordPress/gutenberg/pull/34059))
- Block Editor
    - Font-size adjustment for tablet and mobile device previews. ([33342](https://github.com/WordPress/gutenberg/pull/33342))
    - Fix single block selection by holding `shift` key. ([34137](https://github.com/WordPress/gutenberg/pull/34137))
    - Fix unwanted additional spaces added around pasted text on Windows. ([33607](https://github.com/WordPress/gutenberg/pull/33607))
    - Inserter: prevent non-deterministic order of inserter items. ([34078](https://github.com/WordPress/gutenberg/pull/34078))
    - Try: Fix multiselect toolbar indent and reformat `BlockContextualToolbar()`. ([34038](https://github.com/WordPress/gutenberg/pull/34038)) ([34173](https://github.com/WordPress/gutenberg/pull/34173))
- Block Library
    - Latest Comments: use site locale in the editor. ([33944](https://github.com/WordPress/gutenberg/pull/33944))
    - Navigation: fix vertical layout on the frontend. ([34226](https://github.com/WordPress/gutenberg/pull/34226))
    - Navigation: add z-index value to responsive menu overlay. ([34228](https://github.com/WordPress/gutenberg/pull/34228))
    - Navigation: enable flex on container to fix space between. ([34258](https://github.com/WordPress/gutenberg/pull/34258))
    - Navigation: fix submenu icon positioning. ([34168](https://github.com/WordPress/gutenberg/pull/34168))
    - Navigation block: add missing `</ul>` closing tag. ([34077](https://github.com/WordPress/gutenberg/pull/34077))
    - Post Excerpt: remove interactive formatting. ([34083](https://github.com/WordPress/gutenberg/pull/34083))
    - RichText: fix `space` key for button and summary elements. ([30244](https://github.com/WordPress/gutenberg/pull/30244))
    - Search Block: add space between generated border class names. ([34025](https://github.com/WordPress/gutenberg/pull/34025))
- Build Tooling
    - Webpack: Fix watch on `.json` and `.php` files. ([34024](https://github.com/WordPress/gutenberg/pull/34024))
    - Pin TypeScript dependency to a specific version to avoid pulling in breaking changes. ([34422](https://github.com/WordPress/gutenberg/pull/34422))
- Components
    - Fix RTL on `Flex` component. ([33729](https://github.com/WordPress/gutenberg/pull/33729))
    - NavigationSidebar: fix template content for content-navigation-item preview. ([34203](https://github.com/WordPress/gutenberg/pull/34203))
    - Remove deprecated import style for storybook/addon-docs. ([34095](https://github.com/WordPress/gutenberg/pull/34095))
    - ToolsPanel: add tools panel item deregistration. ([34085](https://github.com/WordPress/gutenberg/pull/34085))
    - Post Title: remove wrapper div and fix border style. ([34167](https://github.com/WordPress/gutenberg/pull/34167))
- Core Data
    - `GetEntityRecords` returns items even if some included IDs don't exist. ([34034](https://github.com/WordPress/gutenberg/pull/34034))
- Design Tools
    - Allow zero values for `theme.json` styles. ([34251](https://github.com/WordPress/gutenberg/pull/34251))
- Global Styles
    - Site editor: fix for how CSS custom properties are generated. ([33932](https://github.com/WordPress/gutenberg/pull/33932))
- Packages
    - Rich Text: add check to `toTree()` in replacements before accessing its type. ([34020](https://github.com/WordPress/gutenberg/pull/34020))
- Post Editor
    - Fix selector params in `isPluginItemPinned()` selector. ([34155](https://github.com/WordPress/gutenberg/pull/34155))


### Performance
- Data Layer
    - Data: Add a batch function to the data module to batch actions. ([34046](https://github.com/WordPress/gutenberg/pull/34046))

### Experiments
- Block API
    - Block Editor: absorb parent block toolbar controls. ([33955](https://github.com/WordPress/gutenberg/pull/33955))
    - Block Editor: use groups for InspectorControls. ([34069](https://github.com/WordPress/gutenberg/pull/34069))
- Block Library
    - Add generic classnames to children of Navigation. ([33918](https://github.com/WordPress/gutenberg/pull/33918))
- Global Styles
    - Add slashes back to the Theme JSON. ([33919](https://github.com/WordPress/gutenberg/pull/33919))
    - Add block spacing gap configuration to `theme.json` and add support for this CSS variable to the "flow/default" layout. ([33812](https://github.com/WordPress/gutenberg/pull/33812))


### Documentation
- Handbook
    - Alphabetize glossary entries. ([34058](https://github.com/WordPress/gutenberg/pull/34058))
    - Correct minor typos in `wp-plugin.md` ([34185](https://github.com/WordPress/gutenberg/pull/34185))
    - Remove extraneous params from `block_type_metadata` hook. ([34151](https://github.com/WordPress/gutenberg/pull/34151))
    - Update incorrect settings examples in "Global Settings & Styles". ([34084](https://github.com/WordPress/gutenberg/pull/34084))
    - Use `block.json` to add attributes in create block tutorial. ([33978](https://github.com/WordPress/gutenberg/pull/33978))
    - Fix typo in block gap documentation in `theme-json.md`. ([34231](https://github.com/WordPress/gutenberg/pull/34231))
    - Fix broken mobile testing documentation link in `testing-overview.md`. ([34187](https://github.com/WordPress/gutenberg/pull/34187))
    - Fix typo in `legacy-widget-block.md`. ([34103](https://github.com/WordPress/gutenberg/pull/34103))
    - Update spelling and `fontSize` examples in `create-block-theme.md`. ([34152](https://github.com/WordPress/gutenberg/pull/34152))
- Library
    - Bump mobile version in experiments page for Gallery. ([34220](https://github.com/WordPress/gutenberg/pull/34220))
- Packages
    - Add documentation for mobile components directory. ([33872](https://github.com/WordPress/gutenberg/pull/33872))

### Code Quality
- Block Editor
    - Render head and body with single portal for block previews. ([34208](https://github.com/WordPress/gutenberg/pull/34208))
    - BlockList: refactor element context for style/svg appending. ([34183](https://github.com/WordPress/gutenberg/pull/34183))
    - BlockList: use InnerBlocks internally. ([29895](https://github.com/WordPress/gutenberg/pull/29895))
- Components
    - Unit Control: add unit tests for `getValidParsedUnit` utility method. ([34029](https://github.com/WordPress/gutenberg/pull/34029))
    - Rename `SegmentedControl` to `ToggleGroupControl`. ([34111](https://github.com/WordPress/gutenberg/pull/34111))
    - Dropdown Menu: remove min-width from the dropdown component and add whitespace rule to avoid wrapping ([33995](https://github.com/WordPress/gutenberg/pull/33995))
- Core Data
    - Allow passing store definitions to controls. ([34170](https://github.com/WordPress/gutenberg/pull/34170))
- Site Editor
    - Remove extra DOM element used for template part overlay. ([34012](https://github.com/WordPress/gutenberg/pull/34012))

### Tools
- Build Tooling
    - Automated Changelog: force group all documentation tasks under `Documentation`. ([34042](https://github.com/WordPress/gutenberg/pull/34042))
    - Automated Changelog: rename "Editor" grouping to "Post Editor" to avoid ambiguity with other editors. ([34093](https://github.com/WordPress/gutenberg/pull/34093))
    - Automated Changelog: sort feature groups by issue name. ([34071](https://github.com/WordPress/gutenberg/pull/34071))
    - Automated Changelog: use nested headings for feature groups instead of indenting lists. ([34040](https://github.com/WordPress/gutenberg/pull/34040))
    - Automated Changelog: remove `Uncategorized` header in output and place items at top. ([34037](https://github.com/WordPress/gutenberg/pull/34037))
    - Add Typescript extensions to watched files. ([34094](https://github.com/WordPress/gutenberg/pull/34094))
    - Remove obsolete step that pushes tags in NPM publishing flow. ([34114](https://github.com/WordPress/gutenberg/pull/34114))
    - Release workflow: only commit modified changelogs. ([34211](https://github.com/WordPress/gutenberg/pull/34211))
- ESLint
    - Eslint plugin: use `@typescript-eslint/no-duplicate-imports` in TS projects. ([34055](https://github.com/WordPress/gutenberg/pull/34055))
- GitHub Contributor Templates
    - Issue Forms: simplify the bug report form template. ([34007](https://github.com/WordPress/gutenberg/pull/34007))
- Logs
    - Hide deprecation logs under a console group. ([34163](https://github.com/WordPress/gutenberg/pull/34163))
- Testing
    - Emulate reduced-motion in end-to-end tests. ([34132](https://github.com/WordPress/gutenberg/pull/34132))
    - Re-enable Android end-to-end tests. ([34243](https://github.com/WordPress/gutenberg/pull/34243))
    - Remove extra props from Cover deprecations. ([34066](https://github.com/WordPress/gutenberg/pull/34066))
    - Remove the `ENVIRONMENT_DIRECTORY` env variable that was added to the performance jobs. ([34086](https://github.com/WordPress/gutenberg/pull/34086))
    - Add snapshot test for changelog formatting. ([34049](https://github.com/WordPress/gutenberg/pull/34049))
    - Experiment with using REST API in end-to-end tests to build up states. ([33414](https://github.com/WordPress/gutenberg/pull/33414))





= 11.3.0 =

### Enhancements

- Block Library
  - Button: Add padding block support. ([31774](https://github.com/WordPress/gutenberg/pull/31774))
  - Post Featured Image: Add basic dimension controls. ([31634](https://github.com/WordPress/gutenberg/pull/31634))
  - Template Part: Try new icons for reusable blocks and template parts. ([34002](https://github.com/WordPress/gutenberg/pull/34002))
- Block Patterns
  - Add translation context on titles. ([33734](https://github.com/WordPress/gutenberg/pull/33734))
- Block Editor
  - Enable rich previews for internal links. ([33086](https://github.com/WordPress/gutenberg/pull/33086))
- Components
  - Add new ColorPicker. ([33714](https://github.com/WordPress/gutenberg/pull/33714))
  - Promote `ItemGroup`. ([33701](https://github.com/WordPress/gutenberg/pull/33701))
  - Polish the focus style for the segmented control. ([33842](https://github.com/WordPress/gutenberg/pull/33842))
  - Tune appender margin. ([33866](https://github.com/WordPress/gutenberg/pull/33866))
  - Update snackbar to use framer motion instead of react spring. ([33717](https://github.com/WordPress/gutenberg/pull/33717))
  - Use updated range styles. ([33824](https://github.com/WordPress/gutenberg/pull/33824))
- CSS & Styling
  - Reduce specificity of reset & classic styles. ([32659](https://github.com/WordPress/gutenberg/pull/32659))
- Document Settings
  - Disable spellcheck and autocomplete in permalink slug field. ([33708](https://github.com/WordPress/gutenberg/pull/33708))
- Global Styles
  - Dimensions Panel: Add new ToolsPanel component and update spacing supports. ([32392](https://github.com/WordPress/gutenberg/pull/32392))
- REST API
  - Improve the likelihood of getting rich link previews by modifying UA string for URL Details REST API endpoint. ([33747](https://github.com/WordPress/gutenberg/pull/33747))
- Site Editor
  - Add error boundary. ([33921](https://github.com/WordPress/gutenberg/pull/33921))
- Template Editor
  - Template Mode: Add busy state to template creation modal. ([33076](https://github.com/WordPress/gutenberg/pull/33076))
- Widgets Editor
  - Add error boundaries to widget screens. ([33771](https://github.com/WordPress/gutenberg/pull/33771))

### Bug Fixes

- Accessibility
  - Fix some JAWS bugs. ([33627](https://github.com/WordPress/gutenberg/pull/33627))
- Block Library
  - Button: Fix justification for button block when selected. ([33739](https://github.com/WordPress/gutenberg/pull/33739))
  - Image: Fix issue with canInsertCover not being set to false for empty arrays. ([33863](https://github.com/WordPress/gutenberg/pull/33863))
  - Query Pagination Numbers: Fix first page's link. ([33629](https://github.com/WordPress/gutenberg/pull/33629))
- Block API
  - Dimensions Support: Switch dimensions block support back to using spacing key. ([34030](https://github.com/WordPress/gutenberg/pull/34030))
- Block Editor
  - Closing the block inserter decrements block type impressions. ([33906](https://github.com/WordPress/gutenberg/pull/33906))
  - Fix block appender position in classic themes. ([33895](https://github.com/WordPress/gutenberg/pull/33895))
  - Fix positioning discrepancy with draggable chip. ([33893](https://github.com/WordPress/gutenberg/pull/33893))
  - Force link text to wrap in the Link UI when encountering extra long link text. ([33753](https://github.com/WordPress/gutenberg/pull/33753))
  - Improve display of LinkURL menu and fix spacing. ([33652](https://github.com/WordPress/gutenberg/pull/33652))
  - Only show rich preview for image and description if data is available. ([33660](https://github.com/WordPress/gutenberg/pull/33660))
  - URL Details: Avoid PHP notice when parsing protocol-relative icon URLs. ([33779](https://github.com/WordPress/gutenberg/pull/33779))
- Components
  - `useBreakpointIndex`: Attach `resize` event listener to `window` instead of `document`. ([33902](https://github.com/WordPress/gutenberg/pull/33902))
  - Components: Fix RTL on custom gradient picker. ([33831](https://github.com/WordPress/gutenberg/pull/33831))
  - FontSizePicker: Use number values when the initial value is a number. ([33679](https://github.com/WordPress/gutenberg/pull/33679))
  - FormTokenField: Avoid error when maxLength value is hit. ([33623](https://github.com/WordPress/gutenberg/pull/33623))
- CSS & Styling
  - Fix navigation block placeholder preview markup. ([33963](https://github.com/WordPress/gutenberg/pull/33963))
- Global Styles
  - Avoid rendering duplicate elements stylesheet. ([33680](https://github.com/WordPress/gutenberg/pull/33680))
  - Fix presets for blocks with multiple selectors. ([33951](https://github.com/WordPress/gutenberg/pull/33951))
  - Fix Global Styles transient key clash. ([33844](https://github.com/WordPress/gutenberg/pull/33844))
- Meta Boxes
  - Fix Safari 13 metaboxes from overlapping the content. ([33817](https://github.com/WordPress/gutenberg/pull/33817))
- Navigation Editor
  - Avoid React warning when creating a new menu. ([33843](https://github.com/WordPress/gutenberg/pull/33843))
  - Fix regressed menu selection dropdown placeholder value for Nav Editor menu locations UI. ([33748](https://github.com/WordPress/gutenberg/pull/33748))
- Site Editor
  - Fix the site editor breaking in firefox. ([33896](https://github.com/WordPress/gutenberg/pull/33896))
- Post Editor
  - Editor: Safer isPreviewingPost check. ([33840](https://github.com/WordPress/gutenberg/pull/33840))
- Template Editor
  - Only show post template actions to users with correct capabilities. ([33392](https://github.com/WordPress/gutenberg/pull/33392))


### Performance

- Block Library
  - Improve the rendering/update performance of the image block. ([33974](https://github.com/WordPress/gutenberg/pull/33974))
  - Do not add to the block-library CSS bundle the colors that come from `theme.json`. ([33924](https://github.com/WordPress/gutenberg/pull/33924))
- Block Editor
  - Lazy render the inserter search results. ([33868](https://github.com/WordPress/gutenberg/pull/33868))
  - Lazy render block types in the inserter. ([33749](https://github.com/WordPress/gutenberg/pull/33749))
- Parsing
  - Improve the performance of the parser by removing the automatic custom classnames handling. ([33903](https://github.com/WordPress/gutenberg/pull/33903))
- Post Editor
  - Refactor the HierarchicalTermSelector so that it does not cause unnecessary loading of terms. ([33418](https://github.com/WordPress/gutenberg/pull/33418))
- Template Editor
  - Template Mode: Remove 'per_page' argument from the template data selector. ([33742](https://github.com/WordPress/gutenberg/pull/33742))

### Experiments

- Full Site Editing
  - Site Editor: Implement a settings object filter. ([33737](https://github.com/WordPress/gutenberg/pull/33737))
  - Template part selection popover - minor style updates for visiblity. ([33733](https://github.com/WordPress/gutenberg/pull/33733))
  - Template Part placeholder - Add title step to creation flow. ([33703](https://github.com/WordPress/gutenberg/pull/33703))
- Navigation Block
  - Navigation: Fix navigation block appender invalid html. ([33964](https://github.com/WordPress/gutenberg/pull/33964))
  - Enable the ability to remove a link from the Nav Link block in the Nav Block. ([33777](https://github.com/WordPress/gutenberg/pull/33777))
  - Fix navigation margin collapsing. ([33021](https://github.com/WordPress/gutenberg/pull/33021))


### Documentation

- Handbook
  - Add documentation to disable remote calls for block patterns. ([33930](https://github.com/WordPress/gutenberg/pull/33930))
  - Add missing comma. ([33764](https://github.com/WordPress/gutenberg/pull/33764))
  - Add more details about block attributes. ([33880](https://github.com/WordPress/gutenberg/pull/33880))
  - Add spaces in add_theme_support documentation code. ([33796](https://github.com/WordPress/gutenberg/pull/33796))
  - Correct spelling and grammar in documentation. ([33860](https://github.com/WordPress/gutenberg/pull/33860))
  - fix: `supports.color.gradients` is plural. ([33781](https://github.com/WordPress/gutenberg/pull/33781))
  - fix: Broken link in documentation to block support mechanism. ([33780](https://github.com/WordPress/gutenberg/pull/33780))
  - Update documentation to reflect new automated process for feature grouping. ([33573](https://github.com/WordPress/gutenberg/pull/33573))
  - link fix: Block editor Sidebar Tutorial. ([33308](https://github.com/WordPress/gutenberg/pull/33308))
- Library
  - Fix gutenberg_resolve_template() return documentation. ([33800](https://github.com/WordPress/gutenberg/pull/33800))
  - Fix misspelling of "queries" in filter documentation. ([33799](https://github.com/WordPress/gutenberg/pull/33799))
- Packages
  - Example for rest_endpoints filter in PHP. ([33738](https://github.com/WordPress/gutenberg/pull/33738))


### Code Quality

- Block Library
  - Site Logo: Use getMedia shorthand. ([33992](https://github.com/WordPress/gutenberg/pull/33992))
  - Featured Image: Use getMedia shorthand. ([33943](https://github.com/WordPress/gutenberg/pull/33943))
  - Search Block: Removed components class from icon button and polished css. ([33961](https://github.com/WordPress/gutenberg/pull/33961))
- Components
  - Components utils: `rtl()` return type, `rtl.watch()` utility. ([33882](https://github.com/WordPress/gutenberg/pull/33882))
  - InputControl to TypeScript. ([33696](https://github.com/WordPress/gutenberg/pull/33696))
  - Use the `__unsafe_useEmotionCache` in the `useCx` hook. ([33982](https://github.com/WordPress/gutenberg/pull/33982))
- Core Data
  - Deprecate getAuthors in favor of getUsers. ([33725](https://github.com/WordPress/gutenberg/pull/33725))
- Global Styles
  - No longer read from `experimental-theme.json`. ([33904](https://github.com/WordPress/gutenberg/pull/33904))
  - Remove the experimental prefix and rename `theme.json` files. ([33925](https://github.com/WordPress/gutenberg/pull/33925))
- Post Editor
  - Refactor MetaBoxesArea to to functional components using hooks. ([30542](https://github.com/WordPress/gutenberg/pull/30542))
- Scripts
  - Fix typo in format change message. ([33945](https://github.com/WordPress/gutenberg/pull/33945))

### Tools

- Testing
  - Add search performance measures and make other measures more stable. ([33848](https://github.com/WordPress/gutenberg/pull/33848))
  - Avoid double parsing the content when loading the editor. ([33727](https://github.com/WordPress/gutenberg/pull/33727))
  - Block Hierarchy Navigation waits for the column to be highlighted. ([33721](https://github.com/WordPress/gutenberg/pull/33721))
  - Widgets Editor: Try to fix flaky customizer inspector test. ([33890](https://github.com/WordPress/gutenberg/pull/33890), [33965](https://github.com/WordPress/gutenberg/pull/33965))
- Build Tooling
  - Readable JS assets Plugin: Fix webpack 5 support. ([33785](https://github.com/WordPress/gutenberg/pull/33785))
  - Scripts: Use cssnano to minimize CSS files with build. ([33750](https://github.com/WordPress/gutenberg/pull/33750))
  - Scripts: Webpack configuration update to minimize CSS. ([33676](https://github.com/WordPress/gutenberg/pull/33676))
  - Scripts: Update webpack to v5 (try 2). ([33818](https://github.com/WordPress/gutenberg/pull/33818))
  - Scripts: Add missing fallback for target in webpack 5 configuration. ([34112](https://github.com/WordPress/gutenberg/pull/34112))

- ESLint
  - Include .jsx extenstion when linting import statements. ([33746](https://github.com/WordPress/gutenberg/pull/33746))
- GitHub Contributor Templates
  - Update bug issue template to use forms. ([33713](https://github.com/WordPress/gutenberg/pull/33713), [33786](https://github.com/WordPress/gutenberg/pull/33786), [33761](https://github.com/WordPress/gutenberg/pull/33761))
- Plugin
  - Plugin: Fix `jsdoc/check-line-alignment` ESLint warnings. ([33901](https://github.com/WordPress/gutenberg/pull/33901))
  - Correct `function_exists()` check typo introduced in #33331. ([33513](https://github.com/WordPress/gutenberg/pull/33513))


= 11.2.1 =

### Bug Fixes

- Fix available alignments and layout for the post editor. ([33894](https://github.com/WordPress/gutenberg/pull/33894))





= 11.2.0 =

### Features

- Search Block: Add color support to search button. ([32416](https://github.com/WordPress/gutenberg/pull/32416))
- Search Block: Add border color support. ([31783](https://github.com/WordPress/gutenberg/pull/31783))
- Pullquote: Add border and color support. ([30951](https://github.com/WordPress/gutenberg/pull/30951))


### Enhancements

- Post Editor
  - Add a new page/post button on publish panel. ([33276](https://github.com/WordPress/gutenberg/pull/33276))

- Widgets Editor
  - Widget inserter: Clarify that the button toggles the inserter. ([33561](https://github.com/WordPress/gutenberg/pull/33561))
  - Update widget editor help links to point to the new support article. ([33482](https://github.com/WordPress/gutenberg/pull/33482))

- Components
  - `Spacer`: Change props override order, split types. ([33555](https://github.com/WordPress/gutenberg/pull/33555))
  - `Elevation`: Reduced motion styles, updated documentation and README. ([33551](https://github.com/WordPress/gutenberg/pull/33551))
  - components: Add unit values utils. ([33514](https://github.com/WordPress/gutenberg/pull/33514))
  - components: Add isValueNumeric util. ([33206](https://github.com/WordPress/gutenberg/pull/33206))
  - [Components]: Add SegmentedControl. ([31937](https://github.com/WordPress/gutenberg/pull/31937))
  - Components: Promote VisuallyHidden from ui into full components (#31244). ([31902](https://github.com/WordPress/gutenberg/pull/31902))

- Accessibility
  - Inserter: In text label mode, use "Close" label when inserter is open. ([33534](https://github.com/WordPress/gutenberg/pull/33534))

- Data
  - Core Data: Pass query argument to data selector shortcuts. ([33689](https://github.com/WordPress/gutenberg/pull/33689))


### Bug Fixes

- Block Library
  - Featured Image: Allow authors to select images uploaded by other users. ([33567](https://github.com/WordPress/gutenberg/pull/33567))
  - Template Part: Avoid button layout shift. ([33362](https://github.com/WordPress/gutenberg/pull/33362))
  - Remove instagram reference from embed block's description. ([33519](https://github.com/WordPress/gutenberg/pull/33519))

- Block Editor
  - Fixed that the block is selected instead of the title when using the select all shortcut. ([33621](https://github.com/WordPress/gutenberg/pull/33621))

- Post Editor
  - Most Used Terms: Avoid 403 error for non-administrators. ([33569](https://github.com/WordPress/gutenberg/pull/33569))
  - Editor: Set 'hide_empty' for the most used terms query. ([33457](https://github.com/WordPress/gutenberg/pull/33457))
  - HierarchicalTermSelector: Use TextControl component. ([33545](https://github.com/WordPress/gutenberg/pull/33545))
  - PWA manifest: icon: Fix error when admin bar is gone. ([33702](https://github.com/WordPress/gutenberg/pull/33702))

- Widgets Editor
  - Fix plugin/theme incompatibility, call onChangeSectionExpanded conditionally. ([33618](https://github.com/WordPress/gutenberg/pull/33618))

- Components
  - Fix: Native UnitControl to handle single unit configuration. ([33641](https://github.com/WordPress/gutenberg/pull/33641))
  - NumberControl: Allow empty values. ([33485](https://github.com/WordPress/gutenberg/pull/33485))
  - BoxControl: Prevent invalid style values. ([33444](https://github.com/WordPress/gutenberg/pull/33444))
  - FocalPointPicker: Check if value is NaN. ([33637](https://github.com/WordPress/gutenberg/pull/33637))
  - UnitControl: Set correct unit when units has one option. ([33634](https://github.com/WordPress/gutenberg/pull/33634))
  - components: Use useCx to fix iframe support. ([33301](https://github.com/WordPress/gutenberg/pull/33301))
  - Card: Add missing `box-sizing` CSS rules. ([33511](https://github.com/WordPress/gutenberg/pull/33511))
  - CardBody: Change default value of `isScrollable` to `false`. ([33490](https://github.com/WordPress/gutenberg/pull/33490))
  - `ItemGroup`: Fix padding, split types, rename boolean props. ([33553](https://github.com/WordPress/gutenberg/pull/33553))

- Themes
  - I18n: Fix broken loop in `WP_Theme_JSON_Resolver`. ([33624](https://github.com/WordPress/gutenberg/pull/33624))

- Site Editor
  - Site editor: Check template resolution. ([33527](https://github.com/WordPress/gutenberg/pull/33527))
  - FSE: Fix content height. ([33698](https://github.com/WordPress/gutenberg/pull/33698))

- Media
  - Format Library: Remove `style` from inline image if `width` not set. ([32516](https://github.com/WordPress/gutenberg/pull/32516))


### Performance

- Drag and drop
  - Set passive listener option for use popover scroll to avoid affecting scrolling performance. ([33478](https://github.com/WordPress/gutenberg/pull/33478))
  - Drag items via transform property to avoid layout and re-paints. ([33395](https://github.com/WordPress/gutenberg/pull/33395))


### Experiments

- Full Site Editing
  - Query Pagination: Update the arrows on the Next and Prev pagination blocks. ([33626](https://github.com/WordPress/gutenberg/pull/33626))

- Block Library
  - Add flex layout support to the block editor. ([33359](https://github.com/WordPress/gutenberg/pull/33359))


### Tools

- Testing
  - E2E: Navigation wait for links before counting them. ([33704](https://github.com/WordPress/gutenberg/pull/33704))
  - Automation: Track Gutenberg performance metrics over time. ([33694](https://github.com/WordPress/gutenberg/pull/33694))
  - Re-enable "Save flow should work as expected" end-to-end test. ([33548](https://github.com/WordPress/gutenberg/pull/33548))
  - Skip some widgets editing related tests. ([33547](https://github.com/WordPress/gutenberg/pull/33547))
  - Enable the reusable blocks skipped test. ([33510](https://github.com/WordPress/gutenberg/pull/33510))
  - Skip end-to-end tests. ([33503](https://github.com/WordPress/gutenberg/pull/33503))
  - Tests: Run Prettier after regenerating test fixture. ([33502](https://github.com/WordPress/gutenberg/pull/33502))
  - Fix screenshots not being captured when snapshots failed. ([33448](https://github.com/WordPress/gutenberg/pull/33448))
  - Add coverage folder to .gitignore. ([33413](https://github.com/WordPress/gutenberg/pull/33413))
  - Automated Testing: Disable remote patterns in tests. ([33160](https://github.com/WordPress/gutenberg/pull/33160))
  - Improve function widgets test. ([33489](https://github.com/WordPress/gutenberg/pull/33489))
  - Make the performance CI job more stable. ([33710](https://github.com/WordPress/gutenberg/pull/33710))
  - Update button block corner radius test to px. ([33562](https://github.com/WordPress/gutenberg/pull/33562))
  - Add unsupported block title translation test. ([33340](https://github.com/WordPress/gutenberg/pull/33340))
  - Re-enable skipped widgets end-to-end test. ([33449](https://github.com/WordPress/gutenberg/pull/33449))

- Build Tooling
  - Update sass version to 1.35.2 with fixes. ([33433](https://github.com/WordPress/gutenberg/pull/33433))
  - Improve `Feature` mapping in automatically generated changelog. ([33625](https://github.com/WordPress/gutenberg/pull/33625))
  - Add depth to git fetch in npm publishing. ([33595](https://github.com/WordPress/gutenberg/pull/33595))
  - Release docs: Add process for creating a point release of the Plugin. ([33546](https://github.com/WordPress/gutenberg/pull/33546))
  - Docs: Run Prettier after updating API in documentation. ([33498](https://github.com/WordPress/gutenberg/pull/33498))
  - Publish android artifacts with publish to s3 gradle plugin. ([33441](https://github.com/WordPress/gutenberg/pull/33441))
  - Build: Split configuration into two parts - blocks and packages. ([33293](https://github.com/WordPress/gutenberg/pull/33293))
  - Automate grouping of release `Changelog` PRs by feature. ([33229](https://github.com/WordPress/gutenberg/pull/33229))
  - Fix dependency extraction webpack v5 deprecation. ([33090](https://github.com/WordPress/gutenberg/pull/33090))
  - Scripts: Update eslint-plugin-markdown version. ([33432](https://github.com/WordPress/gutenberg/pull/33432))
  - Replace CRLF with LF when generating unminified assets. ([33509](https://github.com/WordPress/gutenberg/pull/33509))


### Documentation

  - Add missing space in documentation. ([33690](https://github.com/WordPress/gutenberg/pull/33690))
  - Added common steps of plugin translation. ([23535](https://github.com/WordPress/gutenberg/pull/23535))
  - Packages: Ensure changelog entries are attributed to the correct release. ([33590](https://github.com/WordPress/gutenberg/pull/33590))
  - Add i18n filters to documentation table of contents. ([33556](https://github.com/WordPress/gutenberg/pull/33556))
  - Update the create a block theme how-to guide. ([33382](https://github.com/WordPress/gutenberg/pull/33382))
  - Block API: Improve how blocks assets are versioned. ([33075](https://github.com/WordPress/gutenberg/pull/33075))
  - Update the tested up to version in the readme file. ([33760](https://github.com/WordPress/gutenberg/pull/33760))
  - Correct {% end%} tag - missing a space. ([33189](https://github.com/WordPress/gutenberg/pull/33189))
  - Use tabs instead of spaces in block transform doc example. ([33549](https://github.com/WordPress/gutenberg/pull/33549))
  - Fix flaky widgets end-to-end tests by waiting for the snackbar correctly. ([33317](https://github.com/WordPress/gutenberg/pull/33317))
  - Scripts: Add changlog entry for module update. ([33473](https://github.com/WordPress/gutenberg/pull/33473))
  - Create block: Update "Tested up to" in readme.txt. ([33493](https://github.com/WordPress/gutenberg/pull/33493))


### Code Quality

- Block Library
  - Fix optional params in page list rendering. ([33639](https://github.com/WordPress/gutenberg/pull/33639))

- Block Editor
  - Block editor: Use React events for shortcuts (portal bubbles & contextual). ([32323](https://github.com/WordPress/gutenberg/pull/32323))
  - Block editor: Remove focus stopPropagation from appender. ([32003](https://github.com/WordPress/gutenberg/pull/32003))
  - Block editor: iframe: Incorporate writing flow. ([33497](https://github.com/WordPress/gutenberg/pull/33497))
  - Escape key sanity (avoid event.stopPropagation). ([33630](https://github.com/WordPress/gutenberg/pull/33630))
  - Writing flow: select all: Remove early return for post title. ([33699](https://github.com/WordPress/gutenberg/pull/33699))
  - Remove event.stopPropagation for past WritingFlow/ObserveTyping compatibility. ([33632](https://github.com/WordPress/gutenberg/pull/33632))

- Post Editor
  - Editor: Refactor Post Author component. ([33695](https://github.com/WordPress/gutenberg/pull/33695))




= 11.1.0 =

### Enhancements

- Admin panel available as PWA. ([33102](https://github.com/WordPress/gutenberg/pull/33102), [33310](https://github.com/WordPress/gutenberg/pull/33310))
- Block Breadcrumbs: Small chevron icon for breadcrumb separators. ([33042](https://github.com/WordPress/gutenberg/pull/33042))
- Block Library:
    - Columns Block:
        - Add stack on mobile setting to allow for columns without mobile breakpoints. ([31816](https://github.com/WordPress/gutenberg/pull/31816))
        - Add the percent unit to the default units in Core. ([33468](https://github.com/WordPress/gutenberg/pull/33468))
    - Latest posts: Remove grey color for dark themes. ([33325](https://github.com/WordPress/gutenberg/pull/33325))
    - List Block: Add link color control to list block. ([33185](https://github.com/WordPress/gutenberg/pull/33185))
    - Post Terms Block: Add a "separator" attribute to post-terms block. ([32812](https://github.com/WordPress/gutenberg/pull/32812))
    - RSS Block: Update block styles. ([33294](https://github.com/WordPress/gutenberg/pull/33294))
    - Tag Cloud Block:
        - Add ability to change number of tags shown. ([32201](https://github.com/WordPress/gutenberg/pull/32201))
        - Remove editor style so editor matches frontend. ([33289](https://github.com/WordPress/gutenberg/pull/33289))
- Design Tools, Border:
    - Add support for custom border units. ([33315](https://github.com/WordPress/gutenberg/pull/33315))
    - Update border support UI. ([31585](https://github.com/WordPress/gutenberg/pull/31585))
    - Set border style none when border width zero. ([32080](https://github.com/WordPress/gutenberg/pull/32080))
- Link Editing: Add Unlink button to LinkControl popover. ([32541](https://github.com/WordPress/gutenberg/pull/32541))
- List View: Enable drag and drop in List View. ([33320](https://github.com/WordPress/gutenberg/pull/33320))
- Widget Editor: Adds auxiliary class names for editor styles. ([33388](https://github.com/WordPress/gutenberg/pull/33388))
- General UI:
    - Block Settings Menu: Don't render 'Move to' if there is only one block. ([33158](https://github.com/WordPress/gutenberg/pull/33158))
    - Disable 'Post Publish' button if saving non-post entities. ([33140](https://github.com/WordPress/gutenberg/pull/33140))
    - Preferences: Polish labels and consolidate options in preferences. ([33133](https://github.com/WordPress/gutenberg/pull/33133))

### New APIs

- REST API: Block editor settings endpoint. ([33128](https://github.com/WordPress/gutenberg/pull/33128))
- UI Components: Add a SearchControl component and reuse across the UI. ([32935](https://github.com/WordPress/gutenberg/pull/32935))

### Performance

- Improve List View performance. ([33320](https://github.com/WordPress/gutenberg/pull/33320))
- Pattern Directory: Caching updates. ([33052](https://github.com/WordPress/gutenberg/pull/33052))

### Accessibility

- Improve high contrast mode rendering of icon buttons. ([33062](https://github.com/WordPress/gutenberg/pull/33062))

### Bug Fixes

- Block Breadcrumbs: Fix breadcrumbs html structure and React warnings. ([33159](https://github.com/WordPress/gutenberg/pull/33159))
- Block Editor:
    - Move layout styles to document head (instead of rendering inline). ([32083](https://github.com/WordPress/gutenberg/pull/32083))
    - Warn only in `edit` implementation when using `useBlockProps`. ([33380](https://github.com/WordPress/gutenberg/pull/33380))
    - Iframe: Remove reset styles. ([33204](https://github.com/WordPress/gutenberg/pull/33204))
- Block Library:
    - Buttons Block: Remove green background color in button preview. ([33116](https://github.com/WordPress/gutenberg/pull/33116))
    - Embed Block: Include missing attributes when upgrading embed block. ([33235](https://github.com/WordPress/gutenberg/pull/33235))
    - Image Block:
        - Improve "can switch to cover" check. ([33095](https://github.com/WordPress/gutenberg/pull/33095))
        - Fix replace link control styling. ([33326](https://github.com/WordPress/gutenberg/pull/33326))
    - Query Loop Block:
        - Prevent entering invalid values in the Query Loop block configuration. ([33285](https://github.com/WordPress/gutenberg/pull/33285))
        - Update getTermsInfo() to workaround parsing issue for translatable strings. ([33341](https://github.com/WordPress/gutenberg/pull/33341))
    - Search Block:
        - Fix search block button position dropdown accessibility/UX issues. ([33376](https://github.com/WordPress/gutenberg/pull/33376))
        - Update search block to handle per corner border radii. ([33023](https://github.com/WordPress/gutenberg/pull/33023))
    - Site Title: Decode entities in site title. ([33323](https://github.com/WordPress/gutenberg/pull/33323))
    - Home Link: Remove padding. ([33461](https://github.com/WordPress/gutenberg/pull/33461))
    - Post Except: Fix `excerpt_more` filter conflict and remove `wordCount` attribute. ([33366](https://github.com/WordPress/gutenberg/pull/33366))
- Design Tools:
    - Color: Prevent color panel from showing as empty. ([33369](https://github.com/WordPress/gutenberg/pull/33369))
    - Duotone:
        - Avoid rendering duplicate stylesheet and SVG. ([33233](https://github.com/WordPress/gutenberg/pull/33233))
        - Update conditions to hide duotone panel. ([33295](https://github.com/WordPress/gutenberg/pull/33295))
    - Theme.json
        - Allow themes to provide empty values for `color.duotone` and `spacing.units`. ([33280](https://github.com/WordPress/gutenberg/pull/33280))
        - Specify what settings can be part of `settings.layout`. ([33303](https://github.com/WordPress/gutenberg/pull/33303))
- Rich text:
     - Fix format deregistration. ([31518](https://github.com/WordPress/gutenberg/pull/31518))
     - Autocomplete: Reset state for empty text. ([33450](https://github.com/WordPress/gutenberg/pull/33450))
     - Run input rules after composition end. ([33416](https://github.com/WordPress/gutenberg/pull/33416))
- Site Editor: Close navigation sidebar when all posts clicked. ([33393](https://github.com/WordPress/gutenberg/pull/33393))
- Slash Inserter: Fix slash command focus style. ([33084](https://github.com/WordPress/gutenberg/pull/33084))
- Widgets Editor:
    - Fix moving inner blocks in the Widgets Customizer. ([33243](https://github.com/WordPress/gutenberg/pull/33243))
    - Fix inserter size on Widgets Editor header. ([33118](https://github.com/WordPress/gutenberg/pull/33118))
    - Merge conflicting `wp.editor` objects into a single, non-conflicting module. ([33228](https://github.com/WordPress/gutenberg/pull/33228))
    - Retrieve latest widgets before loading sidebars. ([32997](https://github.com/WordPress/gutenberg/pull/32997))
- Writing flow:
    - Allow select all from empty selection. ([33446](https://github.com/WordPress/gutenberg/pull/33446))
    - Attempt to fix preview end-to-end failure. ([33467](https://github.com/WordPress/gutenberg/pull/33467))
- Components:
     - Suggestion List: Check if a node exists to scroll into view. ([33419](https://github.com/WordPress/gutenberg/pull/33419))
     - Navigation component: Fix item handling onClick twice. ([33286](https://github.com/WordPress/gutenberg/pull/33286))
- Editor: Extract snackbars into a separate component. ([33355](https://github.com/WordPress/gutenberg/pull/33355))

### Experiments

- Component System:
    - Promote g2 `Popover` as `Flyout`. ([32197](https://github.com/WordPress/gutenberg/pull/32197))
    - Add useControlledValue. ([33039](https://github.com/WordPress/gutenberg/pull/33039))
    - Add normalizeArrowKey. ([33208](https://github.com/WordPress/gutenberg/pull/33208))
    - Add mergeEventHandlers. ([33205](https://github.com/WordPress/gutenberg/pull/33205))
    - Add useCx. ([33172](https://github.com/WordPress/gutenberg/pull/33172))
    - Add useLatestRef hook. ([33137](https://github.com/WordPress/gutenberg/pull/33137))
    - Remove `@emotion/css` from Divider. ([33054](https://github.com/WordPress/gutenberg/pull/33054))
- Navigation Block:
    - Add Color Options for Submenus. ([31149](https://github.com/WordPress/gutenberg/pull/31149))
    - Change Navigation block markup on front end only. ([30551](https://github.com/WordPress/gutenberg/pull/30551))
    - Improve handling of open overlay. ([32886](https://github.com/WordPress/gutenberg/pull/32886))
    - Menu item placeholder inheritance. ([32512](https://github.com/WordPress/gutenberg/pull/32512))
    - Pass block attributes with rendering with location. ([33043](https://github.com/WordPress/gutenberg/pull/33043))
    - Refactor of navigation block rendering using location attribute. ([33244](https://github.com/WordPress/gutenberg/pull/33244))
- Global Styles:
    - Cover against non existing styles. ([33127](https://github.com/WordPress/gutenberg/pull/33127))
    - Missing link color on style properties to css var mapping. ([33150](https://github.com/WordPress/gutenberg/pull/33150))
    - Preset variables not being user on the site editor. ([33149](https://github.com/WordPress/gutenberg/pull/33149))

### Documentation

- Admin PWA: Make readme private. ([33216](https://github.com/WordPress/gutenberg/pull/33216))
- Handbook:
    - Block API:
        - Apply enhancements included in WordPress 5.8. ([33252](https://github.com/WordPress/gutenberg/pull/33252))
        - Clarify the type of `apiVersion` in block metadata. ([33249](https://github.com/WordPress/gutenberg/pull/33249))
        - Fixes a typo in the documentation for block supports. ([33247](https://github.com/WordPress/gutenberg/pull/33247))
    - Block Editor API: Changes to support multiple admin screens in WP 5.8. ([33262](https://github.com/WordPress/gutenberg/pull/33262))
    - Custom Block Editor: Fixed bad image syntax and bold text. ([32897](https://github.com/WordPress/gutenberg/pull/32897))
    - Fix API documentation for data reference guides. ([33384](https://github.com/WordPress/gutenberg/pull/33384))
    - Plugin Release: Update Gutenberg release documentation to clarify release post workflow. ([33328](https://github.com/WordPress/gutenberg/pull/33328))
    - `theme.json`:
        - Add examples and highlight backward compatibility. ([33421](https://github.com/WordPress/gutenberg/pull/33421))
        - Update `theme.json` documentation for WordPress 5.8. ([33131](https://github.com/WordPress/gutenberg/pull/33131))
        - Fix codetabs syntax in `theme.json` documentation. ([33417](https://github.com/WordPress/gutenberg/pull/33417))
    - Use markdown headings instead of links for API declarations. ([33381](https://github.com/WordPress/gutenberg/pull/33381))
- Update documentation for link color in WordPress 5.8. ([33162](https://github.com/WordPress/gutenberg/pull/33162))
- Packages:
    - Add `PanelBody` for `InspectorControls`. ([33227](https://github.com/WordPress/gutenberg/pull/33227))
    - Correct wrong setState call. ([32808](https://github.com/WordPress/gutenberg/pull/32808))
    - Remove `withState` HOC references. ([33173](https://github.com/WordPress/gutenberg/pull/33173), [33222](https://github.com/WordPress/gutenberg/pull/33222), [33259](https://github.com/WordPress/gutenberg/pull/33259))

### Code Quality

- Avoid calling `gutenberg_` functions within code shipped through WordPress Core. ([33331](https://github.com/WordPress/gutenberg/pull/33331))
- Block Editor:
    - Refactor the user autocompleter to avoid apiFetch and rely on the data module. ([33028](https://github.com/WordPress/gutenberg/pull/33028))
    - Warn when `useBlockProps` hook used with a wrong Block API version. ([33274](https://github.com/WordPress/gutenberg/pull/33274))
    -
- Block Library:
    - Image Block: Fix uncaught error. ([24334](https://github.com/WordPress/gutenberg/pull/24334))
    - Latest Posts Block: Refactor to drop apiFetch usage in favor of using the data module. ([33063](https://github.com/WordPress/gutenberg/pull/33063))
    - Template Part Block: Remove unnecessary function exists check on wp_filter_content_tags. ([33182](https://github.com/WordPress/gutenberg/pull/33182))
- Components:
    - BlockNavigation: Restructure the BlockNavigation component. ([31892](https://github.com/WordPress/gutenberg/pull/31892))
    - Box Control: Rename VerticalHorizontalInputControls to AxialInputControls. ([33016](https://github.com/WordPress/gutenberg/pull/33016))
    - GradientPicker: Stabilises GradientPicker and CustomGradientPicker components. ([31440](https://github.com/WordPress/gutenberg/pull/31440))
    - Toolbar: Enforce `isAlternate` on `ToolbarDropdownMenu`. ([33129](https://github.com/WordPress/gutenberg/pull/33129))
    - ZStack: Remove `@emotion/css` from ZStack. ([33053](https://github.com/WordPress/gutenberg/pull/33053))
- Packages: Hoist dependencies for WordPress packages. ([33387](https://github.com/WordPress/gutenberg/pull/33387))
- Plugin: Remove deprecated APIs that are no longer supported in version 11.0. ([33258](https://github.com/WordPress/gutenberg/pull/33258))

### Tools

- Testing:
    - Add basic Site Title block coverage. ([32868](https://github.com/WordPress/gutenberg/pull/32868))
    - Add some functionality to `createUser` and `deleteUser`. ([33067](https://github.com/WordPress/gutenberg/pull/33067))
    - Enable previously skipped widgets tests. ([33121](https://github.com/WordPress/gutenberg/pull/33121))
    - Skipping more end-to-end tests. ([33353](https://github.com/WordPress/gutenberg/pull/33353))
    - Skip unstable end-to-end tests. ([33352](https://github.com/WordPress/gutenberg/pull/33352))
    - Switch to new puppeteer APIs for emulating conditions. ([33410](https://github.com/WordPress/gutenberg/pull/33410))
    - Update end-to-end tests to use new puppeteer drag and drop api. ([33386](https://github.com/WordPress/gutenberg/pull/33386))
- Dependencies:
    - Update CopyWebpackPlugin to v6. ([33220](https://github.com/WordPress/gutenberg/pull/33220))
    - Upgrade Husky to 7.0.0 and git ignorance improved. ([33183](https://github.com/WordPress/gutenberg/pull/33183))
    - Upgrade Puppeteer to 10.1. ([33327](https://github.com/WordPress/gutenberg/pull/33327))
    - Upgrade Storybook to v6.3. ([33219](https://github.com/WordPress/gutenberg/pull/33219))
- NPM Packages: Introduce release types to npm publishing script. ([33329](https://github.com/WordPress/gutenberg/pull/33329))
- Plugin: Introduce `tools` folder with configuration files. ([33281](https://github.com/WordPress/gutenberg/pull/33281))
- Workflows:
    - Release Worflow: Remove “experimental” status from WP 5.8 stable items. ([33214](https://github.com/WordPress/gutenberg/pull/33214))
    - Re-enable manually triggered workflows on forks. ([32821](https://github.com/WordPress/gutenberg/pull/32821))
    - Use NPM caching built into `action/setup-node`. ([33190](https://github.com/WordPress/gutenberg/pull/33190))






= 11.0.0 =

### Enhancements

- Template Parts & Reusable Blocks: Add editing overlay. ([31109](https://github.com/WordPress/gutenberg/pull/31109))
- General UI: Improve UI/UX for block manager search. ([32922](https://github.com/WordPress/gutenberg/pull/32922))
- Widgets editor:
  - Display shortcuts for navigating regions. ([32757](https://github.com/WordPress/gutenberg/pull/32757))
  - Improve insertion point and drag-n-drop in the widgets screen. ([32953](https://github.com/WordPress/gutenberg/pull/32953))
  - Set Legacy Widget form to display only when not hidden. ([33015](https://github.com/WordPress/gutenberg/pull/33015))
  - Stretch Widgets editor layout to full height. ([32905](https://github.com/WordPress/gutenberg/pull/32905))
  - Add ability for Legacy custom HTML widget to transform into custom HTML block. ([32862](https://github.com/WordPress/gutenberg/pull/32862))
  - Remove the widget switcher block toolbar button for the Legacy Widget. ([32733](https://github.com/WordPress/gutenberg/pull/32733))
  - Wire `handle_legacy_widget_preview_iframe` to `admin_init_hook`. ([32854](https://github.com/WordPress/gutenberg/pull/32854))
  - Add <CopyHandler> to WidgetAreasBlockEditorProvider. ([33166](https://github.com/WordPress/gutenberg/pull/33166))
  - Replace "technical" error notice with a user-friendly version. ([33165](https://github.com/WordPress/gutenberg/pull/33165))
  - Replace legacy widget icon with its new version. ([33041](https://github.com/WordPress/gutenberg/pull/33041))
- Block Library:
  - Media Text block: allow drag and drop media replacement for Media & Text. ([29710](https://github.com/WordPress/gutenberg/pull/29710))
  - Categories block: Add a label for screen readers. ([33060](https://github.com/WordPress/gutenberg/pull/33060))
  - Post Template Block: Add post-classes in the loop for Post Template block. ([30497](https://github.com/WordPress/gutenberg/pull/30497))
- Global Styles and Templates:
  - Allow left/right/center alignments when a layout is defined. ([32810](https://github.com/WordPress/gutenberg/pull/32810))
  - Allow longhand and shorthand properties in `theme.json` and block attributes. ([31641](https://github.com/WordPress/gutenberg/pull/31641))
  - Add filters to `get_block_templates` functions. ([31806](https://github.com/WordPress/gutenberg/pull/31806))
- Core Data:
  - Allow making context-specific requests using the data module. ([32961](https://github.com/WordPress/gutenberg/pull/32961))
  - Make `apiFetch` requests abortable via `AbortController` in `@wordpress/api-fetch`. ([32530](https://github.com/WordPress/gutenberg/pull/32530))

### New APIs

- Add an API to define the default template used for the template mode. ([32771](https://github.com/WordPress/gutenberg/pull/32771))

### Bug Fixes

- Widgets Editor:

  - Adjust widget form margins in the new Widgets Editor. ([33040](https://github.com/WordPress/gutenberg/pull/33040))
  - Adjust Legacy Widget form styles to match editor. ([32974](https://github.com/WordPress/gutenberg/pull/32974))
  - Fix creating and editing non-multi widgets. ([32978](https://github.com/WordPress/gutenberg/pull/32978))
  - Fix wide widget styles to allow floated contents. ([32976](https://github.com/WordPress/gutenberg/pull/32976))
  - Fix to allow adding the same image twice in Widgets Editor. ([32951](https://github.com/WordPress/gutenberg/pull/32951))
  - Fix Legacy Widget edit style bleed. ([32871](https://github.com/WordPress/gutenberg/pull/32871))
  - Fix flaky widgets-related end-to-end tests. ([33066](https://github.com/WordPress/gutenberg/pull/33066))
  - Fix widgets background when loading theme styles. ([32683](https://github.com/WordPress/gutenberg/pull/32683))
  - Fix widget preview not working if widget registered via an instance. ([32781](https://github.com/WordPress/gutenberg/pull/32781))
  - Don't display admin notices on the Widgets Editor. ([32877](https://github.com/WordPress/gutenberg/pull/32877))
  - Remove classic block in Widgets Editor. ([32800](https://github.com/WordPress/gutenberg/pull/32800))
  - Disable "FSE" blocks in Widgets Editor. ([32761](https://github.com/WordPress/gutenberg/pull/32761))
  - Align widget sidebar button. ([32738](https://github.com/WordPress/gutenberg/pull/32738))
  - Fix move to widget area checkmark. ([33213](https://github.com/WordPress/gutenberg/pull/33213))
  - Fix Widget Block: `widget_id` is undefined when a widget is placed. ([33152](https://github.com/WordPress/gutenberg/pull/33152))
  - Reset z-index on focused widget form. ([33122](https://github.com/WordPress/gutenberg/pull/33122))
  - Increase specificity of the NoPreview CSS rules to avoid conflicts with theme styles. ([33200](https://github.com/WordPress/gutenberg/pull/33200))
  - Fix legacy widget height overflow. ([33191](https://github.com/WordPress/gutenberg/pull/33191))
  - Fix pasting blocks by setting html block as freeform content handler. ([33164](https://github.com/WordPress/gutenberg/pull/33164))
  - Fix slash inserter for widgets screen. ([33161](https://github.com/WordPress/gutenberg/pull/33161))
  - Add `width: 100%` to `components-base-control` inside `wp-block-legacy-widget`. ([33141](https://github.com/WordPress/gutenberg/pull/33141))
  - Fix error message - bail out if `get_current_screen()` returns null. ([33261](https://github.com/WordPress/gutenberg/pull/33261))
  - Customizer:
    - Fix block toolbar deselection when clicking scrollbar. ([32762]
    - Avoid adding default block to empty widget areas in customizer. ([32979](https://github.com/WordPress/gutenberg/pull/32979))
      (https://github.com/WordPress/gutenberg/pull/32762))
    - Fix apparent overflow in Customizer caused by widgets editor. ([32749](https://github.com/WordPress/gutenberg/pull/32749))
    - Fix scroll jitter in Customize Widgets. ([32479](https://github.com/WordPress/gutenberg/pull/32479))

- Block Library
  - [Regression] Button block: Add deprecation for `style.border.radius` `number`. ([33117](https://github.com/WordPress/gutenberg/pull/33117))
  - Query loop:
    - Select first Query Loop found from pattern selection. ([32737](https://github.com/WordPress/gutenberg/pull/32737))
    - Fix race condition for making Post blocks inside uneditable. ([33037](https://github.com/WordPress/gutenberg/pull/33037))
    - Fix full width children from scrolling horizontally only in the editor. ([32892](https://github.com/WordPress/gutenberg/pull/32892))
    - Set default block variations not to inherit from global query. ([33163](https://github.com/WordPress/gutenberg/pull/33163))
  - Group block: Avoid rendering the layout configuration twice. ([33045](https://github.com/WordPress/gutenberg/pull/33045))
  - Button block:
    - Use border support provided styles and classes. ([33017](https://github.com/WordPress/gutenberg/pull/33017))
    - Adding buttons should respect the preferred style. ([31089](https://github.com/WordPress/gutenberg/pull/31089))
  - Categories block:
    - Fix broken experience for lower privileged users when fetching Categories . ([32994](https://github.com/WordPress/gutenberg/pull/32994))
    - Fix crash when trying to access categories on insertion. ([32989](https://github.com/WordPress/gutenberg/pull/32989))
  - Latest Posts & Latest Comments blocks: Fix to remove the default indent in various editors. ([32983](https://github.com/WordPress/gutenberg/pull/32983))
  - Archives block: add custom classes to archive dropdown. ([32971](https://github.com/WordPress/gutenberg/pull/32971))
  - Post terms block: Fix broken experience for lower privileged users when fetching Terms. ([32947](https://github.com/WordPress/gutenberg/pull/32947))
  - Site Title and Site Tagline blocks: `readonly` view when the user has no the right permissions. ([32817](https://github.com/WordPress/gutenberg/pull/32817))
  - Image block:
    - Fix block validation errors when clearing height/width. ([32524](https://github.com/WordPress/gutenberg/pull/32524))
    - Correctly set image size slug. ([32364](https://github.com/WordPress/gutenberg/pull/32364))
  - Site Logo block: fix broken experience for lower privileged users via permissions handling. ([32919](https://github.com/WordPress/gutenberg/pull/32919))
  - Site Logo block: Update Site Logo block UI and option syncing. ([33179](https://github.com/WordPress/gutenberg/pull/33179))
  - Show fewer warnings when blocks try to render themselves. ([33032](https://github.com/WordPress/gutenberg/pull/33032))
- Block editor:
  - Fix switcher focus style. ([33031](https://github.com/WordPress/gutenberg/pull/33031))
  - Fix drag and drop indicator above first block and RTL drop indicators. ([33024](https://github.com/WordPress/gutenberg/pull/33024))
  - Fix glitchy block focus style when multi selecting blocks. ([32927](https://github.com/WordPress/gutenberg/pull/32927))
  - Fix collapsing appender when paragraph disabled. ([32894](https://github.com/WordPress/gutenberg/pull/32894))
  - Fix unintended HTTP search request in `<LinkControl>` when `showSuggestions` is `false`. ([32857](https://github.com/WordPress/gutenberg/pull/32857))
  - Ensure only valid URLs or anchors within the text are automatically created as links. ([32663](https://github.com/WordPress/gutenberg/pull/32663))
  - Fix drag and drop indices when a block list contains a style element. ([32776](https://github.com/WordPress/gutenberg/pull/32776))
  - Consistent border with focus styles for block appender. ([33022](https://github.com/WordPress/gutenberg/pull/33022))
  - Improve scrolling experience in Safari ([32824](https://github.com/WordPress/gutenberg/pull/32824))
  - Avoid flash of background color when scrolling in Safari. ([32747](https://github.com/WordPress/gutenberg/pull/32747))
  - Refactor appender margin. ([33088](https://github.com/WordPress/gutenberg/pull/33088))
  - Block Inserter: Prevent page scroll when searching a block. ([33012](https://github.com/WordPress/gutenberg/pull/33012))
- Components:
  - useNavigateRegions: Don't remove click event if there's no element. ([32816](https://github.com/WordPress/gutenberg/pull/32816))
  - Stop modifying the parent context and correctly memoize it. ([32745](https://github.com/WordPress/gutenberg/pull/32745))
  - Clear event listeners on unmount in Tooltip component. ([32729](https://github.com/WordPress/gutenberg/pull/32729))
  - Allow decimals in spacing controls. ([32692](https://github.com/WordPress/gutenberg/pull/32692))
- CSS and styling:
  - Remove "is-dark-theme" rules from mixins. ([33058](https://github.com/WordPress/gutenberg/pull/33058))
  - Set explicit z-index on interface body to ensure it’s pinned under interface header. ([32732](https://github.com/WordPress/gutenberg/pull/32732))
  - Rename `.interface-interface-skeleton__body` `z-index` to `.interface-interface-skeleton__content`. ([32869](https://github.com/WordPress/gutenberg/pull/32869))
- Template editor:
  - Fix: Template editor header area is difficult to navigate with screenreaders. ([32938](https://github.com/WordPress/gutenberg/pull/32938))
  - Do not allow users to create templates with blank titles. ([32809](https://github.com/WordPress/gutenberg/pull/32809))
  - TemplatePanel: Fixed a problem that when a new template is created, the template is not displayed in the select box. ([32744](https://github.com/WordPress/gutenberg/pull/32744))
- Global styles:
  - Fix a regression where `custom-units` are forced as an array. ([32898](https://github.com/WordPress/gutenberg/pull/32898))
  - Allow custom properties to merge. ([31840](https://github.com/WordPress/gutenberg/pull/31840))
- Editor
  - Fix "Select all" behavior in the editor. ([33167](https://github.com/WordPress/gutenberg/pull/33167))
  - Prepublish Panel: Disable the Publish and Cancel buttons while saving. ([32889](https://github.com/WordPress/gutenberg/pull/32889))
  - Revert "Prepublish Panel: Disable the Publish and Cancel buttons while saving". ([33113](https://github.com/WordPress/gutenberg/pull/33113))

### WordPress Core compatibility

- Block Library: Improve view script integration to account for WordPress Core. ([32977](https://github.com/WordPress/gutenberg/pull/32977))
- Auto-enable the template editor for themes with theme.json only. ([32858](https://github.com/WordPress/gutenberg/pull/32858))
- Unify handling for block view scripts. ([32814](https://github.com/WordPress/gutenberg/pull/32814))

### Documentation

- Handbook:
  - Update ESnext code in the block toolbar documentation. ([32422](https://github.com/WordPress/gutenberg/pull/32422))
  - Fix "Gutenberg" typo in dynamic blocks tutorial. ([33013](https://github.com/WordPress/gutenberg/pull/33013))
  - Polish the Gutenberg release docs, performance audit section. ([32770](https://github.com/WordPress/gutenberg/pull/32770))
  - Update filter in Widget Block Editor documentation. ([32759](https://github.com/WordPress/gutenberg/pull/32759))
  - Block Editor and Block API:
    - Add link color supports to Block API documentation. ([32936](https://github.com/WordPress/gutenberg/pull/32936))
    - Unify Block Editor readme language and example. ([31850](https://github.com/WordPress/gutenberg/pull/31850))
  - Architecture: Add a schema explaining the relationship between the packages that comprise the post editor. ([32921](https://github.com/WordPress/gutenberg/pull/32921))
  - Testing: Update testing overview documentation. ([32829](https://github.com/WordPress/gutenberg/pull/32829))
- Components:
  - ServerSideRender: Update documentation for placeholder props. ([33030](https://github.com/WordPress/gutenberg/pull/33030))
  - Add 'area' key to function doc for `gutenberg_get_block_templates`. ([32746](https://github.com/WordPress/gutenberg/pull/32746))
- Widgets: Add technical implementation details for Widgets Customizer. ([33026](https://github.com/WordPress/gutenberg/pull/33026))

### Code Quality

- Block Library:
  - Query Loop: use plain `div` for wrapper element in patterns. ([32867](https://github.com/WordPress/gutenberg/pull/32867))
  - Post Template block: remove `gutenberg` domain from Post Template block. ([32804](https://github.com/WordPress/gutenberg/pull/32804))
  - Ensure there is no direct import from core/editor store. ([32866](https://github.com/WordPress/gutenberg/pull/32866))
  - Improve block categories by moving several blocks from `Design` to `Theme`. ([32568](https://github.com/WordPress/gutenberg/pull/32568))
- Typings:
  - Begin adding types, starting with redus-store/meta/actions. ([32855](https://github.com/WordPress/gutenberg/pull/32855))
  - Type `promise-middleware`. ([32967](https://github.com/WordPress/gutenberg/pull/32967))
  - Add types to redux-store/metadata/selectors. ([32965](https://github.com/WordPress/gutenberg/pull/32965))
  - Add types to redux-store metadata reducer. ([32942](https://github.com/WordPress/gutenberg/pull/32942))
  - Redux routine: Add types. ([21313](https://github.com/WordPress/gutenberg/pull/21313))
- Card component refactor:
  - Remove the g2 implementation of `Card`. ([32764](https://github.com/WordPress/gutenberg/pull/32764))
  - Update `Card` component Storybook story. ([32763](https://github.com/WordPress/gutenberg/pull/32763))
  - Update components provider story. ([32743](https://github.com/WordPress/gutenberg/pull/32743))
  - Update to g2 implementation. ([32566](https://github.com/WordPress/gutenberg/pull/32566))
- Components:
  - Remove duplicated space utilities. ([32852](https://github.com/WordPress/gutenberg/pull/32852))
  - Unit control Utils: Update JS documentation and add basic test coverage. ([32774](https://github.com/WordPress/gutenberg/pull/32774))
  - Allow for non-polymorphic components. ([32796](https://github.com/WordPress/gutenberg/pull/32796))
- Editors & Interface:
  - Update pre-publish setting copy. ([32874](https://github.com/WordPress/gutenberg/pull/32874))
  - Update `FullscreenMode` from class components to functional components. ([32925](https://github.com/WordPress/gutenberg/pull/32925))
  - Remove `@wordpress/editor` as a dependency from `@wordpress/block-library`. ([32801](https://github.com/WordPress/gutenberg/pull/32801))
- Testing:
  - Iframed editor: Add Masonry integration end-to-end test. ([33008](https://github.com/WordPress/gutenberg/pull/33008))
  - Add regression end-to-end test for the bug that caused some wp_options to get corrupted data. ([32797](https://github.com/WordPress/gutenberg/pull/32797))
  - Fix broken the post-template-editor test. ([32904](https://github.com/WordPress/gutenberg/pull/32904))
- Linting:
  - Promote lint rule to error when validating store string literals. ([32537](https://github.com/WordPress/gutenberg/pull/32537))
  - Cleanup PHP Codesniffer warnings and enable fail. ([26516](https://github.com/WordPress/gutenberg/pull/26516))
- Data: Handle `context` state updates in `core-data` reducer on `edits`. ([32991](https://github.com/WordPress/gutenberg/pull/32991))
- APIs: Remove deprecated APIs that are no longer supported in version 11.0. ([33258](https://github.com/WordPress/gutenberg/pull/33258))

### Tools

- Testing:
  - Improve image caret e2e-test. ([32832](https://github.com/WordPress/gutenberg/pull/32832))
  - Add `getCurrentUser()` to e2e test utils: , and use it for user switching. ([33050](https://github.com/WordPress/gutenberg/pull/33050))
  - Fix WP editor metabox e2e test. ([32915](https://github.com/WordPress/gutenberg/pull/32915))
  - Fix failing PHPUnit test caused by changes in WP core. ([32888](https://github.com/WordPress/gutenberg/pull/32888))
- CSS & Styling:
  - Restrict imports of @emotion/css. ([33051](https://github.com/WordPress/gutenberg/pull/33051))
  - `@wordpress/scripts`: Support path-based chunk names in FixStyleWebpackPlugin. ([32834](https://github.com/WordPress/gutenberg/pull/32834))
  - Upgrade to Emotion 11. ([32930](https://github.com/WordPress/gutenberg/pull/32930))
- Linting:
  - Fix eslint-import resolver with extraneous dependencies. ([32906](https://github.com/WordPress/gutenberg/pull/32906))
  - Scripts: Update `lint-md-docs` script to use ignore-path. ([32633](https://github.com/WordPress/gutenberg/pull/32633))
- Workflows:
  - Recursively clear node modules when building for ci. ([32856](https://github.com/WordPress/gutenberg/pull/32856))
  - Allow point releases after a new RC is out. ([32560](https://github.com/WordPress/gutenberg/pull/32560))

### Performance

- Add in memory cache for rich link previews data. ([32741](https://github.com/WordPress/gutenberg/pull/32741))

### Experiments

- Navigation Block and Editor:
  - Update the function name and correct the comment. ([32918](https://github.com/WordPress/gutenberg/pull/32918))
  - Correct the case of navigation `__unstableLocation`. ([32783](https://github.com/WordPress/gutenberg/pull/32783)
  - Navigation block: Add an unstable location attribute. ([32491](https://github.com/WordPress/gutenberg/pull/32491))
  - Avoid double encoding of URLs in Navigation Link block. ([32840](https://github.com/WordPress/gutenberg/pull/32840))
- Site Editor:
  - Fix logic error on site editor `useSetting`. ([32793](https://github.com/WordPress/gutenberg/pull/32793))
  - Fix oEmbeds not working in block template parts. ([32331](https://github.com/WordPress/gutenberg/pull/32331))


= 10.9.1 =

### Bug Fixes

- Autocomplete: Fix double popover. ([32988](https://github.com/WordPress/gutenberg/pull/32988))




= 10.9.0 =

### Enhancements

- Components:
- UnitControl: Reduce code duplication for defined units. ([32731](https://github.com/WordPress/gutenberg/pull/32731))
- BoxControl: Add support for grouped directions (vertical and horizontal controls). ([32610](https://github.com/WordPress/gutenberg/pull/32610))
- Notice: Added onDismiss option in createInfoNotice. ([32338](https://github.com/WordPress/gutenberg/pull/32338))
- Block Library:
- Latest Posts: Limit latest-post authors dropdown to users with published posts. ([32662](https://github.com/WordPress/gutenberg/pull/32662))
- Calendar: Add loading and empty state. ([31504](https://github.com/WordPress/gutenberg/pull/31504))
- Query Loop: Add helpful text to the block. ([32694](https://github.com/WordPress/gutenberg/pull/32694))
- Query Loop: Rename QueryLoop to PostTemplate and change Query label. ([32514](https://github.com/WordPress/gutenberg/pull/32514))
- Spacer: Try an alternate min-height fix. ([32543](https://github.com/WordPress/gutenberg/pull/32543))
- Heading: Show all heading levels in toolbar group. ([32483](https://github.com/WordPress/gutenberg/pull/32483))
- Post Terms: Add a CSS class to identify the taxonomy. ([31832](https://github.com/WordPress/gutenberg/pull/31832))
- Legacy Widget: Move block to `@wordpress/widgets`. ([32501](https://github.com/WordPress/gutenberg/pull/32501))
- Block Editor:
- Enhance link control UI with rich URL previews. ([31464](https://github.com/WordPress/gutenberg/pull/31464))
- List View: Allow expanding and collapsing of nested blocks. ([32117](https://github.com/WordPress/gutenberg/pull/32117))
- Editor Breadcrumb: Add a `rootLabelText` prop. ([32528](https://github.com/WordPress/gutenberg/pull/32528))
- Don't hardcode CSS units. ([32482](https://github.com/WordPress/gutenberg/pull/32482))
- Refactor LinkControl component to support React 17. ([32552](https://github.com/WordPress/gutenberg/pull/32552))
- Remove snapshots from tests for LinkControl. ([32592](https://github.com/WordPress/gutenberg/pull/32592))
- Block Support:
- Update border support to allow non-pixel units. ([31483](https://github.com/WordPress/gutenberg/pull/31483))
- Icons:
- Add new icons. ([32371](https://github.com/WordPress/gutenberg/pull/32371))
- Tweak people icon. ([32354](https://github.com/WordPress/gutenberg/pull/32354))
- Expose `trendingDown` and `trendindUp` icons. ([32124](https://github.com/WordPress/gutenberg/pull/32124))
- Template Editing Mode:
- Update welcome guide language for the template editor. ([32639](https://github.com/WordPress/gutenberg/pull/32639))
- Translate delete template confirmation message. ([32647](https://github.com/WordPress/gutenberg/pull/32647))
- Disable renaming templates named by core; Display descriptions. ([32636](https://github.com/WordPress/gutenberg/pull/32636))
- Update the template creation modal. ([32427](https://github.com/WordPress/gutenberg/pull/32427))
- Post Editor:
- Use the post type singular_name as the root Block Breadcrumb label. ([32609](https://github.com/WordPress/gutenberg/pull/32609))
- Absorb block manager within blocks preferences. ([32166](https://github.com/WordPress/gutenberg/pull/32166))
- Widget Editor:
- Hide some settings from the "Options" menu on small screens. ([32690](https://github.com/WordPress/gutenberg/pull/32690))
- Add Breadcrumbs Block. ([32498](https://github.com/WordPress/gutenberg/pull/32498))
- Use button block appender in widget areas. ([32580](https://github.com/WordPress/gutenberg/pull/32580))
- Add show block bread crumbs feature toggle to more menu. ([32569](https://github.com/WordPress/gutenberg/pull/32569))
- Unhide the classic menu widget. ([32431](https://github.com/WordPress/gutenberg/pull/32431))


### Bug Fixes

- Block Library:
- Image Block: Fix cover block exists check. ([32666](https://github.com/WordPress/gutenberg/pull/32666))
- Embed: Fix embed to paragraph transform when caption has rich text formats. ([32355](https://github.com/WordPress/gutenberg/pull/32355))
- Columns: Fix deprecation caused when adding a column. ([32378](https://github.com/WordPress/gutenberg/pull/32378))
- Site Logo: Fix site-logo not getting removed on `remove_theme_mod`. ([32370](https://github.com/WordPress/gutenberg/pull/32370))
- Social: Try to fix color inheritance for social links. ([32625](https://github.com/WordPress/gutenberg/pull/32625))
- Social: Correctly position the link popover when List View is open. ([32525](https://github.com/WordPress/gutenberg/pull/32525))
- Code: Try an experimentalSelector. ([31742](https://github.com/WordPress/gutenberg/pull/31742))
- Block Editor:
- RichText: Fix loss of list content when switching list types. ([32432](https://github.com/WordPress/gutenberg/pull/32432))
- `useBlockDropZone`: Fix horizontal indicator. ([32589](https://github.com/WordPress/gutenberg/pull/32589))
- Inserter: Fix insertion point displaying when there are no inserter items. ([32576](https://github.com/WordPress/gutenberg/pull/32576))
- Drop indicator: Show around dragged block and show above selected block for file drop. ([31896](https://github.com/WordPress/gutenberg/pull/31896))
- Fix vertical scroll in horizontal toolbar. ([32655](https://github.com/WordPress/gutenberg/pull/32655))
- Fix block multi selection in nested blocks. ([32536](https://github.com/WordPress/gutenberg/pull/32536))
- Fix block toolbar overlap with header. ([32424](https://github.com/WordPress/gutenberg/pull/32424))
- Blocks:
- Avoid keeping the same client ID when transforming blocks. ([32453](https://github.com/WordPress/gutenberg/pull/32453))
- Allow themes to add inline styles for all blocks when using lazy styles loading. ([32275](https://github.com/WordPress/gutenberg/pull/32275))
- Components:
- RadioControl: Add `hideLabelFromVision` prop. ([32414](https://github.com/WordPress/gutenberg/pull/32414))
- DatePicker: Fix crash when navigating between months. ([31751](https://github.com/WordPress/gutenberg/pull/31751))
- Autocomplete: Prevent setting state for unmounted component. ([32654](https://github.com/WordPress/gutenberg/pull/32654))
- Editor:
- Make link UI rich previews target agnostic and fix unwanted preview for internal URLs. ([32658](https://github.com/WordPress/gutenberg/pull/32658))
- Widget Editor:
- Don't delete a widget if it is moved to a different area. ([32608](https://github.com/WordPress/gutenberg/pull/32608))
- Fix button spacing in header. ([32585](https://github.com/WordPress/gutenberg/pull/32585))
- Decode HTML entities for name and description props. ([32503](https://github.com/WordPress/gutenberg/pull/32503))
- Fix dirty state after adding new block. ([32573](https://github.com/WordPress/gutenberg/pull/32573))
- Don't add undo levels when editing records on save. ([32572](https://github.com/WordPress/gutenberg/pull/32572))
- Save deleted and restored widgets. ([32534](https://github.com/WordPress/gutenberg/pull/32534))
- Don't show widgets in menu without theme support. ([32420](https://github.com/WordPress/gutenberg/pull/32420))
- Fix inspector opening on click outside widget area. ([32450](https://github.com/WordPress/gutenberg/pull/32450))
- Legacy Widget: Don't display "No preview" when widget has image tags. ([32605](https://github.com/WordPress/gutenberg/pull/32605))
- Post Editor:
- Prevent locking users in saving state when saving meta boxes fails. ([32485](https://github.com/WordPress/gutenberg/pull/32485))
- Edit Post: Add metaBoxUpdatesFailure action. ([32623](https://github.com/WordPress/gutenberg/pull/32623))
- Full Site Editing
- Only add skip-link for block themes & templates on the frontend. ([32451](https://github.com/WordPress/gutenberg/pull/32451))
- Storybook:
- Fix misc warnings. ([32401](https://github.com/WordPress/gutenberg/pull/32401))
- Data:
- useSelect: Silently error (for block zombie children). ([32088](https://github.com/WordPress/gutenberg/pull/32088))

### Performance

- Block Editor: Remove `is-typing` root class. ([32567](https://github.com/WordPress/gutenberg/pull/32567))
- Header Toolbar: UseCallback to avoid unnecessary rerenders. ([32406](https://github.com/WordPress/gutenberg/pull/32406))

### Experiments
- Component System:
- Promote `Scrollable` component to a full export. ([32446](https://github.com/WordPress/gutenberg/pull/32446))
- Promote `Surface` component to a full export. ([32439](https://github.com/WordPress/gutenberg/pull/32439))
- Global Styles:
- Allow presets to provide an empty set of values. ([32679](https://github.com/WordPress/gutenberg/pull/32679))
- Allow theme authors hook into the preset classes generated by global styles. ([32627](https://github.com/WordPress/gutenberg/pull/32627))
- Update `WP_Theme_JSON` API so presets are always keyed by origin. ([32622](https://github.com/WordPress/gutenberg/pull/32622))
- Make syntax errors in `theme.json` visible to users. ([32404](https://github.com/WordPress/gutenberg/pull/32404))
- Enqueue global styles in editor only once. ([32377](https://github.com/WordPress/gutenberg/pull/32377))
- Enqueue core and theme colors by using separate structures per origin. ([32358](https://github.com/WordPress/gutenberg/pull/32358))
- Do not migrate the old typography support if core already did it. ([32487](https://github.com/WordPress/gutenberg/pull/32487))
- Generate classes and custom properties for global styles in the same way the post editor does. ([32766](https://github.com/WordPress/gutenberg/pull/32766))
- Full Site Editing:
- Template resolution for new posts and pages. ([32442](https://github.com/WordPress/gutenberg/pull/32442))
- Monopolize navigation in Site Editor. ([31810](https://github.com/WordPress/gutenberg/pull/31810))
- Prevent duplicate queries. ([32700](https://github.com/WordPress/gutenberg/pull/32700))
- Split `theme.css` styles loading. ([31239](https://github.com/WordPress/gutenberg/pull/31239))
- Navigation Editor:
- Alternative fix: Set persisted menu id when no menus or missing menu. ([32313](https://github.com/WordPress/gutenberg/pull/32313))

### Documentation

- Handbook:
- Update references to `register_block_type_from_metadata`. ([32582](https://github.com/WordPress/gutenberg/pull/32582))
- Fix duotone support documentation. ([32440](https://github.com/WordPress/gutenberg/pull/32440))
- Detail the Gutenberg release post process. ([32429](https://github.com/WordPress/gutenberg/pull/32429))
- Update Legacy Widget documentation with new info on `show_instance_in_rest` feature. ([32726](https://github.com/WordPress/gutenberg/pull/32726))

### Code Quality

- Components:
- Remove duplicated compose dependencies. ([32709](https://github.com/WordPress/gutenberg/pull/32709))
- Sort entries in `packages/components/tsconfig.json`. ([32675](https://github.com/WordPress/gutenberg/pull/32675))
- Update the popover component to rely on `useDialog`. ([27675](https://github.com/WordPress/gutenberg/pull/27675))
- Card: Add types. ([32561](https://github.com/WordPress/gutenberg/pull/32561))
- Card: Refactor subcomponents folder structure. ([32557](https://github.com/WordPress/gutenberg/pull/32557))
- Compose:
- Add types to `useDialog` and `useFocusOnMount`. ([32676](https://github.com/WordPress/gutenberg/pull/32676))
- Add types to `withSafeTimeout`. ([32674](https://github.com/WordPress/gutenberg/pull/32674))
- Type `withState` as any. ([32326](https://github.com/WordPress/gutenberg/pull/32326))
- Block Library:
- Page List: Avoid generic function names for page list block internal functions. ([32736](https://github.com/WordPress/gutenberg/pull/32736))
- Latest Comments: Correct the format used for duplicate hook documentation. ([32563](https://github.com/WordPress/gutenberg/pull/32563))
- Login/out: Update documentation for render_block_core_loginout function. ([32158](https://github.com/WordPress/gutenberg/pull/32158))
- Block Editor: Remove unused select block function. ([32532](https://github.com/WordPress/gutenberg/pull/32532))
- Core Data: Fix typos. ([32480](https://github.com/WordPress/gutenberg/pull/32480))
- Editor: Fix different typos in inline comments, deprecation warnings and variable names. ([32474](https://github.com/WordPress/gutenberg/pull/32474))
- Linting:
- Edit Post: Fix no-string-literals warning. ([32518](https://github.com/WordPress/gutenberg/pull/32518))
- Add ESLint import resolver. ([31792](https://github.com/WordPress/gutenberg/pull/31792))
- Plugin:
- Copy `wp_should_load_separate_core_block_assets` function from core. ([32611](https://github.com/WordPress/gutenberg/pull/32611))
- Fix PHPCS Warnings. ([32513](https://github.com/WordPress/gutenberg/pull/32513))

### Tools

- Workflow:
- Fix the add milestone github action. ([32691](https://github.com/WordPress/gutenberg/pull/32691))
- Use a different cache key for the PR automation workflow. ([32588](https://github.com/WordPress/gutenberg/pull/32588))
- Improvements to NPM package caching across workflows. ([32458](https://github.com/WordPress/gutenberg/pull/32458))
- Limit when release artifacts are built on forks: Pt. 2. ([32494](https://github.com/WordPress/gutenberg/pull/32494))
- Build:
- Load .min.js files even in dev mode, output unminified assets only in prod. ([32621](https://github.com/WordPress/gutenberg/pull/32621))
- Upgrade husky package to the latest version. ([32077](https://github.com/WordPress/gutenberg/pull/32077))
- Generate minified .min.js and unminified .js files for GB js entry points when building. ([31732](https://github.com/WordPress/gutenberg/pull/31732))
- Include Legacy Widget block files in the plugin build. ([32803](https://github.com/WordPress/gutenberg/pull/32803))
- End to End Tests:
- Update mentions tests to use `toMatchInlineSnapshot`. ([32727](https://github.com/WordPress/gutenberg/pull/32727))
- Add more user auto-completer (mentions) coverage. ([32697](https://github.com/WordPress/gutenberg/pull/32697))
- Ignore JQMIGRATE (jQuery migrate) deprecation warnings. ([32656](https://github.com/WordPress/gutenberg/pull/32656))
- Linting:
- Update linting and formatting for test plugin files. ([28033](https://github.com/WordPress/gutenberg/pull/28033))
- Update Eslint JSDoc package, introducing JSDoc line alignment check. ([25300](https://github.com/WordPress/gutenberg/pull/25300))
- wp-env: Bump TT1 Blocks to v0.4.7. ([32661](https://github.com/WordPress/gutenberg/pull/32661))





= 10.8.2 =

### Bug fixes

- Revert removal of lodash's kebabCase function https://github.com/WordPress/gutenberg/pull/32742


= 10.8.1 =



### Bug Fixes

- Fix Post Content block regression. ([32693](https://github.com/WordPress/gutenberg/pull/32693))
- Fix Safari 13 issue. ([32581](https://github.com/WordPress/gutenberg/pull/32581))

### Performance

- Site editor: Add typing performance test. ([32553](https://github.com/WordPress/gutenberg/pull/32553))

### Tools

- Fix Post Title end-to-end test. ([32686](https://github.com/WordPress/gutenberg/pull/32686))




= 10.8.0 =


### Enhancements

- Block Editor:
  - Update Modal styling. ([31639](https://github.com/WordPress/gutenberg/pull/31639))
- Block Library:
  - Archives Block: Show the label for archives block dropdown. ([30527](https://github.com/WordPress/gutenberg/pull/30527))
  - Audio Block: Add an example preview. ([32333](https://github.com/WordPress/gutenberg/pull/32333))
  - File Block: Add an example preview. ([32350](https://github.com/WordPress/gutenberg/pull/32350))
  - Heading Block: Add support for font-weight. ([27639](https://github.com/WordPress/gutenberg/pull/27639))
  - List Block: Add font family to the list block. ([27510](https://github.com/WordPress/gutenberg/pull/27510))
  - Page list block: Add active page classes. ([32134](https://github.com/WordPress/gutenberg/pull/32134))
  - Site Logo: Use option instead of theme-mod. ([32229](https://github.com/WordPress/gutenberg/pull/32229))
- Components:
  - BoxControl: Add allowReset option. ([32345](https://github.com/WordPress/gutenberg/pull/32345))
General Interface:
  - Remove opacity animation on canvas. ([32266](https://github.com/WordPress/gutenberg/pull/32266))
- Design tools:
  - Add Letter-spacing and enable this for site title and site tagline. ([31118](https://github.com/WordPress/gutenberg/pull/31118))
  - Block Supports: Allow skipping spacing support serialization. ([31973](https://github.com/WordPress/gutenberg/pull/31973))
- Reusable Block:
  - Add Convert to Regular Blocks button to ellipsis Dropdown. ([32310](https://github.com/WordPress/gutenberg/pull/32310))
- REST API:
  - Improve parsing and retrieve additional data in REST url-details endpoint. ([31763](https://github.com/WordPress/gutenberg/pull/31763))
- Template Editing Mode:
  - Don't display snackbar with the Welcome Guide. ([32076](https://github.com/WordPress/gutenberg/pull/32076))
  - Update the appearance of the template details popover. ([32042](https://github.com/WordPress/gutenberg/pull/32042))
  - Update the title area in the template editor. ([32037](https://github.com/WordPress/gutenberg/pull/32037))
- Block-based Widgets:
  - Customizer:
    - Add preferences menu group label to widgets and customize widget editor. ([32259](https://github.com/WordPress/gutenberg/pull/32259))
    - Display wide widgets as popovers in Customizer. ([31736](https://github.com/WordPress/gutenberg/pull/31736))
  - Editor:
    - Link to widgets.php instead of themes.php?page=gutenberg-widgets. ([32299](https://github.com/WordPress/gutenberg/pull/32299))

### Bug Fixes

- Block Library:
  - Image Block: Fix image border radius. ([32393](https://github.com/WordPress/gutenberg/pull/32393))
  - List Block: Fix `theme.json` styles for the `core/list` block. ([32343](https://github.com/WordPress/gutenberg/pull/32343))
  - Latest Posts: Limit latest posts featured image width to 100%. ([32245](https://github.com/WordPress/gutenberg/pull/32245))
  - Legacy Widget Block:
    - Fix legacy widget block preview iframe. ([32300](https://github.com/WordPress/gutenberg/pull/32300))
    - Fix legacy widget previews. ([32260](https://github.com/WordPress/gutenberg/pull/32260))
  - Search block: Fix vertical alignment of the search button text. ([32340](https://github.com/WordPress/gutenberg/pull/32340))
- Block Editor:
  - Block Variation Transforms: Make focus style valid CSS. ([32305](https://github.com/WordPress/gutenberg/pull/32305))
  - Fixed Random Collapse of Colors Setting Section. ([32388](https://github.com/WordPress/gutenberg/pull/32388))
  - Block Toolbar:
    - Always close the options menu after toggling the sidebar. ([31921](https://github.com/WordPress/gutenberg/pull/31921))
    - Fix toolbar alignment in widget block editor. ([31991](https://github.com/WordPress/gutenberg/pull/31991))
  - Iframe: Fix embed dimensions with missing wp-embed-responsive class. ([32057](https://github.com/WordPress/gutenberg/pull/32057))
  - Patterns: Fix allowed patterns check. ([32376](https://github.com/WordPress/gutenberg/pull/32376))
- Block-Based Widgets:
  - Editor:
    - Fix error when saving empty Legacy Widget block. ([32359](https://github.com/WordPress/gutenberg/pull/32359))
    - Assume light theme when editor canvas background color isn't set. ([32477](https://github.com/WordPress/gutenberg/pull/32477))
  - Customizer:
    - Center the welcome image in the narrow viewport of widgets customizer. ([32264](https://github.com/WordPress/gutenberg/pull/32264))
    - Fix aspect ratio of welcome image. ([32302](https://github.com/WordPress/gutenberg/pull/32302))
    - Fix deselecting block when inspector is opened. ([32361](https://github.com/WordPress/gutenberg/pull/32361))
    - Fix escape key events in customizer closing the editor. ([32175](https://github.com/WordPress/gutenberg/pull/32175))
    - Fix some smaller styling issues and bugs in Widgets Customizer. ([32072](https://github.com/WordPress/gutenberg/pull/32072))
    - Fix creating and replacing legacy widgets in customizer. ([32005](https://github.com/WordPress/gutenberg/pull/32005))
- Components:
  - SuggestionsList: Try to use a unique "key". ([32344](https://github.com/WordPress/gutenberg/pull/32344))
  - Update Dropdown’s close-on-blur logic to work inside dialogs. ([32133](https://github.com/WordPress/gutenberg/pull/32133))
- Editor:
  - Allow non-latin characters in slugs. ([32232](https://github.com/WordPress/gutenberg/pull/32232))
  - Post Preview Button: Prevent saving the post before previewing in locked/read-only mode. ([32341](https://github.com/WordPress/gutenberg/pull/32341))
- General Interface: Fix overlap of Notices and block toolbar. ([32238](https://github.com/WordPress/gutenberg/pull/32238))
- Template Editing Mode: Remove metaboxes from template mode. ([32315](https://github.com/WordPress/gutenberg/pull/32315))
- Fix the layout definition in the template mode. ([32425](https://github.com/WordPress/gutenberg/pull/32425))

### Performance

- Buttons: Move options to constants to avoid unneeded renders. ([32356](https://github.com/WordPress/gutenberg/pull/32356))
- Experimental Layout: Pass the same object when no data changes. ([32380](https://github.com/WordPress/gutenberg/pull/32380))
- Navigation: Avoid rerendering when the placeholder does not change. ([32357](https://github.com/WordPress/gutenberg/pull/32357))
- Update Welcome Guides to use external image URLs. ([32026](https://github.com/WordPress/gutenberg/pull/32026))

### Experiments

- Block Editor:
  - Block Navigation: Try using CSS for indentation with known max indent instead of spacer divs. ([32063](https://github.com/WordPress/gutenberg/pull/32063))
- Component System:
  - Add missing Divider, Heading type reference in tsconfig. ([32104](https://github.com/WordPress/gutenberg/pull/32104))
  - Adds a new ZStack component. ([31613](https://github.com/WordPress/gutenberg/pull/31613))
  - Adds new ItemGroup and Item components. ([30097](https://github.com/WordPress/gutenberg/pull/30097))
  - Add new `BaseField` Component. ([32250](https://github.com/WordPress/gutenberg/pull/32250))
  - Fix Shortcut polymorphism. ([31555](https://github.com/WordPress/gutenberg/pull/31555))
  - Promotes the Elevation component to a full export. ([31614](https://github.com/WordPress/gutenberg/pull/31614))
- Global Styles:
  - Bugfix: Generate classes from preset slugs in the same way (server & client). ([32352](https://github.com/WordPress/gutenberg/pull/32352))
  - Fix Logic to enable custom colors, gradients, and font sizes. ([32200](https://github.com/WordPress/gutenberg/pull/32200))
  - Fix incorrect useCustomUnits import. ([32248](https://github.com/WordPress/gutenberg/pull/32248))
  - Group typographic block supports under a `typography` key. ([32252](https://github.com/WordPress/gutenberg/pull/32252))
  - Letter spacing should also respect skip serialization flag. ([32459](https://github.com/WordPress/gutenberg/pull/32459))
  - Skip typography serialization. ([32444](https://github.com/WordPress/gutenberg/pull/32444))
- Full Site Editing:
  - Align block hover and select styles across list view, site editor, select mode. ([31277](https://github.com/WordPress/gutenberg/pull/31277))
  - Alignment styles: Centre blocks using grid not margins. ([32231](https://github.com/WordPress/gutenberg/pull/32231))
  - Avoid duplicate skip-links in WP 5.8+. ([32346](https://github.com/WordPress/gutenberg/pull/32346))
  - Remove now-obsolete get_template_hierarchy(). ([32116](https://github.com/WordPress/gutenberg/pull/32116))
  - Templates: Remove now-obsolete `gutenberg_get_template_paths()`. ([32066](https://github.com/WordPress/gutenberg/pull/32066))
- Navigation:
  - Block:
    - Fix css bleed from navigation. ([32384](https://github.com/WordPress/gutenberg/pull/32384))
    - Fix collapsing regression of Navigation Menu. ([32081](https://github.com/WordPress/gutenberg/pull/32081))
    - Lock the document from scrolling when the modal is open. ([32269](https://github.com/WordPress/gutenberg/pull/32269))
    - Refactor Navigation block paddings/margins to inherit global styles. ([31878](https://github.com/WordPress/gutenberg/pull/31878))
  - Editor:
    - Allow block attributes passed to block renderer by way of wp_nav_menu. ([31911](https://github.com/WordPress/gutenberg/pull/31911))
    - Hide sidebar when a menu isn't selected. ([32090](https://github.com/WordPress/gutenberg/pull/32090))
    - Fix the visible widget area toolbar. ([32262](https://github.com/WordPress/gutenberg/pull/32262))
    - Fix block toolbar position after scroll. ([32212](https://github.com/WordPress/gutenberg/pull/32212))
    - Move modal state to ManageLocations component. ([32078](https://github.com/WordPress/gutenberg/pull/32078))
- Site Editor:
  - Fix broken template part converter modal styles. ([32097](https://github.com/WordPress/gutenberg/pull/32097))
  - Remove title attribute from NavigationItem inside the site-editor. ([30744](https://github.com/WordPress/gutenberg/pull/30744))

### Documentation

- Handbook:
  - Fix broken contributors readme files. ([32272](https://github.com/WordPress/gutenberg/pull/32272))
  - Fix misspelling in the Widgets Block Editor section. ([32242](https://github.com/WordPress/gutenberg/pull/32242))
  - Mark all experimental components in the handbook. ([32147](https://github.com/WordPress/gutenberg/pull/32147))
  - Update the create a block theme tutorial. ([31269](https://github.com/WordPress/gutenberg/pull/31269))
  - Update iOS Simulator device command in React Native documentation. ([32383](https://github.com/WordPress/gutenberg/pull/32383))
- Packages:
  - Navigation Editor: Augment and improve Nav Editor (and block) documentation. ([31891](https://github.com/WordPress/gutenberg/pull/31891))
  - Components: Fixed documentation for `units` attribute in Unit Control. ([31901](https://github.com/WordPress/gutenberg/pull/31901))

### Code Quality

- Block Editor:
  - Rich text:
    - Contextual default shortcut removal. ([32327](https://github.com/WordPress/gutenberg/pull/32327))
    - Remove inline display warning. ([32013](https://github.com/WordPress/gutenberg/pull/32013))
  - Colors: Remove \_\_experimentalUseColors hook. ([31438](https://github.com/WordPress/gutenberg/pull/31438))
  - Remove usages of `withState` from edit-post and editor. ([32349](https://github.com/WordPress/gutenberg/pull/32349))
- Block Library:
  - List View: Simplify the BlockNavigation component. ([31290](https://github.com/WordPress/gutenberg/pull/31290))
  - Navigation: Simplify html selector in nav burger menu. ([32303](https://github.com/WordPress/gutenberg/pull/32303))
  - Remove "class=" wrapper to already wrapped attributes. ([29214](https://github.com/WordPress/gutenberg/pull/29214))
  - Query Block: Remove query context leftovers. ([32093](https://github.com/WordPress/gutenberg/pull/32093))
- Blocks Package: Make getBlockSupport support any `lodash` path.. ([32322](https://github.com/WordPress/gutenberg/pull/32322))
- Block Supports: Avoid a PHP Notice when `render_block()` is called without attributes. ([32135](https://github.com/WordPress/gutenberg/pull/32135))
- Components:
  - Button: Deprecate `isPrimary`, `isSecondary`, `isTertiary` and `isLink` props in favour of `variant` prop. ([31713](https://github.com/WordPress/gutenberg/pull/31713))
  - Combobox: Remove duplicated ComboboxControl component. ([32397](https://github.com/WordPress/gutenberg/pull/32397))
  - Dashicons: Add types to Icon . ([32219](https://github.com/WordPress/gutenberg/pull/32219))
  - Disabled: Add types to Disabled components. ([32105](https://github.com/WordPress/gutenberg/pull/32105))
  - Remove all `withNext` wrappers. ([32205](https://github.com/WordPress/gutenberg/pull/32205))
  - Rename `ViewOwnProps` to `PolymorphicComponentProps`. ([32053](https://github.com/WordPress/gutenberg/pull/32053))
  - Require explicit `children` prop for all components. ([31817](https://github.com/WordPress/gutenberg/pull/31817))
  - UI Context: Delete unused types from `context`. ([32254](https://github.com/WordPress/gutenberg/pull/32254))
  - UI Popover: Remove unused `content` property from types definitions. ([32049](https://github.com/WordPress/gutenberg/pull/32049))
- Compose:
  - Add types to useRefEffect and clipboard hooks. ([31603](https://github.com/WordPress/gutenberg/pull/31603))
  - Add Types to `withGlobalEvents` as any. ([32290](https://github.com/WordPress/gutenberg/pull/32290))
  - Add types to `useWarnOnChange`. ([32288](https://github.com/WordPress/gutenberg/pull/32288))
  - Add types to `useViewportMatch`. ([32287](https://github.com/WordPress/gutenberg/pull/32287))
  - Add types to `useDropZone`. ([32286](https://github.com/WordPress/gutenberg/pull/32286))
  - Add types to `useDragging`. ([32285](https://github.com/WordPress/gutenberg/pull/32285))
  - Add types to `useThrottle` and typecheck `useFocusOutside`. ([32170](https://github.com/WordPress/gutenberg/pull/32170))
  - Add types to `useKeyboardShortcut`. ([32168](https://github.com/WordPress/gutenberg/pull/32168))
  - Add types to `useResizeObserver` and type checking to `useIsomorphicLayoutEffect`. ([32111](https://github.com/WordPress/gutenberg/pull/32111))
  - Add types to `useFocusReturn`. ([31949](https://github.com/WordPress/gutenberg/pull/31949))
  - Add types to `usePrevious`. ([31944](https://github.com/WordPress/gutenberg/pull/31944))
  - Add types to useReducedMotion and useMediaQuery. ([31941](https://github.com/WordPress/gutenberg/pull/31941))
  - Add types to useMergeRefs. ([31939](https://github.com/WordPress/gutenberg/pull/31939))
  - Add test to `useMergeRefs` for disabling refs + better documentation. ([32044](https://github.com/WordPress/gutenberg/pull/32044))
  - Add types to `useDebounce`. ([32015](https://github.com/WordPress/gutenberg/pull/32015))
  - Deprecate `withState` in favor of `useState`. ([32368](https://github.com/WordPress/gutenberg/pull/32368))
  - Simplify `compose` function documentation and point to lodash documentation for it. ([32324](https://github.com/WordPress/gutenberg/pull/32324))
- Global Styles:
  - Avoid enqueuing global styles twice when running on WordPress 5.8. ([32372](https://github.com/WordPress/gutenberg/pull/32372))
- Keyboard Shortcuts:
  - Multi select: select all: Restore ref callback. ([32318](https://github.com/WordPress/gutenberg/pull/32318))
- Linting:
  - Fix eslint warnings in the core-data package. ([32198](https://github.com/WordPress/gutenberg/pull/32198))
  - Fix eslint warnings in the edit-navigation package. ([32196](https://github.com/WordPress/gutenberg/pull/32196))
  - Fix eslint warnings in the edit-post package. ([32195](https://github.com/WordPress/gutenberg/pull/32195))
  - Fix eslint warnings in the edit-site package. ([32156](https://github.com/WordPress/gutenberg/pull/32156))
  - Fix eslint warnings in the edit-widgets package. ([32155](https://github.com/WordPress/gutenberg/pull/32155))
  - Fix eslint warnings in the editor package. ([32153](https://github.com/WordPress/gutenberg/pull/32153))
  - Fix eslint warnings in the nux package. ([32145](https://github.com/WordPress/gutenberg/pull/32145))
  - Fix eslint warnings in the rich-text package. ([32142](https://github.com/WordPress/gutenberg/pull/32142))
  - Fix eslint warnings in the reusable-blocks package. ([32141](https://github.com/WordPress/gutenberg/pull/32141))
- Navigation Editor:
  - Fix React warning. ([32165](https://github.com/WordPress/gutenberg/pull/32165))

### Tools

- Babel presets: Prefix build with node command for Windows environments. (#32258). ([32329](https://github.com/WordPress/gutenberg/pull/32329))
- Workflow:
  - Limit when workflows run on forks. ([32114](https://github.com/WordPress/gutenberg/pull/32114))
  - Only calculate the compressed size on pull requests when necessary. ([32161](https://github.com/WordPress/gutenberg/pull/32161))
  - Performance Tests Workflow:
    - Polish Bash script. ([32284](https://github.com/WordPress/gutenberg/pull/32284))
    - Run suite atop latest stable major WordPress version. ([32244](https://github.com/WordPress/gutenberg/pull/32244))
    - Use latest WP branch for release tests. ([32277](https://github.com/WordPress/gutenberg/pull/32277))
- End to End Tests:
  - Fix inserting cover block intermittent failure. ([32014](https://github.com/WordPress/gutenberg/pull/32014))
  - Navigation Editor:
    - Fix failing end-to-end tests. ([32043](https://github.com/WordPress/gutenberg/pull/32043))
    - Skip "Change detection" tests. ([32151](https://github.com/WordPress/gutenberg/pull/32151))
  - Move the Query and PostTitle end-to-end tests out of the experimental directory. ([31691](https://github.com/WordPress/gutenberg/pull/31691))
  - Multi select: Add end-to-end test for gruadual select all. ([32304](https://github.com/WordPress/gutenberg/pull/32304))
  - Remove redundant widget API endpoint tests. ([32298](https://github.com/WordPress/gutenberg/pull/32298))
  - Skip tests that are failing with the latest WordPress core. ([32228](https://github.com/WordPress/gutenberg/pull/32228))
- Eslint: Ignore some eslint rules in react-native folders. ([32143](https://github.com/WordPress/gutenberg/pull/32143))








= 10.7.4 =

### Bug Fixes

- Site Logo block: Use option instead of theme-mod. ([32229](https://github.com/WordPress/gutenberg/pull/32229))


= 10.7.3 =

### Bug Fixes

- Fix alligned blocks. ([32454](https://github.com/WordPress/gutenberg/pull/32454))


= 10.7.2 =

### Bug Fixes

- Fix Logic to enable custom colors, gradients, and font sizes. ([32200](https://github.com/WordPress/gutenberg/pull/32200))


= 10.8.0-rc.1 =



### Enhancements

- BoxControl: Add allowReset option. ([32345](https://github.com/WordPress/gutenberg/pull/32345))
- Add Convert to Regular Blocks button to ellipsis Dropdown. ([32310](https://github.com/WordPress/gutenberg/pull/32310))
- Page list block: Add active page classes. ([32134](https://github.com/WordPress/gutenberg/pull/32134))
- Template Mode: Don't display snackbar with the Welcome Guide. ([32076](https://github.com/WordPress/gutenberg/pull/32076))
- Block Supports: Allow skipping spacing support serialization. ([31973](https://github.com/WordPress/gutenberg/pull/31973))

### Bug Fixes

- Fix image border radius. ([32393](https://github.com/WordPress/gutenberg/pull/32393))
- Fix allowed patterns check. ([32376](https://github.com/WordPress/gutenberg/pull/32376))
- Fix deselecting block when inspector is opened. ([32361](https://github.com/WordPress/gutenberg/pull/32361))
- Generate classes from preset slugs in the same way (server & client). ([32352](https://github.com/WordPress/gutenberg/pull/32352))
- Mobile - Gallery block - Fix gallery images caption text formatting. ([32351](https://github.com/WordPress/gutenberg/pull/32351))
- File Block: Add an example preview. ([32350](https://github.com/WordPress/gutenberg/pull/32350))
- Avoid duplicate skip-links in WP 5.8+. ([32346](https://github.com/WordPress/gutenberg/pull/32346))
- SuggestionsList: Try to use a unique "key". ([32344](https://github.com/WordPress/gutenberg/pull/32344))
- Fix `theme.json` styles for the `core/list` block. ([32343](https://github.com/WordPress/gutenberg/pull/32343))
- Prevent saving the post before previewing in locked/read-only mode. ([32341](https://github.com/WordPress/gutenberg/pull/32341))
- Audio Block: Add an example preview. ([32333](https://github.com/WordPress/gutenberg/pull/32333))
- Try: Make focus style valid CSS. ([32305](https://github.com/WordPress/gutenberg/pull/32305))
- Fix aspect ratio of welcome image. ([32302](https://github.com/WordPress/gutenberg/pull/32302))
- Fix legacy widget block preview iframe. ([32300](https://github.com/WordPress/gutenberg/pull/32300))
- Fix broken contributors readme files. ([32272](https://github.com/WordPress/gutenberg/pull/32272))
- Center the welcome image in narrow viewport of widgets customizer. ([32264](https://github.com/WordPress/gutenberg/pull/32264))
- Fix legacy widget previews. ([32260](https://github.com/WordPress/gutenberg/pull/32260))
- Limit latest posts featured image width to 100%. ([32245](https://github.com/WordPress/gutenberg/pull/32245))
- Fix mispelling in the Widgets Block Editor section. ([32242](https://github.com/WordPress/gutenberg/pull/32242))
- Try: Fix notices below block toolbars. ([32238](https://github.com/WordPress/gutenberg/pull/32238))
- Allow non-latin characters in slugs. ([32232](https://github.com/WordPress/gutenberg/pull/32232))
- Fix escape key events in customizer closing the editor. ([32175](https://github.com/WordPress/gutenberg/pull/32175))
- Update Dropdown’s close-on-blur logic to work inside dialogs. ([32133](https://github.com/WordPress/gutenberg/pull/32133))
- components: Add missing Divider, Heading type reference in tsconfig. ([32104](https://github.com/WordPress/gutenberg/pull/32104))
- Fix broken template part converter modal styles. ([32097](https://github.com/WordPress/gutenberg/pull/32097))
- Fix some smaller styling issues and bugs in Widgets Customizer. ([32072](https://github.com/WordPress/gutenberg/pull/32072))
- Iframed editor: Fix embed dimensions with missing wp-embed-responsive class. ([32057](https://github.com/WordPress/gutenberg/pull/32057))
- Fix creating and replacing legacy widgets in customizer. ([32005](https://github.com/WordPress/gutenberg/pull/32005))
- Block toolbar: Always close options menu after toggling sidebar. ([31921](https://github.com/WordPress/gutenberg/pull/31921))
- UnitControl: Fixed documentation for `units` attribute. ([31901](https://github.com/WordPress/gutenberg/pull/31901))
- Display wide widgets as popovers in Customizer. ([31736](https://github.com/WordPress/gutenberg/pull/31736))
- compose: Add types to useRefEffect and clipboard hooks. ([31603](https://github.com/WordPress/gutenberg/pull/31603))
- components: Fix Shortcut polymorphism. ([31555](https://github.com/WordPress/gutenberg/pull/31555))

### Performance

- Experimental Layout: Pass the same object when no data changes. ([32380](https://github.com/WordPress/gutenberg/pull/32380))
- Navigation: Avoid rerendering when placeholder does not change. ([32357](https://github.com/WordPress/gutenberg/pull/32357))
- Buttons: Move options to constants to avoid unneeded renders. ([32356](https://github.com/WordPress/gutenberg/pull/32356))
- Update Welcome Guides to use external image URLs. ([32026](https://github.com/WordPress/gutenberg/pull/32026))

### Experiments

- Page List: Fix css bleed from navigation. ([32384](https://github.com/WordPress/gutenberg/pull/32384))
- Avoid enqueuing global styles twice when running on WordPress 5.8. ([32372](https://github.com/WordPress/gutenberg/pull/32372))
- Widgets editor: Fix error when saving empty Legacy Widget block. ([32359](https://github.com/WordPress/gutenberg/pull/32359))
- Simplify html selector in nav burger menu. ([32303](https://github.com/WordPress/gutenberg/pull/32303))
- Link to widgets.php instead of themes.php?page=gutenberg-widgets. ([32299](https://github.com/WordPress/gutenberg/pull/32299))
- Lock the document from scrolling when the modal is open. ([32269](https://github.com/WordPress/gutenberg/pull/32269))
- Fix the visible widget area toolbar. ([32262](https://github.com/WordPress/gutenberg/pull/32262))
- Add preferences menu group label to widgets and customize widget editor. ([32259](https://github.com/WordPress/gutenberg/pull/32259))
- Group typographic block supports under a `typography` key. ([32252](https://github.com/WordPress/gutenberg/pull/32252))
- Fix incorrect useCustomUnits import. ([32248](https://github.com/WordPress/gutenberg/pull/32248))
- Alignment styles: Centre blocks using grid not margins. ([32231](https://github.com/WordPress/gutenberg/pull/32231))
- site-logo block: Use option instead of theme-mod. ([32229](https://github.com/WordPress/gutenberg/pull/32229))
- Widgets editor: Fix block toolbar position after scroll. ([32212](https://github.com/WordPress/gutenberg/pull/32212))
- Fix: Logic to enable custom colors, gradients, and font sizes. ([32200](https://github.com/WordPress/gutenberg/pull/32200))
- FSE: Remove now-obsolete get_template_hierarchy(). ([32116](https://github.com/WordPress/gutenberg/pull/32116))
- Remove query context leftovers. ([32093](https://github.com/WordPress/gutenberg/pull/32093))
- Navigation Screen: Hide sidebar when a menu isn't selected. ([32090](https://github.com/WordPress/gutenberg/pull/32090))
- Navigation: Fix collapsing regression. ([32081](https://github.com/WordPress/gutenberg/pull/32081))
- Templates: Remove now-obsolete `gutenberg_get_template_paths()`. ([32066](https://github.com/WordPress/gutenberg/pull/32066))
- Fix toolbar alignment in widget block editor. ([31991](https://github.com/WordPress/gutenberg/pull/31991))
- Allow block attributes passed to block renderer by way of wp_nav_menu. ([31911](https://github.com/WordPress/gutenberg/pull/31911))
- Augment and improve Nav Editor (and block) documentation. ([31891](https://github.com/WordPress/gutenberg/pull/31891))
- Refactor nav block paddings/margins to inherit global styles. ([31878](https://github.com/WordPress/gutenberg/pull/31878))
- Align block hover and select styles across list view, site editor, select mode. ([31277](https://github.com/WordPress/gutenberg/pull/31277))
- Add Letter-spacing and enable this for site title and site tagline. ([31118](https://github.com/WordPress/gutenberg/pull/31118))
- Headings block: Add support for font weight. ([27639](https://github.com/WordPress/gutenberg/pull/27639))

### Documentation

- Components: Mark all experimental components in the handbook. ([32147](https://github.com/WordPress/gutenberg/pull/32147))
- Update the create a block theme tutorial. ([31269](https://github.com/WordPress/gutenberg/pull/31269))

### Code Quality

- Remove duplicated ComboboxControl component. ([32397](https://github.com/WordPress/gutenberg/pull/32397))
- Remove usages of withState from edit-post and editor. ([32349](https://github.com/WordPress/gutenberg/pull/32349))
- Rich text: Contextual default shortcut removal. ([32327](https://github.com/WordPress/gutenberg/pull/32327))
- compose: Simplify `compose` fn documentation and point to lodash documentation for it. ([32324](https://github.com/WordPress/gutenberg/pull/32324))
- Update: Make getBlockSupport support any lodash path.. ([32322](https://github.com/WordPress/gutenberg/pull/32322))
- Multi select: select all: Restore ref callback. ([32318](https://github.com/WordPress/gutenberg/pull/32318))
- compose: Type `withGlobalEvents` as any. ([32290](https://github.com/WordPress/gutenberg/pull/32290))
- compose: Add types to `useWarnOnChange`. ([32288](https://github.com/WordPress/gutenberg/pull/32288))
- compose: Add types to `useViewportMatch`. ([32287](https://github.com/WordPress/gutenberg/pull/32287))
- compose: Add types to `useDropZone`. ([32286](https://github.com/WordPress/gutenberg/pull/32286))
- compose: Add types to `useDragging`. ([32285](https://github.com/WordPress/gutenberg/pull/32285))
- components: Delete unused types from `context`. ([32254](https://github.com/WordPress/gutenberg/pull/32254))
- core-data: No-string-literals fix. ([32198](https://github.com/WordPress/gutenberg/pull/32198))
- edit-navigation: No-string-literals fix. ([32196](https://github.com/WordPress/gutenberg/pull/32196))
- edit-post: No-string-literals fix. ([32195](https://github.com/WordPress/gutenberg/pull/32195))
- compose: Add types to `useThrottle` and typecheck `useFocusOutside`. ([32170](https://github.com/WordPress/gutenberg/pull/32170))
- compose: Add types to `useKeyboardShortcut`. ([32168](https://github.com/WordPress/gutenberg/pull/32168))
- Navigation Editor: Fix React warning. ([32165](https://github.com/WordPress/gutenberg/pull/32165))
- edit-site: Fix no-string-literals warnings. ([32156](https://github.com/WordPress/gutenberg/pull/32156))
- edit-widgets: Fix no-string-literal warnings. ([32155](https://github.com/WordPress/gutenberg/pull/32155))
- Editor package: No-string-literals fix. ([32153](https://github.com/WordPress/gutenberg/pull/32153))
- nux: No-string-literals fix. ([32145](https://github.com/WordPress/gutenberg/pull/32145))
- rich-text: No-string-literals fix. ([32142](https://github.com/WordPress/gutenberg/pull/32142))
- Reusable-block: No-string-literals fix. ([32141](https://github.com/WordPress/gutenberg/pull/32141))
- Avoid a PHP Notice when `render_block()` is called without attributes. ([32135](https://github.com/WordPress/gutenberg/pull/32135))
- compose: Add types to `useResizeObserver` and type checking to `useIsomorphicLayoutEffect`. ([32111](https://github.com/WordPress/gutenberg/pull/32111))
- components: Add types to Disabled. ([32105](https://github.com/WordPress/gutenberg/pull/32105))
- Components: Rename `ViewOwnProps` to `PolymorphicComponentProps`. ([32053](https://github.com/WordPress/gutenberg/pull/32053))
- Popover: Remove unused `content` property from types definitions. ([32049](https://github.com/WordPress/gutenberg/pull/32049))
- Compose: useMergeRefs: Add test for disabling refs + better documentation. ([32044](https://github.com/WordPress/gutenberg/pull/32044))
- compose: Add types to `useFocusReturn`. ([31949](https://github.com/WordPress/gutenberg/pull/31949))
- compose: Add types to `usePrevious`. ([31944](https://github.com/WordPress/gutenberg/pull/31944))
- compose: Add types to useReducedMotion and useMediaQuery. ([31941](https://github.com/WordPress/gutenberg/pull/31941))
- compose: Add types to useMergeRefs. ([31939](https://github.com/WordPress/gutenberg/pull/31939))
- Components: Require explicit `children` prop for all components. ([31817](https://github.com/WordPress/gutenberg/pull/31817))
- Button: Deprecate `isPrimary`, `isSecondary`, `isTertiary` and `isLink` props in favour of `variant` prop. ([31713](https://github.com/WordPress/gutenberg/pull/31713))
- Remove: __experimentalUseColors hook. ([31438](https://github.com/WordPress/gutenberg/pull/31438))
- List View: Simplify the BlockNavigation component. ([31290](https://github.com/WordPress/gutenberg/pull/31290))

### Tools

- Remove redundant widget API endpoint tests. ([32298](https://github.com/WordPress/gutenberg/pull/32298))
- Performance Tests Workflow: Polish Bash script. ([32284](https://github.com/WordPress/gutenberg/pull/32284))
- Performance Tests Workflow: Use latest WP branch for release tests. ([32277](https://github.com/WordPress/gutenberg/pull/32277))
- Navigation Editor: Skip "Change detection" tests. ([32151](https://github.com/WordPress/gutenberg/pull/32151))
- Ignore some eslint rules in react-native folders. ([32143](https://github.com/WordPress/gutenberg/pull/32143))
- Navigation Editor: Fix failing end-to-end tests. ([32043](https://github.com/WordPress/gutenberg/pull/32043))
- Move the Query and PostTitle end-to-end tests out of the experimental directory. ([31691](https://github.com/WordPress/gutenberg/pull/31691))
- Fix Xcode 12.5 support. ([31632](https://github.com/WordPress/gutenberg/pull/31632))

### Various

- Update iOS Simulator device command in React Native documentation. ([32383](https://github.com/WordPress/gutenberg/pull/32383))
- Compose: Deprecate `withState` in favor of `useState`. ([32368](https://github.com/WordPress/gutenberg/pull/32368))
- Search block : Fix vertical alignment of search button text. ([32340](https://github.com/WordPress/gutenberg/pull/32340))
- Prefix build with node command for Windows environments. (#32258). ([32329](https://github.com/WordPress/gutenberg/pull/32329))
- Remove metaboxes from template mode. ([32315](https://github.com/WordPress/gutenberg/pull/32315))
- Revert "Alignment styles: Centre blocks using grid not margins". ([32312](https://github.com/WordPress/gutenberg/pull/32312))
- Multi select: Add end-to-end test for gruadual select all. ([32304](https://github.com/WordPress/gutenberg/pull/32304))
- Avoid unnecessary calculation or animation if tooltip is invisible. ([32289](https://github.com/WordPress/gutenberg/pull/32289))
- Try: Remove opacity animation on canvas. ([32266](https://github.com/WordPress/gutenberg/pull/32266))
- components: Add `BaseField`. ([32250](https://github.com/WordPress/gutenberg/pull/32250))
- Workflows: Performance: Run suite atop latest stable major WordPress version. ([32244](https://github.com/WordPress/gutenberg/pull/32244))
- Skip tests that are failing with latest WordPress core. ([32228](https://github.com/WordPress/gutenberg/pull/32228))
- components: Add types to Icon. ([32219](https://github.com/WordPress/gutenberg/pull/32219))
- components: Remove all `withNext` wrappers. ([32205](https://github.com/WordPress/gutenberg/pull/32205))
- Only calculate the compressed size on pull requests when necessary. ([32161](https://github.com/WordPress/gutenberg/pull/32161))
- Limit when workflows run on forks. ([32114](https://github.com/WordPress/gutenberg/pull/32114))
- Navigation Editor: Move modal state to ManageLocations component. ([32078](https://github.com/WordPress/gutenberg/pull/32078))
- Block Navigation: Try using CSS for indentation with known max indent instead of spacer divs. ([32063](https://github.com/WordPress/gutenberg/pull/32063))
- Update the appearance of the template details popover. ([32042](https://github.com/WordPress/gutenberg/pull/32042))
- Update the title area in the template editor. ([32037](https://github.com/WordPress/gutenberg/pull/32037))
- compose: Add types to `useDebounce`. ([32015](https://github.com/WordPress/gutenberg/pull/32015))
- Try fixing inserting cover block intermittent failure. ([32014](https://github.com/WordPress/gutenberg/pull/32014))
- Rich text: Remove inline display warning. ([32013](https://github.com/WordPress/gutenberg/pull/32013))
- Add native block inserter onboarding tooltip. ([32001](https://github.com/WordPress/gutenberg/pull/32001))
- Improve parsing and retrieve additional data in REST url-details endpoint. ([31763](https://github.com/WordPress/gutenberg/pull/31763))
- Update Modal styling. ([31639](https://github.com/WordPress/gutenberg/pull/31639))
- components: Promote Elevation. ([31614](https://github.com/WordPress/gutenberg/pull/31614))
- components: Add ZStack. ([31613](https://github.com/WordPress/gutenberg/pull/31613))
- Remove title attribute from NavigationItem inside the site-editor. ([30744](https://github.com/WordPress/gutenberg/pull/30744))
- Show the label for archives block dropdown. ([30527](https://github.com/WordPress/gutenberg/pull/30527))
- Components: Add ItemGroup and Item. ([30097](https://github.com/WordPress/gutenberg/pull/30097))
- Mobile - Slash inserter. ([29772](https://github.com/WordPress/gutenberg/pull/29772))
- Remove class= wrapper to already wrapped attributes. Issue #29209. ([29214](https://github.com/WordPress/gutenberg/pull/29214))
- List Block: Add font family to the list block. ([27510](https://github.com/WordPress/gutenberg/pull/27510))




= 10.7.1 =



### Bug Fixes

- Latest Posts: Declare 'hasPosts' before 'inspectorControls'. ([32160](https://github.com/WordPress/gutenberg/pull/32160))
- Fix image/cover transform duotone error. ([32006](https://github.com/WordPress/gutenberg/pull/32006))

### Various

- Block Patterns API: Update for core compatibility. ([32240](https://github.com/WordPress/gutenberg/pull/32240))
- [Patterns]: Prepare GB bundled patterns for core back port. ([32086](https://github.com/WordPress/gutenberg/pull/32086))




= 10.7.0 =

### Enhancements

- Block Editor:
    - Standardize block styles cursor on hover. ([31188](https://github.com/WordPress/gutenberg/pull/31188))
    - Support scripts in iframed editors. ([31873](https://github.com/WordPress/gutenberg/pull/31873))
- Block Library:
    - Normalize theme block toolbars. ([31952](https://github.com/WordPress/gutenberg/pull/31952))
    - Buttons: Use `column-gap` for styling. ([31386](https://github.com/WordPress/gutenberg/pull/31386))
    - Column: Add color and padding support to individual column block. ([31778](https://github.com/WordPress/gutenberg/pull/31778))
    - Cover: Allow transforming from group block. ([30890](https://github.com/WordPress/gutenberg/pull/30890))
    - Media & Text: Add media width control. ([31002](https://github.com/WordPress/gutenberg/pull/31002))
    - Post Comments: Add basic CSS to the block. ([30382](https://github.com/WordPress/gutenberg/pull/30382))
    - Post Excerpt: Update `read more` placeholder text. ([30959](https://github.com/WordPress/gutenberg/pull/30959))
    - Post Featured Image: Change wrapper element to `figure`. ([31595](https://github.com/WordPress/gutenberg/pull/31595))
    - Query:
        - Add `layout` and `color` support. ([31833](https://github.com/WordPress/gutenberg/pull/31833))
        - Update bundled patterns to have `inherit:False`. ([31856](https://github.com/WordPress/gutenberg/pull/31856))
        - Allow term addition from user case-insensitive input. ([31301](https://github.com/WordPress/gutenberg/pull/31301))
    - Site Logo:
        - Add link toggle option. ([31162](https://github.com/WordPress/gutenberg/pull/31162))
        - Use `custom_logo` theme-mod instead of `site_logo` setting for the site-logo block. ([31994](https://github.com/WordPress/gutenberg/pull/31994))
    - Site Tagline:
        - Add margin block support. ([31809](https://github.com/WordPress/gutenberg/pull/31809))
        - Expand the site tagline block description. ([31426](https://github.com/WordPress/gutenberg/pull/31426))
    - Site Title:
        - Add additional text formatting options. ([31734](https://github.com/WordPress/gutenberg/pull/31734))
        - Add margin block support. ([31728](https://github.com/WordPress/gutenberg/pull/31728))
    - Social Links: Add some padding to the "click plus to add". ([31927](https://github.com/WordPress/gutenberg/pull/31927))
- Components
    - Add Spacer. ([31509](https://github.com/WordPress/gutenberg/pull/31509))
    - Improve display for multiple action buttons in notices. ([31799](https://github.com/WordPress/gutenberg/pull/31799))
    - Polish the switcher for horizontal blocks. ([31645](https://github.com/WordPress/gutenberg/pull/31645))
    - Promote Divider and use readable prop names. ([31556](https://github.com/WordPress/gutenberg/pull/31556))
    - Promote Grid. ([31559](https://github.com/WordPress/gutenberg/pull/31559))
    - Promote View. ([31542](https://github.com/WordPress/gutenberg/pull/31542))
    - Promote VStack and HStack. ([31300](https://github.com/WordPress/gutenberg/pull/31300))
    - UnitControl: Add support for unit step per unit type. ([30376](https://github.com/WordPress/gutenberg/pull/30376))
- Design tools:
    - Add margin block support with configurable sides. ([30608](https://github.com/WordPress/gutenberg/pull/30608))
    - Add option to disable duotone. ([32002](https://github.com/WordPress/gutenberg/pull/32002))
    - Add reset button to Layout controls. ([30828](https://github.com/WordPress/gutenberg/pull/30828))
    - Add server-side support for margins. ([31808](https://github.com/WordPress/gutenberg/pull/31808))
- Icons: Update icons. ([31533](https://github.com/WordPress/gutenberg/pull/31533))
- List View:
    - Display block anchor in List View when set. ([31992](https://github.com/WordPress/gutenberg/pull/31992))
    - Enable persistent List View in the post editor. ([31047](https://github.com/WordPress/gutenberg/pull/31047))
- Patterns: Load patterns from wordpress.org API. ([28800](https://github.com/WordPress/gutenberg/pull/28800))
- Template Editing Mode:
    - Add a welcome guide to the template editor. ([31330](https://github.com/WordPress/gutenberg/pull/31330)) ([32055](https://github.com/WordPress/gutenberg/pull/32055))
    - Add a `Delete template` action. ([31678](https://github.com/WordPress/gutenberg/pull/31678))
- Word count: Adjust to count numbers as words. ([27288](https://github.com/WordPress/gutenberg/pull/27288))

### New APIs

- Babel Preset Default: Configure @babel/preset-env preset to respect a local Browserslist configuration. ([31898](https://github.com/WordPress/gutenberg/pull/31898))
- Blocks: Deprecate `registerBlockTypeFromMetadata` in favor of `registerBlockType`. ([32030](https://github.com/WordPress/gutenberg/pull/32030))
- Global Styles: Rename and stabilize `useEditorFeature` as `useSetting`. ([31587](https://github.com/WordPress/gutenberg/pull/31587))
- Stacked/unified block toolbar. ([31134](https://github.com/WordPress/gutenberg/pull/31134))
- Babel Preset Default: Add polyfill for WordPress built from core-js. ([31279](https://github.com/WordPress/gutenberg/pull/31279))

### Bug Fixes

- Block Library:
    - Cover:
        - Remove fixed background when previewed in patterns list. ([31640](https://github.com/WordPress/gutenberg/pull/31640))
        - Show placeholder only if it has no inner blocks. ([31402](https://github.com/WordPress/gutenberg/pull/31402))
    - Gallery:
        - Fix focus caption prop for native. ([32029](https://github.com/WordPress/gutenberg/pull/32029))
        - Fix identical images getting duplicated when moving. ([30555](https://github.com/WordPress/gutenberg/pull/30555))
    - Image:
        - Remove figure margins consistently in image blocks. ([31650](https://github.com/WordPress/gutenberg/pull/31650))
        - Fix cover transform and excessive re-rendering. ([32102](https://github.com/WordPress/gutenberg/pull/32102))
    - Post Content: Apply the_content filter even if content is empty. ([31997](https://github.com/WordPress/gutenberg/pull/31997))
    - Post Comments Count: Fix attributes declaration. ([31976](https://github.com/WordPress/gutenberg/pull/31976))
    - Post Comment Form:
        - Fix stylesheet dependency. ([31528](https://github.com/WordPress/gutenberg/pull/31528))
        - Fix to allow post comment button to inherit button & global styles automatically. ([31338](https://github.com/WordPress/gutenberg/pull/31338))
    - Post Featured Image:
        - Fix non-interactive placeholder when outside of a post context. ([31663](https://github.com/WordPress/gutenberg/pull/31663))
        - Fix placeholder regression. ([31709](https://github.com/WordPress/gutenberg/pull/31709))
        - Fix selection scroll into view. ([31835](https://github.com/WordPress/gutenberg/pull/31835))
        - Fix image width for wide aligned Post featured image. ([32070](https://github.com/WordPress/gutenberg/pull/32070))
    - Site Logo:
        - Fix duplicate `supports` declaration. ([31544](https://github.com/WordPress/gutenberg/pull/31544))
        - Return nothing if logo is not set. ([31513](https://github.com/WordPress/gutenberg/pull/31513))
        - Only request media entity when a site logo has been chosen. ([31673](https://github.com/WordPress/gutenberg/pull/31673))
    - Template Part:
        - Don't show the currently used template part as an option in the 'replace' flow. ([31720](https://github.com/WordPress/gutenberg/pull/31720))
        - Fix template part selection searches to use title/area instead of slug/theme. ([31520](https://github.com/WordPress/gutenberg/pull/31520))
        - Use label and icon per variation when displaying placeholders. ([31721](https://github.com/WordPress/gutenberg/pull/31721))
- Block Editor:
    - Clear selection on iframe html element click, fix bottom click redirect. ([31385](https://github.com/WordPress/gutenberg/pull/31385))
    - Fix block ref when multiple useBlockProps hooks are called. ([31906](https://github.com/WordPress/gutenberg/pull/31906))
    - Fix moving animation for nested blocks. ([31945](https://github.com/WordPress/gutenberg/pull/31945))
    - Fix selecting aligned blocks. ([31904](https://github.com/WordPress/gutenberg/pull/31904))
    - Fix scrolling to the inserted block issue in the iFramed block editor. ([31448](https://github.com/WordPress/gutenberg/pull/31448))
    - Prevent rendering self also when the wrapper block matches the inserted block. ([31592](https://github.com/WordPress/gutenberg/pull/31592))
    - Toolbar:
        - Fix showing toolbar when caret enters formatting (and extract as implementation detail for the block editor). ([31664](https://github.com/WordPress/gutenberg/pull/31664))
        - Fix toolbar in device preview. ([31600](https://github.com/WordPress/gutenberg/pull/31600))
- Design tools:
    - BoxControl:
        - Filter out unit only values when checking values defined. ([31779](https://github.com/WordPress/gutenberg/pull/31779))
        - Fix tooltip display for unlinked box control inputs. ([31741](https://github.com/WordPress/gutenberg/pull/31741))
    - Color picker:
        - Fixes color picker segmented control rendering and scrolling issues. ([30994](https://github.com/WordPress/gutenberg/pull/30994))
        - Fix text. ([30039](https://github.com/WordPress/gutenberg/pull/30039))
    - Duotone:
        - Fix duotone transform not transferring settings between blocks. ([31801](https://github.com/WordPress/gutenberg/pull/31801))
        - Fix duotone padding crash. ([31780](https://github.com/WordPress/gutenberg/pull/31780))
    - Font-family: Fix typo in font-family supports for dynamic blocks. ([31974](https://github.com/WordPress/gutenberg/pull/31974))
    - Spacing Support:
        - Properly hide UI for disabled properties. ([31726](https://github.com/WordPress/gutenberg/pull/31726))
        - Fix custom units for margin. ([31776](https://github.com/WordPress/gutenberg/pull/31776))
- Inserter: Hide patterns tab if no patterns are available. ([31687](https://github.com/WordPress/gutenberg/pull/31687))
- Patterns:
    - Check for allowed blocks recursively in patterns. ([30366](https://github.com/WordPress/gutenberg/pull/30366))
    - Fix unregister_block_pattern notices. ([32025](https://github.com/WordPress/gutenberg/pull/32025))
- Post Editor: Fix template name displaying incorrectly. ([32035](https://github.com/WordPress/gutenberg/pull/32035))
- Server Side Rendering: Re-enable passing post_id query arg (#31786). ([31787](https://github.com/WordPress/gutenberg/pull/31787))
- Template Editing Mode: Fix wrapper block name for template mode. ([31985](https://github.com/WordPress/gutenberg/pull/31985))
- Writing flow, multi-selection:
    - Fix caret placing when the target is out of view. ([31506](https://github.com/WordPress/gutenberg/pull/31506))
    - Gradually 'select all' layers of nested blocks. ([31859](https://github.com/WordPress/gutenberg/pull/31859))
- Fix errors caused by commits to WordPress core. ([32176](https://github.com/WordPress/gutenberg/pull/32176)) ([32183](https://github.com/WordPress/gutenberg/pull/32183)) ([32059](https://github.com/WordPress/gutenberg/pull/32059))
- Components: Fix the list of package dependencies. ([32167](https://github.com/WordPress/gutenberg/pull/32167))
- Fix issue with customizer title overlapping block toolbar. ([32140](https://github.com/WordPress/gutenberg/pull/32140))
- Correctly read rawRequest for frontend ESM. ([31917](https://github.com/WordPress/gutenberg/pull/31917))
- Fix generation of presets classes per block. ([32190](https://github.com/WordPress/gutenberg/pull/32190))
- Widget Screen:
    - Fix unsaved changes notification. ([31757](https://github.com/WordPress/gutenberg/pull/31757))
    - Fix call to undefined __experimentalRegisterExperimentalCoreBlocks. ([32138](https://github.com/WordPress/gutenberg/pull/32138))

### Performance

- Block editor styles: Memoize transform. ([31553](https://github.com/WordPress/gutenberg/pull/31553))
- Block editor async mode: Enable only for blocks out of view. ([30995](https://github.com/WordPress/gutenberg/pull/30995))
- Improve performance of term search. ([31703](https://github.com/WordPress/gutenberg/pull/31703))
- Blocks package: Memoize getBlockVariations selector. ([32120](https://github.com/WordPress/gutenberg/pull/32120))

### Experiments

- Block Library: Hide the PostAuthor block behind the Gutenberg experimental flag. ([31983](https://github.com/WordPress/gutenberg/pull/31983))
- Block-based Widgets:
    - API:
        - Improve `get_merged_data` API so it requires less knowledge from the consumer. ([31552](https://github.com/WordPress/gutenberg/pull/31552))
    - Customizer:
        - Add 'more' menu. ([31970](https://github.com/WordPress/gutenberg/pull/31970))
        - Add undo redo to Widgets Customizer. ([31653](https://github.com/WordPress/gutenberg/pull/31653))
        - Add Welcome messaging. ([31968](https://github.com/WordPress/gutenberg/pull/31968))
        - Clear selected block when focusing on element outside the editor. ([31530](https://github.com/WordPress/gutenberg/pull/31530))
        - Fix removing legacy widget not working in customizer. ([31535](https://github.com/WordPress/gutenberg/pull/31535))
        - Implement mobile responsive block toolbar. ([31589](https://github.com/WordPress/gutenberg/pull/31589))
        - Remove Widgets Customizer experimental flag. ([31876](https://github.com/WordPress/gutenberg/pull/31876))
    - Widgets Editor:
        - Add default notices support. ([31578](https://github.com/WordPress/gutenberg/pull/31578))
        - Add more menu. ([31926](https://github.com/WordPress/gutenberg/pull/31926))
        - Add Welcome Guide. ([31925](https://github.com/WordPress/gutenberg/pull/31925))
        - Remove widget screen empty link in admin. ([31408](https://github.com/WordPress/gutenberg/pull/31408))
        - Update toolbar and notice positioning. ([31582](https://github.com/WordPress/gutenberg/pull/31582))
- Navigation Editor and Block:
    - Add home link block. ([30926](https://github.com/WordPress/gutenberg/pull/30926))
    - API:
        - Add locations to the menu response. ([31656](https://github.com/WordPress/gutenberg/pull/31656))
        - Change default to 100 menu items returned. ([21243](https://github.com/WordPress/gutenberg/pull/21243))
    - Allow space between on page list. ([29771](https://github.com/WordPress/gutenberg/pull/29771))
    - Bring implementations of convert nav menu items to blocks back into sync. ([31602](https://github.com/WordPress/gutenberg/pull/31602))
    - Editor:
        - "Add new pages" use menu entity. ([31643](https://github.com/WordPress/gutenberg/pull/31643))
        - Add padding for navigation screen. ([31583](https://github.com/WordPress/gutenberg/pull/31583))
        - Clear 'stub' navigation post edits on save. ([31735](https://github.com/WordPress/gutenberg/pull/31735))
        - Fix menu location assignment. ([31594](https://github.com/WordPress/gutenberg/pull/31594))
        - Fix editor margin. ([31493](https://github.com/WordPress/gutenberg/pull/31493))
        - On mobile viewports, reveal the block inspector when clicking the menu name button. ([31220](https://github.com/WordPress/gutenberg/pull/31220))
        - Update sidebar. ([31821](https://github.com/WordPress/gutenberg/pull/31821))
        - Warn the user about unsaved changes. ([31197](https://github.com/WordPress/gutenberg/pull/31197))
    - Enable justification for burger menu. ([31877](https://github.com/WordPress/gutenberg/pull/31877))
    - Extract Navigation Block data fetching and management to hook(s). ([31825](https://github.com/WordPress/gutenberg/pull/31825))
    - Fix nav block hover z index. ([31929](https://github.com/WordPress/gutenberg/pull/31929))
    - Fix nav placeholder colors and height. ([31875](https://github.com/WordPress/gutenberg/pull/31875))
    - Improve the navigation block setup state / placeholder. ([31371](https://github.com/WordPress/gutenberg/pull/31371))
    - Introduce `useMenuEntityProp` hook. ([31132](https://github.com/WordPress/gutenberg/pull/31132))
    - Normalize converting nav menu items to blocks between Editor and Block. ([31606](https://github.com/WordPress/gutenberg/pull/31606))
    - Responsive Navigation. ([30047](https://github.com/WordPress/gutenberg/pull/30047))
    - Submenus shouldn't take space unless they're actually open. ([31881](https://github.com/WordPress/gutenberg/pull/31881))
- Global Styles
    - Block Supports: Allow skipping serialization of typography attributes. ([30880](https://github.com/WordPress/gutenberg/pull/30880))
    - Fix condition for global styles on mobile. ([31844](https://github.com/WordPress/gutenberg/pull/31844))
    - Fix global styles settings retrieval for REST. ([31534](https://github.com/WordPress/gutenberg/pull/31534))
    - Make core color classes and custom properties always available. ([31669](https://github.com/WordPress/gutenberg/pull/31669))
    - Remove color.link from valid styles and alphabetize the rest. ([31516](https://github.com/WordPress/gutenberg/pull/31516))
    - Return consolidated global styles in REST Request. ([31762](https://github.com/WordPress/gutenberg/pull/31762))
    - Use elements mechanism for link color instead of a CSS variable. ([31524](https://github.com/WordPress/gutenberg/pull/31524))
    - Use mobile context in settings request & global styles. ([31819](https://github.com/WordPress/gutenberg/pull/31819))
    - Use wp_theme taxonomy for wp_global_styles cpt. ([31436](https://github.com/WordPress/gutenberg/pull/31436))
    - Theme.json:
        - Make the `theme.json` examples copy-pasteable. ([32040](https://github.com/WordPress/gutenberg/pull/32040))
        - Replace hardcoded `CSS_UNITS` and inherit units from `theme.json`. ([31822](https://github.com/WordPress/gutenberg/pull/31822))
- Full Site Editing:
    - Template Loader: Make templates arg required. ([31671](https://github.com/WordPress/gutenberg/pull/31671))
    - Simplify template loader logic. ([31604](https://github.com/WordPress/gutenberg/pull/31604))

### Documentation

- Handbook:
    - Add dedicated Block Styles page under Block API directory. ([31055](https://github.com/WordPress/gutenberg/pull/31055))
    - Add info on how to connect to the WP ENV MySQL database. ([31975](https://github.com/WordPress/gutenberg/pull/31975))
    - Capitalize GitHub properly in contributors README. ([31549](https://github.com/WordPress/gutenberg/pull/31549))
    - Clarify 'Applying styles from a stylesheet' how-to guide. ([31824](https://github.com/WordPress/gutenberg/pull/31824))
    - First pass at the documentation for the Widgets Block Editor. ([31577](https://github.com/WordPress/gutenberg/pull/31577))
    - Fix link to ESNext in callout. ([31512](https://github.com/WordPress/gutenberg/pull/31512))
    - Update Glossary with more FSE terminology. ([31525](https://github.com/WordPress/gutenberg/pull/31525))
- Packages:
    - Add required “directory” prop to package.json template in packages documentation. ([31570](https://github.com/WordPress/gutenberg/pull/31570))
    - Fix typo: "packages" -> "package". ([32036](https://github.com/WordPress/gutenberg/pull/32036))
    - Improve packages documentation - document root package json and public API knowledge. ([31598](https://github.com/WordPress/gutenberg/pull/31598))
    - Remove duplicate 1.52.0 changelog entry. ([31659](https://github.com/WordPress/gutenberg/pull/31659))
    - Scripts: Fix the CHANGELOG for `@wordpress/scripts` package. ([31532](https://github.com/WordPress/gutenberg/pull/31532))
    - Typo in edit-navigation layout translators note. ([31541](https://github.com/WordPress/gutenberg/pull/31541))

### Code Quality

- Block editor:
    - Block popover: Move scroll handling to block tools. ([31611](https://github.com/WordPress/gutenberg/pull/31611))
    - Log an error if styles are loaded through the compatibility layer. ([31870](https://github.com/WordPress/gutenberg/pull/31870))
- Block Library:
    - Post Comments: Make CSS less specific. ([31711](https://github.com/WordPress/gutenberg/pull/31711))
    - Image/Gallery: Remove use of unstableOnFocus. ([31796](https://github.com/WordPress/gutenberg/pull/31796))
- Linting:
    - Fix PHP lint issues. ([32039](https://github.com/WordPress/gutenberg/pull/32039))
    - Fix PHPCS warning for alignment. ([31931](https://github.com/WordPress/gutenberg/pull/31931))
    - Fix lint issues. ([31790](https://github.com/WordPress/gutenberg/pull/31790))
    - Ignore data-no-store-string-literals rule for native files. ([31936](https://github.com/WordPress/gutenberg/pull/31936))
- Components:
    - Add ToolbarDropdownMenu to render dropdown menus properly inside toolbars. ([31460](https://github.com/WordPress/gutenberg/pull/31460))
    - Don't pass down index through context. ([31852](https://github.com/WordPress/gutenberg/pull/31852))
    - Remove `color()` utility function, use values directly. ([31661](https://github.com/WordPress/gutenberg/pull/31661))
    - Remove `config()` utility function, use values directly. ([31646](https://github.com/WordPress/gutenberg/pull/31646))
- Compose:
    - Add types to withInstanceId and corresponding hook. ([31341](https://github.com/WordPress/gutenberg/pull/31341))
    - Add types useConstrainedTabbing. ([31548](https://github.com/WordPress/gutenberg/pull/31548))
    - Add types useAsyncList. ([31523](https://github.com/WordPress/gutenberg/pull/31523))
- Docgen:
    - Replace assertions for `getIntermediateRepresentation` unit tests with snapshots. ([31547](https://github.com/WordPress/gutenberg/pull/31547))
    - Split `getIntermediateRepresentation` unit tests in smaller tests. ([31468](https://github.com/WordPress/gutenberg/pull/31468))
- Inserter: Mark the inserter slot as unstable. ([31417](https://github.com/WordPress/gutenberg/pull/31417))
- Multi-select:
    - Use ref callback for focus out, merge native selection hooks. ([31618](https://github.com/WordPress/gutenberg/pull/31618))
    - Use writing flow container for focus. ([31572](https://github.com/WordPress/gutenberg/pull/31572))
- Rich text:
    - Build in isSelected check for children. ([31802](https://github.com/WordPress/gutenberg/pull/31802))
    - Consolidate applying from props. ([31635](https://github.com/WordPress/gutenberg/pull/31635))
    - Each hook should create its own ref. ([31477](https://github.com/WordPress/gutenberg/pull/31477))
    - Extract implementation-specific undo handling of automatic changes. ([31676](https://github.com/WordPress/gutenberg/pull/31676))
    - Extract internal delete handling. ([31637](https://github.com/WordPress/gutenberg/pull/31637))
    - Extract persistent change marking. ([31760](https://github.com/WordPress/gutenberg/pull/31760))
    - Extract splitValue to separate file. ([31803](https://github.com/WordPress/gutenberg/pull/31803))
    - Extract input and selection. ([31631](https://github.com/WordPress/gutenberg/pull/31631))
    - Extract indent list item on space. ([31628](https://github.com/WordPress/gutenberg/pull/31628))
    - Extract select object. ([31627](https://github.com/WordPress/gutenberg/pull/31627))
    - Extract paste handler. ([31619](https://github.com/WordPress/gutenberg/pull/31619))
    - Fix props on DOM element warnings. ([31883](https://github.com/WordPress/gutenberg/pull/31883))
    - Move autocomplete key handler to ref callback. ([31770](https://github.com/WordPress/gutenberg/pull/31770))
    - Move implementation specific attributes. ([31674](https://github.com/WordPress/gutenberg/pull/31674))
    - Move implementation specific delete and enter handling. ([31644](https://github.com/WordPress/gutenberg/pull/31644))
    - Remove avoiding setting selection on mount. ([31788](https://github.com/WordPress/gutenberg/pull/31788))
    - Remove dependency on block client ID. ([31752](https://github.com/WordPress/gutenberg/pull/31752))
    - Remove duplicate active formats state. ([31771](https://github.com/WordPress/gutenberg/pull/31771))
    - Remove old broken format prop. ([31767](https://github.com/WordPress/gutenberg/pull/31767))
    - Remove tag name dependency. ([31679](https://github.com/WordPress/gutenberg/pull/31679))
    - Simplify with hooks. ([31718](https://github.com/WordPress/gutenberg/pull/31718))
- Rename `construct_wp_query_args` to `build_query_vars_from_query_block`. ([32041](https://github.com/WordPress/gutenberg/pull/32041))
- Theme.json:
    - Remove unused code. ([31666](https://github.com/WordPress/gutenberg/pull/31666))
    - Remove declarations so API has coherence. ([31596](https://github.com/WordPress/gutenberg/pull/31596))
    - Remove: Declarations parameter from compute_style_properties. ([31573](https://github.com/WordPress/gutenberg/pull/31573))
- Writing flow:
    - Extract and simplify "select all". ([31855](https://github.com/WordPress/gutenberg/pull/31855))
    - Extract arrow nav. ([31851](https://github.com/WordPress/gutenberg/pull/31851))
    - Extract tab behavior to hook. ([31834](https://github.com/WordPress/gutenberg/pull/31834))
- REST API: Use batch endpoint included in Core. ([32174](https://github.com/WordPress/gutenberg/pull/32174))
- Prepare for adding the Widgets block editor to Core. ([32136](https://github.com/WordPress/gutenberg/pull/32136))
- Remove `gutenberg` domain from core blocks. ([32152](https://github.com/WordPress/gutenberg/pull/32152))
- Remove filter_var from blocks. ([32046](https://github.com/WordPress/gutenberg/pull/32046))
- Plugin: Update block editor settings to work with context. ([32159](https://github.com/WordPress/gutenberg/pull/32159))

### Tools

- End-to-end tests:
    - Add template loader unit tests. ([31498](https://github.com/WordPress/gutenberg/pull/31498))
    - Fix end-to-end test inserting cover block. ([31866](https://github.com/WordPress/gutenberg/pull/31866))
    - Fix flaky change detection tests causing intermittent failures. ([31861](https://github.com/WordPress/gutenberg/pull/31861))
    - Fix intermittent embeds failure. ([31860](https://github.com/WordPress/gutenberg/pull/31860))
    - Fix intermittent failure of rich text end-to-end test. ([31864](https://github.com/WordPress/gutenberg/pull/31864))
    - Increase test coverage for pattern transforms. ([31689](https://github.com/WordPress/gutenberg/pull/31689))
    - Navigation: Add unit tests for onChange handler and fix cases around custom links tags and post-format. ([31259](https://github.com/WordPress/gutenberg/pull/31259))
    - Remove i18n filters performance test. ([32028](https://github.com/WordPress/gutenberg/pull/32028))
    - Skip unstable end-to-end tests. ([32031](https://github.com/WordPress/gutenberg/pull/32031))
    - Try stabilizing customize widgets end-to-end tests. ([32023](https://github.com/WordPress/gutenberg/pull/32023))
    - Update skip failing template mode end to end test. ([32017](https://github.com/WordPress/gutenberg/pull/32017))
    - Update tests for changes in core logic. ([31982](https://github.com/WordPress/gutenberg/pull/31982))
- Gutenberg plugin: Update compatibility layer for loading separate core block assets. ([31894](https://github.com/WordPress/gutenberg/pull/31894))
- Workflow:
    - Replace the Cancel workflow with native GitHub Action functionality. ([32016](https://github.com/WordPress/gutenberg/pull/32016))
    - Remove Custom Properties PostCSS plugin. ([31715](https://github.com/WordPress/gutenberg/pull/31715))




= 10.6.2 =



### Bug Fixes

- Workflows: Fix "Stable tag:" readme.txt field in SVN upload. ([31897](https://github.com/WordPress/gutenberg/pull/31897))
- Gallery: Fix Image Size regression. ([31884](https://github.com/WordPress/gutenberg/pull/31884))

### Various

- Plugin: Guard `construct_wp_query_args` with check if implemented in WordPress Core. ([32008](https://github.com/WordPress/gutenberg/pull/32008))




= 10.6.1 =

### Bug Fixes

- Revert "components: Promote VisuallyHidden from ui into full components (#31244)". ([31882](https://github.com/WordPress/gutenberg/pull/31882))
- Allow more complex contentWidth & wideWidth values. ([31740](https://github.com/WordPress/gutenberg/pull/31740))
- Fix link color selector. ([31820](https://github.com/WordPress/gutenberg/pull/31820))
- Register template part variations server side. ([31761](https://github.com/WordPress/gutenberg/pull/31761))
- Do not provide a default value for the link color property. ([31755](https://github.com/WordPress/gutenberg/pull/31755))
- Fixes FSE Navigation sub-menu item styling regression. ([31754](https://github.com/WordPress/gutenberg/pull/31754))


= 10.6.0 =

### New Features

- Block Editor: Add duotone block supports. ([26752](https://github.com/WordPress/gutenberg/pull/26752))
- Block Library:
  - Stabilize some theme blocks for WP 5.8 release. ([31423](https://github.com/WordPress/gutenberg/pull/31423))
  - Mark Log In/Out block as stable for 5.8 release. ([31499](https://github.com/WordPress/gutenberg/pull/31499))
- Editor: Display most used terms in term selector. ([30598](https://github.com/WordPress/gutenberg/pull/30598))

### Enhancements

- Block Editor:
  - Add Block Border Support. ([31264](https://github.com/WordPress/gutenberg/pull/31264))
  - Spacing Support: configurable sides for padding support. ([30607](https://github.com/WordPress/gutenberg/pull/30607))
  - Simplify insertion point. ([30301](https://github.com/WordPress/gutenberg/pull/30301))
- Block Library:
  - Post date: Add link color option. ([30827](https://github.com/WordPress/gutenberg/pull/30827))
  - Table:
    - Add border block support. ([31265](https://github.com/WordPress/gutenberg/pull/31265))
    - Add colors block support. ([30791](https://github.com/WordPress/gutenberg/pull/30791))
  - Query Block:
    - Add semantic wrapper element. ([31421](https://github.com/WordPress/gutenberg/pull/31421))
    - Add wrapper and `align` support. ([30804](https://github.com/WordPress/gutenberg/pull/30804))
    - Show a spinner instead of the Loading text message. ([31095](https://github.com/WordPress/gutenberg/pull/31095))
  - Unify the post tags and post categories block under a unique post terms block. ([31458](https://github.com/WordPress/gutenberg/pull/31458))
- Components:
  - Add component system `context`. ([30877](https://github.com/WordPress/gutenberg/pull/30877))
  - Use `UnitControl` for font-size. ([31314](https://github.com/WordPress/gutenberg/pull/31314))
  - Use vanilla emotion for `view`. ([31099](https://github.com/WordPress/gutenberg/pull/31099))
  - Promote Heading. ([31299](https://github.com/WordPress/gutenberg/pull/31299))
  - Promote Text to full components export. ([31291](https://github.com/WordPress/gutenberg/pull/31291))
  - Promote ui/Flex and deprecate `isReversed` prop. ([31297](https://github.com/WordPress/gutenberg/pull/31297))
  - Promote VisuallyHidden from ui into full components. ([31244](https://github.com/WordPress/gutenberg/pull/31244))
- Core Data: Add experimental util to allow fetch remote URL data from REST API. ([31085](https://github.com/WordPress/gutenberg/pull/31085))
- General Interface:
  - Rename "Modes" to "Tools" in the header. ([31430](https://github.com/WordPress/gutenberg/pull/31430))
  - RTL support for redo/undo icons. ([31219](https://github.com/WordPress/gutenberg/pull/31219))
  - Update "trash" icon. ([31463](https://github.com/WordPress/gutenberg/pull/31463))
- Patterns: Suggest block patterns in block placeholder states. ([29602](https://github.com/WordPress/gutenberg/pull/29602))
- Site Editor:
  - Add show more settings to block toolbars. ([31305](https://github.com/WordPress/gutenberg/pull/31305))
  - Check whether the data is loaded. If the data is loaded and the template is still unknown, give appropriate feedback. ([30664](https://github.com/WordPress/gutenberg/pull/30664))
  - A11y: Constrain tabbing inside them multi-entity save panel. ([31136](https://github.com/WordPress/gutenberg/pull/31136))
  - Iframe the template editor. ([31375](https://github.com/WordPress/gutenberg/pull/31375))
  - Save panel - decouple Site Entity items for individual saving. ([30816](https://github.com/WordPress/gutenberg/pull/30816))
  - Template part:
    - Add patterns placeholder selection. ([31155](https://github.com/WordPress/gutenberg/pull/31155))
    - Register block variations and area selection inputs from original area definitions. ([30821](https://github.com/WordPress/gutenberg/pull/30821))
  - Site Tagline: Letter casing and padding. ([31042](https://github.com/WordPress/gutenberg/pull/31042))
  - Site title: Add padding. ([31125](https://github.com/WordPress/gutenberg/pull/31125))
  - Try: Blue parents. ([31196](https://github.com/WordPress/gutenberg/pull/31196))
  - Verify if php template exists for a hybrid/universal theme with a block-based parent. ([31123](https://github.com/WordPress/gutenberg/pull/31123))
- Template Editing Mode: Use a darker frame for template mode and previews. ([31044](https://github.com/WordPress/gutenberg/pull/31044))

### New APIs

- Core Data: Add batched variants for start and finish resolution actions. ([31005](https://github.com/WordPress/gutenberg/pull/31005))
- Block API: Allow "array of attributes to be compared" for `isActive` property in block variations. ([30913](https://github.com/WordPress/gutenberg/pull/30913))
- Blocks: Introduce `registerBlockTypeFromMetadata` API. ([30293](https://github.com/WordPress/gutenberg/pull/30293))

### Bug Fixes

- Block Editor:
  - Block Support: Fix server-side border color support check. ([31020](https://github.com/WordPress/gutenberg/pull/31020))
  - Create `useBlockRef` and `useBlockElement` for better access. ([29573](https://github.com/WordPress/gutenberg/pull/29573))
  - Fix focus handler in Safari. ([31103](https://github.com/WordPress/gutenberg/pull/31103))
  - Fix selection clearer ref passed to `motion.div`. ([31469](https://github.com/WordPress/gutenberg/pull/31469))
  - Left-align query patterns in the carousel. ([31233](https://github.com/WordPress/gutenberg/pull/31233))
  - Persistent List View: Fix the list stealing focus from the canvas on item mount. ([31058](https://github.com/WordPress/gutenberg/pull/31058))
  - Try: Toolbar gap. ([30983](https://github.com/WordPress/gutenberg/pull/30983))
- Block Library:
  - Allow for group and columns blocks to specify an unlocked template. ([29916](https://github.com/WordPress/gutenberg/pull/29916))
  - Button Block: fix 100% width buttons alignment with other buttons. ([29794](https://github.com/WordPress/gutenberg/pull/29794))
  - Image Block: Hide controls while in upload state. ([30891](https://github.com/WordPress/gutenberg/pull/30891))
  - Fix: Make media playable on video and audio block backend. ([31257](https://github.com/WordPress/gutenberg/pull/31257))
  - Prevent `PostDate` as link to load inside an iframe. ([31350](https://github.com/WordPress/gutenberg/pull/31350))
  - Post Content: Prevent infinite recursion. ([31455](https://github.com/WordPress/gutenberg/pull/31455))
- Components:
  - Fix bug with color picker input state for falsy values. ([30799](https://github.com/WordPress/gutenberg/pull/30799))
  - Fixed imports that resulted in build failing. ([31106](https://github.com/WordPress/gutenberg/pull/31106))
  - Stop auto-memo antipattern and remove senseless default values. ([31246](https://github.com/WordPress/gutenberg/pull/31246))
- Compose: Fix parameter name typo in `useRefEffect`. ([30597](https://github.com/WordPress/gutenberg/pull/30597))
- General Interface:
  - Remove tools dropdown menu from medium viewport when text labels mode is active. ([31431](https://github.com/WordPress/gutenberg/pull/31431))
- Plugin:
  - Call deprecated hooks only when new filters not present. ([31027](https://github.com/WordPress/gutenberg/pull/31027))
  - Fix core-block-patterns support on GB. ([31546](https://github.com/WordPress/gutenberg/pull/31546))
  - Use `require_once` instead of `require` when registering blocks. ([31148](https://github.com/WordPress/gutenberg/pull/31148))
- Site Editor:
  - Fix popover/inspector scrolling. ([31395](https://github.com/WordPress/gutenberg/pull/31395))
  - List view improvements. ([31092](https://github.com/WordPress/gutenberg/pull/31092))
  - Render out HTML characters in post and category titles. ([30661](https://github.com/WordPress/gutenberg/pull/30661))
  - Use EditorNotices component for notices. ([31303](https://github.com/WordPress/gutenberg/pull/31303))
- Themes:
  - Hook `maybe_inline_styles` in the footer. ([31072](https://github.com/WordPress/gutenberg/pull/31072))
  - Inlined core block styles should not override user-added inline styles. ([31268](https://github.com/WordPress/gutenberg/pull/31268))
- Writing flow:
  - Fix edge detection in Chrome. ([31150](https://github.com/WordPress/gutenberg/pull/31150))
  - Fix RTL issues. ([31159](https://github.com/WordPress/gutenberg/pull/31159))

### Performance

- Improve the typing performance by render hooks panels for selected blocks only. ([31381](https://github.com/WordPress/gutenberg/pull/31381))

### Experiments

- Block-based Widgets:
  - API:
    - Remove widget screen dead code. ([31411](https://github.com/WordPress/gutenberg/pull/31411))
    - Set order of Widgets submenu item. ([31214](https://github.com/WordPress/gutenberg/pull/31214))
    - Use `gutenberg_get_block_categories` for getting block categories. ([31486](https://github.com/WordPress/gutenberg/pull/31486))
  - Customizer:
    - Add white background. ([31487](https://github.com/WordPress/gutenberg/pull/31487))
    - Fix adding new legacy widget. ([31490](https://github.com/WordPress/gutenberg/pull/31490))
    - Fix Legacy Widget block. ([31405](https://github.com/WordPress/gutenberg/pull/31405))
    - Fix toolbar so that it overlaps preview. ([31077](https://github.com/WordPress/gutenberg/pull/31077))
    - Fix unable to publish edited legacy widgets. ([31484](https://github.com/WordPress/gutenberg/pull/31484))
    - Fix unable to get block refs in widgets customizer. ([31262](https://github.com/WordPress/gutenberg/pull/31262))
    - Focus control in widgets customizer. ([31308](https://github.com/WordPress/gutenberg/pull/31308))
    - Make the entire sidebar have a white background. ([31492](https://github.com/WordPress/gutenberg/pull/31492))
    - Show blocks from plugins. ([31406](https://github.com/WordPress/gutenberg/pull/31406))
  - Legacy Widget:
    - Add 'Convert to blocks' button for text widgets. ([31215](https://github.com/WordPress/gutenberg/pull/31215))
    - Implement design iterations. ([30889](https://github.com/WordPress/gutenberg/pull/30889))
    - Ensure the control form's IDs have a consistent number. ([31485](https://github.com/WordPress/gutenberg/pull/31485))
    - Refactor Form to not use React. ([31444](https://github.com/WordPress/gutenberg/pull/31444))
  - Widget Editor:
    - Ensure _Hello Dolly_ plugin text doesn't overlap the widgets screen UI. ([30729](https://github.com/WordPress/gutenberg/pull/30729))
    - Fix entity deletion in widgets screen. ([31404](https://github.com/WordPress/gutenberg/pull/31404))
    - Fix _move to widget area_ item checkmark. ([31494](https://github.com/WordPress/gutenberg/pull/31494))
    - Improve theme switching experience. ([31407](https://github.com/WordPress/gutenberg/pull/31407))
    - _Move to widget area_ iterations and fixes. ([31445](https://github.com/WordPress/gutenberg/pull/31445))
- Global Styles:
  - Add a new endpoint that exposes block editor settings through the REST API. ([29969](https://github.com/WordPress/gutenberg/pull/29969))
  - Add theme origin to `getStyle`. ([31267](https://github.com/WordPress/gutenberg/pull/31267))
  - Block Supports: Allow skipping serialization of font size. ([30879](https://github.com/WordPress/gutenberg/pull/30879))
  - Create block metadata for all blocks. ([31590](https://github.com/WordPress/gutenberg/pull/31590))
  - Cover against a block being unregistered. ([31588](https://github.com/WordPress/gutenberg/pull/31588))
  - Fix Possible CSS units not passed to `useCustomUnits`. ([31057](https://github.com/WordPress/gutenberg/pull/31057))
  - Make the configuration resilient to changes to `safecss_filter_attr()`. ([30888](https://github.com/WordPress/gutenberg/pull/30888))
  - Preset classes for site editor: Generate them like in the front-end. ([31218](https://github.com/WordPress/gutenberg/pull/31218))
  - Remove specificify for link color. ([31497](https://github.com/WordPress/gutenberg/pull/31497))
  - Remove tests and make utility methods private. ([31224](https://github.com/WordPress/gutenberg/pull/31224))
  - Rename `experimental-theme.json` to `theme.json` and add a fallback for backwards-compatibility. ([29981](https://github.com/WordPress/gutenberg/pull/29981))
  - Site Editor:
    - Fix generation of preset class for border color. ([31217](https://github.com/WordPress/gutenberg/pull/31217))
    - Fix preset class specificity. ([31204](https://github.com/WordPress/gutenberg/pull/31204))
  - Target global styles to the `body` element instead of `:root`. ([31302](https://github.com/WordPress/gutenberg/pull/31302))
  - Themes: only split block styles loading for block themes. ([31309](https://github.com/WordPress/gutenberg/pull/31309))
  - Update shape of theme.json. ([30541](https://github.com/WordPress/gutenberg/pull/30541))
- Navigation Editor and Block:
  - Block placeholder: fix font inheritance. ([31410](https://github.com/WordPress/gutenberg/pull/31410))
  - Correctly display menu used on location text. ([31500](https://github.com/WordPress/gutenberg/pull/31500))
  - Fix issue with missing styles for `Page List` in navigation. ([31368](https://github.com/WordPress/gutenberg/pull/31368))
  - Fix navigation screen collapsing regression. ([31228](https://github.com/WordPress/gutenberg/pull/31228))
  - Fix navigation screen padding again. ([31372](https://github.com/WordPress/gutenberg/pull/31372))
  - Fix nav color regression. ([31495](https://github.com/WordPress/gutenberg/pull/31495))
  - Fix nav editor links to correctly persist new tab target attribute. ([30956](https://github.com/WordPress/gutenberg/pull/30956))
  - Fix padding and cursor for nav menu item placeholder. ([31275](https://github.com/WordPress/gutenberg/pull/31275))
  - Fix submenu direction justification regression. ([31414](https://github.com/WordPress/gutenberg/pull/31414))
  - Fix submenu hover issue. ([31195](https://github.com/WordPress/gutenberg/pull/31195))
  - Fix vertical alignment. ([31376](https://github.com/WordPress/gutenberg/pull/31376))
  - Indicate unsaved changes. ([31119](https://github.com/WordPress/gutenberg/pull/31119))
  - Move selected menu ID to the store. ([31320](https://github.com/WordPress/gutenberg/pull/31320))
  - Move the delete menu button at the bottom. ([31026](https://github.com/WordPress/gutenberg/pull/31026))
  - Standardise and fix parsing and serialization of blocks and nav menu items. ([31004](https://github.com/WordPress/gutenberg/pull/31004))
  - Sync menu name updates. ([31093](https://github.com/WordPress/gutenberg/pull/31093))
  - Try: Remove padding from menu items when no background. ([30805](https://github.com/WordPress/gutenberg/pull/30805))
  - Use `ajaxurl` global in `batchSave` action. ([31028](https://github.com/WordPress/gutenberg/pull/31028))

### Documentation

- Docs
  - Add in more high level overviews of major FSE projects. ([31295](https://github.com/WordPress/gutenberg/pull/31295))
  - Create a Full Site Editing overview document. ([31065](https://github.com/WordPress/gutenberg/pull/31065))
  - Fix the broken links of register block type documentation. ([31285](https://github.com/WordPress/gutenberg/pull/31285))
  - Global Styles: Update documentation for theme.json. ([31507](https://github.com/WordPress/gutenberg/pull/31507))
  - Link to CSS that `wp-block-styles` include. ([30433](https://github.com/WordPress/gutenberg/pull/30433))
  - Minor design updates using callout. ([31398](https://github.com/WordPress/gutenberg/pull/31398))
  - Organize and update block theme documentation. ([31167](https://github.com/WordPress/gutenberg/pull/31167))
  - Packages: Drop suppport for IE 11 and non-LTS Node.js versions. ([31270](https://github.com/WordPress/gutenberg/pull/31270))
  - Remove broken links to gutenberg-core team. ([31161](https://github.com/WordPress/gutenberg/pull/31161))
  - Update Versions in WordPress to include 5.7.1 & 5.8. ([31439](https://github.com/WordPress/gutenberg/pull/31439))
  - Update contributing documentation with callout notice usage. ([31202](https://github.com/WordPress/gutenberg/pull/31202))
- Handbook:
  - Add a deprecation notice to meta block attribute sources. ([31389](https://github.com/WordPress/gutenberg/pull/31389))
  - Block Patterns Doc Updates. ([31060](https://github.com/WordPress/gutenberg/pull/31060))

### Code Quality

- Block Editor:
  - BlockList: Normalise `useSelect` selectors for callbacks. ([31078](https://github.com/WordPress/gutenberg/pull/31078))
  - Default appender: Try editable paragraph instead of text area. ([30986](https://github.com/WordPress/gutenberg/pull/30986))
  - In-between inserter:
    - Use `useRefCallback` and `showInsertionPoint`. ([30285](https://github.com/WordPress/gutenberg/pull/30285))
    - On hover: Preserve original behaviour. ([31266](https://github.com/WordPress/gutenberg/pull/31266))
  - Move block tools components and styles to separate folder. ([31313](https://github.com/WordPress/gutenberg/pull/31313))
  - Multi-selection:
    - Move `shift+click` logic to hook. ([31358](https://github.com/WordPress/gutenberg/pull/31358))
    - Move handlers to block ref callback. ([31334](https://github.com/WordPress/gutenberg/pull/31334))
  - Writing flow: Move selector calls to event handlers. ([31332](https://github.com/WordPress/gutenberg/pull/31332))
- Block Library:
  - Remove no longer necessary `render_callback` for Cover block. ([31503](https://github.com/WordPress/gutenberg/pull/31503))
  - Move translatable fields to `block.json` files. ([31120](https://github.com/WordPress/gutenberg/pull/31120))
- Components:
  - Remove all remnants of wp-g2. ([31292](https://github.com/WordPress/gutenberg/pull/31292))
  - Remove wp-g2 from scrollable. ([31207](https://github.com/WordPress/gutenberg/pull/31207))
  - Remove G2 portal and refactor Popover to no longer use G2. ([31209](https://github.com/WordPress/gutenberg/pull/31209))
  - Remove wp-g2 fontsize control. ([31287](https://github.com/WordPress/gutenberg/pull/31287))
  - Remove wp-g2 from flex, vstack, hstack, spinner and contr…. ([31243](https://github.com/WordPress/gutenberg/pull/31243))
  - Remove wp-g2 from surface. ([31238](https://github.com/WordPress/gutenberg/pull/31238))
  - Remove wp-g2 from form-group and control-label. ([31234](https://github.com/WordPress/gutenberg/pull/31234))
  - Remove wp-g2 from tooltip. ([31232](https://github.com/WordPress/gutenberg/pull/31232))
  - Remove wp-g2 imports from elevation. ([31230](https://github.com/WordPress/gutenberg/pull/31230))
  - Remove wp-g2 imports from shortcut. ([31229](https://github.com/WordPress/gutenberg/pull/31229))
  - Remove wp-g2 imports from ui/divider. ([31212](https://github.com/WordPress/gutenberg/pull/31212))
  - Remove wp-g2 imports from visually-hidden. ([31210](https://github.com/WordPress/gutenberg/pull/31210))
  - Remove ui/button and ui/button-group. ([31205](https://github.com/WordPress/gutenberg/pull/31205))
  - Deprecate the heading prop for the CheckboxControl component. ([30594](https://github.com/WordPress/gutenberg/pull/30594))
- Compose: Add types to `createHigherOrderComponent`, `ifCondition` and `pure`. ([30881](https://github.com/WordPress/gutenberg/pull/30881))
- Core Data: Specify context=edit only when needed. ([30482](https://github.com/WordPress/gutenberg/pull/30482))
- Data: Update `redux` dependency to the latest version. ([31318](https://github.com/WordPress/gutenberg/pull/31318))
- Mark the `__experimentalBlockSettingsMenuFirstItem` slot as unstable. ([31420](https://github.com/WordPress/gutenberg/pull/31420))
- Remove the block wrapper component. ([31419](https://github.com/WordPress/gutenberg/pull/31419))
- General Interface: Fix typo - toogle / toggle. ([31225](https://github.com/WordPress/gutenberg/pull/31225))
- Packages:
  - Fix linting warnings for `core/block-editor` store. ([31146](https://github.com/WordPress/gutenberg/pull/31146))
  - Update lodash to the latest patch version. ([31686](https://github.com/WordPress/gutenberg/pull/31686))
- Plugin:
  - Add missing textdomains. ([31131](https://github.com/WordPress/gutenberg/pull/31131))
  - Cleanup unused function parameters. ([31130](https://github.com/WordPress/gutenberg/pull/31130))
- Rich text:
  - Extract undo automatic change. ([31449](https://github.com/WordPress/gutenberg/pull/31449))
  - Move format boundaries to ref callback and separate file. ([31409](https://github.com/WordPress/gutenberg/pull/31409))

### Tools

- Build Tooling:
  - Also rebuild block-specific styles in dev mode. ([31274](https://github.com/WordPress/gutenberg/pull/31274))
  - Remove support for IE11. ([31110](https://github.com/WordPress/gutenberg/pull/31110))
  - Fix recursive filewatching on linux. ([31102](https://github.com/WordPress/gutenberg/pull/31102))
- Testing:
  - end-to-end wpDataSelect: Explain why it returns undefined sometimes. ([31227](https://github.com/WordPress/gutenberg/pull/31227))
  - end-to-end testing: Use JSON serialization for getAllBlocks. ([31199](https://github.com/WordPress/gutenberg/pull/31199))
  - end-to-end tests for Widgets Customizer. ([31185](https://github.com/WordPress/gutenberg/pull/31185))
  - end-to-end Site Editor: Evaluate getEditedPostContent on the page. ([31121](https://github.com/WordPress/gutenberg/pull/31121))
  - Fix entity saving intermittent test failure. ([31157](https://github.com/WordPress/gutenberg/pull/31157))
  - Fix tests failing on expected site tagline snapshot. ([31473](https://github.com/WordPress/gutenberg/pull/31473))
  - Fix not getting correct `computedName` with labels in chromium 91. ([31175](https://github.com/WordPress/gutenberg/pull/31175))
  - Fix snapshots broken in trunk. ([31247](https://github.com/WordPress/gutenberg/pull/31247))
  - Fix undo end-to-end test. ([31160](https://github.com/WordPress/gutenberg/pull/31160))
  - Stabilise typewriter end-to-end test. ([31472](https://github.com/WordPress/gutenberg/pull/31472))
  - Use `puppeteer-testing-library` in end-to-end tests. ([28380](https://github.com/WordPress/gutenberg/pull/28380))
  - Use `jest-circus` in unit tests. ([31178](https://github.com/WordPress/gutenberg/pull/31178))
  - Upgrade `puppeteer-testing-library` version. ([31133](https://github.com/WordPress/gutenberg/pull/31133))
- Scripts:
  - Add `.prettierignore`, use in `format` script. ([30844](https://github.com/WordPress/gutenberg/pull/30844))
  - Add `postcss` as a dependency to ensure a correct version is used. ([31364](https://github.com/WordPress/gutenberg/pull/31364))
  - Update `puppeteer-core` to the latest version. ([31138](https://github.com/WordPress/gutenberg/pull/31138))
  - Update PostCSS minimum version to ensure it is secure. ([31685](https://github.com/WordPress/gutenberg/pull/31685))
- Workflows:
  - Run tests on release branches. ([31354](https://github.com/WordPress/gutenberg/pull/31354))
  - Adds reporter that shows JS test errors on GitHub. ([31041](https://github.com/WordPress/gutenberg/pull/31041))
- wp-env: fix can't checkout git repositories of a specific tag. ([31271](https://github.com/WordPress/gutenberg/pull/31271))
- Native:
  - Moves hermes and react-native mirror to S3. ([31441](https://github.com/WordPress/gutenberg/pull/31441))
  - Publish android artifacts to s3. ([30421](https://github.com/WordPress/gutenberg/pull/30421))
- Storybook: Update `BoxControl` stories. ([31029](https://github.com/WordPress/gutenberg/pull/31029))

### Various

- Plugin: Tweaks to accommodate latest changes in core for styles loading. ([31702](https://github.com/WordPress/gutenberg/pull/31702))
- Site Logo: Rename sitelogo to site_logo. ([31511](https://github.com/WordPress/gutenberg/pull/31511))


= 10.5.4 =

### Bug Fixes

- Fix for template order logic. ([31478](https://github.com/WordPress/gutenberg/pull/31478))  ([31336](https://github.com/WordPress/gutenberg/pull/31336))




= 10.5.3 =

## Bug Fixes

 - Fix the stylesheet loading order for non FSE themes.


= 10.5.2 =

## Bug Fixes

 - Include new API for useSelect to prevent the global editor white screen.


= 10.5.1 =



### Bug Fixes

- Plugin: Fix "Undefined variable: $image_default_size". ([31324](https://github.com/WordPress/gutenberg/pull/31324))
- Select mode: Fix navigate by pointer. ([31321](https://github.com/WordPress/gutenberg/pull/31321))
- Fix Inserter Drag and Drop. ([31319](https://github.com/WordPress/gutenberg/pull/31319))

### Code Quality

- Plugin: Unregister only registered block patterns. ([31325](https://github.com/WordPress/gutenberg/pull/31325))




= 10.5.0 =

### Enhancements

- Block Library:
  - Buttons:
    - Add Typography support. ([30394](https://github.com/WordPress/gutenberg/pull/30394))
    - Explicitly add text-align-center to legacy buttons. ([30525](https://github.com/WordPress/gutenberg/pull/30525))
    - Update to use color support utils to retrieve classes and styles. ([30870](https://github.com/WordPress/gutenberg/pull/30870))
  - Columns: Add column count to the column block label. ([30248](https://github.com/WordPress/gutenberg/pull/30248))
  - File: Add support for embedding PDFs. ([30857](https://github.com/WordPress/gutenberg/pull/30857))
  - List: Add placeholder attribute. ([30958](https://github.com/WordPress/gutenberg/pull/30958))
  - Post Comments Link: New block added. ([29564](https://github.com/WordPress/gutenberg/pull/29564))
  - Site Logo:
    - Update the site logo description to be more illustrative. ([30909](https://github.com/WordPress/gutenberg/pull/30909))
    - Add an initial value to the Site Logo block. ([30907](https://github.com/WordPress/gutenberg/pull/30907))
  - Site Title:
    - Normalize the toolbar. ([30999](https://github.com/WordPress/gutenberg/pull/30999))
    - Normalize the toolbar (II). ([31032](https://github.com/WordPress/gutenberg/pull/31032))
  - Social Links:
    - Add text placeholder next to appender. ([29851](https://github.com/WordPress/gutenberg/pull/29851))
    - Remove obsolete hardcoded focus style from Social Links. ([30721](https://github.com/WordPress/gutenberg/pull/30721))
  - Template Part: Add active block variation information in Block Parent Selector. ([30731](https://github.com/WordPress/gutenberg/pull/30731))
  - Term Description: Don't output if there's no description. ([30564](https://github.com/WordPress/gutenberg/pull/30564))
  - Verse: Add support for custom colors. ([27736](https://github.com/WordPress/gutenberg/pull/27736))
  - Video: Add uploading state. ([30837](https://github.com/WordPress/gutenberg/pull/30837))
- Block Patterns:
  - Revisit the bundled block patterns. ([29973](https://github.com/WordPress/gutenberg/pull/29973))
  - Small adjustments to bundled block patterns. ([31105](https://github.com/WordPress/gutenberg/pull/31105))
  - Suggest block pattern transformations that are contextual to the currently selected 'simple' blocks (no InnerBlocks). ([30469](https://github.com/WordPress/gutenberg/pull/30469))
  - Query Patterns:
    - Try more opinionated query block patterns. ([30763](https://github.com/WordPress/gutenberg/pull/30763))
    - Add the small image and title pattern back in, fix excerpt length.. ([30817](https://github.com/WordPress/gutenberg/pull/30817))
- Components: Add create-styles. ([30509](https://github.com/WordPress/gutenberg/pull/30509))
- Design Tools:
  - Add border color, style and width support. ([30124](https://github.com/WordPress/gutenberg/pull/30124))
  - BoxControl: Allow configurable sides. ([30606](https://github.com/WordPress/gutenberg/pull/30606))
  - Color Block Support: Add utilities to retrieve color classes and styles. ([30869](https://github.com/WordPress/gutenberg/pull/30869))
- General Interface:
  - Animate the canvas transitions. ([30802](https://github.com/WordPress/gutenberg/pull/30802))
  - Include block title into block switcher label. ([30808](https://github.com/WordPress/gutenberg/pull/30808))
  - Inspector Controls: Rephrase, polish, and make consistent color labels. ([30075](https://github.com/WordPress/gutenberg/pull/30075))
  - Move the template mode edit and new links to a dedicated template panel. ([30900](https://github.com/WordPress/gutenberg/pull/30900))
  - Update design of the resize handles. ([30339](https://github.com/WordPress/gutenberg/pull/30339))
- Icons: Update icons for text overlay and crop. ([30673](https://github.com/WordPress/gutenberg/pull/30673))
- i18n: Add `resetLocaleData` method. ([30419](https://github.com/WordPress/gutenberg/pull/30419))
- Publishing Flow: Show post events in the post schedule calendar. ([29716](https://github.com/WordPress/gutenberg/pull/29716))
- Template Editing Mode:
  - Allow creating custom block templates in classic themes. ([30438](https://github.com/WordPress/gutenberg/pull/30438))
  - Replace the document tab with a template tab in template mode. ([30860](https://github.com/WordPress/gutenberg/pull/30860))
  - Unify saving flow between template mode and default mode. ([30793](https://github.com/WordPress/gutenberg/pull/30793))
  - Updates the template mode canvas padding and adds a backlink. ([30658](https://github.com/WordPress/gutenberg/pull/30658))
- Site Editor:
  - Add 'area' selection to convert to template part flow. ([30395](https://github.com/WordPress/gutenberg/pull/30395))
  - Add do_block_template_part function. ([30345](https://github.com/WordPress/gutenberg/pull/30345))
  - Add skip link to block templates. ([30336](https://github.com/WordPress/gutenberg/pull/30336))
  - Remove single-post from the default templates set. ([29668](https://github.com/WordPress/gutenberg/pull/29668))
  - Themes: Fix template-hierarchy fallbacks. ([30599](https://github.com/WordPress/gutenberg/pull/30599))
- Writing Flow: Scroll selected block only if it has no focus. ([30924](https://github.com/WordPress/gutenberg/pull/30924))


### Bug Fixes

- API Fetch: Make preloaded OPTIONS requests use `parse` setting. ([28862](https://github.com/WordPress/gutenberg/pull/28862))
- Block Library:
  - Duplicate media types to avoid bad imports. ([30973](https://github.com/WordPress/gutenberg/pull/30973))
  - Image Block: Disable media buttons in the uploading state. ([30863](https://github.com/WordPress/gutenberg/pull/30863))
  - Query: Fix max-height to query pattern preview. ([30757](https://github.com/WordPress/gutenberg/pull/30757))
  - Post Title: Fix warnings for RichText in inline containers. ([30666](https://github.com/WordPress/gutenberg/pull/30666))
  - Site Title Add default block after pressing enter at the end of Site Title. ([30996](https://github.com/WordPress/gutenberg/pull/30996))
- Block Editor:
  - Bring back imageDefaultSize shim for WP 5.7. ([30955](https://github.com/WordPress/gutenberg/pull/30955))
  - Fix the position of vertical add a new block in RTL mode. ([31035](https://github.com/WordPress/gutenberg/pull/31035))
  - Template part: Fix PHP notice for placeholder block. ([30928](https://github.com/WordPress/gutenberg/pull/30928))
- Components:
  - Add a StyleProvider to support CSS-in-JS components inside iframes. ([31010](https://github.com/WordPress/gutenberg/pull/31010))
  - Apply a StyleProvider around fills that can be used inside the iframe. ([31073](https://github.com/WordPress/gutenberg/pull/31073))
  - Fix "RadioControl: checked" style outside of Gutenberg. ([30670](https://github.com/WordPress/gutenberg/pull/30670))
  - Fix Post Date component. ([30790](https://github.com/WordPress/gutenberg/pull/30790))
  - Fix Post Publishing Popover moving when certain dates are clicked. ([30298](https://github.com/WordPress/gutenberg/pull/30298))
  - Fix useForceUpdate Memory Leak: Only setState if the component is still mounted. ([30667](https://github.com/WordPress/gutenberg/pull/30667))
- General Interface: Fix is-link style to take colors from wp-admin theme. ([30823](https://github.com/WordPress/gutenberg/pull/30823))
- Inserter: Stop event propagation for the select element's onBlur to fix the behavior in iOS when selecting a pattern category. ([30717](https://github.com/WordPress/gutenberg/pull/30717))
- Site Editor:
  - Focus save button when entities save states panel is opened. ([30873](https://github.com/WordPress/gutenberg/pull/30873))
  - Remove call to wpautop that unintentionally alters block markup in template parts. ([30552](https://github.com/WordPress/gutenberg/pull/30552))
- Template Editing Mode: Hide the template selector and template mode from non-viewable post types. ([30861](https://github.com/WordPress/gutenberg/pull/30861))

### Experiments

- Block-based Widgets:
  - API:
    - Don't use deprecated widget_class property. ([30429](https://github.com/WordPress/gutenberg/pull/30429))
    - Fix null instance property when instance settings are empty. ([30713](https://github.com/WordPress/gutenberg/pull/30713))
    - Remove deprecated properties. ([30853](https://github.com/WordPress/gutenberg/pull/30853))
  - Customizer Integration:
    - Add media uploader capabilities to block-based widget customize screen. ([30954](https://github.com/WordPress/gutenberg/pull/30954))
    - Add move to widget area dropdown in customizer. ([30896](https://github.com/WordPress/gutenberg/pull/30896))
    - Add rich text formats. ([30952](https://github.com/WordPress/gutenberg/pull/30952))
    - Fix editing performance in Widgets Customizer. ([30654](https://github.com/WordPress/gutenberg/pull/30654))
    - Fix block-based widget customizer initializing too soon. ([30864](https://github.com/WordPress/gutenberg/pull/30864))
    - Refactor the inspector in Widgets Customizer to use core's controls. ([30431](https://github.com/WordPress/gutenberg/pull/30431))
  - Legacy Widget: Improve backwards compatibility. ([30709](https://github.com/WordPress/gutenberg/pull/30709))
  - Widget editor:
    - Add a toolbar button to move between widget areas. ([30826](https://github.com/WordPress/gutenberg/pull/30826))
    - Fix the undo/redo buttons in the standalone block-based widgets editor. ([30989](https://github.com/WordPress/gutenberg/pull/30989))
- Navigation Editor and Block:
  - Fix navigation placeholder height issue. ([30824](https://github.com/WordPress/gutenberg/pull/30824))
  - Fix alignment issue on the nav screen manage locations buttons. ([30441](https://github.com/WordPress/gutenberg/pull/30441))
  - Limit navigation nesting depth to 5. ([30199](https://github.com/WordPress/gutenberg/pull/30199))
  - Nav-created drafts should not render on the front end. ([29692](https://github.com/WordPress/gutenberg/pull/29692))
  - Page List: Add ability to convert to navigation links. ([30390](https://github.com/WordPress/gutenberg/pull/30390))
  - Show justification controls for vertical variant. ([30351](https://github.com/WordPress/gutenberg/pull/30351))
  - Use theme locations description instead of the slug for navigation screen location labels. ([30797](https://github.com/WordPress/gutenberg/pull/30797))
- Global Styles:
  - Absorb editor settings transformation in WP_Theme_JSON. ([30610](https://github.com/WordPress/gutenberg/pull/30610))
  - Clean cached data when switching themes. ([30830](https://github.com/WordPress/gutenberg/pull/30830))
  - Extract sanitize method. ([30809](https://github.com/WordPress/gutenberg/pull/30809))
  - Fix: CSS variable reference mechanism regression. ([31015](https://github.com/WordPress/gutenberg/pull/31015))
  - Make the dependency of the star matcher explicit when translating `theme.json`. ([30604](https://github.com/WordPress/gutenberg/pull/30604))
  - Only remove the default font family in the editor from themes with theme.json file. ([30895](https://github.com/WordPress/gutenberg/pull/30895))
  - Refactor how we iterate over the tree. ([30801](https://github.com/WordPress/gutenberg/pull/30801))
  - Remove no longer needed translations handled in PHP for settings. ([30605](https://github.com/WordPress/gutenberg/pull/30605))
  - theme.json: Add util to transform from a v0 schema to the latest. ([30600](https://github.com/WordPress/gutenberg/pull/30600))

### Documentation

- docgen:
  - Add support for TS exported static non-function variables. ([30971](https://github.com/WordPress/gutenberg/pull/30971))
  - Add support for assignment patterns. ([30681](https://github.com/WordPress/gutenberg/pull/30681))
  - Add support for object-destructuring. ([30675](https://github.com/WordPress/gutenberg/pull/30675))
  - Find parameters by index rather than name and handle array destructuring. ([29945](https://github.com/WordPress/gutenberg/pull/29945))
- Handbook:
  - Add documentation for border block supports. ([31039](https://github.com/WordPress/gutenberg/pull/31039))
  - Add documentation for border styles. ([31040](https://github.com/WordPress/gutenberg/pull/31040))
  - Add fix to suggested prefixes of the branch. ([30953](https://github.com/WordPress/gutenberg/pull/30953))
  - Change references from Block Style Variations to Block Styles. ([30911](https://github.com/WordPress/gutenberg/pull/30911))
  - Fix Block Editor Accessibility link. ([30569](https://github.com/WordPress/gutenberg/pull/30569))
  - Fix more example for register_block_type - apiVersion to api_version. ([30819](https://github.com/WordPress/gutenberg/pull/30819))
  - Fix PHP example for register_block_type - apiVersion to api_version. ([30818](https://github.com/WordPress/gutenberg/pull/30818))
  - Fixed a type and made the whole explanation more clear. ([30487](https://github.com/WordPress/gutenberg/pull/30487))
  - Fixes broken GitHub links to commonly used labels. ([30875](https://github.com/WordPress/gutenberg/pull/30875))
  - Improve semantics in the block-based theme guide. ([30946](https://github.com/WordPress/gutenberg/pull/30946))
  - Include a note about `is_default` property for `register_block_style`. ([30792](https://github.com/WordPress/gutenberg/pull/30792))
  - Organize Block API Reference. ([30980](https://github.com/WordPress/gutenberg/pull/30980))
  - Packages: Further clarify the npm publishing process. ([30733](https://github.com/WordPress/gutenberg/pull/30733))
  - Update getting started with code. ([30447](https://github.com/WordPress/gutenberg/pull/30447))
- Libs:
  - Blocks: Fix PHPDocs of `gutenberg_block_has_support`. ([31050](https://github.com/WordPress/gutenberg/pull/31050))
  - Query Utils: Fix return type of `construct_wp_query_args()`. ([30611](https://github.com/WordPress/gutenberg/pull/30611))
- License: Interim dual license license of future contributions. ([30383](https://github.com/WordPress/gutenberg/pull/30383))
- Packages:
  - Block Library - Social Links: Update param type. ([30652](https://github.com/WordPress/gutenberg/pull/30652))
  - Components: Add documentation for the text prop on the Button component. ([30796](https://github.com/WordPress/gutenberg/pull/30796))
  - Core Data: Fixes return type for getEntitiesByKind. ([30639](https://github.com/WordPress/gutenberg/pull/30639))
  - Block Editor: Update import statement of ImageSizeControl component. ([30704](https://github.com/WordPress/gutenberg/pull/30704))
  - Hooks: Add namespace param clarification. ([30501](https://github.com/WordPress/gutenberg/pull/30501))

### Code Quality

- Block Editor:
  - Simplify focus capture. ([31036](https://github.com/WordPress/gutenberg/pull/31036))
  - Standardize loading default block editor settings. ([30245](https://github.com/WordPress/gutenberg/pull/30245))
- Block Library:
  - Button Block: Use hook-based border support. ([30194](https://github.com/WordPress/gutenberg/pull/30194))
  - Cover: Rename isBlogUrl to isUploadingMedia. ([30435](https://github.com/WordPress/gutenberg/pull/30435))
  - Cover: Use ALLOWED_MEDIA_TYPES shared constant. ([30977](https://github.com/WordPress/gutenberg/pull/30977))
- Block Patterns: Clean up bundled pattern titles & categories. ([30998](https://github.com/WordPress/gutenberg/pull/30998))
- Components: Remove `create-styles` in favor of vanilla emotion. ([31048](https://github.com/WordPress/gutenberg/pull/31048))
- dom:
  - Add types to caret placement functions. ([30750](https://github.com/WordPress/gutenberg/pull/30750))
  - Add types to document-has-selection. ([30386](https://github.com/WordPress/gutenberg/pull/30386))
  - Add types to is-edge and dependencies. ([30546](https://github.com/WordPress/gutenberg/pull/30546))
  - Add types to miscellaneous files. ([30774](https://github.com/WordPress/gutenberg/pull/30774))
  - Add types to removeInvalidHTML and stripHTML. ([30752](https://github.com/WordPress/gutenberg/pull/30752))
  - Only assert defined in development. ([30807](https://github.com/WordPress/gutenberg/pull/30807))
  - Type the remaining files. ([30841](https://github.com/WordPress/gutenberg/pull/30841))
- Drop zone: Rewrite without provider. ([30310](https://github.com/WordPress/gutenberg/pull/30310))
- Gutenberg Plugin:
  - Account for editor styles file removal on WP trunk. ([30894](https://github.com/WordPress/gutenberg/pull/30894))
  - Format all markdown files using Prettier formatter. ([30715](https://github.com/WordPress/gutenberg/pull/30715))
  - Format all JSON files using Prettier formatter. ([30714](https://github.com/WordPress/gutenberg/pull/30714))
  - Updated `.editorconfig` files to work with automatic file formatting. ([30794](https://github.com/WordPress/gutenberg/pull/30794))
  - Update WP compatibility check in `gutenberg_pre_init()`. ([29938](https://github.com/WordPress/gutenberg/pull/29938))
- Improve get_merged_data() code. ([30612](https://github.com/WordPress/gutenberg/pull/30612))
- Remove unnecessary semicolons in PHP. ([30780](https://github.com/WordPress/gutenberg/pull/30780))
- Replace older-style PHP type conversion functions with typecasts. ([30531](https://github.com/WordPress/gutenberg/pull/30531))

### Tools

- Testing:
  - Block Library - Cover Block:
    - Add edit media integration tests. ([30270](https://github.com/WordPress/gutenberg/pull/30270))
    - Replace media end-to-end test. ([30306](https://github.com/WordPress/gutenberg/pull/30306))
  - Fix end-to-end test failure screenshots not capturing at the right time. ([28449](https://github.com/WordPress/gutenberg/pull/28449))
  - Fixture regeneration: Infer tabs use from prettier configuration. ([30813](https://github.com/WordPress/gutenberg/pull/30813))
  - Skip unstable template part end-to-end test. ([30748](https://github.com/WordPress/gutenberg/pull/30748))
  - Trim block fixture HTML when generating other test fixture files. ([30981](https://github.com/WordPress/gutenberg/pull/30981))
  - Wire PHP tests for block editor settings. ([30984](https://github.com/WordPress/gutenberg/pull/30984))
- wp-env:
  - Better errors when Docker is not started. ([30882](https://github.com/WordPress/gutenberg/pull/30882))
  - Bump tt1-blocks dependency to v0.4.5. ([30045](https://github.com/WordPress/gutenberg/pull/30045))
  - Disable Xdebug for php < 7.2. ([30651](https://github.com/WordPress/gutenberg/pull/30651))
  - Fix chown cannot access 'wp-config.php'. ([30053](https://github.com/WordPress/gutenberg/pull/30053))
  - Fix issue with unquoted paths in docker-compose call. ([30692](https://github.com/WordPress/gutenberg/pull/30692))
  - Remove platform-specific destroy commands. ([30638](https://github.com/WordPress/gutenberg/pull/30638))
  - Set default environment type to local. ([28808](https://github.com/WordPress/gutenberg/pull/28808))
  - Update changelog and CI. ([30646](https://github.com/WordPress/gutenberg/pull/30646))
- Build Tooling:
  - Add comments to webpack entrypoint function. ([30629](https://github.com/WordPress/gutenberg/pull/30629))
  - Create frontend entry points for block-library, outputting code loadable from the browser.. ([30341](https://github.com/WordPress/gutenberg/pull/30341))
  - Perf Workflow: Trigger upon release publishing. ([30628](https://github.com/WordPress/gutenberg/pull/30628))
  - Pull trunk before pushing. ([30615](https://github.com/WordPress/gutenberg/pull/30615))
  - Remind about required cherry-picks after npm publishing. ([30868](https://github.com/WordPress/gutenberg/pull/30868))
  - Update development tools to work with PostCSS (try 2). ([30347](https://github.com/WordPress/gutenberg/pull/30347))
  - Use consistently latest keyword for npm publishing. ([30866](https://github.com/WordPress/gutenberg/pull/30866))
- Scripts:
  - Allow CSS modules in the build commands. ([29182](https://github.com/WordPress/gutenberg/pull/29182))
  - Include YAML files in prettification. ([30240](https://github.com/WordPress/gutenberg/pull/30240))


= 10.4.1 =

### Bug Fixes

- Editor: Handle case where unavailable siteData is causing WSOD. ([30812](https://github.com/WordPress/gutenberg/pull/30812))
- Site Logo: Fix default size. ([30846](https://github.com/WordPress/gutenberg/pull/30846))
- Latest posts block: Show error for password protected posts.


= 10.4.0 =

### Enhancements

- Ensure Frontend/Editor block styles parity:
  - Archives. ([30141](https://github.com/WordPress/gutenberg/pull/30141))
  - Latest Comments. ([30134](https://github.com/WordPress/gutenberg/pull/30134))
  - Quote. ([30190](https://github.com/WordPress/gutenberg/pull/30190))
  - Separator. ([30255](https://github.com/WordPress/gutenberg/pull/30255)) ([30235](https://github.com/WordPress/gutenberg/pull/30235))
  - Make the default padding match the browser's default padding. ([30277](https://github.com/WordPress/gutenberg/pull/30277)) ([30520](https://github.com/WordPress/gutenberg/pull/30520))
- Block Library:
  - Latest Comments: Remove list padding and margin. ([29402](https://github.com/WordPress/gutenberg/pull/29402))
  - Post Date: Add option to make it a link. ([30499](https://github.com/WordPress/gutenberg/pull/30499))
  - Post Excerpt: Fix toolbar for post excerpt warning. ([30280](https://github.com/WordPress/gutenberg/pull/30280))
  - Post Title: Fix "'length' of undefined" error. ([30208](https://github.com/WordPress/gutenberg/pull/30208))
  - Preformatted: Add color controls. ([28396](https://github.com/WordPress/gutenberg/pull/28396))
  - Query: Use a WordPress loop for the query block. ([30405](https://github.com/WordPress/gutenberg/pull/30405))
  - Search: Add border radius support. ([30227](https://github.com/WordPress/gutenberg/pull/30227))
  - Site Logo: Style polishing. ([30526](https://github.com/WordPress/gutenberg/pull/30526))
  - Template Part: Add padding support to template parts. ([29779](https://github.com/WordPress/gutenberg/pull/29779))
  - Update placeholder text across blocks. ([30404](https://github.com/WordPress/gutenberg/pull/30404))
- RichText:
  - Add min width to show caret for empty inline container. ([30224](https://github.com/WordPress/gutenberg/pull/30224))
  - Always show placholder on focus. ([30393](https://github.com/WordPress/gutenberg/pull/30393))
- General Interaface:
  - Add site icon and name to the publish flow. ([30231](https://github.com/WordPress/gutenberg/pull/30231))
  - Use a darker canvas color. ([30282](https://github.com/WordPress/gutenberg/pull/30282))
  - Update the save button label in the site editor. ([30439](https://github.com/WordPress/gutenberg/pull/30439))
- Icons:
  - Polish media & text icons. ([30239](https://github.com/WordPress/gutenberg/pull/30239))
  - Update "close small" icon so that its shape matches the "add" icon dimensionally. ([30014](https://github.com/WordPress/gutenberg/pull/30014))
  - Update site-logo block icon. ([30211](https://github.com/WordPress/gutenberg/pull/30211))
- Inserter: Clarify that when the Inserter is open clicking the + button in the top bar will close it again. ([29759](https://github.com/WordPress/gutenberg/pull/29759))
- Writing Flow: Use a shorter writing prompt. ([29611](https://github.com/WordPress/gutenberg/pull/29611))
- List View: Improve the spacing, colors and icons ([30455](https://github.com/WordPress/gutenberg/pull/30455)) ([30303](https://github.com/WordPress/gutenberg/pull/30303))
- Block Themes: Clarify the empty block templates message. ([30145](https://github.com/WordPress/gutenberg/pull/30145))
- Site Editor:
  - Allow reverting custom templates to their original theme-provided files. ([28141](https://github.com/WordPress/gutenberg/pull/28141))
  - Use "Custom Styles" label to signal there are global styles changes in the saving panel. ([30521](https://github.com/WordPress/gutenberg/pull/30521))


### Bug Fixes
- Inserter: Show only the patterns that use allowed blocks. ([30300](https://github.com/WordPress/gutenberg/pull/30300))
- Block Library:
  - Buttons: Prevent overlapping button blocks in the frontend. ([30253](https://github.com/WordPress/gutenberg/pull/30253))
  - Columns: Prevent having a width > 100%. ([30229](https://github.com/WordPress/gutenberg/pull/30229))
  - Cover: Add 'object-position' to allowed inline style attributes list. ([30243](https://github.com/WordPress/gutenberg/pull/30243))
  - Gallery: Avoid adding all media items in galleries using external URLs. ([30122](https://github.com/WordPress/gutenberg/pull/30122))
  - Image: Do not preserve custom sizes when replacing images. ([29919](https://github.com/WordPress/gutenberg/pull/29919))
  - Query:
    - Fix undo trap during creation. ([30203](https://github.com/WordPress/gutenberg/pull/30203))
    - Pagination Numbers: Print nothing if content is empty. ([30554](https://github.com/WordPress/gutenberg/pull/30554))
  - RichText: Fix arrow navigation around emoji. ([30206](https://github.com/WordPress/gutenberg/pull/30206))
  - Search block: Fix alignment issues. ([30444](https://github.com/WordPress/gutenberg/pull/30444))
  - Site Logo: Delete sitelogo option when custom logo does not exist or was removed. ([30427](https://github.com/WordPress/gutenberg/pull/30427))
- Block List: Fix mover position in the docked toolbar. ([30242](https://github.com/WordPress/gutenberg/pull/30242))
- Code Editor: Revert save editors value on change (#27717). ([30524](https://github.com/WordPress/gutenberg/pull/30524))
- Post Editor:
  - Avoid focus attempt on a non-existent post title in code editor. ([29922](https://github.com/WordPress/gutenberg/pull/29922))
  - Fix the post author selector for contributor roles. ([30218](https://github.com/WordPress/gutenberg/pull/30218))
- Gutenberg Plugin: Ensure that plugin does not error with older versions of WordPress. ([30230](https://github.com/WordPress/gutenberg/pull/30230))
- Inner blocks: Memoize allowedBlocks to prevent needlessly updating settings. ([30311](https://github.com/WordPress/gutenberg/pull/30311))
- Server side renderer: Fix errors in template part editor context. ([29246](https://github.com/WordPress/gutenberg/pull/29246))
- Writing Flow:
  - Fix copy pasting non textual blocks. ([30225](https://github.com/WordPress/gutenberg/pull/30225))
  - Fix horizontal caret placing for empty editable with placeholder. ([30463](https://github.com/WordPress/gutenberg/pull/30463))
  - Fix multi-selection copying in Safari. ([30202](https://github.com/WordPress/gutenberg/pull/30202))
- Site Editor:
  - Fix nested template parts. ([30416](https://github.com/WordPress/gutenberg/pull/30416))
  - Fix media upload behaviour and error state. ([30436](https://github.com/WordPress/gutenberg/pull/30436))
  - Select the block inspector top upon selection. ([30387](https://github.com/WordPress/gutenberg/pull/30387))
- Components: Stop matching autocompleter upon mismatch. ([30649](https://github.com/WordPress/gutenberg/pull/30649))

### APIs:

- Add padding server-side block support. ([30332](https://github.com/WordPress/gutenberg/pull/30332))
- Remove small APIs deprecated in WordPress 5.2. ([30283](https://github.com/WordPress/gutenberg/pull/30283))
- Block Patterns: Remove `scope` from Query patterns and introduce `blockTypes`. ([30471](https://github.com/WordPress/gutenberg/pull/30471))

### Experiments

- Customizer
  - Add customize widgets inserter. ([29549](https://github.com/WordPress/gutenberg/pull/29549))
  - Add Legacy Widget block. ([30321](https://github.com/WordPress/gutenberg/pull/30321))
  - Fix adding blocks in the widgets customizer. ([30221](https://github.com/WordPress/gutenberg/pull/30221))
- Navigation Editor and Block
  - Apply mover tweaks to navigation and widgets. ([30284](https://github.com/WordPress/gutenberg/pull/30284))
  - Add src/navigation-link/index to side effect whitelist. ([30200](https://github.com/WordPress/gutenberg/pull/30200))
  - Add post format variation to navigation link block. ([30403](https://github.com/WordPress/gutenberg/pull/30403))
  - Avoid creating a new array/object on every render. ([30374](https://github.com/WordPress/gutenberg/pull/30374))
  - De-emphasize "Link" block. ([30172](https://github.com/WordPress/gutenberg/pull/30172))
  - Fix arrow inheritance, polish. ([30287](https://github.com/WordPress/gutenberg/pull/30287))
  - Fix hardcoded color in navigation submenu icon. ([30385](https://github.com/WordPress/gutenberg/pull/30385))
  - Fix Navigation Link block constantly updating its inner block list settings. ([30274](https://github.com/WordPress/gutenberg/pull/30274))
  - Fix navigation link block dragging error. ([30219](https://github.com/WordPress/gutenberg/pull/30219))
  - Fix snackbar list component blocking clicks to UI it overlaps. ([30381](https://github.com/WordPress/gutenberg/pull/30381))
  - Flip orientation of submenus that are towards the right of the viewport. ([30342](https://github.com/WordPress/gutenberg/pull/30342))
  - Indicate when a menu is deleted and show the menu switcher afterwards. ([29201](https://github.com/WordPress/gutenberg/pull/29201))
  - Make the navigation placeholder clearer. ([30281](https://github.com/WordPress/gutenberg/pull/30281))
  - Polish navigation menu submenus. ([30335](https://github.com/WordPress/gutenberg/pull/30335))
  - Replace arrow with chevron. ([30180](https://github.com/WordPress/gutenberg/pull/30180))
  - Save theme location on button click. ([30340](https://github.com/WordPress/gutenberg/pull/30340))
  - Use same default implementation of __experimentalFetchLinkSuggestions in post, site, navigation, widget editor. ([29993](https://github.com/WordPress/gutenberg/pull/29993))
- Widgets Editor
  - Add manage with live preview link. ([29839](https://github.com/WordPress/gutenberg/pull/29839))
  - Handle when $instance is empty and use str_replace instead of sprintf in the Widget block. ([30217](https://github.com/WordPress/gutenberg/pull/30217))
  - Iterate on Legacy Widget block. ([29960](https://github.com/WordPress/gutenberg/pull/29960))

### Documentation

- Handbook:
  - Add description for `templateParts` in theme json. ([30118](https://github.com/WordPress/gutenberg/pull/30118))
  - Add instructions for finding attributes for use in templates. ([30258](https://github.com/WordPress/gutenberg/pull/30258))
  - Added a practical example of adding a component to the sidebar. ([30379](https://github.com/WordPress/gutenberg/pull/30379))
  - Clarify what is meant by "block wrapper". ([30315](https://github.com/WordPress/gutenberg/pull/30315))
  - Fix broken links to typescript documentation. ([30188](https://github.com/WordPress/gutenberg/pull/30188))
  - Fix code snippet for disabling the block directory. ([30365](https://github.com/WordPress/gutenberg/pull/30365))
  - Fix formatting. ([30309](https://github.com/WordPress/gutenberg/pull/30309))
  - Fix typos in block-controls-toolbar-and-sidebar.md. ([30513](https://github.com/WordPress/gutenberg/pull/30513))
  - Rename, changed URL Link. ([30483](https://github.com/WordPress/gutenberg/pull/30483))
  - Rich Text: Add section for disabling specific format types. ([29383](https://github.com/WordPress/gutenberg/pull/29383))
  - Updated documentation to reflect the output created currently by npx @wordpress/create-block gutenpride. ([30353](https://github.com/WordPress/gutenberg/pull/30353))
  - Update feature deprecation guide. ([30220](https://github.com/WordPress/gutenberg/pull/30220))
- Packages:
  - Api-fetch: Fix example code for apiFetch middlewares. ([30534](https://github.com/WordPress/gutenberg/pull/30534))
  - Block supports: Fix typos in layout supports comment. ([30537](https://github.com/WordPress/gutenberg/pull/30537))
  - Block Editor: Fix block-editor typo. ([30401](https://github.com/WordPress/gutenberg/pull/30401))
  - Components:
    - Remove references to __experimental* in the DateTimePicker component documentation. ([29322](https://github.com/WordPress/gutenberg/pull/29322))
    - Update CustomSelectControl component README.md. ([29854](https://github.com/WordPress/gutenberg/pull/29854))
- docgen:
  - Components: Add types to Draggable. ([29792](https://github.com/WordPress/gutenberg/pull/29792))
  - Add types to clean-node-list. ([30412](https://github.com/WordPress/gutenberg/pull/30412))
  - Add types progressively to dom modules. ([30103](https://github.com/WordPress/gutenberg/pull/30103))
  - Add types to phrasing-content. ([30102](https://github.com/WordPress/gutenberg/pull/30102))
  - Export all types from api-fetch. ([30539](https://github.com/WordPress/gutenberg/pull/30539))
  - Fix arrow functions and TS index module support. ([30028](https://github.com/WordPress/gutenberg/pull/30028))
  - deprecated: Export DeprecatedOptions to align with DefinitelyTyped. ([30677](https://github.com/WordPress/gutenberg/pull/30677))
  - api-fetch: Align exported type names with DefinitelyTyped types. ([30570](https://github.com/WordPress/gutenberg/pull/30570))

### Code Quality

- Block Editor: Use proper insertion point for drop. ([29933](https://github.com/WordPress/gutenberg/pull/29933))
- Block Library: Fix Post Excerpt warnings for RichText in inline containers. ([30498](https://github.com/WordPress/gutenberg/pull/30498))
- Components: Simplify ScrollLock, adding types. ([29634](https://github.com/WordPress/gutenberg/pull/29634))
- Gutenberg Plugin:
  - Prettify YAML scripts. ([30409](https://github.com/WordPress/gutenberg/pull/30409))
  - Remove deprecations planned for 10.3 release. ([30417](https://github.com/WordPress/gutenberg/pull/30417))
  - Update the `objectFitPolyfill` vendor library. ([30507](https://github.com/WordPress/gutenberg/pull/30507))
- PHP Coding Standards fixes. ([30346](https://github.com/WordPress/gutenberg/pull/30346))

### Tools

- Add `/packages/stylelint-config` to `CODEOWNERS`. ([30264](https://github.com/WordPress/gutenberg/pull/30264))
- Build: Ensure non-JS changes are processed in the watch mode. ([30343](https://github.com/WordPress/gutenberg/pull/30343))
- Testing:
  - Added end-to-end tests for navigation menu name editor. ([29774](https://github.com/WordPress/gutenberg/pull/29774))
  - GHA workflow improvements when setting up NodeJS. ([29078](https://github.com/WordPress/gutenberg/pull/29078))
  - Include NodeJS version in the cache key. ([30512](https://github.com/WordPress/gutenberg/pull/30512))
  - Remove button from forbidden elements. ([30223](https://github.com/WordPress/gutenberg/pull/30223))
  - Remove cache `restore-keys`. ([30510](https://github.com/WordPress/gutenberg/pull/30510))
  - Skip flaky end-to-end tests. ([30344](https://github.com/WordPress/gutenberg/pull/30344))


= 10.3.2 =

### Enhancements

- Remove the default block margins from themes with theme.json file. ([30375](https://github.com/WordPress/gutenberg/pull/30375))

### Bug Fixes

- Site title block: Remove custom theme.json selector. ([30558](https://github.com/WordPress/gutenberg/pull/30558))
- Components: Query autocomplete by the term from last trigger prefix character. ([30540](https://github.com/WordPress/gutenberg/pull/30540))
- Bug fixes backported in WordPress minor release. ([30528](https://github.com/WordPress/gutenberg/pull/30528))
- Rich Text: Fix multi-select copy. ([30197](https://github.com/WordPress/gutenberg/pull/30197))




= 10.3.1 =

### Bug Fixes

- Restore color preset CSS variables for custom links for themes with the  `experimental-link-color` support flag enabled. ([30452](https://github.com/WordPress/gutenberg/pull/30452))
- Restore the inner `<div />` of the Group block in the editor for classic themes. ([30453](https://github.com/WordPress/gutenberg/pull/30453))
- Fix content loss for Group block when used with lots of nesting. ([30460](https://github.com/WordPress/gutenberg/pull/30460))


= 10.3.0 =

### Enhancements

-   Add `since` versions to the deprecated features. ([30072](https://github.com/WordPress/gutenberg/pull/30072))
-   Blocks: Add "theme" category and better present Template Parts in the inserter. ([30020](https://github.com/WordPress/gutenberg/pull/30020))
-   Block Editor:
    -   Add drag handle to select mode. ([28815](https://github.com/WordPress/gutenberg/pull/28815))
    -   Improve block inserter keyboard navigation. ([26938](https://github.com/WordPress/gutenberg/pull/26938))
    -   Open admin sidebar menu over editor on small screens. ([29955](https://github.com/WordPress/gutenberg/pull/29955))
-   Block Library:
    -   Cover: Allow drag and drop media replacement. ([29813](https://github.com/WordPress/gutenberg/pull/29813))
    -   File: Make the editor markup match the frontend. ([30148](https://github.com/WordPress/gutenberg/pull/30148))
    -   Social Links: Improve selected state of empty block. ([29756](https://github.com/WordPress/gutenberg/pull/29756))
    -   Standardize the groups in the block toolbar. ([30012](https://github.com/WordPress/gutenberg/pull/30012), [29247](https://github.com/WordPress/gutenberg/pull/29247), [29863](https://github.com/WordPress/gutenberg/pull/29863))
    -   Verse block: Add support for the padding to the verse block. ([29820](https://github.com/WordPress/gutenberg/pull/29820))
-   Components: Allow multiple words in the autocomplete phrase matcher. ([29939](https://github.com/WordPress/gutenberg/pull/29939))
-   Gutenberg Plugin: Improved cache bust without `filemtime` for assets. ([29775](https://github.com/WordPress/gutenberg/pull/29775))
-   Icons: Hint the lowercase icon by 0.15px to correct the font weight appearance. ([29754](https://github.com/WordPress/gutenberg/pull/29754))
-   Media: Use image default size from settings. ([29966](https://github.com/WordPress/gutenberg/pull/29966))

### New APIs

-   Compose: Add new `useCopyToClipboard` hook. ([29643](https://github.com/WordPress/gutenberg/pull/29643))
-   Deprecated: Add `since` option to `deprecated` function. ([30017](https://github.com/WordPress/gutenberg/pull/30017))

### Bug Fixes

-   Block Editor:
    -   Ensure that uncategorized block types are properly handled. ([30125](https://github.com/WordPress/gutenberg/pull/30125))
    -   Fix mover width/size regressions. ([29889](https://github.com/WordPress/gutenberg/pull/29889))
    -   Fix navigation mode focus. ([30126](https://github.com/WordPress/gutenberg/pull/30126))
    -   Fix regression with multi select style. ([30128](https://github.com/WordPress/gutenberg/pull/30128))
    -   Fix the issue with block style preview when example missing. ([29894](https://github.com/WordPress/gutenberg/pull/29894))
    -   Fix sibling block inserter displaying at end of block list. ([29920](https://github.com/WordPress/gutenberg/pull/29920))
    -   Revert showing empty paragraphs on fronted. ([29809](https://github.com/WordPress/gutenberg/pull/29809))
    -   Show the active block variation's icon in Select mode. ([30143](https://github.com/WordPress/gutenberg/pull/30143))
-   Blocks: Adding onRemove event to verse block. ([30104](https://github.com/WordPress/gutenberg/pull/30104))
-   Block Library:
    -   Cover: Improve disabled media buttons check for placeholder. ([29858](https://github.com/WordPress/gutenberg/pull/29858))
    -   Embed:
        -   Fix overzealous aspect ratio scaling for embeds. ([29510](https://github.com/WordPress/gutenberg/pull/29510))
        -   Embed: Fix select on focus. ([29431](https://github.com/WordPress/gutenberg/pull/29431))
    -   Gallery: Fix gallery item clicking. ([29860](https://github.com/WordPress/gutenberg/pull/29860))
    -   Image:
        -   Fix block reset sizes on external URL change. ([26879](https://github.com/WordPress/gutenberg/pull/26879))
        -   Fix undo step with temporary URL. ([30114](https://github.com/WordPress/gutenberg/pull/30114))
    -   Social Link: More accessible labels. ([29659](https://github.com/WordPress/gutenberg/pull/29659))
    -   Video: Fix kind attribute missing subtitle value in video text track. ([30040](https://github.com/WordPress/gutenberg/pull/30040))
-   Components:
    -   Don't display Guide's page control if there is only one page. ([29629](https://github.com/WordPress/gutenberg/pull/29629))
    -   Prevent PanelBody title from being overlapped by arrow. ([29914](https://github.com/WordPress/gutenberg/pull/29914))
-   Compose: Call `useMergeRefs` when dependency changes after ref change. ([29892](https://github.com/WordPress/gutenberg/pull/29892))
-   Copy:
    -   Restore dot at the end of a sentence. ([29897](https://github.com/WordPress/gutenberg/pull/29897))
    -   Update the layout alignment description for better clarity. ([29974](https://github.com/WordPress/gutenberg/pull/29974))
-   Gutenberg Plugin: Update "requires at least" value to 5.6. ([29646](https://github.com/WordPress/gutenberg/pull/29646))
-   E2E Tests: Stabilize randomly failing tests in trunk. ([29836](https://github.com/WordPress/gutenberg/pull/29836))
-   Navigation Component: Align item text to the left/right. ([30083](https://github.com/WordPress/gutenberg/pull/30083))
-   Post Editor:
    -   Fix post editor layout regression. ([30093](https://github.com/WordPress/gutenberg/pull/30093))
    -   Keep post publishing popover open when a date is clicked. ([29738](https://github.com/WordPress/gutenberg/pull/29738), [29893](https://github.com/WordPress/gutenberg/pull/29893))
-   RichText: Fix inline display warning. ([30193](https://github.com/WordPress/gutenberg/pull/30193))
-   Themes: Restore the default editor font for the non FSE themes. ([30080](https://github.com/WordPress/gutenberg/pull/30080))
-   Raw Handling: Fix pasting special spaces. ([28077](https://github.com/WordPress/gutenberg/pull/28077))
-   Storybook: Fix block editor shortcuts. ([29750](https://github.com/WordPress/gutenberg/pull/29750))
-   Writing Flow:
    -   Fix `caretRangeFromPoint`. ([30031](https://github.com/WordPress/gutenberg/pull/30031))
    -   Fix tab behavior. ([30000](https://github.com/WordPress/gutenberg/pull/30000))
    -   Remove arrow nav limitations. ([30057](https://github.com/WordPress/gutenberg/pull/30057))

### Performance

-   Block Editor:
    -   Optimise multi-selection select calls. ([30140](https://github.com/WordPress/gutenberg/pull/30140))
    -   When inserting Block Patterns they get parsed when the browser is idle. ([29444](https://github.com/WordPress/gutenberg/pull/29444))
-   Block Library: Use early return in the Button block to optimize save.js. ([29781](https://github.com/WordPress/gutenberg/pull/29781))

### Experiments

-   Components:
    -   Add Heading. ([29592](https://github.com/WordPress/gutenberg/pull/29592))
    -   Button: Add a default type of button. ([29900](https://github.com/WordPress/gutenberg/pull/29900))
-   Customizer: Add widgets customize inspector. ([29755](https://github.com/WordPress/gutenberg/pull/29755))
-   Full-Site Editing:
    -   Add a layout configuration to the Group block and `theme.json` and make alignments declarative. ([29335](https://github.com/WordPress/gutenberg/pull/29335))
    -   Add client ID trees selectors in block navigation. ([29902](https://github.com/WordPress/gutenberg/pull/29902))
    -   Add description field to Post Content block. ([29971](https://github.com/WordPress/gutenberg/pull/29971))
    -   Add Log In/Out block. ([29766](https://github.com/WordPress/gutenberg/pull/29766))
    -   Add Query Title block and Archive Title variation. ([29428](https://github.com/WordPress/gutenberg/pull/29428))
    -   Add Term Description block. ([29613](https://github.com/WordPress/gutenberg/pull/29613))
    -   Add preload_paths filter for widgets screen and full site editing. ([28701](https://github.com/WordPress/gutenberg/pull/28701))
    -   Add support for experimental layout in Post Content block. ([29982](https://github.com/WordPress/gutenberg/pull/29982))
    -   Add layout support to the Template Part block. ([30077](https://github.com/WordPress/gutenberg/pull/30077))
    -   Add link color option in Site Title block. ([29924](https://github.com/WordPress/gutenberg/pull/29924))
    -   Always use full screen mode. ([29489](https://github.com/WordPress/gutenberg/pull/29489))
    -   Automatically open the sidebar to the appropriate menu. ([26964](https://github.com/WordPress/gutenberg/pull/26964), [30098](https://github.com/WordPress/gutenberg/pull/30098))
    -   Close navigation panel after template selection. ([29956](https://github.com/WordPress/gutenberg/pull/29956))
    -   Expose Template Part block variations to the Inserter. ([30032](https://github.com/WordPress/gutenberg/pull/30032))
    -   First step towards hybrid themes – fallback to PHP templates. ([29026](https://github.com/WordPress/gutenberg/pull/29026))
    -   Fix block toolbar from overlapping navigation panel. ([29918](https://github.com/WordPress/gutenberg/pull/29918))
    -   Fix different markup in the editor and on the frontend for the Site Title block. ([29021](https://github.com/WordPress/gutenberg/pull/29021))
    -   Fix edge case where the default layout could be undefined. ([30024](https://github.com/WordPress/gutenberg/pull/30024))
    -   Fix persistence of Preferences in site editor. ([30019](https://github.com/WordPress/gutenberg/pull/30019))
    -   Fix Post Comment Count block attribute. ([30056](https://github.com/WordPress/gutenberg/pull/30056))
    -   Fix Query Loop block margin. ([30078](https://github.com/WordPress/gutenberg/pull/30078))
    -   Fix Template Part alignments behavior. ([30099](https://github.com/WordPress/gutenberg/pull/30099))
    -   Fix template saving issue after switching themes. ([29842](https://github.com/WordPress/gutenberg/pull/29842))
    -   Polish site button focus/hover styles in post and site editor. ([29888](https://github.com/WordPress/gutenberg/pull/29888))
    -   Prevent navigation panel focus when hidden. ([29600](https://github.com/WordPress/gutenberg/pull/29600))
    -   Refactor the Post Content block. ([29898](https://github.com/WordPress/gutenberg/pull/29898))
    -   Remove alignments from the root level of the site editor. ([30079](https://github.com/WordPress/gutenberg/pull/30079))
    -   Remove header toolbar transition in reduced-motion mode. ([29764](https://github.com/WordPress/gutenberg/pull/29764))
    -   Remove unused QueryProvider in Query block. ([29947](https://github.com/WordPress/gutenberg/pull/29947))
    -   Template Part: Identify template parts in error messages. ([28398](https://github.com/WordPress/gutenberg/pull/28398))
    -   Update Post Content icon, unuse justify. ([29867](https://github.com/WordPress/gutenberg/pull/29867))
    -   Update Post Title markup so that editor and front match. ([29824](https://github.com/WordPress/gutenberg/pull/29824))
    -   Update template details popover. ([29439](https://github.com/WordPress/gutenberg/pull/29439))
-   Global Styles:
    -   Allow themes to use any styles in the `theme.json` whether or not the block supports it. ([29941](https://github.com/WordPress/gutenberg/pull/29941))
    -   Better CSS reset style loader order. ([30034](https://github.com/WordPress/gutenberg/pull/30034))
    -   Block Supports: Allow skipping serialization of border. ([30035](https://github.com/WordPress/gutenberg/pull/30035))
    -   Optimistically continue with empty data when user data for global styles is not a JSON. ([30088](https://github.com/WordPress/gutenberg/pull/30088))
    -   Remove kebab-case camelCase transformations. ([29986](https://github.com/WordPress/gutenberg/pull/29986))
    -   Skip `null` when translating settings. ([30171](https://github.com/WordPress/gutenberg/pull/30171))
    -   Translate custom templates in `theme.json`. ([29828](https://github.com/WordPress/gutenberg/pull/29828))
-   Navigation Editor and Block:
    -   Add line-height to Navigation block. ([30010](https://github.com/WordPress/gutenberg/pull/30010))
    -   Add padding to Navigation Link placeholder. ([29832](https://github.com/WordPress/gutenberg/pull/29832))
    -   Allow vertical inserter in the Navigation block. ([28833](https://github.com/WordPress/gutenberg/pull/28833))
    -   Consistently provide fallback variations for the block. ([30117](https://github.com/WordPress/gutenberg/pull/30117))
    -   Enable list view. ([29936](https://github.com/WordPress/gutenberg/pull/29936))
    -   Fix flyout background color in Page List block. ([29932](https://github.com/WordPress/gutenberg/pull/29932))
    -   Fix link items in navigation screen. ([30009](https://github.com/WordPress/gutenberg/pull/30009))
    -   Fix minor styling issues with nav editor. ([30129](https://github.com/WordPress/gutenberg/pull/30129))
    -   Fix Navigation block styles in the navigation editor. ([29748](https://github.com/WordPress/gutenberg/pull/29748))
    -   Fix navigation editor link search suggestions. ([29707](https://github.com/WordPress/gutenberg/pull/29707))
    -   Fix navigation editor saving. ([29749](https://github.com/WordPress/gutenberg/pull/29749))
    -   Fix navigation screen font. ([30085](https://github.com/WordPress/gutenberg/pull/30085))
    -   Fix navigation screen inserter horizontal scrollbar. ([29930](https://github.com/WordPress/gutenberg/pull/29930))
    -   Fix navigation editor block toolbar not visible on small screens. ([29967](https://github.com/WordPress/gutenberg/pull/29967))
    -   Fix padding issues with nav screen. ([30183](https://github.com/WordPress/gutenberg/pull/30183))
    -   Fix paragraph margin specificity inside layout containers. ([30038](https://github.com/WordPress/gutenberg/pull/30038))
    -   Fix popover anchor in Navigation Link block. ([30173](https://github.com/WordPress/gutenberg/pull/30173))
    -   Improve default label of location select. ([29908](https://github.com/WordPress/gutenberg/pull/29908))
    -   Increase importance of submenus staying open. ([30169](https://github.com/WordPress/gutenberg/pull/30169))
    -   Keep submenus open on select in the editor. ([29713](https://github.com/WordPress/gutenberg/pull/29713))
    -   Match editor markup to rendered in Navigation Link block. ([29935](https://github.com/WordPress/gutenberg/pull/29935))
    -   Move theme location settings to navigation editor sidebar. ([29458](https://github.com/WordPress/gutenberg/pull/29458))
    -   Navigation Menu: Show submenus only on select in the editor. ([29869](https://github.com/WordPress/gutenberg/pull/29869))
    -   Polish navigation screen. ([29926](https://github.com/WordPress/gutenberg/pull/29926), [30168](https://github.com/WordPress/gutenberg/pull/30168))
    -   Simplify focus style in Site Icon block. ([29872](https://github.com/WordPress/gutenberg/pull/29872))
    -   Show all menus in manage locations. ([29906](https://github.com/WordPress/gutenberg/pull/29906))
    -   Unset font weight and text decoration inheritance in Navigation block. ([30011](https://github.com/WordPress/gutenberg/pull/30011))
    -   Use the interface package for the navigation screen. ([30013](https://github.com/WordPress/gutenberg/pull/30013))
    -   Visual and design improvements for List View. ([29769](https://github.com/WordPress/gutenberg/pull/29769))
-   Widgets Editor:
    -   Fix warning when widgets block editor is disabled. ([30318](https://github.com/WordPress/gutenberg/pull/30318))
    -   Iterate on widgets REST API endpoints. ([29649](https://github.com/WordPress/gutenberg/pull/29649))
    -   Load block editor assets in the navigation and widget editors. ([30076](https://github.com/WordPress/gutenberg/pull/30076))
    -   Unify menu item styles for Navigation Block and Page List blocks. ([29975](https://github.com/WordPress/gutenberg/pull/29975))
    -   Use a default sans serif font for the widget screen. ([30084](https://github.com/WordPress/gutenberg/pull/30084))

### Documentation

-   Block Editor: Fix `renderAppender` documentation. ([29925](https://github.com/WordPress/gutenberg/pull/29925))
-   Handbook:
    -   Fix broken image link in the documentation main README. ([29857](https://github.com/WordPress/gutenberg/pull/29857))
    -   Fix broken link to developer resources in README.md. (#29795). ([29796](https://github.com/WordPress/gutenberg/pull/29796))
    -   Fix link to native-mobile.md in pull request template. ([29923](https://github.com/WordPress/gutenberg/pull/29923))
    -   Fix rebase error. ([29753](https://github.com/WordPress/gutenberg/pull/29753))
    -   Remove superfluous sentence in create block tutorial. ([30062](https://github.com/WordPress/gutenberg/pull/30062))
    -   Update block design principles with a new section on how to group controls. ([29816](https://github.com/WordPress/gutenberg/pull/29816))
    -   Update broken link to Getting Started for the React Native based Mobile Gutenberg. ([30162](https://github.com/WordPress/gutenberg/pull/30162))
    -   Update the quick view image on the documentation homepage. ([29808](https://github.com/WordPress/gutenberg/pull/29808))
-   Editor: Clarify the purpose of the `@wordpress/editor` package. ([30136](https://github.com/WordPress/gutenberg/pull/30136))
-   I18n: Replace dead link in README.md. ([29699](https://github.com/WordPress/gutenberg/pull/29699))
-   Interface: Fix typos in interface package. ([29740](https://github.com/WordPress/gutenberg/pull/29740))

### Code Quality

-   API Fetch:
    -   Type several of the middlewares. ([29719](https://github.com/WordPress/gutenberg/pull/29719), [30150](https://github.com/WordPress/gutenberg/pull/30150), [29901](https://github.com/WordPress/gutenberg/pull/29901))
    -   Type the rest of the package. ([30161](https://github.com/WordPress/gutenberg/pull/30161))
-   Block Editor:
    -   Avoid `isInsideRootBlock` (DOM query) in `useFocusFirstElement`. ([30178](https://github.com/WordPress/gutenberg/pull/30178))
    -   Focus mode: Fix opacity for inner blocks, move classes. ([30130](https://github.com/WordPress/gutenberg/pull/30130))
    -   Move class for navigation mode. ([30181](https://github.com/WordPress/gutenberg/pull/30181))
    -   Move `is-typing` and `is-outline-mode` classes up the tree. ([30106](https://github.com/WordPress/gutenberg/pull/30106))
    -   Move nav mode exit from writing flow to block props. ([30175](https://github.com/WordPress/gutenberg/pull/30175))
-   Block Library:
    -   Refactor ServerSideRender to use React hooks. ([28297](https://github.com/WordPress/gutenberg/pull/28297))
    -   Remove obsolete editor styles for List block. ([30094](https://github.com/WordPress/gutenberg/pull/30094))
    -   Rename `loginOut` variable to `logInOut`. ([29979](https://github.com/WordPress/gutenberg/pull/29979))
-   Blocks:
    -   Ensure theme category is only added when not provided. ([30089](https://github.com/WordPress/gutenberg/pull/30089))
    -   Rename getBlockContent to getBlockInnerHTML internally. ([29949](https://github.com/WordPress/gutenberg/pull/29949))
-   Components: Fix React warning in Text Control. ([29724](https://github.com/WordPress/gutenberg/pull/29724))
-   Date: Add types. ([29789](https://github.com/WordPress/gutenberg/pull/29789))
-   DOM:
    -   Add types to `focusable`. ([29787](https://github.com/WordPress/gutenberg/pull/29787), [30030](https://github.com/WordPress/gutenberg/pull/30030))
    -   Split into smaller modules to facilitate typing. ([30044](https://github.com/WordPress/gutenberg/pull/30044))
-   Gutenberg Plugin:
    -   Cleanup the blocks.php file. ([29964](https://github.com/WordPress/gutenberg/pull/29964))
    -   Fix PHPCS warnings. ([30022](https://github.com/WordPress/gutenberg/pull/30022))
-   Packages: Add types directive to api-fetch and date packages. ([30252](https://github.com/WordPress/gutenberg/pull/30252))
-   RichText: Remove dead and deprecated `setFocusedElement`. ([29877](https://github.com/WordPress/gutenberg/pull/29877))

### Tools

-   Babel Preset: Update Babel to v7.13.x. ([30018](https://github.com/WordPress/gutenberg/pull/30018))
-   Create block: Require WordPress 5.7 by default and source it from the main plugin file. ([29757](https://github.com/WordPress/gutenberg/pull/29757))
-   E2E Tests:
    -   Cover the case when using multiple words in the inserter. ([29978](https://github.com/WordPress/gutenberg/pull/29978))
    -   Fix test plugin clash. ([29744](https://github.com/WordPress/gutenberg/pull/29744), [29745](https://github.com/WordPress/gutenberg/pull/29745))
    -   Set delay to zero in the reduce-motion mixin and tests. ([29762](https://github.com/WordPress/gutenberg/pull/29762))
-   Eslint Plugin: Add TypeScript as peer dependency and make it optional. ([29942](https://github.com/WordPress/gutenberg/pull/29942))
-   GitHub Workflows:
    -   Release: Allow triggering manually. ([28138](https://github.com/WordPress/gutenberg/pull/28138))
    -   Remove path ignore configs from CI. ([30090](https://github.com/WordPress/gutenberg/pull/30090))
    -   Use Gutenberg token for version bump, changelog commits. ([30212](https://github.com/WordPress/gutenberg/pull/30212))
-   Packages: Enforce version bump for production packages after WP major. ([29903](https://github.com/WordPress/gutenberg/pull/29903))
-   Unit Testing: Allow TypeScript modules for transpiled packages. ([29873](https://github.com/WordPress/gutenberg/pull/29873))


= 10.2.1 =

### Bug Fixes

- Button: Restore gradients support. ([29980](https://github.com/WordPress/gutenberg/pull/29980))


= 10.2.0 =

### Features

- Template part block: Add category panel. ([29159](https://github.com/WordPress/gutenberg/pull/29159))

### Enhancements

- Add check for button text before rendering button block. ([29717](https://github.com/WordPress/gutenberg/pull/29717))
- Skip CSS minification via PHP. ([29624](https://github.com/WordPress/gutenberg/pull/29624))
- Restore the margins of blocks relying on the figure element. ([29517](https://github.com/WordPress/gutenberg/pull/29517))
- Add Columns transform from Media & Text. ([29415](https://github.com/WordPress/gutenberg/pull/29415))
- Fix: Invert gallery gravity. ([29367](https://github.com/WordPress/gutenberg/pull/29367))
- Components: Try to make the order of fills stable in regular slots. ([29287](https://github.com/WordPress/gutenberg/pull/29287))
- Add expandOnFocus, showHowTo and validateInput experimental props to FormTokenField. ([29110](https://github.com/WordPress/gutenberg/pull/29110))
- Hide writing prompt from subsequent empty paragraphs. ([28275](https://github.com/WordPress/gutenberg/pull/28275))

### New APIs

- Plugins: Add scoping functionality to the Plugins API. ([27438](https://github.com/WordPress/gutenberg/pull/27438))

### Bug Fixes

- Reusable Blocks:
  - Fix editor crash when converting block with visible styles to reusable (after a save and page reload). ([29059](https://github.com/WordPress/gutenberg/pull/29059))
  - Fix reusable block crash when converting a just created reusable block to blocks. ([29292](https://github.com/WordPress/gutenberg/pull/29292))
- Buttons Block:
  - Buttons: Fix links inside links. ([29273](https://github.com/WordPress/gutenberg/pull/29273))
  - Fix legacy button center alignments inside the buttons block. ([29281](https://github.com/WordPress/gutenberg/pull/29281))
- Cover Block:
  - Fix cover block content position not migrating correctly from deprecated version. ([29542](https://github.com/WordPress/gutenberg/pull/29542))
  - Fix solid-color only cover has small gray border in the editor only. ([29499](https://github.com/WordPress/gutenberg/pull/29499))
- Social Icons and Links:
  - Fix social icons vertical spacing issue. ([29657](https://github.com/WordPress/gutenberg/pull/29657))
  - Yelp: Fix foreground color, make background transparent. ([29660](https://github.com/WordPress/gutenberg/pull/29660))
  - Social Links: Replace CSS variables with block context approach. ([29330](https://github.com/WordPress/gutenberg/pull/29330))
- Table of Contents block:
  - Fix links when in archive loop or when using "Plain" permalink structure. ([29394](https://github.com/WordPress/gutenberg/pull/29394))
  - Fix class attribute. ([29317](https://github.com/WordPress/gutenberg/pull/29317))
- Add theme styles in the site editor. ([29704](https://github.com/WordPress/gutenberg/pull/29704))
- Fix broken links to the block editor developer handbook. ([29663](https://github.com/WordPress/gutenberg/pull/29663))
- Fix in between inserter edge case. ([29625](https://github.com/WordPress/gutenberg/pull/29625))
- Fix the button component styles when used with a dashicon. ([29614](https://github.com/WordPress/gutenberg/pull/29614))
- Revert moving is-typing class. ([29608](https://github.com/WordPress/gutenberg/pull/29608))
- Fix inline block styles minification issues with calc(). ([29554](https://github.com/WordPress/gutenberg/pull/29554))
- Packages: Update the publishing command for npm with next dist tag. ([29379](https://github.com/WordPress/gutenberg/pull/29379))
- Ignore build folders when native unit tests. ([29371](https://github.com/WordPress/gutenberg/pull/29371))
- Fix mobile issue template label. ([29344](https://github.com/WordPress/gutenberg/pull/29344))
- Interface: Fix React warnings triggered in ActionItem component. ([29340](https://github.com/WordPress/gutenberg/pull/29340))
- Search block: Add missing space to provide valid HTML. ([29314](https://github.com/WordPress/gutenberg/pull/29314))
- Blocks: Ensure that metadata registered on the server for core block is preserved on the client (try 2). ([29302](https://github.com/WordPress/gutenberg/pull/29302))
- Fix off-center appender in some themes. ([29290](https://github.com/WordPress/gutenberg/pull/29290))
- Add enableCustomSpacing to block editor settings. ([29277](https://github.com/WordPress/gutenberg/pull/29277))
- Border Radius Support: Fix application of zero radius values. ([28998](https://github.com/WordPress/gutenberg/pull/28998))
- Fix Document Outline mouse click. ([28589](https://github.com/WordPress/gutenberg/pull/28589))
- Fix typos in template part area tags. ([29937](https://github.com/WordPress/gutenberg/pull/29937))
- Gallery Block: Fix the crop images setting. ([29823](https://github.com/WordPress/gutenberg/pull/29823))
- Fix Error: Could not process the 'wp-config.php' transformation. ([29800](https://github.com/WordPress/gutenberg/pull/29800))

### Performance

- Revert "Block edit: Avoid memoized block context in favour of useSelect". ([29621](https://github.com/WordPress/gutenberg/pull/29621))

### Experiments

- Global Styles:
  - Do not add padding sub-properties if there's no values in theme.json. ([29712](https://github.com/WordPress/gutenberg/pull/29712))
  - Fix specificity conflict of blocks with single classes as selectors. ([29378](https://github.com/WordPress/gutenberg/pull/29378))
  - Fix specificity issue between theme and user styles. ([29533](https://github.com/WordPress/gutenberg/pull/29533))
  - Custom Link Color: Do not apply to buttons. ([29557](https://github.com/WordPress/gutenberg/pull/29557))
  - Implement skip serialization for color key in style att. ([29253](https://github.com/WordPress/gutenberg/pull/29253))
- Full-Site Editing:
  - Site Title: Add text decoration and text transform controls. ([29622](https://github.com/WordPress/gutenberg/pull/29622))
  - Make border work on the site editor. ([29618](https://github.com/WordPress/gutenberg/pull/29618))
  - Prevent clicking on tag and category links in the site editor. ([29583](https://github.com/WordPress/gutenberg/pull/29583))
  - Print nothing in the front end if there are no results in Query block. ([29521](https://github.com/WordPress/gutenberg/pull/29521))
  - [Query block] Remove exclusion of current page id. ([29432](https://github.com/WordPress/gutenberg/pull/29432))
  - Handle missing categories/tags in Query block. ([29424](https://github.com/WordPress/gutenberg/pull/29424))
  - Query block setup with block patterns integration. ([28891](https://github.com/WordPress/gutenberg/pull/28891))
  - Update template descriptions for clarity and humanity. ([29531](https://github.com/WordPress/gutenberg/pull/29531))
  - i18n: Fix the template area unassigned type string. ([29617](https://github.com/WordPress/gutenberg/pull/29617))
  - Template Part: Prevent infinite recursion. ([28456](https://github.com/WordPress/gutenberg/pull/28456))
  - Update title, description, and icon of Post Categories. ([29400](https://github.com/WordPress/gutenberg/pull/29400))
  - Show Site Logo's block toolbar when selected, after the editor loads. ([29336](https://github.com/WordPress/gutenberg/pull/29336))
  - Remove delete toolbar option from Site Logo. ([29331](https://github.com/WordPress/gutenberg/pull/29331))
- Navigation Editor and Block:
  - Allow very thin menus. ([29555](https://github.com/WordPress/gutenberg/pull/29555))
  - Refactor and simplify navigation block CSS. ([29465](https://github.com/WordPress/gutenberg/pull/29465))
  - Make navigation placeholder state visible in dark themes. ([29366](https://github.com/WordPress/gutenberg/pull/29366))
  - Update navigation editor menu selection dropdown. ([29202](https://github.com/WordPress/gutenberg/pull/29202))
  - Make Spacer block width adjustable and add it to Navigation block. ([29133](https://github.com/WordPress/gutenberg/pull/29133))
  - Navigation: Try adding navigation link variants via server. ([29095](https://github.com/WordPress/gutenberg/pull/29095))
  - Navigation Editor: Allow menu renaming. ([29012](https://github.com/WordPress/gutenberg/pull/29012))
- Group Block: Add support for custom border settings. ([29591](https://github.com/WordPress/gutenberg/pull/29591))
- Pass block settings to the client for all blocks. ([29474](https://github.com/WordPress/gutenberg/pull/29474))
- Button block: Add color support via block.json. ([29382](https://github.com/WordPress/gutenberg/pull/29382))
- Add/new nav link icon. ([29369](https://github.com/WordPress/gutenberg/pull/29369))
- Temporary hack to render blocks in customizer. ([29365](https://github.com/WordPress/gutenberg/pull/29365))
- Fix shortcode not showing in the widgets screen. ([29282](https://github.com/WordPress/gutenberg/pull/29282))
- Fix: More resilient appender CSS. ([28908](https://github.com/WordPress/gutenberg/pull/28908))

### Documentation

- Add block variations page to Block API summary. ([29725](https://github.com/WordPress/gutenberg/pull/29725))
- Update Readme of Animate Component to remove todo comment. ([29702](https://github.com/WordPress/gutenberg/pull/29702))
- Docs; Organize contributors section using READMEs. ([29688](https://github.com/WordPress/gutenberg/pull/29688))
- Remove mid-paragraph newlines. ([29674](https://github.com/WordPress/gutenberg/pull/29674))
- Update Versions in WordPress to include release notes. ([29532](https://github.com/WordPress/gutenberg/pull/29532))
- Extract block variations API into its own handbook page. ([29515](https://github.com/WordPress/gutenberg/pull/29515))
- Docs: Fix deprecation message to be clear. ([29451](https://github.com/WordPress/gutenberg/pull/29451))
- Fix typo in block-based-themes.md. ([29410](https://github.com/WordPress/gutenberg/pull/29410))
- Fix typo in modularity. ([29405](https://github.com/WordPress/gutenberg/pull/29405))
- Fix typos in git workflow documentation. ([29324](https://github.com/WordPress/gutenberg/pull/29324))
- Docs: Table of contents - fix typos. ([29319](https://github.com/WordPress/gutenberg/pull/29319))
- Add NVDA instructions to the accessibility testing documentation. ([29312](https://github.com/WordPress/gutenberg/pull/29312))
- Component Systems: Update references to external module. ([29233](https://github.com/WordPress/gutenberg/pull/29233))
- Docs: Add info about npm release types and their schedule. ([29028](https://github.com/WordPress/gutenberg/pull/29028))
- Docs: Update slug for block-based theme tutorial. ([25839](https://github.com/WordPress/gutenberg/pull/25839))

### Code Quality

- Rename load_separate_block_styles to load_separate_block_assets. ([29703](https://github.com/WordPress/gutenberg/pull/29703))
- Update the minimum WordPress version required by the gutenberg plugin too 5.6. ([29701](https://github.com/WordPress/gutenberg/pull/29701))
- Components: Ensure that SlotFill does not use portals in React Native. ([29631](https://github.com/WordPress/gutenberg/pull/29631))
- Remove the subheading block. ([29627](https://github.com/WordPress/gutenberg/pull/29627))
- useFocusFirstElement: Include useRef. ([29435](https://github.com/WordPress/gutenberg/pull/29435))
- Include PHP: Replace `dirname( __FILE__ )` with `__DIR__`. ([29404](https://github.com/WordPress/gutenberg/pull/29404))
- Run phpcbf to fix PHP CS issues. ([29368](https://github.com/WordPress/gutenberg/pull/29368))
- Register style attribute when any color property is supported. ([29349](https://github.com/WordPress/gutenberg/pull/29349))
- Block context:
  - Remove unused onFocus block context. ([29318](https://github.com/WordPress/gutenberg/pull/29318))
  - Reduce memoized block context: Class names. ([29186](https://github.com/WordPress/gutenberg/pull/29186))
  - Remove obsolete block context. ([29313](https://github.com/WordPress/gutenberg/pull/29313))
  - Block edit: Avoid memoized block context in favour of useSelect. ([29333](https://github.com/WordPress/gutenberg/pull/29333))

### Tools

- Scripts:
  - Fork jest-environment-puppeteer to use puppeteer-core directly. ([29418](https://github.com/WordPress/gutenberg/pull/29418))
  - Add TypeScript support to linting command. ([27143](https://github.com/WordPress/gutenberg/pull/27143))
- Needs Info / Stale bot
  - Add stale issues bot to help triage efforts. ([29321](https://github.com/WordPress/gutenberg/pull/29321))
  - Do not automatically close message, update stale message. ([29310](https://github.com/WordPress/gutenberg/pull/29310))
- Tests:
  - Temporary skip flaky test. ([29601](https://github.com/WordPress/gutenberg/pull/29601))
  - Paragraph block: Add test to ensure unwrapped editable paragraph. ([29299](https://github.com/WordPress/gutenberg/pull/29299))
  - Testing: Use snapshot-diff serializer to remove noise in snapshots. ([29270](https://github.com/WordPress/gutenberg/pull/29270))
  - Inserter: Add end-to-end test to make sure last inserted block is being focused. ([29187](https://github.com/WordPress/gutenberg/pull/29187))
- Blocks: Preprocess validation log with util.format instead of sprintf. ([29334](https://github.com/WordPress/gutenberg/pull/29334))
- Docs: Update release.md. ([29091](https://github.com/WordPress/gutenberg/pull/29091))
- Docs/Tools/CI: Update references from `master` to `trunk`. ([28433](https://github.com/WordPress/gutenberg/pull/28433))

### Various

- Full-Site Editing
  - Site Editor: Browsing sidebar templates menu restructure. ([28291](https://github.com/WordPress/gutenberg/pull/28291))
  - Site Editor: Persistent List View. ([28637](https://github.com/WordPress/gutenberg/pull/28637))
  - Template part block: Add variations based on areas. ([29122](https://github.com/WordPress/gutenberg/pull/29122))
  - Template Part: Update switching trigger. ([29257](https://github.com/WordPress/gutenberg/pull/29257))
  - Template part 'area' term - reword confusing 'type' terminology. ([29679](https://github.com/WordPress/gutenberg/pull/29679))
  - Add i18n support for template part variations' descriptions. ([29612](https://github.com/WordPress/gutenberg/pull/29612))
  - Multi entity save panel - remove dynamic copy. ([29637](https://github.com/WordPress/gutenberg/pull/29637))
- Table of Contents block
  - Add Table of Contents block (dynamic rendering + hooks version). ([21234](https://github.com/WordPress/gutenberg/pull/21234))
  - Deregister TOC block until issues are resolved. ([29718](https://github.com/WordPress/gutenberg/pull/29718))
- Components:
  - Add next Button, ButtonGroup. ([29230](https://github.com/WordPress/gutenberg/pull/29230))
  - Add Card. ([29350](https://github.com/WordPress/gutenberg/pull/29350))
  - Add Divider. ([29433](https://github.com/WordPress/gutenberg/pull/29433))
  - Add Popover. ([29084](https://github.com/WordPress/gutenberg/pull/29084))
  - Add TooltipButton. ([29523](https://github.com/WordPress/gutenberg/pull/29523))
  - Add Tooltip and Shortcut. ([29385](https://github.com/WordPress/gutenberg/pull/29385))
  - Do not use ViewOwnProps for Portal. ([29345](https://github.com/WordPress/gutenberg/pull/29345))
  - Update Elevation story. ([29454](https://github.com/WordPress/gutenberg/pull/29454))
- Component System:
  - Add basic tests for style system. ([29320](https://github.com/WordPress/gutenberg/pull/29320))
  - Add tests for color utils. ([29301](https://github.com/WordPress/gutenberg/pull/29301))
- Types
  - api-fetch: Add incremental type checking. ([29685](https://github.com/WordPress/gutenberg/pull/29685))
  - docgen: Add TypeScript support. ([29189](https://github.com/WordPress/gutenberg/pull/29189))
  - docgen: Incrementally add types. ([29684](https://github.com/WordPress/gutenberg/pull/29684))
  - Dom: Add type-checking to data-transfer. ([29682](https://github.com/WordPress/gutenberg/pull/29682))
  - Components: Add types to Shortcut. ([29633](https://github.com/WordPress/gutenberg/pull/29633))
- Button Block: Removes "Link settings" panel. ([29664](https://github.com/WordPress/gutenberg/pull/29664))
- Add regression test for editor JS crash caused by rtlcss parsing exception, take 2. ([29598](https://github.com/WordPress/gutenberg/pull/29598))
- Reset all WP Admin styles in the wrapper of the editor styles. ([29590](https://github.com/WordPress/gutenberg/pull/29590))
- Revert "[Mobile] - Fix splitting/merging of Paragraph and Heading". ([29587](https://github.com/WordPress/gutenberg/pull/29587))
- Try updating the minimum required WordPress version for the plugin. ([29579](https://github.com/WordPress/gutenberg/pull/29579))
- Documents how the widgets editor works. ([29572](https://github.com/WordPress/gutenberg/pull/29572))
- Drop zone: Fix media lib duplicate issue. ([29567](https://github.com/WordPress/gutenberg/pull/29567))
- Update the category icons. ([29553](https://github.com/WordPress/gutenberg/pull/29553))
- Try: Remove important on disabled switcher state. ([29552](https://github.com/WordPress/gutenberg/pull/29552))
- Remove base control negative help text margin. ([29550](https://github.com/WordPress/gutenberg/pull/29550))
- Navigation: Re-enable navigation block end-to-end tests. ([29543](https://github.com/WordPress/gutenberg/pull/29543))
- Accessibility improvement on #29530 issue. ([29534](https://github.com/WordPress/gutenberg/pull/29534))
- Pin SHA values as version numbers for 3rd party GHAs. ([29485](https://github.com/WordPress/gutenberg/pull/29485))
- Update the visual design of the Sidebar Menu. ([29476](https://github.com/WordPress/gutenberg/pull/29476))
- Focus on block selection: Skip inner blocks. ([29434](https://github.com/WordPress/gutenberg/pull/29434))
- Use correct classname for nested Navigation Link container. ([29380](https://github.com/WordPress/gutenberg/pull/29380))
- Integrate AztecEditor-iOS 1.19.4. ([29355](https://github.com/WordPress/gutenberg/pull/29355))
- Block context: Separate native context. ([29315](https://github.com/WordPress/gutenberg/pull/29315))
- Focus input when InputControl spinner arrows are pressed. ([29305](https://github.com/WordPress/gutenberg/pull/29305))
- WP Block Styles: Only load in the editor if a theme opts in. ([29252](https://github.com/WordPress/gutenberg/pull/29252))
- Add new overlay text icon, and use for image. ([29215](https://github.com/WordPress/gutenberg/pull/29215))
- Add Missing URL state to Navigation Link Block. ([28861](https://github.com/WordPress/gutenberg/pull/28861))
- Improve dropcap behavior. ([28685](https://github.com/WordPress/gutenberg/pull/28685))
- Improve the block editor handbook table of content. ([28665](https://github.com/WordPress/gutenberg/pull/28665))
- RN: Add Bottom Sheet Select Control component. ([28543](https://github.com/WordPress/gutenberg/pull/28543))
- RichText: Bypass paste filters for internal paste. ([27967](https://github.com/WordPress/gutenberg/pull/27967))
- Block Directory: Update search results list UI. ([25521](https://github.com/WordPress/gutenberg/pull/25521))


= 10.1.1 =

### Bug Fixes

- withNotices:  Ensure that the callback props are stable. ([29491](https://github.com/WordPress/gutenberg/pull/29491))

### Various

- withNotices: Memoize the noticeOperations object. ([29582](https://github.com/WordPress/gutenberg/pull/29582))


= 10.1.0 =

### Features
- Use a modal for the reusable blocks creation flow. ([29040](https://github.com/WordPress/gutenberg/pull/29040))
- Normalize Image's block toolbar. ([29205](https://github.com/WordPress/gutenberg/pull/29205))
- Add Items Justification to Social Links. ([28980](https://github.com/WordPress/gutenberg/pull/28980))

### Enhancements

- Improve the sorting algorithm while searching parent pages. ([29143](https://github.com/WordPress/gutenberg/pull/29143))
- Buttons: Add space-between justification controls. ([29160](https://github.com/WordPress/gutenberg/pull/29160))
- Avoid focusing blocks when inserting them into the canvas. ([28191](https://github.com/WordPress/gutenberg/pull/28191))
- Create Block: Use register_block_type_from_metadata to register blocks on the server. ([28883](https://github.com/WordPress/gutenberg/pull/28883))
- Greatly improve dragging performance of the focal point picker. ([28676](https://github.com/WordPress/gutenberg/pull/28676))
- Improve block search input's accessible name and placeholder. ([28393](https://github.com/WordPress/gutenberg/pull/28393))

### New APIs
- Extend updateBlockAttributes to provide for different attribute changes for each block in the clientIds array. ([29099](https://github.com/WordPress/gutenberg/pull/29099))

### Bug Fixes

- Fix Slash Inserter position. ([29288](https://github.com/WordPress/gutenberg/pull/29288))
- Fix issue with invisible reset template hover state. ([28912](https://github.com/WordPress/gutenberg/pull/28912))
- InputControl: Fix labelPosition rendering with new ui/flex component. ([29226](https://github.com/WordPress/gutenberg/pull/29226))
- Button sizing style fix. ([29208](https://github.com/WordPress/gutenberg/pull/29208))
- Create Block: Fix the background color in esnext template. ([29223](https://github.com/WordPress/gutenberg/pull/29223))
- Add border-collapse to default block styles in Table block. ([27628](https://github.com/WordPress/gutenberg/pull/27628))

- Navigation Block:
  - Fix Navigation Links when post type is not Page or Post. ([28892](https://github.com/WordPress/gutenberg/pull/28892))
  - Fix inline style inheritance. ([28868](https://github.com/WordPress/gutenberg/pull/28868))
  - Fix PHP notice shown when rendering a navigation link block. ([28999](https://github.com/WordPress/gutenberg/pull/28999))

- Fix is-hovered event listener. ([28715](https://github.com/WordPress/gutenberg/pull/28715))
- Fix function call in justify toolbar. ([28955](https://github.com/WordPress/gutenberg/pull/28955))
- Fix footer icon color. ([29199](https://github.com/WordPress/gutenberg/pull/29199))
- Show page titles special characters in the parent page selector. ([29104](https://github.com/WordPress/gutenberg/pull/29104))
- Edit Post: Automatically connect a menu item with the pinnable sidebar plugin. ([29081](https://github.com/WordPress/gutenberg/pull/29081))
- Make `Modal` component use the aria.labelledby prop. ([29020](https://github.com/WordPress/gutenberg/pull/29020))
- Fix admin menu scroll on editor page. ([28959](https://github.com/WordPress/gutenberg/pull/28959))
- Prioritize core blocks in the inserter. ([28945](https://github.com/WordPress/gutenberg/pull/28945))
- Make the __experimentalCaptureToolbars option work reliably. ([28905](https://github.com/WordPress/gutenberg/pull/28905))
- Ensure sticky tabs are in front of their panel’s descendants. ([28562](https://github.com/WordPress/gutenberg/pull/28562))
- Navigation Component: Increase color and padding specificity. ([28619](https://github.com/WordPress/gutenberg/pull/28619))
- Add note to indicate why priority queue callbacks may be undefined. ([28337](https://github.com/WordPress/gutenberg/pull/28337))
- Keep initial formatting on paste for Preformatted and Verse components. ([27781](https://github.com/WordPress/gutenberg/pull/27781))
- Rich text: Keep block ID on split. ([28505](https://github.com/WordPress/gutenberg/pull/28505))
- Fix cursor on rich text blocks when outline mode is active. ([29106](https://github.com/WordPress/gutenberg/pull/29106))


### Experiments

- Improve loading method for block styles. ([28358](https://github.com/WordPress/gutenberg/pull/28358))
- Do not use __experimentalSelector to check the panel title. ([29264](https://github.com/WordPress/gutenberg/pull/29264))
- Update documentation for social links & theme.json. ([29294](https://github.com/WordPress/gutenberg/pull/29294))
- Navigation Screen:
  - Add block deselection when clicking canvas background. ([28876](https://github.com/WordPress/gutenberg/pull/28876))
  - Improve experience for user creating their first menu. ([28767](https://github.com/WordPress/gutenberg/pull/28767))
  - Fix positioning of nested submenus. ([28934](https://github.com/WordPress/gutenberg/pull/28934))
- Full Site Editing:
  - Use a modal for the template part creation flow. ([29108](https://github.com/WordPress/gutenberg/pull/29108))
  - Add an 'area' term for Template Parts. ([28410](https://github.com/WordPress/gutenberg/pull/28410))
  - Add content menu items preview in Navigation. ([29225](https://github.com/WordPress/gutenberg/pull/29225))
  - Replace locate_template method. ([28942](https://github.com/WordPress/gutenberg/pull/28942))
  - Site Editor:
    - Inject theme attribute into template parts too. ([29080](https://github.com/WordPress/gutenberg/pull/29080))
    - Organise semantic template parts. ([29030](https://github.com/WordPress/gutenberg/pull/29030))
	- Show contextual icon in the Inspector's template tab. ([29195](https://github.com/WordPress/gutenberg/pull/29195))
    - Add template tab to sidebar. ([28633](https://github.com/WordPress/gutenberg/pull/28633))
- Global Styles:
  - Support skipping serialization in the color hook (block supports mechanism). ([29142](https://github.com/WordPress/gutenberg/pull/29142))
  - Fix invalid font-family list. ([28960](https://github.com/WordPress/gutenberg/pull/28960))
- Widgets:
  - Use textarea for editing block widgets. ([24899](https://github.com/WordPress/gutenberg/pull/24899))
  - Set container classname dynamically depending on Widget block. ([26375](https://github.com/WordPress/gutenberg/pull/26375))
  - Add Widgets REST API changes from Core-51460. ([29242](https://github.com/WordPress/gutenberg/pull/29242))
- UI Components:
  - Add Surface Component. ([28596](https://github.com/WordPress/gutenberg/pull/28596))
  - Add Elevation Component. ([28593](https://github.com/WordPress/gutenberg/pull/28593))
  - Add FormGroup + ControlLabel components. ([28568](https://github.com/WordPress/gutenberg/pull/28568))
  - Add spinner. ([29146](https://github.com/WordPress/gutenberg/pull/29146))
  - Rename ui files to match simpler scheme. ([28948](https://github.com/WordPress/gutenberg/pull/28948))
  - Add hooks based Scrollable component wrapper. ([28979](https://github.com/WordPress/gutenberg/pull/28979))
  - Add createComponent unit tests. ([28949](https://github.com/WordPress/gutenberg/pull/28949))
  - Add hooks based VisuallyHidden. ([28887](https://github.com/WordPress/gutenberg/pull/28887))
  - Add ControlGroup. ([28982](https://github.com/WordPress/gutenberg/pull/28982))
  - Add Portal. ([28981](https://github.com/WordPress/gutenberg/pull/28981))
  - Update documentation (README + inline docs). ([29128](https://github.com/WordPress/gutenberg/pull/29128))
  - Update color-picker snapshot tests to use diff matching. ([28925](https://github.com/WordPress/gutenberg/pull/28925))
- Bugs:
  - Fix Site Logo Styles. ([29227](https://github.com/WordPress/gutenberg/pull/29227))
  - Template Part: Fallback to missing state if slug or theme is invalid. ([29041](https://github.com/WordPress/gutenberg/pull/29041))
  - Site Editor:
    - Fix misalignment with navigation toggle and header. ([29093](https://github.com/WordPress/gutenberg/pull/29093))
    - Fix navigation editor block selection clearing. ([29293](https://github.com/WordPress/gutenberg/pull/29293))
    - Fix navigate to link error. ([29239](https://github.com/WordPress/gutenberg/pull/29239))
    - Fix position and style of "Dashboard" link. ([29034](https://github.com/WordPress/gutenberg/pull/29034))
	- Fix end-to-end test errors introduced by template sidebar. ([28950](https://github.com/WordPress/gutenberg/pull/28950))
  - Widgets:
    - Fix widgets preview URL typo. ([29062](https://github.com/WordPress/gutenberg/pull/29062))
    - Fix php error in the widget screen. ([29137](https://github.com/WordPress/gutenberg/pull/29137))
    - Fix legacy widgets not previewing and widgets saving issue. ([29111](https://github.com/WordPress/gutenberg/pull/29111))
    - Fix server rendered widget not previewing. ([29197](https://github.com/WordPress/gutenberg/pull/29197))


### Documentation

- Add accessibility testing instructions. ([28947](https://github.com/WordPress/gutenberg/pull/28947))
- Updates to Outreach Page. ([28929](https://github.com/WordPress/gutenberg/pull/28929))
- Update Create a Block tutorial to use `block.json`. ([29027](https://github.com/WordPress/gutenberg/pull/29027))
- Expose Block Directory references in the handbook. ([29025](https://github.com/WordPress/gutenberg/pull/29025))
- Update "key concepts". ([28973](https://github.com/WordPress/gutenberg/pull/28973))
- Remove Font style, weight, decoration, and transform presets from the theme.json documentation. ([29200](https://github.com/WordPress/gutenberg/pull/29200))
- Combobox Control: Update API doc. ([28787](https://github.com/WordPress/gutenberg/pull/28787))
- Add block variations to FAQ. ([29154](https://github.com/WordPress/gutenberg/pull/29154), [29170](https://github.com/WordPress/gutenberg/pull/29170))
- Add templates and global styles to key concepts. ([29071](https://github.com/WordPress/gutenberg/pull/29071))
- Update block metadata section to promote PHP API. ([29023](https://github.com/WordPress/gutenberg/pull/29023))
- Fix the header links, add link to user documentation. ([28857](https://github.com/WordPress/gutenberg/pull/28857))

### Code Quality
- Replace store name literals in `block-library`. ([28975](https://github.com/WordPress/gutenberg/pull/28975))
- Fix typos in PHP comments. ([29198](https://github.com/WordPress/gutenberg/pull/29198))

- Format TS files according to coding styles. ([29064](https://github.com/WordPress/gutenberg/pull/29064))
- WP_Theme_JSON_Resolver: Update translate terminology. ([28944](https://github.com/WordPress/gutenberg/pull/28944))
- Improve code readability by not passing variables by reference. ([28943](https://github.com/WordPress/gutenberg/pull/28943))
- Convert navigation link to use hooks and context. ([28996](https://github.com/WordPress/gutenberg/pull/28996))
- Block props: Avoid memo (block mode). ([29139](https://github.com/WordPress/gutenberg/pull/29139))

- Reduce memoized context:
  - Block props. ([29183](https://github.com/WordPress/gutenberg/pull/29183))
  - Block nodes. ([29163](https://github.com/WordPress/gutenberg/pull/29163))
- Use ref callback:
  - Iframe, selection clearer, typing observer. ([29114](https://github.com/WordPress/gutenberg/pull/29114))
  - Canvas click redirect & typewriter hooks. ([29105](https://github.com/WordPress/gutenberg/pull/29105))
  - Clipboard handler. ([29090](https://github.com/WordPress/gutenberg/pull/29090))
  - Hover hook. ([29089](https://github.com/WordPress/gutenberg/pull/29089))
  - useBlockProps. ([28917](https://github.com/WordPress/gutenberg/pull/28917))
  - Block nodes. ([29153](https://github.com/WordPress/gutenberg/pull/29153))


### Tools

- Add support for native TypeScript. ([28879](https://github.com/WordPress/gutenberg/pull/28879))
- Limit the npm version to be 6. ([29204](https://github.com/WordPress/gutenberg/pull/29204))
- Run CI jobs on wp prefix branches. ([29194](https://github.com/WordPress/gutenberg/pull/29194))
- Eslint plugin: Add suggestions to "data-no-store-string-literals" rule. ([28974](https://github.com/WordPress/gutenberg/pull/28974))
- Update codeowners. ([29280](https://github.com/WordPress/gutenberg/pull/29280))
- Scripts:
  - Coerce live reload port to integer. ([29196](https://github.com/WordPress/gutenberg/pull/29196))
  - Add Python 2.0 to other OSS licenses in license checker. ([28968](https://github.com/WordPress/gutenberg/pull/28968))


- Create Block: Fix issue with processing unrelated engines. ([29066](https://github.com/WordPress/gutenberg/pull/29066))


- Fix spacing in new contributor welcome message. ([28958](https://github.com/WordPress/gutenberg/pull/28958))
- Add react-i18n package with i18n React bindings. ([28465](https://github.com/WordPress/gutenberg/pull/28465))
- babel-plugin-makepot: Don't transpile the package code. ([28911](https://github.com/WordPress/gutenberg/pull/28911))
- docgen:
  - Don't transpile the package code. ([28910](https://github.com/WordPress/gutenberg/pull/28910))
  - Replace doctrine with comment-parser. ([28615](https://github.com/WordPress/gutenberg/pull/28615))
- wp-env:
  - Use Simple Git instead of NodeGit. ([28848](https://github.com/WordPress/gutenberg/pull/28848))
  - Fix issue where mappings sources were not downloaded. ([28930](https://github.com/WordPress/gutenberg/pull/28930))
- Changelog script: More fine-grained Changelogs for patch releases. ([28424](https://github.com/WordPress/gutenberg/pull/28424))
- End 2 End Tests:
  - end-to-end Tests: Add gallery caption coverage. ([29127](https://github.com/WordPress/gutenberg/pull/29127))
  - Add basic block preview coverage for inserter. ([29117](https://github.com/WordPress/gutenberg/pull/29117))
  - Make navigation editor end-to-end tests more robust. ([28936](https://github.com/WordPress/gutenberg/pull/28936))
- Testing: Add snapshot-diff. ([28897](https://github.com/WordPress/gutenberg/pull/28897))

### Various

- Add a custom post type icon. ([29232](https://github.com/WordPress/gutenberg/pull/29232))
- Update text color icon. ([29212](https://github.com/WordPress/gutenberg/pull/29212))
- Blocks: Map block type definitions that use PHP naming convention for keys. ([28953](https://github.com/WordPress/gutenberg/pull/28953))
- Safe access to window/document when in node context:
  - FocalPointPickerGrid. ([29070](https://github.com/WordPress/gutenberg/pull/29070))
  - Keycodes. ([29069](https://github.com/WordPress/gutenberg/pull/29069))
  - dom-ready. ([29068](https://github.com/WordPress/gutenberg/pull/29068))
  - ResizableBox utils. ([29067](https://github.com/WordPress/gutenberg/pull/29067))
  - ScrollLock. ([29038](https://github.com/WordPress/gutenberg/pull/29038))



= 10.0.2 =

### Bug Fixes

- Fix white screen on RTL languages. ([29256](https://github.com/WordPress/gutenberg/pull/29256))
- Fix Button block borders for the solid style variation.


= 10.0.1 =

### Bug Fixes

 - CSS-in-JS: Fix inline comment for select-dropdown (external module)


= 10.0.0 =

### Features

- Add basic pages block. ([28265](https://github.com/WordPress/gutenberg/pull/28265))

### Enhancements

- Make the parent block selector visible and offset in the block toolbar. ([28598](https://github.com/WordPress/gutenberg/pull/28598)) ([28721](https://github.com/WordPress/gutenberg/pull/28721))
- Update the social empty state for dark themes. ([28838](https://github.com/WordPress/gutenberg/pull/28838))
- Add the tag name selector to the advanced panel of the Group block. ([28576](https://github.com/WordPress/gutenberg/pull/28576))
- Categories block: Display message instead of empty content. ([28697](https://github.com/WordPress/gutenberg/pull/28697))
- Show block patterns in the inserter for non-root level insert position. ([28459](https://github.com/WordPress/gutenberg/pull/28459))
-  A11y: Improve the keyboard navigation in the block patterns inserter. ([28520](https://github.com/WordPress/gutenberg/pull/28520))
- Allow transforming Paragraph blocks to Buttons block. ([28508](https://github.com/WordPress/gutenberg/pull/28508))
- Better top toolbar arrow gap. ([28832](https://github.com/WordPress/gutenberg/pull/28832))
- Update layout icon to use the new design language. ([28651](https://github.com/WordPress/gutenberg/pull/28651))
- Update the buttons icons. ([28583](https://github.com/WordPress/gutenberg/pull/28583))

### New APIs

- @wordpress/data: Graduate the __experimentalResolveSelect function to a stable status. ([28544](https://github.com/WordPress/gutenberg/pull/28544))
- @wordpress/compose: Add useMergeRef React hook. ([27768](https://github.com/WordPress/gutenberg/pull/27768))
- Components: Allow extra props for RadioControl component. ([28631](https://github.com/WordPress/gutenberg/pull/28631))
- Add JustifyToolbar component to `@wordpress/block-editor`. ([28439](https://github.com/WordPress/gutenberg/pull/28439))
- @wordpress/i18n: Add new APIs for React bindings. ([28784](https://github.com/WordPress/gutenberg/pull/28784)) ([28725](https://github.com/WordPress/gutenberg/pull/28725))


### Bug Fixes

- Fix block insertion a11y string. ([28871](https://github.com/WordPress/gutenberg/pull/28871))
- Fix npm 7 compatability. ([28824](https://github.com/WordPress/gutenberg/pull/28824))
- RangeControl: Fix input / slider widths. ([28816](https://github.com/WordPress/gutenberg/pull/28816))
- Fix post title icon color. ([28727](https://github.com/WordPress/gutenberg/pull/28727))
- Fix most used blocks usage persistence. ([28694](https://github.com/WordPress/gutenberg/pull/28694))
- Use consistent icon width for the block icon in the block inspector. ([28666](https://github.com/WordPress/gutenberg/pull/28666))
- Fix for Latest Posts focus not selectable. ([28660](https://github.com/WordPress/gutenberg/pull/28660))
- Fix issue where gallery block requests all attachments when empty. ([28621](https://github.com/WordPress/gutenberg/pull/28621))
- Fix handling of custom unit theme setting. ([28603](https://github.com/WordPress/gutenberg/pull/28603))
- Fix wrong space-between style in the Buttons block. ([28485](https://github.com/WordPress/gutenberg/pull/28485))
- Calculate insertion usage for block variations properly. ([28663](https://github.com/WordPress/gutenberg/pull/28663))
- Fix the default Buttons block radius, and size. ([28514](https://github.com/WordPress/gutenberg/pull/28514))
- Fix the Cover block height. ([28455](https://github.com/WordPress/gutenberg/pull/28455))

### Experiments

- Site Editor:
    - Fix empty content when creating a new template. ([28882](https://github.com/WordPress/gutenberg/pull/28882))
    - Fix complementary area not opening. ([28732](https://github.com/WordPress/gutenberg/pull/28732))
    - Fix inserter can't be closed. ([28590](https://github.com/WordPress/gutenberg/pull/28590))
    - Fix gray screen on refresh when editing pages and posts. ([28413](https://github.com/WordPress/gutenberg/pull/28413))
    - Show single post template in posts templates in the navigation sidebar. ([28229](https://github.com/WordPress/gutenberg/pull/28229))
    - Allow searching pages, posts and categories in the navigation sidebar. ([27280](https://github.com/WordPress/gutenberg/pull/27280))
- Full Site Editing Architecture:
    - Iterate on the public API of WP_Theme_JSON_Resolver. ([28855](https://github.com/WordPress/gutenberg/pull/28855))
    - Rename pageTemplates configuration to customTemplates in theme.json. ([28830](https://github.com/WordPress/gutenberg/pull/28830))
    - Move theme.json support check to class. ([28788](https://github.com/WordPress/gutenberg/pull/28788))
    - Improve performance on file access of `experimental-theme.json`. ([28786](https://github.com/WordPress/gutenberg/pull/28786))
    - Load page templates via theme.json abstractions. ([28700](https://github.com/WordPress/gutenberg/pull/28700))
- Full Site Editing blocks:
    - Post Featured Image block: Render nothing if featured image doesn't exist. ([28625](https://github.com/WordPress/gutenberg/pull/28625))
    - Add a description to the template part block. ([28839](https://github.com/WordPress/gutenberg/pull/28839))
    - Move template part title field to the block inspector. ([28835](https://github.com/WordPress/gutenberg/pull/28835))
    - Use display title for template part block type toolbar anchor. ([28691](https://github.com/WordPress/gutenberg/pull/28691))
     - Allow the query block to work on singular pages when inheriting the global query. ([28351](https://github.com/WordPress/gutenberg/pull/28351))
    - Query Pagination block: cleanup. ([28831](https://github.com/WordPress/gutenberg/pull/28831))
    - Enqueue comment-reply script when post-comments-form block gets rendered. ([28826](https://github.com/WordPress/gutenberg/pull/28826))
- Navigation Block:
    - Fix transparent navigation block submenus. ([28904](https://github.com/WordPress/gutenberg/pull/28904))
    - Polish social links when inside navigation. ([28836](https://github.com/WordPress/gutenberg/pull/28836)), ([28448](https://github.com/WordPress/gutenberg/pull/28448)).
    - Add block variation matcher to display information from a found match. ([28626](https://github.com/WordPress/gutenberg/pull/28626))
    - Add new Post Navigation Link block. ([28602](https://github.com/WordPress/gutenberg/pull/28602))
- Navigation screen:
    - Fix failing request for menu items. ([28764](https://github.com/WordPress/gutenberg/pull/28764))
    - Design Iteration. ([28675](https://github.com/WordPress/gutenberg/pull/28675))
    - Clear block selection in the navigation editor when clicking editor canvas. ([28382](https://github.com/WordPress/gutenberg/pull/28382))
- Block-based widgets screen and customizer:
    - Add experimental flag and enable widgets screen in customizer. ([28618](https://github.com/WordPress/gutenberg/pull/28618))
- Global Styles:
    - Use context when translating entries in theme.json. ([28246](https://github.com/WordPress/gutenberg/pull/28246))
- REST API:
    - Add URL Details endpoint to REST API to allow retrieval of info about a remote URL. ([18042](https://github.com/WordPress/gutenberg/pull/18042))
    - Pattern Directory API: Return the block pattern value as content. ([28799](https://github.com/WordPress/gutenberg/pull/28799))
    - Pattern Directory API: Add a `keyword` filter parameter. ([28794](https://github.com/WordPress/gutenberg/pull/28794))
- UI Components:
    - Group all experimental components in the `ui` folder. ([28624](https://github.com/WordPress/gutenberg/pull/28624))
    - Fix types. ([28571](https://github.com/WordPress/gutenberg/pull/28571))
    - Add VStack component. ([28798](https://github.com/WordPress/gutenberg/pull/28798))
    - Add HStack component. ([28707](https://github.com/WordPress/gutenberg/pull/28707))
    - Add Flex component. ([28609](https://github.com/WordPress/gutenberg/pull/28609))

### Documentation

- Theme.json Documentation: Clarify naming schema for CSS Custom Properties. ([28639](https://github.com/WordPress/gutenberg/pull/28639))
- Update Versions in WordPress to include 5.6.1 & 5.7. ([28641](https://github.com/WordPress/gutenberg/pull/28641))
- Typos and tweaks: ([28667](https://github.com/WordPress/gutenberg/pull/28667)), ([28657](https://github.com/WordPress/gutenberg/pull/28657)), ([28655](https://github.com/WordPress/gutenberg/pull/28655)), ([28898](https://github.com/WordPress/gutenberg/pull/28898)), ([28894](https://github.com/WordPress/gutenberg/pull/28894)), ([28762](https://github.com/WordPress/gutenberg/pull/28762)), ([28877](https://github.com/WordPress/gutenberg/pull/28877)).

### Code Quality

- Improve ButtonBlockAppender styles. ([28464](https://github.com/WordPress/gutenberg/pull/28464))
- Blocks: Move the logic for Template Part label to the block. ([28828](https://github.com/WordPress/gutenberg/pull/28828))
- @wordpress/block-directory package: Replace string store names. ([28777](https://github.com/WordPress/gutenberg/pull/28777))
- @wordpress/block-editor package: Replace string store names. ([28775](https://github.com/WordPress/gutenberg/pull/28775))
- Site Editor: Replace core/edit-site store name with store object. ([28722](https://github.com/WordPress/gutenberg/pull/28722)), ([28695](https://github.com/WordPress/gutenberg/pull/28695))
- Relax JSDoc validation for typed packages. ([28729](https://github.com/WordPress/gutenberg/pull/28729))
- Change apt command to apt-get command. ([28840](https://github.com/WordPress/gutenberg/pull/28840))
- Refactor Buttons block to use JustifyToolbar controls. ([28768](https://github.com/WordPress/gutenberg/pull/28768))
- i18n hooks: Don't use typeof to check value falsiness. ([28733](https://github.com/WordPress/gutenberg/pull/28733))
- Components: Set a default for the ComboboxControl onFilterValueChange. ([28492](https://github.com/WordPress/gutenberg/pull/28492))

### Tools

- List all dependencies when checking licenses in NPM 7. ([28909](https://github.com/WordPress/gutenberg/pull/28909))
- Allow blank GitHub issues again. ([28866](https://github.com/WordPress/gutenberg/pull/28866))
- wp-env.json: Pin tt1-blocks dependency to v0.4.3. ([28741](https://github.com/WordPress/gutenberg/pull/28741))
- Add eslint rule for preventing string literals in select/dispatch/useDispatch. ([28726](https://github.com/WordPress/gutenberg/pull/28726))
- build-worker: Extract the functions that build CSS and JS. ([28724](https://github.com/WordPress/gutenberg/pull/28724))
- Unit Tests Workflow: Enable for documentation-only PRs. ([28696](https://github.com/WordPress/gutenberg/pull/28696))
- Fix end-to-end failures on 'Front Page' template. ([28638](https://github.com/WordPress/gutenberg/pull/28638))
- Fix lint issues (proper number of spaces). ([28629](https://github.com/WordPress/gutenberg/pull/28629))
- Fix legacy settings tests for custom spacing. ([28628](https://github.com/WordPress/gutenberg/pull/28628))
- end-to-end tests: Handle upgrade screen. ([28592](https://github.com/WordPress/gutenberg/pull/28592))
- Add eslint rules to guard against unexpected imports/exports. ([28513](https://github.com/WordPress/gutenberg/pull/28513))
- Add a welcome comment to first time contributor PRs. ([28118](https://github.com/WordPress/gutenberg/pull/28118))
- end-to-end Tests: Document Settings. ([27715](https://github.com/WordPress/gutenberg/pull/27715))
- Updating composer packages for php8 compatibility. ([28623](https://github.com/WordPress/gutenberg/pull/28623))

### Various

- Adjust defaults for COMPONENT_SYSTEM_PHASE variable. ([28772](https://github.com/WordPress/gutenberg/pull/28772))
- build-worker: Call callback with error when no task for extension. ([28723](https://github.com/WordPress/gutenberg/pull/28723))

= 9.9.3 =

### Bug fixes

- Gallery Block: Add z-index to fig caption to make sure it is still selectable ([28992](https://github.com/WordPress/gutenberg/pull/28992)
- Inserter: Prevent focused block from stealing focus when inserting a new block ([28962](https://github.com/WordPress/gutenberg/pull/28962))


= 9.9.2 =

### Bug fixes

- Remove duplication of editor styles ([28837](https://github.com/WordPress/gutenberg/pull/28837))
- Add useMergeRefs hook ([27768](https://github.com/WordPress/gutenberg/pull/27768)) (dependency of 28837)
- Cover: add missing align attr to deprecation ([28796](https://github.com/WordPress/gutenberg/pull/28796))

= 9.9.1 =

### Bug fixes

- Global Styles: enqueue preset classes in the front-end.
- Global Styles: load styles in iframed site editor.


= 9.9.0 =

### Enhancements

- Try more muted sibling inserter. ([28550](https://github.com/WordPress/gutenberg/pull/28550))
- Make sure toggleProps doesn't replace important props on ToolbarGroup. ([28401](https://github.com/WordPress/gutenberg/pull/28401))
- Improve visual clarity of reusable block. ([28318](https://github.com/WordPress/gutenberg/pull/28318))
- Dark Theme Support: Allow for theme modifications. ([28233](https://github.com/WordPress/gutenberg/pull/28233))
- Add disabled support in ToggleControl and FormToggle. ([28228](https://github.com/WordPress/gutenberg/pull/28228))
- Show the spacer block background on hover. ([28129](https://github.com/WordPress/gutenberg/pull/28129))
- Social Icons: Add icon & background color options. ([28084](https://github.com/WordPress/gutenberg/pull/28084))
- Support both horizontal and vertical in-between inserters. ([27860](https://github.com/WordPress/gutenberg/pull/27860))
- Image Block: Add border radius support. ([27667](https://github.com/WordPress/gutenberg/pull/27667))
- Overlay on disabled elements, to catch events and show tooltips. ([27529](https://github.com/WordPress/gutenberg/pull/27529))
- Try: System font for vanilla editor styles. ([26822](https://github.com/WordPress/gutenberg/pull/26822))
- Only consider legal block types for the block list when transforming files to blocks. ([26816](https://github.com/WordPress/gutenberg/pull/26816))

### New APIs

- Block API: Allow overriding the category for block variations. ([28482](https://github.com/WordPress/gutenberg/pull/28482))
- Create Block: Add optional support for wp-env. ([28234](https://github.com/WordPress/gutenberg/pull/28234))
- Make i18n functions filter their return values. ([27966](https://github.com/WordPress/gutenberg/pull/27966))

### Breaking Change

The [format](https://developer.wordpress.org/block-editor/developers/themes/theme-json/) of the `experimental-theme.json` has been updated as per

- Split global block selector into root and defaults. ([28533](https://github.com/WordPress/gutenberg/pull/28533))
- Make settings and style top-level keys. ([28110](https://github.com/WordPress/gutenberg/pull/28110))

Before:

```json
{
  "global": {
    "settings": { ... },
    "styles": { ... }
  },
  "core/paragraph": {
    "settings": { ... },
    "styles": { ... }
  }
}
```

After:

```json
{
  "settings": {
    "defaults": { ... },
    "root": { ... },
    "core/paragraph": { ... }
  },
  "styles": {
    "root": { ... },
    "core/paragraph": { ... }
  }
}
```

### Bug Fixes

- Fix sibling inserter color. ([28579](https://github.com/WordPress/gutenberg/pull/28579))
- Fix issues causing the cover block to black out with a fixed background. ([28565](https://github.com/WordPress/gutenberg/pull/28565))
- Fix site editor pins. ([28547](https://github.com/WordPress/gutenberg/pull/28547))
- Resolve issue where insertion point is in incorrect position after changing block selection. ([28542](https://github.com/WordPress/gutenberg/pull/28542))
- Components: Fix truncate export. ([28527](https://github.com/WordPress/gutenberg/pull/28527))
- Pinned items regression followup. ([28526](https://github.com/WordPress/gutenberg/pull/28526))
- Fix regression with pinned plugin items on mobile. ([28521](https://github.com/WordPress/gutenberg/pull/28521))
- Fix margins and width of 100%-width buttons. ([28467](https://github.com/WordPress/gutenberg/pull/28467))
- Fix regression caused by #28395. ([28462](https://github.com/WordPress/gutenberg/pull/28462))
- Fix aborted rendering of non-nested reusable blocks. ([28461](https://github.com/WordPress/gutenberg/pull/28461))
- Show insertion point after the last block in a container. ([28418](https://github.com/WordPress/gutenberg/pull/28418))
- Reusable blocks: Prevent infinite recursion. ([28405](https://github.com/WordPress/gutenberg/pull/28405))
- Fix block inserter automatic reorder. ([28392](https://github.com/WordPress/gutenberg/pull/28392))
- Create Block: Extract the package name from the template value. ([28383](https://github.com/WordPress/gutenberg/pull/28383))
- Fix handling of raw transforms that return multiple blocks. ([28371](https://github.com/WordPress/gutenberg/pull/28371))
- Fix repeated backgrounds with transparent images. ([28362](https://github.com/WordPress/gutenberg/pull/28362))
- Ensure inline image width popover doesn't appear over media library modal. ([28333](https://github.com/WordPress/gutenberg/pull/28333))
- Fix bad var name in BlockParentSelector. ([28325](https://github.com/WordPress/gutenberg/pull/28325))
- Fix repeated backgrounds for cover srcset. ([28310](https://github.com/WordPress/gutenberg/pull/28310))
- Simple wording fix. ([28288](https://github.com/WordPress/gutenberg/pull/28288))
- Fix allowedFormats in RichText component. ([28282](https://github.com/WordPress/gutenberg/pull/28282))
- Fix file formatting for end-to-end test plugin. ([28266](https://github.com/WordPress/gutenberg/pull/28266))
- Fix backwards compatibility issue with Inline Image format. ([28223](https://github.com/WordPress/gutenberg/pull/28223))
- Inserter: Fix left padding on Block Pattern Inserter dropdown. ([28150](https://github.com/WordPress/gutenberg/pull/28150))
- Fix toolbar keyboard navigation after pressing alt+F10. ([28068](https://github.com/WordPress/gutenberg/pull/28068))
- Image Block: Update linkDestination when editing image link URL. ([27801](https://github.com/WordPress/gutenberg/pull/27801))
- Fix for: [Interface Skeleton] Limit the editor width to prevent some blocks to grow infinitely wide. ([27695](https://github.com/WordPress/gutenberg/pull/27695))
- Button component: Add margin around the dash icon. ([27461](https://github.com/WordPress/gutenberg/pull/27461))
- Fix issue where resetBlocks can result in an incorrect block selection. ([21598](https://github.com/WordPress/gutenberg/pull/21598))
- Fix Cover block position. ([28653](https://github.com/WordPress/gutenberg/pull/28653))
- Add minHeightUnit to latest core/cover deprecation. ([28627](https://github.com/WordPress/gutenberg/pull/28627))

### Experiments

- Try: Fix menu item word wrap. ([28516](https://github.com/WordPress/gutenberg/pull/28516))
- Fix URL cutoff. ([28515](https://github.com/WordPress/gutenberg/pull/28515))
- Mark Post Comments Warning as block. ([28511](https://github.com/WordPress/gutenberg/pull/28511))
- Add widget id to blocks in the widgets screen. ([28379](https://github.com/WordPress/gutenberg/pull/28379))
- Remove new navigation block features in the navigation editor. ([28378](https://github.com/WordPress/gutenberg/pull/28378))
- Full Site Editing: Update theme attribute injection and removal. ([28368](https://github.com/WordPress/gutenberg/pull/28368))
- Template Part - fix labels shown - use title instead of slug. ([28330](https://github.com/WordPress/gutenberg/pull/28330))
- Root element & border radius. ([28320](https://github.com/WordPress/gutenberg/pull/28320))
- FSE: Parse the template before <head> gets rendered. ([28319](https://github.com/WordPress/gutenberg/pull/28319))
- Site Editor: Use correct title property in snackbar after inserting Template Part. ([28306](https://github.com/WordPress/gutenberg/pull/28306))
- Edit Site: Fix templates export. ([28292](https://github.com/WordPress/gutenberg/pull/28292))
-  Hide query block toolbar settings if query is inherited. ([28290](https://github.com/WordPress/gutenberg/pull/28290))
- Site Editor: Add template part missing state. ([28277](https://github.com/WordPress/gutenberg/pull/28277))
- Site Editor: Hide resize handle. ([28272](https://github.com/WordPress/gutenberg/pull/28272))
- Fix save, undo and redo keyboard shortcuts in navigation editor. ([28257](https://github.com/WordPress/gutenberg/pull/28257))
- Fix template part border states. ([28241](https://github.com/WordPress/gutenberg/pull/28241))
- Fix entity spotlight system. ([28239](https://github.com/WordPress/gutenberg/pull/28239))
- Fix the nav menu justify controls menu style. ([28222](https://github.com/WordPress/gutenberg/pull/28222))
- Polish the appender focus style. ([28219](https://github.com/WordPress/gutenberg/pull/28219))
- Core Data: Add __experimentalBatch(). ([28210](https://github.com/WordPress/gutenberg/pull/28210))
- Post Title block: Add placeholder state. ([28198](https://github.com/WordPress/gutenberg/pull/28198))
- Fix navigation editor error. ([28190](https://github.com/WordPress/gutenberg/pull/28190))
- Try: Allow space between on menu items. ([28169](https://github.com/WordPress/gutenberg/pull/28169))
- Query pagination with InnerBlocks. ([28125](https://github.com/WordPress/gutenberg/pull/28125))
- Template Parts: Fix loading issue. ([28088](https://github.com/WordPress/gutenberg/pull/28088))
- Add support for border configuration via theme.json. ([28049](https://github.com/WordPress/gutenberg/pull/28049))
- [Widgets screen] Fix categorization not showing in the global inserter. ([28036](https://github.com/WordPress/gutenberg/pull/28036))
- Update the layout of the title in the top bar while template editing. ([27845](https://github.com/WordPress/gutenberg/pull/27845))
- Expose group/ungroup buttons in site editor. ([27611](https://github.com/WordPress/gutenberg/pull/27611))
- Disable alignment for innerBlocks of Nav Block. ([27365](https://github.com/WordPress/gutenberg/pull/27365))
- Add thunk actions to replace rungen and controls. ([27276](https://github.com/WordPress/gutenberg/pull/27276))
- Navigation Block: Placeholder empty state. ([26947](https://github.com/WordPress/gutenberg/pull/26947))
- Open dropdown before focus on submenu item. ([25322](https://github.com/WordPress/gutenberg/pull/25322))

### Documentation

- Docs: Add new page for i18n filters. ([28553](https://github.com/WordPress/gutenberg/pull/28553))
- Docs: Update list of core block categories. ([28483](https://github.com/WordPress/gutenberg/pull/28483))
- Fixed gramatical error. ([28452](https://github.com/WordPress/gutenberg/pull/28452))
- Update the main readme with the current Gutenberg project phase. ([28359](https://github.com/WordPress/gutenberg/pull/28359))
- Docs: Update links used in the developer portal. ([28354](https://github.com/WordPress/gutenberg/pull/28354))
- Docs: Update links to reference HEAD instead of a specific branch. ([28331](https://github.com/WordPress/gutenberg/pull/28331))
- Docs: Fix supports color gradient(s). ([28328](https://github.com/WordPress/gutenberg/pull/28328))
- Chore: Add changelog for 28231. ([28232](https://github.com/WordPress/gutenberg/pull/28232))
- Block Card: Update readme. ([28226](https://github.com/WordPress/gutenberg/pull/28226))
- Improve the intro page of the Block Editor Handbook. ([28142](https://github.com/WordPress/gutenberg/pull/28142))
- Update documentation to use allowedFormats instead of the deprecated formattingControls. ([25639](https://github.com/WordPress/gutenberg/pull/25639))

### Code Quality

- Try: Polish block menu and show only fills when available. ([28486](https://github.com/WordPress/gutenberg/pull/28486))
- Rename some template part icons. ([28458](https://github.com/WordPress/gutenberg/pull/28458))
- Block Editor: Add hook: UseNoRecursiveRenders. ([28428](https://github.com/WordPress/gutenberg/pull/28428))
- Coding Standards: Fix PHPCS warnings. ([28343](https://github.com/WordPress/gutenberg/pull/28343))
- Change the way RTL styles get enqueued. ([28274](https://github.com/WordPress/gutenberg/pull/28274))
- Remove code no longer necessary. ([28188](https://github.com/WordPress/gutenberg/pull/28188))
- Update/simplify case transforms. ([28171](https://github.com/WordPress/gutenberg/pull/28171))
- Fix non static method WP_Block_Parser::Freeform called statically. ([28017](https://github.com/WordPress/gutenberg/pull/28017))
- Refactor out CSS gradient from custom-gradient-bar. ([27936](https://github.com/WordPress/gutenberg/pull/27936))

### Tools

- Dependencies: Upgrade TypeScript. ([28586](https://github.com/WordPress/gutenberg/pull/28586))
- ESLint Plugin: Add missing eslint-plugin-import dependency. ([28545](https://github.com/WordPress/gutenberg/pull/28545))
- Wp-env: Add MySQL port info to start logs. ([28441](https://github.com/WordPress/gutenberg/pull/28441))
- Run the load time indicator computation multiple times. ([28419](https://github.com/WordPress/gutenberg/pull/28419))
- Don't add default-custom-properties styles to all compiled files. ([28395](https://github.com/WordPress/gutenberg/pull/28395))
- Fix typewriter test by using mouse.wheel and waiting for scroll. ([28376](https://github.com/WordPress/gutenberg/pull/28376))
- Fix end-to-end tests in widgets screen. ([28375](https://github.com/WordPress/gutenberg/pull/28375))
- Replace deprecated waitFor in end-to-end tests. ([28360](https://github.com/WordPress/gutenberg/pull/28360))
- Improve robustness of nav screen test. ([28344](https://github.com/WordPress/gutenberg/pull/28344))
- Preferences modal redesign. ([28329](https://github.com/WordPress/gutenberg/pull/28329))
- Site Editor: Add end-to-end tests for templates export. ([28324](https://github.com/WordPress/gutenberg/pull/28324))
- Site Editor: Add unit test for site templates export. ([28323](https://github.com/WordPress/gutenberg/pull/28323))
- Fix widgets screen end-to-end tests. ([28264](https://github.com/WordPress/gutenberg/pull/28264))
- Add more tests for processing theme.json logic. ([28202](https://github.com/WordPress/gutenberg/pull/28202))
- Update nosolosw notifs. ([28189](https://github.com/WordPress/gutenberg/pull/28189))
- Remove @talldan from some codeowners paths. ([28182](https://github.com/WordPress/gutenberg/pull/28182))
- Add stale issue workflow for issues with need info requested. ([28179](https://github.com/WordPress/gutenberg/pull/28179))
- Custom script distclean to remove node_modules of all packages. ([28177](https://github.com/WordPress/gutenberg/pull/28177))
- Add some basic end-to-end tests for the widgets screen. ([28160](https://github.com/WordPress/gutenberg/pull/28160))
- Testing: Add CI workflow covering Node.js 12. ([28139](https://github.com/WordPress/gutenberg/pull/28139))
- wp-env: Fix upload directory conflict in phpunit service. ([28120](https://github.com/WordPress/gutenberg/pull/28120))
- Update issue templates. ([27570](https://github.com/WordPress/gutenberg/pull/27570))

### Various

- Make custom spacing work with core. ([28548](https://github.com/WordPress/gutenberg/pull/28548))
- Component System: Add Grid Component. ([28531](https://github.com/WordPress/gutenberg/pull/28531))
- Block Validation: Allow unitless zero CSS lengths. ([28501](https://github.com/WordPress/gutenberg/pull/28501))
- Add check for zero to the FocalPointPicker mediaRef which prevents a division by zero error. ([28499](https://github.com/WordPress/gutenberg/pull/28499))
- Social Link: Add a class to the anchor element. ([28494](https://github.com/WordPress/gutenberg/pull/28494))
- Components: Integrate G2 Text component. ([28475](https://github.com/WordPress/gutenberg/pull/28475))
- Block Mover wording: 'Move block position' to 'Change block position'. ([28454](https://github.com/WordPress/gutenberg/pull/28454))
- [Documentation] : Fixing grammar. ([28447](https://github.com/WordPress/gutenberg/pull/28447))
- Docs: Update tree and raw-content links to reference HEAD instead of a specific branch. ([28431](https://github.com/WordPress/gutenberg/pull/28431))
- Image: Add flow for converting to cover block from toolbar. ([28414](https://github.com/WordPress/gutenberg/pull/28414))
- Cover: Improve various states. ([28384](https://github.com/WordPress/gutenberg/pull/28384))
- Update HTML Anchor description to refer to block instead of heading. ([28367](https://github.com/WordPress/gutenberg/pull/28367))
- Packages: Use canary flag for npm releases with next dist tag. ([28357](https://github.com/WordPress/gutenberg/pull/28357))
- Packages: Fully automate npm publishing with the latest and next tags. ([28335](https://github.com/WordPress/gutenberg/pull/28335))
- CODEOWNERS: Tweak for ella. ([28326](https://github.com/WordPress/gutenberg/pull/28326))
- Block Transform: Fix isMultiBlock property name. ([28321](https://github.com/WordPress/gutenberg/pull/28321))
- Warning component: Remove extra margin. ([28316](https://github.com/WordPress/gutenberg/pull/28316))
- Block Directory: Silently avoid re-installing local blocks. ([28304](https://github.com/WordPress/gutenberg/pull/28304))
- Inserter: Add description to content used in search. ([28301](https://github.com/WordPress/gutenberg/pull/28301))
- Try: Show reusable block parent border when child selected. ([28283](https://github.com/WordPress/gutenberg/pull/28283))
- Components: Update dependencies shared with G2 components. ([28280](https://github.com/WordPress/gutenberg/pull/28280))
- Try: Zero width space in empty paragraph. ([28268](https://github.com/WordPress/gutenberg/pull/28268))
- Alow setting the crossOrigin attribute for the image transform's image using a filter. ([28255](https://github.com/WordPress/gutenberg/pull/28255))
- Navigation component: Fix button outline. ([28230](https://github.com/WordPress/gutenberg/pull/28230))
- Components: Add truncate. ([28176](https://github.com/WordPress/gutenberg/pull/28176))
- Add panel button props. ([28147](https://github.com/WordPress/gutenberg/pull/28147))
- Add "Show block breadcrumbs" preference. ([28133](https://github.com/WordPress/gutenberg/pull/28133))
- NavigationMenu component: Add isSearchDebouncing prop. ([28102](https://github.com/WordPress/gutenberg/pull/28102))
- Try: Make empty paragraphs take up the same space on the frontend, as in the editor. ([27995](https://github.com/WordPress/gutenberg/pull/27995))
- Change the block editor inserter quick inserter border color. ([27866](https://github.com/WordPress/gutenberg/pull/27866))
- Save editors value on change. ([27717](https://github.com/WordPress/gutenberg/pull/27717))
- Component System: Upgrade FontSizePicker. ([27594](https://github.com/WordPress/gutenberg/pull/27594))
- Adjust borders on gallery to prevent overlap. ([27312](https://github.com/WordPress/gutenberg/pull/27312))
- Pattern Directory: Create endpoints to proxy api.w.org/patterns. ([26578](https://github.com/WordPress/gutenberg/pull/26578))
- Show text labels in block toolbars when option is set. ([26135](https://github.com/WordPress/gutenberg/pull/26135))
- Block Directory: Filter out disallowed blocks before showing available blocks. ([25926](https://github.com/WordPress/gutenberg/pull/25926))

= 9.8.4 =

- Cover Block:
  - Fix issues causing the cover block to black out with a fixed background ([28565](https://github.com/WordPress/gutenberg/pull/28565))
  - Fix embed position ([28653](https://github.com/WordPress/gutenberg/pull/28653))
- Pinned items:
  - Fix regression with pinned plugin items on mobile ([28521](https://github.com/WordPress/gutenberg/pull/28521))
  - Pinned items regression followup ([28526](https://github.com/WordPress/gutenberg/pull/28526))

= 9.8.3 =

### Bug Fixes

- Cover Block: Add `minHeightUnit` to latest deprecation. ([28627](https://github.com/WordPress/gutenberg/pull/28627))

= 9.8.2 =

### Bug Fixes

- Cover Block: Prevent division by zero in FocalPointPicker ([28499](https://github.com/WordPress/gutenberg/pull/28499))
- Block Validation: Allow unitless zero CSS lengths ([28501](https://github.com/WordPress/gutenberg/pull/28501))


= 9.8.1 =

### Bug Fixes

- Cover Block:
  - Revert "Cover: Fix matrix alignment issue. (#28361)" ([28364](https://github.com/WordPress/gutenberg/pull/28364))
  - Fix visual regression. ([28404](https://github.com/WordPress/gutenberg/pull/28404))
- FSE: fix iframe error in Firefox. ([28212](https://github.com/WordPress/gutenberg/pull/28212))


= 9.8.0 =

### Enhancements

- Use a semi transparent background for the spacer block when selected. ([28103](https://github.com/WordPress/gutenberg/pull/28103))
- Display matching variation icon in Block Switcher. ([27903](https://github.com/WordPress/gutenberg/pull/27903))

### New APIs

- Create Block: Allow using locally installed packages with templates. ([28105](https://github.com/WordPress/gutenberg/pull/28105))
- Create block: Add support for static assets. ([28038](https://github.com/WordPress/gutenberg/pull/28038))
- Compose: Export useIsomorphicLayoutEffect and use it. ([28023](https://github.com/WordPress/gutenberg/pull/28023))

### Bug Fixes

- Reusable Blocks:
  - Show an error message when a reusable block has gone missing. ([28126](https://github.com/WordPress/gutenberg/pull/28126))
  - Fix dismiss notice after error. ([28015](https://github.com/WordPress/gutenberg/pull/28015))
- Cover Block:
  - Fix nested cover block bug. ([28114](https://github.com/WordPress/gutenberg/pull/28114))
  - Fix invalid cover block transforms. ([28087](https://github.com/WordPress/gutenberg/pull/28087))
  - Fix cover regression. ([28287](https://github.com/WordPress/gutenberg/pull/28287))
  - Fix Cover focal point picker. ([28350](https://github.com/WordPress/gutenberg/pull/28350))
  - Fix matrix alignment issue. ([28361](https://github.com/WordPress/gutenberg/pull/28361))
- Fix block error when transforming blocks with Link Popover opened. ([28136](https://github.com/WordPress/gutenberg/pull/28136))
- Fix PHP Notice in navigation-link. ([28134](https://github.com/WordPress/gutenberg/pull/28134))
- Prevent link paste in RichText components in Button and Navigation blocks. ([28130](https://github.com/WordPress/gutenberg/pull/28130))
- Fix floating date status inferred for posts where the status has been edited. ([28127](https://github.com/WordPress/gutenberg/pull/28127))
- BlockSwitcher: Fix crash due to null reference. ([28122](https://github.com/WordPress/gutenberg/pull/28122))
- Verse: Fix line-wrap rendering on front-end of site. ([28109](https://github.com/WordPress/gutenberg/pull/28109))
- FocalPointPicker: Fix rendering and dragging experience. ([28096](https://github.com/WordPress/gutenberg/pull/28096))
- Block Directory: Fix "missing" block when the block can be installed from the directory. ([28030](https://github.com/WordPress/gutenberg/pull/28030))
- Fix locked template not updating when inner blocks template prop changes. ([28007](https://github.com/WordPress/gutenberg/pull/28007))
- Fix editor crash when registering a block pattern without `categories`. ([27970](https://github.com/WordPress/gutenberg/pull/27970))
- Fix the RTL editor styles and the theme styles option. ([27947](https://github.com/WordPress/gutenberg/pull/27947))
- Don't close the block inserter when clicking the scrollbar or an empty area. ([27946](https://github.com/WordPress/gutenberg/pull/27946))
- Fix AlignmentMatrixControl focus issue. ([27945](https://github.com/WordPress/gutenberg/pull/27945))
- Fix unexpected autosave for published posts. ([27942](https://github.com/WordPress/gutenberg/pull/27942))
- Fix RadioGroup to support zero as a Radio value. ([27906](https://github.com/WordPress/gutenberg/pull/27906))
- Update embed block transforms to permit multiple links to be pasted in a paragraph (#27551). ([27746](https://github.com/WordPress/gutenberg/pull/27746))
- Change the week header and left button style to meet the date spacing. ([27730](https://github.com/WordPress/gutenberg/pull/27730))
- Add aria labels to box control component inputs/button. ([27727](https://github.com/WordPress/gutenberg/pull/27727))
- Use clientWidth when no width is available for cropper. ([27687](https://github.com/WordPress/gutenberg/pull/27687))
- Core Data: Normalize `_fields` value for use in `stableKey`. ([27526](https://github.com/WordPress/gutenberg/pull/27526))
- Fix appender margins again. ([27392](https://github.com/WordPress/gutenberg/pull/27392))

### Performance

- Components: Expose composite API from Reakit. ([28085](https://github.com/WordPress/gutenberg/pull/28085))
- Improve Inserter block hover performance. ([26348](https://github.com/WordPress/gutenberg/pull/26348))

### Experiments

- Full Site Editing Framework:
  - Load content in iframe. ([25775](https://github.com/WordPress/gutenberg/pull/25775))
  - Avoid using auto-drafts for theme templates and template parts. ([27910](https://github.com/WordPress/gutenberg/pull/27910))
    - Delete unused options while upgrading the plugin. ([28164](https://github.com/WordPress/gutenberg/pull/28164))
    - Fix _wp_file_based term deletion in migration. ([28300](https://github.com/WordPress/gutenberg/pull/28300))
  - Fix the border radius in the site editor. ([27986](https://github.com/WordPress/gutenberg/pull/27986))
- theme.json:
  - Add border radius to the theme styles schema. ([27791](https://github.com/WordPress/gutenberg/pull/27791))
  - Add theme.json i18n mechanism and JSON file specifying which theme.json paths are translatable. ([27380](https://github.com/WordPress/gutenberg/pull/27380))
  - Add: Save time theme.json escaping. ([28061](https://github.com/WordPress/gutenberg/pull/28061))
- Group Block: Add border radius. ([27665](https://github.com/WordPress/gutenberg/pull/27665))
- Hide the theme without comments.php deprecation message. ([28128](https://github.com/WordPress/gutenberg/pull/28128))
- Fix navigation editor. ([28080](https://github.com/WordPress/gutenberg/pull/28080))
- Widgets: Temporary fix for saving widgets. ([28078](https://github.com/WordPress/gutenberg/pull/28078))
- Decouple query from edit site. ([27972](https://github.com/WordPress/gutenberg/pull/27972))
- Only enable the template mode for viewable post types. ([27948](https://github.com/WordPress/gutenberg/pull/27948))
- Box control units: Ensure custom units are preserved. ([27800](https://github.com/WordPress/gutenberg/pull/27800))
- Navigation Block: Use draft status when user creates a post and don't render unpublished posts in menus. ([27207](https://github.com/WordPress/gutenberg/pull/27207))

### Documentation

- Docs: Improve README file for `@wordpress/create-block`. ([28052](https://github.com/WordPress/gutenberg/pull/28052))
- Create Block: Update the demo included in the README file. ([28037](https://github.com/WordPress/gutenberg/pull/28037))
- Docs: Switch heading to Quick Start for consistency. ([28019](https://github.com/WordPress/gutenberg/pull/28019))
- Docs: A wether, as it turns out, is a castrated ram. ([28008](https://github.com/WordPress/gutenberg/pull/28008))
- Update Quickstart guide for the Development Environment documentation. ([28005](https://github.com/WordPress/gutenberg/pull/28005))
- Update copyright year to 2021 in `license.md`. ([27951](https://github.com/WordPress/gutenberg/pull/27951))
- Block API: Add more inline comments. ([20257](https://github.com/WordPress/gutenberg/pull/20257))
- Changelog: Group entries for 9.8.0-rc.1. ([28332](https://github.com/WordPress/gutenberg/pull/28332))

### Code Quality

- Remove effects test file and remove unused refx dependency. ([28162](https://github.com/WordPress/gutenberg/pull/28162))
- Annotations: Replace store name string with exposed store definition. ([28156](https://github.com/WordPress/gutenberg/pull/28156))
- Edit Widgets: Replace store name string with exposed store definition. ([28044](https://github.com/WordPress/gutenberg/pull/28044))
- Interface: Replace store name string with exposed store definition. ([28041](https://github.com/WordPress/gutenberg/pull/28041))
- Upgrade Reakit to version 1.3.4. ([28013](https://github.com/WordPress/gutenberg/pull/28013))
- Fix PHPCS warning: Undefined variable $i. ([27955](https://github.com/WordPress/gutenberg/pull/27955))
- Consolidate block editor initializations. ([27954](https://github.com/WordPress/gutenberg/pull/27954))
- Fix create-block PHP template files according to WordPress standards. ([27949](https://github.com/WordPress/gutenberg/pull/27949))
- block-directory: Simplify the LOAD_ASSETS flow by making it an async function. ([25956](https://github.com/WordPress/gutenberg/pull/25956))

### Tools

- Workflows (i.e. GitHub Actions):
  - Create Release Draft when tagging version. ([27488](https://github.com/WordPress/gutenberg/pull/27488))
  - Add action to upload release to SVN repo. ([27591](https://github.com/WordPress/gutenberg/pull/27591))
  - Compare Performance upon Release. ([28046](https://github.com/WordPress/gutenberg/pull/28046))
  - Build Plugin Workflow: Bump node version to 14. ([28048](https://github.com/WordPress/gutenberg/pull/28048))
- End-to-end tests:
  - FSE: Fix intermittent errors in multi entity editing test. ([28107](https://github.com/WordPress/gutenberg/pull/28107))
  - Fix randomly failing end-to-end test. ([28073](https://github.com/WordPress/gutenberg/pull/28073))
  - Upgrade puppeteer to 5.5.0. ([28055](https://github.com/WordPress/gutenberg/pull/28055))
  - Performance tests: Fix. ([28026](https://github.com/WordPress/gutenberg/pull/28026))
- Scripts:
  - Align default engines for `check-engines` with the package. ([28143](https://github.com/WordPress/gutenberg/pull/28143))
  - Add support for static assets in build commands. ([28043](https://github.com/WordPress/gutenberg/pull/28043))
  - Make it possible to transpile `.jsx` files with build command. ([28002](https://github.com/WordPress/gutenberg/pull/28002))
  - ESLint minor version upgrade to 7.17.0. ([27965](https://github.com/WordPress/gutenberg/pull/27965))
  - Upgrade Jest to the new major version (26.x). ([27956](https://github.com/WordPress/gutenberg/pull/27956))
  - Use @wordpress/stylelint-config in @wordpress/scripts. ([27810](https://github.com/WordPress/gutenberg/pull/27810))
- Linting:
  - ESLint Plugin: Enable import rules used in Gutenberg. ([27387](https://github.com/WordPress/gutenberg/pull/27387))
  - Add no-unsafe-wp-apis to recommended configuration. ([27327](https://github.com/WordPress/gutenberg/pull/27327))
  - Remove /wordpress from test/linting ignore paths. ([20270](https://github.com/WordPress/gutenberg/pull/20270))
  - Update changelog for stylelint-config. ([28074](https://github.com/WordPress/gutenberg/pull/28074))
- Testing: Prevent a direct usage of Reakit. ([28095](https://github.com/WordPress/gutenberg/pull/28095))
- Update the minimum Node.js version to 12. ([27934](https://github.com/WordPress/gutenberg/pull/27934))
- wp-env: Ensure the environment is used with the logs command. ([27907](https://github.com/WordPress/gutenberg/pull/27907))
- Packages: Fully automate npm publishing with the latest and next tags ([28335](https://github.com/WordPress/gutenberg/pull/28335))
- Upgrade webpack to version 5. ([26382](https://github.com/WordPress/gutenberg/pull/26382))
- Revert "Upgrade webpack to version 5". ([27974](https://github.com/WordPress/gutenberg/pull/27974))

### Various

- Gutenpride Template:
  - New Package to use with the tutorial. ([27881](https://github.com/WordPress/gutenberg/pull/27881))
  - Create Block: Enhancements to Gutenpride tutorial template. ([28215](https://github.com/WordPress/gutenberg/pull/28215))
- URL: Remove redundant array coercion. ([28072](https://github.com/WordPress/gutenberg/pull/28072))
- Visual editor: Remove focusable wrapper. ([28058](https://github.com/WordPress/gutenberg/pull/28058))
- Readme: Increase tested Version up to WP 5.6. ([28050](https://github.com/WordPress/gutenberg/pull/28050))
- Interface: Remove deprecated prop from InterfaceSkeleton. ([28034](https://github.com/WordPress/gutenberg/pull/28034))
- List View: Reduce whitespace and always show nested blocks. ([28029](https://github.com/WordPress/gutenberg/pull/28029))
- Making the sidebar inspector's tabs stick when scrolling. ([28003](https://github.com/WordPress/gutenberg/pull/28003))
- Chore: Update Lerna dependency. ([27990](https://github.com/WordPress/gutenberg/pull/27990))
- Try: Make focus width a CSS variable. ([27968](https://github.com/WordPress/gutenberg/pull/27968))
- Add translation context to all block's titles. ([27933](https://github.com/WordPress/gutenberg/pull/27933))
- Add primary destructive button style. ([27774](https://github.com/WordPress/gutenberg/pull/27774))
- Modifies the widgets dashboard link to point to the new widgets editor. ([26880](https://github.com/WordPress/gutenberg/pull/26880))
- Use standard select element for small number of authors. ([26426](https://github.com/WordPress/gutenberg/pull/26426))
- Add srcset for cover image. ([25171](https://github.com/WordPress/gutenberg/pull/25171))


= 9.7.4 =

### Bug Fixes

- Fix isRTL check by loading the ltr string explicitely.


= 9.7.3 =

### Bug Fixes

- Prevent mangle of translation functions to fix RTL locales.


= 9.7.2 =

### Bug Fixes

- Keep the inserter opened when clicking the scrollbar.

### Various

- Updated the "tested up to" WordPress version.


= 9.7.1 =

### Bug Fixes

 - Fix styling of the verse block.


= 9.7.0 =

### Features

- Support drag and dropping block patterns from the inserter. ([27927](https://github.com/WordPress/gutenberg/pull/27927))

### Enhancements

- Improve the Reusable Blocks UI by relying on multi entity save flow. ([27887](https://github.com/WordPress/gutenberg/pull/27887)) ([27885](https://github.com/WordPress/gutenberg/pull/27885))
- Show the insertion point indicator below the inbetween inserter. ([27842](https://github.com/WordPress/gutenberg/pull/27842))
- Add block transforms previews. ([27861](https://github.com/WordPress/gutenberg/pull/27861))
- URL: RemoveQueryArgs should remove the ? char after removing all args. ([27812](https://github.com/WordPress/gutenberg/pull/27812))
- Deburr the input of the Post Author and Parent Page controls when filitering results. ([26611](https://github.com/WordPress/gutenberg/pull/26611))
- Display block icon, description and name by matching block variations. ([27469](https://github.com/WordPress/gutenberg/pull/27469))
- RSS Block: Add an explicit border-box CSS rule. ([27767](https://github.com/WordPress/gutenberg/pull/27767))

### New APIs

- Create block: Allow to list npm packages to be installed in the template. ([27880](https://github.com/WordPress/gutenberg/pull/27880))
- @wordpress/url: Add a maxLength argument to filterURLForDisplay. ([27530](https://github.com/WordPress/gutenberg/pull/27530))
- Add new package `@wordpress/stylelint config`. ([22777](https://github.com/WordPress/gutenberg/pull/22777))

### Bug Fixes

- Show all taxonomies in Tag Cloud block. ([27930](https://github.com/WordPress/gutenberg/pull/27930))
- HTML Block: Fix editor styles. ([27627](https://github.com/WordPress/gutenberg/pull/27627))
- Don't ignore extra edits made in the server when saving posts. ([27929](https://github.com/WordPress/gutenberg/pull/27929))
- Remove  the animation of post publish button during autosaving. ([27874](https://github.com/WordPress/gutenberg/pull/27874))
- Prevent the inserter from closing when switching the pattern category. ([27792](https://github.com/WordPress/gutenberg/pull/27792))
- LinkControl: Fix horizontal scrollbar within block toolbar. ([27777](https://github.com/WordPress/gutenberg/pull/27777))
- Create Block: Fix support for external templates. ([27776](https://github.com/WordPress/gutenberg/pull/27776)) ([27784](https://github.com/WordPress/gutenberg/pull/27784))
- Fix text color dropdown not opening. ([27596](https://github.com/WordPress/gutenberg/pull/27596))

### Experiments

- Full Site Editing Framework:
  - Add support for custom templates in FSE themes. ([27778](https://github.com/WordPress/gutenberg/pull/27778))
  - Refactor the edit-site store to clarify the purpose of templateId and templatePartId. ([27839](https://github.com/WordPress/gutenberg/pull/27839))
- Full Site Editing Blocks:
  - Site Logo: Remove duplicate link. ([27924](https://github.com/WordPress/gutenberg/pull/27924))
  - Post excerpt block: Fix incorrect quotes for the class attribute in the wrapper. ([27895](https://github.com/WordPress/gutenberg/pull/27895))
- Global Styles:
  - Add padding control to the Global Styles sidebar. ([27154](https://github.com/WordPress/gutenberg/pull/27154))
- Navigation block: Fix the text color for links in the navigation block. ([26698](https://github.com/WordPress/gutenberg/pull/26698))

### Documentation

- Improve documentation for withNotices HOC in components package. ([27863](https://github.com/WordPress/gutenberg/pull/27863))
- Add ContrastChecker component readme. ([25570](https://github.com/WordPress/gutenberg/pull/25570))
- Remove default style information from the documentation. ([27811](https://github.com/WordPress/gutenberg/pull/27811))
- Storybook: Fix broken import statements for DateTime component. ([27794](https://github.com/WordPress/gutenberg/pull/27794))
- Add additional information about lock inheritance. ([27834](https://github.com/WordPress/gutenberg/pull/27834))
- Typos andd tweaks: ([27909](https://github.com/WordPress/gutenberg/pull/27909)), ([27799](https://github.com/WordPress/gutenberg/pull/27799))

### Code Quality

- Use a consistent way to check isRTL. ([27838](https://github.com/WordPress/gutenberg/pull/27838))
- Update the minimum required WordPress version to 5.5. ([27807](https://github.com/WordPress/gutenberg/pull/27807))
- Remove unused redux-optimist dependency. ([27798](https://github.com/WordPress/gutenberg/pull/27798))
- Storybook: Perform cleanup in the Storybook setup. ([27786](https://github.com/WordPress/gutenberg/pull/27786)) ([27813](https://github.com/WordPress/gutenberg/pull/27813))
- Raw handling: Remove duplicate code. ([27758](https://github.com/WordPress/gutenberg/pull/27758))
- Refactor BlockSwitcher as a functional component. ([27674](https://github.com/WordPress/gutenberg/pull/27674))
- Rich Text: Replace store name string with exposed store definition. ([27820](https://github.com/WordPress/gutenberg/pull/27820))

### Tools

- Remove overrides for JSDoc rules downgraded to warnings. ([27912](https://github.com/WordPress/gutenberg/pull/27912)) ([27879](https://github.com/WordPress/gutenberg/pull/27879))
- Plugin release tool: Fix svn add/rm commands for release tool. ([27886](https://github.com/WordPress/gutenberg/pull/27886))
- Add types to the @wordpress/keycodes package. ([19520](https://github.com/WordPress/gutenberg/pull/19520))
- end to end tests:
  - Make end to end tests do not rely on font size picker classes. ([27825](https://github.com/WordPress/gutenberg/pull/27825))
  - Remove expect.assertions count from multi-entity-saving tests. ([27802](https://github.com/WordPress/gutenberg/pull/27802)) ([27818](https://github.com/WordPress/gutenberg/pull/27818))
  - Testing: Remove axe verification executed after every test case. ([26626](https://github.com/WordPress/gutenberg/pull/26626))
  - Improve font size end to end tests to work with input changes on blur. ([27871](https://github.com/WordPress/gutenberg/pull/27871))



= 9.6.2 =

### Bug Fixes

 - Fix toolbar controls in the widgets screen.
 - Fix the slash inserter in the widgets screen.


= 9.6.1 =

### Bugfixes

- Include block's CSS in the release for FSE themes ([27884](https://github.com/WordPress/gutenberg/pull/27884))


= 9.6.0 =


### Features

- Allow dragging blocks from the inserter into the canvas. ([27669](https://github.com/WordPress/gutenberg/pull/27669))
- Buttons: Add variations for vertical layout. ([27297](https://github.com/WordPress/gutenberg/pull/27297))

### Enhancements

- Buttons block: Change position of the link popover. ([27408](https://github.com/WordPress/gutenberg/pull/27408))

### New APIs

- Add a useFocusOnMount hook to the @wordpress/compose package. ([27574](https://github.com/WordPress/gutenberg/pull/27574))
- Add a useFocusReturn hook. ([27572](https://github.com/WordPress/gutenberg/pull/27572))
- Add a useConstrainedTabbing hook. ([27544](https://github.com/WordPress/gutenberg/pull/27544))
- Components: Introduce a isDisabled prop to the Disabled component. ([26730](https://github.com/WordPress/gutenberg/pull/26730))
- Create block:
  - Use Block API version 2. ([26098](https://github.com/WordPress/gutenberg/pull/26098))
  - Fix for supporting external templates. ([27784](https://github.com/WordPress/gutenberg/pull/27784)) ([27776](https://github.com/WordPress/gutenberg/pull/27776))

### Bug Fixes

- Widget screen: Fix block select on focus. ([27755](https://github.com/WordPress/gutenberg/pull/27755))
- [Embed block]: Add html and reusable support back. ([27733](https://github.com/WordPress/gutenberg/pull/27733))
- Add useCallbackRef to avoid calling the ref multiple times with the same node. ([27710](https://github.com/WordPress/gutenberg/pull/27710))
- Correct getRedistributedColumnWidths and related tests. ([27681](https://github.com/WordPress/gutenberg/pull/27681))
- Remove CSS Custom Property in code block. ([27672](https://github.com/WordPress/gutenberg/pull/27672))
- Fix regression on code block for font-size property ([27862](https://github.com/WordPress/gutenberg/pull/27862))
- Block crashes if font family is not found. ([27654](https://github.com/WordPress/gutenberg/pull/27654))
- popover flickering on small screens. ([27648](https://github.com/WordPress/gutenberg/pull/27648))
- Adding single use block from main inserter causes focus loss and menu to be stuck open. ([27641](https://github.com/WordPress/gutenberg/pull/27641))
- Changelog for 9.5.2. ([27638](https://github.com/WordPress/gutenberg/pull/27638))
- Uncaught error with a custom generic store without a unsubscribe function in useSelect. ([27634](https://github.com/WordPress/gutenberg/pull/27634))
- Revert date changes from branch 'replace-moment'. ([27550](https://github.com/WordPress/gutenberg/pull/27550))
- useMediaQuery: Make it safe for SSR environments without window. ([27542](https://github.com/WordPress/gutenberg/pull/27542))
- Fixes the width on the circle color picker popover. ([27523](https://github.com/WordPress/gutenberg/pull/27523))
- ComboboxControl/FormTokenField: Fix iOS zooming for input. ([27471](https://github.com/WordPress/gutenberg/pull/27471))
- Fallback to regular subscribe if the store doesn't exist in useSelect. ([27466](https://github.com/WordPress/gutenberg/pull/27466))
- Global Styles getPresetVariable uses a wrong variable; Remove GLOBAL_CONTEXT. ([27450](https://github.com/WordPress/gutenberg/pull/27450))
- Popover: Fix issue with undefined getBoundingClientRect. ([27445](https://github.com/WordPress/gutenberg/pull/27445))
- Try fixing combobox a11y issues. ([27431](https://github.com/WordPress/gutenberg/pull/27431))
- Support gradients with omitted stop positions in CustomGradientPicker. ([27413](https://github.com/WordPress/gutenberg/pull/27413))
- Fix combobox suggestion list closure when clicking scrollbar. ([27367](https://github.com/WordPress/gutenberg/pull/27367))
- Video Block: Let the video fill the container. ([27328](https://github.com/WordPress/gutenberg/pull/27328))
- Media & Text “crop image to fill” to work with linked media. ([27211](https://github.com/WordPress/gutenberg/pull/27211))
- Give editable fields in blocks better aria-labels. ([26582](https://github.com/WordPress/gutenberg/pull/26582))
- Replace function should handle empty string callback return in the shortcode parser. ([16358](https://github.com/WordPress/gutenberg/pull/16358))

### Performance

- Split core blocks assets loading. ([25220](https://github.com/WordPress/gutenberg/pull/25220))

### Experiments

- Add a useDialog hook and replace the duplicated PopoverWrapper. ([27643](https://github.com/WordPress/gutenberg/pull/27643))
- Refactor withFocusOutside to hook. ([27369](https://github.com/WordPress/gutenberg/pull/27369))
- FSE: Block Navigation: update Navigation block placeholder. ([27018](https://github.com/WordPress/gutenberg/pull/27018))
- FSE: Block Query
  - Add new post link to Query. ([27732](https://github.com/WordPress/gutenberg/pull/27732))
  - Allow Query Loop only inside Query block. ([27637](https://github.com/WordPress/gutenberg/pull/27637))
  - Adjust mobile margins for the Query block's grid view. ([27619](https://github.com/WordPress/gutenberg/pull/27619))
  - Query block: Allow inheriting the global query arguments. ([27128](https://github.com/WordPress/gutenberg/pull/27128))
- FSE: Blocks
  - Add comment-form block styles. ([27673](https://github.com/WordPress/gutenberg/pull/27673))
  - Tag Cloud block: Adjust styles for the different block alignments. ([27342](https://github.com/WordPress/gutenberg/pull/27342))
  - Site Logo:
    - Remove line height. ([27623](https://github.com/WordPress/gutenberg/pull/27623))
    - Add a rounded block style. ([27621](https://github.com/WordPress/gutenberg/pull/27621))
- FSE: Infrastructure
  - Apply hover class in outline mode. ([27714](https://github.com/WordPress/gutenberg/pull/27714))
  - Update documentation to show how a theme can have FSE automatically enabled. ([27680](https://github.com/WordPress/gutenberg/pull/27680))
  - Make the inserter in the site editor behave as a popover. ([27502](https://github.com/WordPress/gutenberg/pull/27502))
  - Add an outline mode and use it both Site Editor and Template mode. ([27499](https://github.com/WordPress/gutenberg/pull/27499))
  - Load the block patterns in the site editor. ([27497](https://github.com/WordPress/gutenberg/pull/27497))
  - Move the templates prePersist logic to core-data. ([27464](https://github.com/WordPress/gutenberg/pull/27464))
  - Expand the multi-entity saving panel by default. ([27437](https://github.com/WordPress/gutenberg/pull/27437))
  - Reveal block boundaries on hover in the Site Editor. ([27271](https://github.com/WordPress/gutenberg/pull/27271))
  - Site Editor - add query args for current context. ([27124](https://github.com/WordPress/gutenberg/pull/27124))
  - Full Site Editing: Introduce a template editing mode inside the post editor. ([26355](https://github.com/WordPress/gutenberg/pull/26355))
  - Remove optimistic updates to solve the template revert issue ([27797](https://github.com/WordPress/gutenberg/pull/27797))
- FSE: Style System
  - Fix: Font Weight and Style don't work independently on global styles. ([27659](https://github.com/WordPress/gutenberg/pull/27659))
  - Add custom units in BoxControl. ([27626](https://github.com/WordPress/gutenberg/pull/27626))
  - Remove Font style, weight, decoration, and transform presets. ([27555](https://github.com/WordPress/gutenberg/pull/27555))
  - Make client preset metadata match server. ([27453](https://github.com/WordPress/gutenberg/pull/27453))
  - Do not pass selectors and supports information to the client. ([27449](https://github.com/WordPress/gutenberg/pull/27449))
  - Add border radius support. ([25791](https://github.com/WordPress/gutenberg/pull/25791))
  - Update font-weight names. ([27718](https://github.com/WordPress/gutenberg/pull/27718))
  - Update performance of global styles code ([27779](https://github.com/WordPress/gutenberg/pull/27779))

### Documentation

- Add missing dependency to code example. ([27742](https://github.com/WordPress/gutenberg/pull/27742))
- Precise that element ref returned by the hooks that return a ref can change between function or object. ([27610](https://github.com/WordPress/gutenberg/pull/27610))
- Add escaping functions to code examples. ([27603](https://github.com/WordPress/gutenberg/pull/27603))
- Add missing @wordpress/components/CHANGELOG.md entry. ([27576](https://github.com/WordPress/gutenberg/pull/27576))
- Minor changes to release documentation for clarity. ([27571](https://github.com/WordPress/gutenberg/pull/27571))
- Capitalize JavaScript in accordance with the word mark. ([27539](https://github.com/WordPress/gutenberg/pull/27539))
- Fix typo in attributes.md. ([27440](https://github.com/WordPress/gutenberg/pull/27440))
- Try: Update readme screenshot. ([27223](https://github.com/WordPress/gutenberg/pull/27223))
- Document the useBlockWrapper hook in the block registration documentation. ([26592](https://github.com/WordPress/gutenberg/pull/26592))
- Add a document explaining the different block API versions. ([26277](https://github.com/WordPress/gutenberg/pull/26277))
- Update the registration examples to use apiVersion 2. ([26100](https://github.com/WordPress/gutenberg/pull/26100))

### Code Quality

- Remove: Missed unused weights and style translation code. ([27739](https://github.com/WordPress/gutenberg/pull/27739))
- useDialog: Remove mousedown propagation stopping. ([27725](https://github.com/WordPress/gutenberg/pull/27725))
- Try: Simplify focus return. ([27705](https://github.com/WordPress/gutenberg/pull/27705))
- Popover/Modal: Remove and deprecate IsolatedEventContainer. ([27703](https://github.com/WordPress/gutenberg/pull/27703))
- Popover: Use focus outside hook. ([27700](https://github.com/WordPress/gutenberg/pull/27700))
- refactor: Tooltip component from classical to functional with hooks. ([27682](https://github.com/WordPress/gutenberg/pull/27682))
- Template-part padding: Use variables. ([27679](https://github.com/WordPress/gutenberg/pull/27679))
- Scope image block style variations to only the image block. ([27649](https://github.com/WordPress/gutenberg/pull/27649))
- Refactor the EditorProvider component and extract hooks. ([27605](https://github.com/WordPress/gutenberg/pull/27605))
- Use store definition instead of string for notices packages. ([27548](https://github.com/WordPress/gutenberg/pull/27548))
- Merge RootContainer with BlockList. ([27531](https://github.com/WordPress/gutenberg/pull/27531))
- Block wrapper: Isolate functionality into smaller hooks. ([27503](https://github.com/WordPress/gutenberg/pull/27503))
- Writing flow: Consider events only from DOM descendents. ([27489](https://github.com/WordPress/gutenberg/pull/27489))
- Writing flow: Isolate multi select focus element. ([27482](https://github.com/WordPress/gutenberg/pull/27482))
- Multi selection: Move hook to WritingFlow with other multi selection logic. ([27479](https://github.com/WordPress/gutenberg/pull/27479))
- Insertion indicator: Render after last block if none is specified. ([27472](https://github.com/WordPress/gutenberg/pull/27472))
- Rewrite selection clearer in Block editor. ([27468](https://github.com/WordPress/gutenberg/pull/27468))
- Move block focus listener to block props hook. ([27463](https://github.com/WordPress/gutenberg/pull/27463))
- Block editor: Refactor effect.js to controls. ([27298](https://github.com/WordPress/gutenberg/pull/27298))
- Animate: Type getAnimateClassName. ([27123](https://github.com/WordPress/gutenberg/pull/27123))
- Refactor image block's image editing tools into separate components. ([27089](https://github.com/WordPress/gutenberg/pull/27089))
- Drop zone provider: Option to avoid wrapper element. ([27079](https://github.com/WordPress/gutenberg/pull/27079))
- Audit variables stylesheet. ([26827](https://github.com/WordPress/gutenberg/pull/26827))
- group block padding: Use variables. ([27676](https://github.com/WordPress/gutenberg/pull/27676))

### Tools

- Release script: Set draft status, and only remove after uploading asset. ([27713](https://github.com/WordPress/gutenberg/pull/27713))
- CI: Run date test timezone and locale variations using bash script. ([27600](https://github.com/WordPress/gutenberg/pull/27600))
- Upgrade Babel packages to 7.12.x. ([27553](https://github.com/WordPress/gutenberg/pull/27553))
- CI: Run package/date unit tests in different timezones. ([27552](https://github.com/WordPress/gutenberg/pull/27552))
- Avoid cancelling other end-to-end test jobs when one fails. ([27541](https://github.com/WordPress/gutenberg/pull/27541))
- Add webpack 5 support to dependency-extraction-webpack-plugin. ([27533](https://github.com/WordPress/gutenberg/pull/27533))
- Add GitHub support document. ([27524](https://github.com/WordPress/gutenberg/pull/27524))
- Stabilize adding blocks end to end test. ([27493](https://github.com/WordPress/gutenberg/pull/27493))
- GitHub Actions: Use a build matrix for the end-to-end tests GH action. ([27487](https://github.com/WordPress/gutenberg/pull/27487))
- Packages: Make it possible to select minimum version bump for publishing. ([27459](https://github.com/WordPress/gutenberg/pull/27459))
- Upgrade wp-prettier to 2.2.1. ([27441](https://github.com/WordPress/gutenberg/pull/27441))
- Testing: Make image size test more stable. ([27439](https://github.com/WordPress/gutenberg/pull/27439))
- Packages: Improve the script that automates version bumps. ([27436](https://github.com/WordPress/gutenberg/pull/27436))
- CI: Update bundle size workflow to use the latest version. ([27435](https://github.com/WordPress/gutenberg/pull/27435))
- wp-env: Xdebug support. ([27346](https://github.com/WordPress/gutenberg/pull/27346))
- Make zip-based URL parsing more general. ([27019](https://github.com/WordPress/gutenberg/pull/27019))
- Add inserter performance measures. ([26634](https://github.com/WordPress/gutenberg/pull/26634))

### Various

- Verse Block:
  - Add support for custom padding. ([27341](https://github.com/WordPress/gutenberg/pull/27341))
  - Add support for font family. ([27332](https://github.com/WordPress/gutenberg/pull/27332))
  - Add support for font size. ([27735](https://github.com/WordPress/gutenberg/pull/27735))
  - Update CSS for frontend and editor. ([27734](https://github.com/WordPress/gutenberg/pull/27734))
- Popover: Use a11y hooks instead of HoCs. ([27707](https://github.com/WordPress/gutenberg/pull/27707))
- Refactor focus on mount. ([27699](https://github.com/WordPress/gutenberg/pull/27699))
- Search block: Use em values for padding. ([27678](https://github.com/WordPress/gutenberg/pull/27678))
- Button: Is-busy state candybar animation fixed. ([27592](https://github.com/WordPress/gutenberg/pull/27592))
- Preformatted block: Add support for font sizes. ([27584](https://github.com/WordPress/gutenberg/pull/27584))
- Remove autoFocus prop from URLInput and from the inserter search form. ([27578](https://github.com/WordPress/gutenberg/pull/27578))
- Package lock: Update ws. ([27532](https://github.com/WordPress/gutenberg/pull/27532))
- Update block-patterns.md. ([27520](https://github.com/WordPress/gutenberg/pull/27520))
- Update wp-env codeowners. ([27491](https://github.com/WordPress/gutenberg/pull/27491))
- Update the backup icon to better align with WordPress icon package dna. ([27465](https://github.com/WordPress/gutenberg/pull/27465))
- Update the rich text control titles to sentence case structure. ([27447](https://github.com/WordPress/gutenberg/pull/27447))
- Search Block: Remove the button only option from the UI. ([27379](https://github.com/WordPress/gutenberg/pull/27379))
- Add icons for template parts. ([27378](https://github.com/WordPress/gutenberg/pull/27378))
- Increase radio dimensions to match checkboxes. ([27377](https://github.com/WordPress/gutenberg/pull/27377))
- Adjusts settings modal height to 90%. ([27362](https://github.com/WordPress/gutenberg/pull/27362))
- Change the Labels of the Vertical Align options. ([27356](https://github.com/WordPress/gutenberg/pull/27356))
- Add element selector to template-part block. ([27101](https://github.com/WordPress/gutenberg/pull/27101))
- Add explicit dismiss button and on dismiss callback to snackbar. ([26952](https://github.com/WordPress/gutenberg/pull/26952))
- Make social list block align right able on published page & preview. ([26861](https://github.com/WordPress/gutenberg/pull/26861))
- Update media-text focalPoint conditional rendering. ([25968](https://github.com/WordPress/gutenberg/pull/25968))
- Remove default icon from PluginBlockSettingsMenuItem. ([21392](https://github.com/WordPress/gutenberg/pull/21392))
- Add example preview to video block. ([20703](https://github.com/WordPress/gutenberg/pull/20703))


= 9.5.2 =

### Bug Fixes:

- Fix uncaught error with a custom generic store without a unsubscribe function in useSelect.


= 9.5.1 =

### Bug Fixes:

 - Revert date changes from branch 'replace-moment.
 - Popover: Fix issue with undefined getBoundingClientRect.
 - Fallback to regular subscribe if the store doesn't exist in useSelect.


= 9.5.0 =

### Features
- Full Height Alignment control: Implementation and Cover block integration. ([26615](https://github.com/WordPress/gutenberg/pull/26615))
- Code block: Add support for font sizes. ([27294](https://github.com/WordPress/gutenberg/pull/27294))

### Enhancements

- Improve block patterns preview in the Inserter. ([27204](https://github.com/WordPress/gutenberg/pull/27204))
- Enhance social links placeholder to look more like the end result. ([26953](https://github.com/WordPress/gutenberg/pull/26953))
- Add labels to image zoom control. ([24574](https://github.com/WordPress/gutenberg/pull/24574))

### New APIs

- Data: Use store instance as param for select and dispatch. ([26655](https://github.com/WordPress/gutenberg/pull/26655))
- Adds instance URL to wp-env start. ([27282](https://github.com/WordPress/gutenberg/pull/27282))

### Bug Fixes

- Fix crash when null date passed to TimePicker. ([27316](https://github.com/WordPress/gutenberg/pull/27316))
- Add backward compatibility support for lightBlockWrapper in getSaveElement. ([27189](https://github.com/WordPress/gutenberg/pull/27189))
- Restore the gray background in Post Editor. ([27188](https://github.com/WordPress/gutenberg/pull/27188))
- Font size picker bug that adds px units to empty string values. ([27111](https://github.com/WordPress/gutenberg/pull/27111))
- Font size unit back-compatibility does not executes on post edit. ([27106](https://github.com/WordPress/gutenberg/pull/27106))
- Drop zone: Fix infinite loop in some contexts. ([27090](https://github.com/WordPress/gutenberg/pull/27090))
- Interface regions: Fix focus style (on click). ([27074](https://github.com/WordPress/gutenberg/pull/27074))
- Fix Separator editor styles. ([27071](https://github.com/WordPress/gutenberg/pull/27071))
- Fix custom spacing support. ([27045](https://github.com/WordPress/gutenberg/pull/27045))
- Fix jest process hanging. ([27008](https://github.com/WordPress/gutenberg/pull/27008))
- Fix combobox suggestion list closure when clicking scrollbar. ([27367](https://github.com/WordPress/gutenberg/pull/27367))
- Constrain tabbing to the popover in media replace flow. ([26939](https://github.com/WordPress/gutenberg/pull/26939))
- Fix RangeControl mark placement and cursor styles. ([26745](https://github.com/WordPress/gutenberg/pull/26745))
- New authors dropdown breaks author selection for editors. ([26554](https://github.com/WordPress/gutenberg/pull/26554))
- Hooks: Use own instance's `doAction` for built-in hooks. ([26498](https://github.com/WordPress/gutenberg/pull/26498))
- Inserter: Show preview in search results. ([27193](https://github.com/WordPress/gutenberg/pull/27193))
- Gallery block:
  - Fix duplicate css class. ([27311](https://github.com/WordPress/gutenberg/pull/27311))
  - Adds back in icon and title for gallery block. ([27293](https://github.com/WordPress/gutenberg/pull/27293))
- Search block: Fix icon strokeWidth properties. ([27308](https://github.com/WordPress/gutenberg/pull/27308))
- Image block:
  - Fix the zoom slider width. ([27285](https://github.com/WordPress/gutenberg/pull/27285))
  - Fix double paste from clipboard. ([27199](https://github.com/WordPress/gutenberg/pull/27199))
  - Hide some controls on multi selection of Image blocks. ([27105](https://github.com/WordPress/gutenberg/pull/27105))
- Columns: Align single half width column to left. ([27142](https://github.com/WordPress/gutenberg/pull/27142))

### Performance

- Minimize the calls in useSelect by subscribing to only the stores needed. ([26724](https://github.com/WordPress/gutenberg/pull/26724))
- Update prefer lang constructs to functions. ([27070](https://github.com/WordPress/gutenberg/pull/27070))

### Experiments

- Full Site Editing Framework:
  - Fix template resolution priorities. ([27303](https://github.com/WordPress/gutenberg/pull/27303))
  - Update default templates. ([26941](https://github.com/WordPress/gutenberg/pull/26941))
  - Add Support for Templates Default and Custom Titles and Descriptions (JS side - [27038](https://github.com/WordPress/gutenberg/pull/27038), PHP side [27036](https://github.com/WordPress/gutenberg/pull/27036))
  - Add theme taxonomy to templates and template parts. ([27016](https://github.com/WordPress/gutenberg/pull/27016))
- Full Site Editing Blocks:
  - Make the post title block editable. ([27240](https://github.com/WordPress/gutenberg/pull/27240))
  - Post Comment: Update placeholder. ([27013](https://github.com/WordPress/gutenberg/pull/27013))
  - Enable Post Featured Image to be set and replaced. ([27224](https://github.com/WordPress/gutenberg/pull/27224))
  - Add alignment controls to Post Featured Image block. ([27076](https://github.com/WordPress/gutenberg/pull/27076))
  - Query block:
    - Add grid view. ([27067](https://github.com/WordPress/gutenberg/pull/27067))
    - Add Posts List variation. ([26990](https://github.com/WordPress/gutenberg/pull/26990))
    - New settings icon in block toolbar. ([27057](https://github.com/WordPress/gutenberg/pull/27057))
    - Fetch all available post types (#27049). ([27056](https://github.com/WordPress/gutenberg/pull/27056))
    - Update Query block's icon. ([27048](https://github.com/WordPress/gutenberg/pull/27048))
    - Query and QueryLoop use useInnerBlocksProps. ([27014](https://github.com/WordPress/gutenberg/pull/27014))

- Site Editor:
  - Avoid throwing warnings if there are no terms for a template or template part. ([27210](https://github.com/WordPress/gutenberg/pull/27210))
  - Replace adminbar customize link with site-editor in FSE themes. ([27135](https://github.com/WordPress/gutenberg/pull/27135))
  - Update the new templates dropdown list. ([27235](https://github.com/WordPress/gutenberg/pull/27235))
  - Remove .block-editor selector dependency. ([27063](https://github.com/WordPress/gutenberg/pull/27063))
  - Remove unused FullscreenModeClose component. ([26997](https://github.com/WordPress/gutenberg/pull/26997))
  - Navigation:
    - Fix item color and padding. ([27096](https://github.com/WordPress/gutenberg/pull/27096))
    - Hide empty menus. ([27141](https://github.com/WordPress/gutenberg/pull/27141))
    - Add isText prop to NavigationItem. ([27003](https://github.com/WordPress/gutenberg/pull/27003))
    - Handle the no search results state. ([27160](https://github.com/WordPress/gutenberg/pull/27160))
    - Add search to templates and template parts. ([26665](https://github.com/WordPress/gutenberg/pull/26665))
    - Hide navigation item if target menu is empty. ([25746](https://github.com/WordPress/gutenberg/pull/25746))
- Global Styles:
  - Sort Global Styles block panels by panel title. ([27163](https://github.com/WordPress/gutenberg/pull/27163))
  - Font Appearance should be enabled globally. ([27150](https://github.com/WordPress/gutenberg/pull/27150))
  - Restrict edition of theme colors by users. ([27250](https://github.com/WordPress/gutenberg/pull/27250))
  - Update mechanism that resolves Global Styles data. ([27237](https://github.com/WordPress/gutenberg/pull/27237))
  - Include px units on default font sizes defined on theme.json. ([27083](https://github.com/WordPress/gutenberg/pull/27083))
  - Update stylesheet generation at edit site. ([27065](https://github.com/WordPress/gutenberg/pull/27065))
  - Add button to reset color palette. ([26975](https://github.com/WordPress/gutenberg/pull/26975))
  - Abstract preset variable retrieving and setting. ([26970](https://github.com/WordPress/gutenberg/pull/26970))
  - Update metadata and add support for padding. ([27099](https://github.com/WordPress/gutenberg/pull/27099))
- Templates and Template Parts wp-admin lists:
  - Update the template parts admin list with new columns and views. ([27156](https://github.com/WordPress/gutenberg/pull/27156))
  - Add the theme source to the templates wp-admin list. ([27108](https://github.com/WordPress/gutenberg/pull/27108))
  - Extend the wp_template admin list with new views and columns. ([27034](https://github.com/WordPress/gutenberg/pull/27034))

- Support registry inheritance with atomic stores. ([27162](https://github.com/WordPress/gutenberg/pull/27162))
- Code block: Paste plain text. ([27236](https://github.com/WordPress/gutenberg/pull/27236))
- Generalize the atom family concept as an atom selector concept instead. ([27147](https://github.com/WordPress/gutenberg/pull/27147))
- Bugs:
  - Query block: Fix dirtying post on load. ([27323](https://github.com/WordPress/gutenberg/pull/27323))
  - Preserve 'Your homepage displays' settings when updating the 'general' settings. ([27206](https://github.com/WordPress/gutenberg/pull/27206))
  - Make sure templates and parts queries filter by tax_query. ([27113](https://github.com/WordPress/gutenberg/pull/27113))
  - Fix Template Part Not Found message on Windows server. ([26772](https://github.com/WordPress/gutenberg/pull/26772))
  - Respect filtered settings when they're ported to theme.json format. ([27010](https://github.com/WordPress/gutenberg/pull/27010))
  - Preset controls need the preset CSS variables in scope. ([27119](https://github.com/WordPress/gutenberg/pull/27119))
  - Site Editor:
    - Show document title on small screens with nav sidebar open. ([27051](https://github.com/WordPress/gutenberg/pull/27051))
    - Fix block toolbar positioning. ([27266](https://github.com/WordPress/gutenberg/pull/27266))
    - Fix app header on small-medium screens. ([27310](https://github.com/WordPress/gutenberg/pull/27310))

### Documentation

- Expand on the Deprecations documentation. ([27286](https://github.com/WordPress/gutenberg/pull/27286))
- Publish MainDashboardButton documentation to handbook. ([27317](https://github.com/WordPress/gutenberg/pull/27317))
- Update: Creating a block-based theme tutorial. ([27257](https://github.com/WordPress/gutenberg/pull/27257))
- ESLint Plugin: Include a note about the minimum version required. ([27203](https://github.com/WordPress/gutenberg/pull/27203))
- Docs: Update `@wordpress/data` README with API changes. ([27180](https://github.com/WordPress/gutenberg/pull/27180))
- Data: Improve documentation for new API added around stores. ([27061](https://github.com/WordPress/gutenberg/pull/27061))
- wp-env: Improve documentation for "run" command. ([27053](https://github.com/WordPress/gutenberg/pull/27053))
- Code block: Update the documentation. ([27333](https://github.com/WordPress/gutenberg/pull/27333))
- Add block toolbar component readme. ([25245](https://github.com/WordPress/gutenberg/pull/25245))
- Add block patterns list component readme. ([24983](https://github.com/WordPress/gutenberg/pull/24983))
- [Contributors docs] JS meetings were shifted to 15:00GMT. ([27047](https://github.com/WordPress/gutenberg/pull/27047))
- Typos and tweaks: ([27120](https://github.com/WordPress/gutenberg/pull/27120), [27081](https://github.com/WordPress/gutenberg/pull/27081), [27062](https://github.com/WordPress/gutenberg/pull/27062), [27060](https://github.com/WordPress/gutenberg/pull/27060), [27039](https://github.com/WordPress/gutenberg/pull/27039), [27153](https://github.com/WordPress/gutenberg/pull/27153))

### Code Quality
- Replace store name string with exposed store definition:
   - Edit Navigation ([27182](https://github.com/WordPress/gutenberg/pull/27182), [27281](https://github.com/WordPress/gutenberg/pull/27281))
   - Blocks ([27336](https://github.com/WordPress/gutenberg/pull/27336))
   - Reusable Blocks ([27094](https://github.com/WordPress/gutenberg/pull/27094))
   - Block Directory ([27178](https://github.com/WordPress/gutenberg/pull/27178))
   - Keyboard Shortcuts ([27355](https://github.com/WordPress/gutenberg/pull/27355))
- Search block: Remove invalid prop which was causing a React warning. ([27306](https://github.com/WordPress/gutenberg/pull/27306))
- Refactor click redirect to avoid trailing div. ([27253](https://github.com/WordPress/gutenberg/pull/27253))

- Editor styles: Convert to hook. ([27080](https://github.com/WordPress/gutenberg/pull/27080))
- Add: PHP util function equivalent to lodash set. ([27077](https://github.com/WordPress/gutenberg/pull/27077))
- Interface: Remove regions wrapper div. ([27066](https://github.com/WordPress/gutenberg/pull/27066))
- Refactor typing observer. ([27043](https://github.com/WordPress/gutenberg/pull/27043))
- Visual editor: Remove 4 wrapper divs. ([27035](https://github.com/WordPress/gutenberg/pull/27035))
- Insertion point: Avoid wrapper div. ([26994](https://github.com/WordPress/gutenberg/pull/26994))
- Typewriter: Rewrite with hooks. ([26986](https://github.com/WordPress/gutenberg/pull/26986))
- Deprecate the withGlobalEvents HoC. ([26749](https://github.com/WordPress/gutenberg/pull/26749))
- Edit Post: Refactor effects to action generators. ([27069](https://github.com/WordPress/gutenberg/pull/27069))

### Build Tooling

- Add eslint rule to prohibit unsafe APIs. ([27301](https://github.com/WordPress/gutenberg/pull/27301))
- Update package lock to fix CI failures. ([27098](https://github.com/WordPress/gutenberg/pull/27098), [27102](https://github.com/WordPress/gutenberg/pull/27102))
- GitHub Actions: Build Plugin zip, store as artifact on every PR. ([26746](https://github.com/WordPress/gutenberg/pull/26746))
- Scripts: Unpin ignore-emit-webpack-plugin dependency. ([26739](https://github.com/WordPress/gutenberg/pull/26739))
- Adds Support to wp-env for setting the PHP version. ([25268](https://github.com/WordPress/gutenberg/pull/25268))
- Configure phpunit-watcher to improve devex. ([27058](https://github.com/WordPress/gutenberg/pull/27058))
- Run phpunit even when phpcs fails. ([27024](https://github.com/WordPress/gutenberg/pull/27024))
- Scripts: Auto format TypeScript files with format-js. ([27138](https://github.com/WordPress/gutenberg/pull/27138))
- End 2 End Tests:
  - Fix randomly failing end-to-end test. ([27358](https://github.com/WordPress/gutenberg/pull/27358))
  - Fix multi entity editing test. ([27347](https://github.com/WordPress/gutenberg/pull/27347))
  - Add end-to-end tests for image editing tools. ([27262](https://github.com/WordPress/gutenberg/pull/27262))

### Various

- Simplify CSS for the code block. ([27314](https://github.com/WordPress/gutenberg/pull/27314))
- Update the block variation widths in the block placeholder. ([27255](https://github.com/WordPress/gutenberg/pull/27255))
- Don’t split translatable strings in block templates. ([27361](https://github.com/WordPress/gutenberg/pull/27361))
- Reduce margin on placeholder for media. ([27252](https://github.com/WordPress/gutenberg/pull/27252))
- Interface package: Move MainDashboardButton slot. ([27213](https://github.com/WordPress/gutenberg/pull/27213))
- Decrease scrim when in a modal overlay. ([27054](https://github.com/WordPress/gutenberg/pull/27054))
- Replace 'Remove from Reusable blocks' with 'Manage Reusable blocks'. ([27026](https://github.com/WordPress/gutenberg/pull/27026))
- Mark AWAIT_PROMISE as unstable API. ([26852](https://github.com/WordPress/gutenberg/pull/26852))
- Block Support: Separate opt in for font style and weight options. ([26844](https://github.com/WordPress/gutenberg/pull/26844))
- Latest Posts: Don't use `target="_blank"`. ([25730](https://github.com/WordPress/gutenberg/pull/25730))


= 9.4.1 =



= 9.4.0 =

### Features

- Add Keyboard Input inline format. ([26801](https://github.com/WordPress/gutenberg/pull/26801))
- Add Block variations transformations. ([26687](https://github.com/WordPress/gutenberg/pull/26687))
- Add width selector for button block. ([25999](https://github.com/WordPress/gutenberg/pull/25999)) ([26781](https://github.com/WordPress/gutenberg/pull/26781)).
- Add font size support to the List block. ([26257](https://github.com/WordPress/gutenberg/pull/26257))
- Social Links: Add ability to change social icon sizes. ([25921](https://github.com/WordPress/gutenberg/pull/25921))

### Enhancements

- Unify the inserter search UI. ([26595](https://github.com/WordPress/gutenberg/pull/26595))
- Polish custom select menu styles. ([26956](https://github.com/WordPress/gutenberg/pull/26956))
- Polish menu item styles. ([26889](https://github.com/WordPress/gutenberg/pull/26889)) ([26720](https://github.com/WordPress/gutenberg/pull/26720)) ([25218](https://github.com/WordPress/gutenberg/pull/25218)) ([26572](https://github.com/WordPress/gutenberg/pull/26572))
- Polish the link interface. ([26551](https://github.com/WordPress/gutenberg/pull/26551))
- Code & Preformatted Blocks: Delete on backspace if empty. ([26605](https://github.com/WordPress/gutenberg/pull/26605))
- File Block: Move the URL button to the Block toolbar. ([26602](https://github.com/WordPress/gutenberg/pull/26602))
- Allow adding a header by typing /h1, /h2 etc. ([26597](https://github.com/WordPress/gutenberg/pull/26597))
- Polish Shortcode block styling. ([26456](https://github.com/WordPress/gutenberg/pull/26456))
- Polish Search block styling. ([26446](https://github.com/WordPress/gutenberg/pull/26446))
- Use a wider canvas for themes that don't provide a custom width. ([26357](https://github.com/WordPress/gutenberg/pull/26357))
- Show reduced UI on hover. ([26882](https://github.com/WordPress/gutenberg/pull/26882))
- Update Legacy Widget toolbar button font to match UI when displayed in Widget Screen. ([26841](https://github.com/WordPress/gutenberg/pull/26841))
- Update token field icon. ([26726](https://github.com/WordPress/gutenberg/pull/26726))
- Windows 10 high contrast mode improvements. ([26567](https://github.com/WordPress/gutenberg/pull/26567))

### New APIs

- Create block: Add support for external templates installed from npm. ([23712](https://github.com/WordPress/gutenberg/pull/23712))
- Add optional icon to snackbar notices. ([26907](https://github.com/WordPress/gutenberg/pull/26907))
- @wordpress/env: Add support for custom WP_HOME port. ([26507](https://github.com/WordPress/gutenberg/pull/26507))
- @wordpress/lazy-import: Allow importing local paths. ([23751](https://github.com/WordPress/gutenberg/pull/23751))
- Format library: Introduce useAnchorRef. ([26782](https://github.com/WordPress/gutenberg/pull/26782))

### Bug Fixes

- Fix block context injection hook after Core change in block rendering. ([26998](https://github.com/WordPress/gutenberg/pull/26998)) ([27011](https://github.com/WordPress/gutenberg/pull/27011))
- Fix Query block's Toolbar popover width. ([26992](https://github.com/WordPress/gutenberg/pull/26992))
- Fix IE11 interface bugs. ([26944](https://github.com/WordPress/gutenberg/pull/26944))
- Improve arrow navigation between blocks. ([26921](https://github.com/WordPress/gutenberg/pull/26921))
- Fix block alignments when theme styles are disabled. ([26912](https://github.com/WordPress/gutenberg/pull/26912)) ([26680](https://github.com/WordPress/gutenberg/pull/26680)) ([26376](https://github.com/WordPress/gutenberg/pull/26376))
- Fix padding of text-only buttons mode. ([26769](https://github.com/WordPress/gutenberg/pull/26769))
- Fix horizontal mover icon position. ([26761](https://github.com/WordPress/gutenberg/pull/26761))
- Fix column width units. ([26757](https://github.com/WordPress/gutenberg/pull/26757))
- FormTokenField input position when typing. ([26741](https://github.com/WordPress/gutenberg/pull/26741))
- Fix applying colors to outlined buttons. ([26707](https://github.com/WordPress/gutenberg/pull/26707)) ([24626](https://github.com/WordPress/gutenberg/pull/24626))
- Render big font sizes properly in the font size picker. ([26705](https://github.com/WordPress/gutenberg/pull/26705))
- Use currentColor in quote blocks to better support dark themes. ([26684](https://github.com/WordPress/gutenberg/pull/26684))
- Fix "Browse All" in Quick Inserter for container blocks. ([26443](https://github.com/WordPress/gutenberg/pull/26443))
- Fix responsive embeds in the widget screen. ([26263](https://github.com/WordPress/gutenberg/pull/26263))
- Fix undefined index notice in Social Link Block. ([25663](https://github.com/WordPress/gutenberg/pull/25663))
- Buttons block: Fix default alignment icon in toolbar to reflect the actual default alignment of buttons. ([26910](https://github.com/WordPress/gutenberg/pull/26910))
- Block Support: Fix font size style when applying block support. ([26762](https://github.com/WordPress/gutenberg/pull/26762))
- Do not invalidate the entity record cache during optimistic update in saveEntityRecord. ([26627](https://github.com/WordPress/gutenberg/pull/26627))
- Provide a minimum of code wrapping for the code block. ([26623](https://github.com/WordPress/gutenberg/pull/26623))

### Experiments

- Full Site Editing Framework: Rework templates and template parts synchronization. ([26650](https://github.com/WordPress/gutenberg/pull/26650)) ([26383](https://github.com/WordPress/gutenberg/pull/26383))
- Full Site Editing Blocks:
  - Post Excerpt block: Allow editing of generated excerpts. ([26637](https://github.com/WordPress/gutenberg/pull/26637))
  - Post Excerpt block: Add missing closing div tag. ([26806](https://github.com/WordPress/gutenberg/pull/26806))
  - Add wide and full alignment options to the post/site title blocks. ([26601](https://github.com/WordPress/gutenberg/pull/26601))
  - Template Part block: Render preview as div. ([26873](https://github.com/WordPress/gutenberg/pull/26873))
  - Post Taxonomies: Fix PHP Fatal erroor for unregistered taxonomy (#26851). ([26854](https://github.com/WordPress/gutenberg/pull/26854))
  - PostAuthor: Safeguard to wait for authors to load. ([26776](https://github.com/WordPress/gutenberg/pull/26776))
  - Query block: Update the order of settings and filters in the sidebar. ([26647](https://github.com/WordPress/gutenberg/pull/26647))
- Site Editor:
  - Fix responsiveness. ([26021](https://github.com/WordPress/gutenberg/pull/26021))
  - Fix alignment of the new template button. ([26934](https://github.com/WordPress/gutenberg/pull/26934))
  - Add default block widths styles. ([26853](https://github.com/WordPress/gutenberg/pull/26853))
  - Refactor menu creation code. ([26966](https://github.com/WordPress/gutenberg/pull/26966))
  - Only show auto-draft template parts corresponding to current theme. ([26948](https://github.com/WordPress/gutenberg/pull/26948))
  - Polish the template navigation menu. ([26933](https://github.com/WordPress/gutenberg/pull/26933)), ([26930](https://github.com/WordPress/gutenberg/pull/26930)).
  - Add navigation panel back button slot. ([26846](https://github.com/WordPress/gutenberg/pull/26846))
  - Remove dashboard button focus on mount. ([26845](https://github.com/WordPress/gutenberg/pull/26845))
  - Saving flow: Use template and template parts entities titles. ([26708](https://github.com/WordPress/gutenberg/pull/26708)) ([26653](https://github.com/WordPress/gutenberg/pull/26653))
  - Reorder template creation dropdown. ([26610](https://github.com/WordPress/gutenberg/pull/26610))
- Global styles:
  - Fallback to theme color pallete. ([26783](https://github.com/WordPress/gutenberg/pull/26783)) ([26786](https://github.com/WordPress/gutenberg/pull/26786))
  - Hide Block panels without content. ([26609](https://github.com/WordPress/gutenberg/pull/26609))
  - Update styles to rely on CSS variables for colors and gradients. ([26319](https://github.com/WordPress/gutenberg/pull/26319))
  - Fix Table block global styles selector. ([26973](https://github.com/WordPress/gutenberg/pull/26973))
  - Hide the line height panel if disabled in theme.json file. ([26778](https://github.com/WordPress/gutenberg/pull/26778))
  - Cache generated styles. ([25680](https://github.com/WordPress/gutenberg/pull/25680))
  - Add: Mechanism to detect if a block instance matches a global styles selector. ([26945](https://github.com/WordPress/gutenberg/pull/26945)) ([26991](https://github.com/WordPress/gutenberg/pull/26991))
  - Extract theme json processor. ([26803](https://github.com/WordPress/gutenberg/pull/26803))
  - Add support for line height at the global level. ([26767](https://github.com/WordPress/gutenberg/pull/26767))
  - Add preset classes generation on the client side. ([26224](https://github.com/WordPress/gutenberg/pull/26224))
- Navigation block: Fix color support declaration. ([26928](https://github.com/WordPress/gutenberg/pull/26928))
- Popover: Add sticky boundary element prop. ([26728](https://github.com/WordPress/gutenberg/pull/26728))
- Block Support:
  - Add font style and weight options with combined UI. ([26444](https://github.com/WordPress/gutenberg/pull/26444)) ([26868](https://github.com/WordPress/gutenberg/pull/26868))
  - Add text transform block support flag. ([26060](https://github.com/WordPress/gutenberg/pull/26060)) ([26059](https://github.com/WordPress/gutenberg/pull/26059))
  - Add: Font Family picking mechanism. ([24868](https://github.com/WordPress/gutenberg/pull/24868)), ([26750](https://github.com/WordPress/gutenberg/pull/26750)), ([26759](https://github.com/WordPress/gutenberg/pull/26759)).


### Performance

- Use 2-pass terser compression. ([24821](https://github.com/WordPress/gutenberg/pull/24821))
- Memoize getEntityRecords to prevent infinite re-renders. ([26447](https://github.com/WordPress/gutenberg/pull/26447))
- Resolve per-entity resolvers after receiving a list of records. ([26575](https://github.com/WordPress/gutenberg/pull/26575))

### Documentation

- Update theme.json documentation with new properties added. ([26891](https://github.com/WordPress/gutenberg/pull/26891))
- Interface: Add deprecation logic for leftSidebar prop. ([26826](https://github.com/WordPress/gutenberg/pull/26826))
- Document the block supports style properties. ([26771](https://github.com/WordPress/gutenberg/pull/26771)) ([26931](https://github.com/WordPress/gutenberg/pull/26931)) ([26859](https://github.com/WordPress/gutenberg/pull/26859))
- Update testing documentation with info about React Testing Library. ([23015](https://github.com/WordPress/gutenberg/pull/23015))
- Add documentation for AutosaveMonitor. ([26663](https://github.com/WordPress/gutenberg/pull/26663))
- Typos and tweaks: ([26797](https://github.com/WordPress/gutenberg/pull/26797)), ([26796](https://github.com/WordPress/gutenberg/pull/26796)), ([26795](https://github.com/WordPress/gutenberg/pull/26795)), ([26794](https://github.com/WordPress/gutenberg/pull/26794)), ([26793](https://github.com/WordPress/gutenberg/pull/26793)), ([26792](https://github.com/WordPress/gutenberg/pull/26792)), ([26791](https://github.com/WordPress/gutenberg/pull/26791)), ([26790](https://github.com/WordPress/gutenberg/pull/26790)), ([21607](https://github.com/WordPress/gutenberg/pull/21607)), ([27017](https://github.com/WordPress/gutenberg/pull/27017)), ([26919](https://github.com/WordPress/gutenberg/pull/26919)), ([26863](https://github.com/WordPress/gutenberg/pull/26863)), ([26857](https://github.com/WordPress/gutenberg/pull/26857)), ([26618](https://github.com/WordPress/gutenberg/pull/26618)), ([26029](https://github.com/WordPress/gutenberg/pull/26029)), ([25349](https://github.com/WordPress/gutenberg/pull/25349)), ([17878](https://github.com/WordPress/gutenberg/pull/17878)), ([16090](https://github.com/WordPress/gutenberg/pull/16090)), ([26799](https://github.com/WordPress/gutenberg/pull/26799)), ([26765](https://github.com/WordPress/gutenberg/pull/26765)), ([26654](https://github.com/WordPress/gutenberg/pull/26654)).

### Code Quality

- Use date-fns and date-fns-tz instead of moment. ([25782](https://github.com/WordPress/gutenberg/pull/25782)) ([27002](https://github.com/WordPress/gutenberg/pull/27002))
- is-shallow-equal: Convert to ESM. ([26833](https://github.com/WordPress/gutenberg/pull/26833))
- Minor code refactoring in template part previews. ([26949](https://github.com/WordPress/gutenberg/pull/26949))
- Drop zone: Rewrite with hooks and simplify. ([26893](https://github.com/WordPress/gutenberg/pull/26893))
- PostTitle: Rewrite with hooks (+ avoid globals). ([26820](https://github.com/WordPress/gutenberg/pull/26820))
- Avoid relying on a the global document. ([26834](https://github.com/WordPress/gutenberg/pull/26834)) ([26814](https://github.com/WordPress/gutenberg/pull/26814)) ([26813](https://github.com/WordPress/gutenberg/pull/26813)) ([26657](https://github.com/WordPress/gutenberg/pull/26657))
- Format library: Use hooks for all components. ([26779](https://github.com/WordPress/gutenberg/pull/26779))
- Sandbox: Use hooks and avoid withGlobalEvents. ([26742](https://github.com/WordPress/gutenberg/pull/26742))
- Draggable: Use hooks and prepare for iframe. ([26897](https://github.com/WordPress/gutenberg/pull/26897))
- PostLockedModal: Use hooks and avoid withGlobalEvents. ([26743](https://github.com/WordPress/gutenberg/pull/26743))
- WpEmbedPreview: Use hooks and avoid withGlobalEvents. ([26740](https://github.com/WordPress/gutenberg/pull/26740))
- FocusableIframe: Use hooks and avoid withGlobalEvents. ([26737](https://github.com/WordPress/gutenberg/pull/26737))
- Navigation Component: Update styles to reference grid spacing helper. ([26523](https://github.com/WordPress/gutenberg/pull/26523))
- Hooks: Type package. ([26430](https://github.com/WordPress/gutenberg/pull/26430))
- Deprecated: Type package. ([26429](https://github.com/WordPress/gutenberg/pull/26429))
- Movers: Small positioning refactor. ([26353](https://github.com/WordPress/gutenberg/pull/26353))
- Use useAnimate for all Animate component usage. ([26201](https://github.com/WordPress/gutenberg/pull/26201))
- Gallery block: Use API v2. ([26145](https://github.com/WordPress/gutenberg/pull/26145))
- Gallery: Remove obsolete deprecation entry. ([26736](https://github.com/WordPress/gutenberg/pull/26736))
- Cleanup: ([24831](https://github.com/WordPress/gutenberg/pull/24831)), ([23598](https://github.com/WordPress/gutenberg/pull/23598)), ([27000](https://github.com/WordPress/gutenberg/pull/27000)).
- Remove `useMemo` in Query inspector controls. ([26658](https://github.com/WordPress/gutenberg/pull/26658))


### Build Tooling

- Add eslint rule to warn against using globals for addEventListener. ([26810](https://github.com/WordPress/gutenberg/pull/26810))
- Update workflows to use Node 14.x. ([26835](https://github.com/WordPress/gutenberg/pull/26835))
- Add command to format PHP files. ([26850](https://github.com/WordPress/gutenberg/pull/26850))
-  Build Tooling: Rebuild stylesheets when imported styles are modified. ([26649](https://github.com/WordPress/gutenberg/pull/26649))
- Fix GH actions "cancel" step. ([27025](https://github.com/WordPress/gutenberg/pull/27025))
- Run assign fixed issues and first time contributor label tasks for PRs from forks. ([26876](https://github.com/WordPress/gutenberg/pull/26876))
- Update .nvmrc to use latest LTS. ([26855](https://github.com/WordPress/gutenberg/pull/26855))
- Update nodegit to 0.27.0 in @wordpress/env. ([26712](https://github.com/WordPress/gutenberg/pull/26712))
- Tests: Add fixture for Column deprecation. ([26774](https://github.com/WordPress/gutenberg/pull/26774))
- Store screenshots of CI end-to-end failures as CI artifacts. ([26664](https://github.com/WordPress/gutenberg/pull/26664)) ([26957](https://github.com/WordPress/gutenberg/pull/26957))
- End 2 End Tests:
  - Fix improper assertion in template-part.test. ([26709](https://github.com/WordPress/gutenberg/pull/26709))
  - Fix RTL end-to-end tests. ([26508](https://github.com/WordPress/gutenberg/pull/26508))
  - Add regresion end-to-end test for the empty reusable block causing WSODs issue. ([26913](https://github.com/WordPress/gutenberg/pull/26913))
  - Add block drag and drop test. ([26869](https://github.com/WordPress/gutenberg/pull/26869)) ([26904](https://github.com/WordPress/gutenberg/pull/26904))
  - Add Delete on backspace from empty code/preformatted blocks test. ([26972](https://github.com/WordPress/gutenberg/pull/26972))
  - Merge end-to-end test relying on order into one. ([26883](https://github.com/WordPress/gutenberg/pull/26883))
  - Add template part conversion end-to-end tests. ([26788](https://github.com/WordPress/gutenberg/pull/26788))
  - Make the allowed blocks test more stable. ([26631](https://github.com/WordPress/gutenberg/pull/26631))
  - Add end-to-end test utils to install and activate themes. ([23685](https://github.com/WordPress/gutenberg/pull/23685))

### Various

- TextControl: Support forwarding refs. ([26209](https://github.com/WordPress/gutenberg/pull/26209))
- Update gutenberg_is_fse_theme function to make it filterable. ([27021](https://github.com/WordPress/gutenberg/pull/27021))
- Windows: Use wp-env instead of file location. ([26671](https://github.com/WordPress/gutenberg/pull/26671))
- Site Editor: Rename left sidebar → secondary sidebar. ([26517](https://github.com/WordPress/gutenberg/pull/26517))
- Add State locks for concurrency control to @wordpress/core-data. ([26389](https://github.com/WordPress/gutenberg/pull/26389)) ([26661](https://github.com/WordPress/gutenberg/pull/26661))
- Avoid PHP warnings when Gutenberg plugin folder isn't writable. ([17671](https://github.com/WordPress/gutenberg/pull/17671))



= 9.3.0 =

### Enhancements

- Support for aall units in Font Size presets. ([26475](https://github.com/WordPress/gutenberg/pula/26475))
- Sort post formats alphabetically by translated name. ([26305](https://github.com/WordPress/gutenberg/pull/26305))
- Ensure Alignment options are always rendered in the same order. ([26269](https://github.com/WordPress/gutenberg/pull/26269))
- Buttons block: Overhaul alignment and justification controls. ([23168](https://github.com/WordPress/gutenberg/pull/23168))
- a11y: Retain focus position when tabbing back to the block toolbar. ([25760](https://github.com/WordPress/gutenberg/pull/25760))
- Dark mode UI enhancements. ([26483](https://github.com/WordPress/gutenberg/pull/26483)) ([26510](https://github.com/WordPress/gutenberg/pull/26510))
- Social Links: Add Patreon, Telegram, and Tiktok icons. ([26118](https://github.com/WordPress/gutenberg/pull/26118))

### Bug Fixes

- Fix Visual regression on the color palette editor. ([26614](https://github.com/WordPress/gutenberg/pull/26614))
- @wordpress/scripts: Fix error in ignore-emit-webpack-plugin. ([26591](https://github.com/WordPress/gutenberg/pull/26591))
- Cover block: Restore default overlay background. ([26569](https://github.com/WordPress/gutenberg/pull/26569)) ([26625](https://github.com/WordPress/gutenberg/pull/26625))
- i18n: Fix incorrectly pluralised strings. ([26565](https://github.com/WordPress/gutenberg/pull/26565))
- Limit the editor interface to max-width 100%. ([26552](https://github.com/WordPress/gutenberg/pull/26552))
- Ensure editor footer remains at the bottom of the screen when navigating regions. ([26533](https://github.com/WordPress/gutenberg/pull/26533))
- URLInput: Use debounce() instead of throttle(). ([26529](https://github.com/WordPress/gutenberg/pull/26529))
- Heading Block: Fix double alignment controls in toolbar. ([26492](https://github.com/WordPress/gutenberg/pull/26492))
- Fix Block preview vertical offset. ([26487](https://github.com/WordPress/gutenberg/pull/26487))
- Reusable Blocks: Make the number retrieved from the API unlimited. ([26486](https://github.com/WordPress/gutenberg/pull/26486))
- Fix editor error when an empty reusable block exist. ([26484](https://github.com/WordPress/gutenberg/pull/26484))
- Latest Posts: Add missing classname. ([26477](https://github.com/WordPress/gutenberg/pull/26477))
- Fix single column block display for smaller screens. ([26438](https://github.com/WordPress/gutenberg/pull/26438))
- Turn off autocomplete for ComboboxControl components. ([26427](https://github.com/WordPress/gutenberg/pull/26427))
- Fix parent post selector initial value and search. ([26397](https://github.com/WordPress/gutenberg/pull/26397))
- Fix gallery block undo issue. ([26377](https://github.com/WordPress/gutenberg/pull/26377))
- Fix spellings in Getting Started guide. ([26310](https://github.com/WordPress/gutenberg/pull/26310))
- Fix embed blocks rendering in widget areas. ([26307](https://github.com/WordPress/gutenberg/pull/26307))
- Fix design of color/gradient controls. ([26255](https://github.com/WordPress/gutenberg/pull/26255))
- Fix drop zone indicators for non blocks. ([25986](https://github.com/WordPress/gutenberg/pull/25986))
- Fix left and right alignments for video embeds. ([24847](https://github.com/WordPress/gutenberg/pull/24847))
- Next Page block: Center text properly. ([26515](https://github.com/WordPress/gutenberg/pull/26515))

### New APIs

- Allow text buttons in DropdownMenu. ([26425](https://github.com/WordPress/gutenberg/pull/26425))
- Support custom viewportWidth in block previews (example). ([26346](https://github.com/WordPress/gutenberg/pull/26346))
- Change updateSelection property to false for InnerBlocks. ([26312](https://github.com/WordPress/gutenberg/pull/26312))

### Experiments

- Full Site Editing :
  - Disable customizer and widgets screens. ([26594](https://github.com/WordPress/gutenberg/pull/26594))
  - Automatically enable FSE experiment. ([26500](https://github.com/WordPress/gutenberg/pull/26500))
  - Remove the demo templates. ([26419](https://github.com/WordPress/gutenberg/pull/26419))
  - Strip post ids from template part blocks on export. ([26268](https://github.com/WordPress/gutenberg/pull/26268))
  - Allow themes to live in a sub directory. ([26391](https://github.com/WordPress/gutenberg/pull/26391))
- Introduce the layout prop to InnerBlocks. ([26380](https://github.com/WordPress/gutenberg/pull/26380))
- Site Editor
  - Add Dropdown to Create Generic Templates. ([26284](https://github.com/WordPress/gutenberg/pull/26284))
  - Prevent inserter overscroll. ([26432](https://github.com/WordPress/gutenberg/pull/26432)) ([26583](https://github.com/WordPress/gutenberg/pull/26583))
  - Fix dirty template and template parts on template creation. ([26560](https://github.com/WordPress/gutenberg/pull/26560))
  - Fix composite role warnings triggered by template part previews. ([26406](https://github.com/WordPress/gutenberg/pull/26406))
  - Reduce the Amount of Data Passed Through the Components Tree. ([26463](https://github.com/WordPress/gutenberg/pull/26463))
  - Add the option to convert a template part to regular blocks. ([26488](https://github.com/WordPress/gutenberg/pull/26488))
  - Fix Invisible Template Previews in the Sidebar. ([26424](https://github.com/WordPress/gutenberg/pull/26424))
  - Add convert to template part flow. ([20445](https://github.com/WordPress/gutenberg/pull/20445))
  - Fix custom template part theme meta. ([26587](https://github.com/WordPress/gutenberg/pull/26587))
- Query block:
  - Add initial variations. ([26378](https://github.com/WordPress/gutenberg/pull/26378))
  - Add sticky support. ([26279](https://github.com/WordPress/gutenberg/pull/26279))
- Global Styles:
  - Use block settings on the block panels. ([26218](https://github.com/WordPress/gutenberg/pull/26218))
  - Fix: Font size picker regression on edit site global styles. ([26603](https://github.com/WordPress/gutenberg/pull/26603))
  - Process settings only once. ([26330](https://github.com/WordPress/gutenberg/pull/26330))
- Navigation Component:
  - Add Support for RTL Languages. ([26334](https://github.com/WordPress/gutenberg/pull/26334))
  - Styling revisions. ([26338](https://github.com/WordPress/gutenberg/pull/26338))
  - Fix focus behavior when opening the panel. ([26296](https://github.com/WordPress/gutenberg/pull/26296))
  - Fix height of Navigation panel and make it scrollable. ([26187](https://github.com/WordPress/gutenberg/pull/26187))
  - Search Control in Menu Titles. ([25315](https://github.com/WordPress/gutenberg/pull/25315))
- Use a DropdownMenu for menu selection in the navigation screen. ([25390](https://github.com/WordPress/gutenberg/pull/25390))

### Documentation

- Update glossary to include more block based terminology. ([26478](https://github.com/WordPress/gutenberg/pull/26478))
- Update triage documentation for clarity around closing issues and labels. ([26480](https://github.com/WordPress/gutenberg/pull/26480))
- Update WordPress versions document to include 5.6. ([26365](https://github.com/WordPress/gutenberg/pull/26365))
- Typos and tweaks: ([26491](https://github.com/WordPress/gutenberg/pull/26491)), ([26553](https://github.com/WordPress/gutenberg/pull/26553)), ([26437](https://github.com/WordPress/gutenberg/pull/26437)), ([26400](https://github.com/WordPress/gutenberg/pull/26400)), ([26566](https://github.com/WordPress/gutenberg/pull/26566)).
- Storybook: Fix broken BlockDraggable story. ([26457](https://github.com/WordPress/gutenberg/pull/26457)) ([26431](https://github.com/WordPress/gutenberg/pull/26431))

### Code Quality

- Remove anonymous components from global styles sidebar. ([26604](https://github.com/WordPress/gutenberg/pull/26604))
- Add types to components:
  - Tip. ([26173](https://github.com/WordPress/gutenberg/pull/26173))
  - BaseControl and VisuallyHidden. ([26078](https://github.com/WordPress/gutenberg/pull/26078))
- Improve @wordpress/I18n types. ([26171](https://github.com/WordPress/gutenberg/pull/26171))
- Migrate to builtin data controls. ([25993](https://github.com/WordPress/gutenberg/pull/25993)) ([25949](https://github.com/WordPress/gutenberg/pull/25949)) ([25773](https://github.com/WordPress/gutenberg/pull/25773)) ([25990](https://github.com/WordPress/gutenberg/pull/25990)) ([26509](https://github.com/WordPress/gutenberg/pull/26509)) ([25772](https://github.com/WordPress/gutenberg/pull/25772))
- Chore: Ensure WordPress packages share the same hoisted dependencies. ([26453](https://github.com/WordPress/gutenberg/pull/26453))
- Use CSS-in-JS in @wordpress/components:
  - Spinner. ([26433](https://github.com/WordPress/gutenberg/pull/26433))
  - Disabled. ([25843](https://github.com/WordPress/gutenberg/pull/25843))

### Build Tooling

- Components: Copy SCSS file from react-dates to components package. ([26534](https://github.com/WordPress/gutenberg/pull/26534))
- webpack: Replace legacy namedChunks/namedModules options with chunkIds/moduleIds. ([26502](https://github.com/WordPress/gutenberg/pull/26502))
- Rewrite sideEffects flags to use only positive patterns. ([26452](https://github.com/WordPress/gutenberg/pull/26452))
- Load the Twenty Twenty-one theme by default in Gutenberg's local environement. ([26414](https://github.com/WordPress/gutenberg/pull/26414))
- Build: Assign the library exports to window.wp rather than this.wp. ([26272](https://github.com/WordPress/gutenberg/pull/26272))
- Move to Dart Sass compiler. ([25628](https://github.com/WordPress/gutenberg/pull/25628))
- Fix composer test failures due to invalid lock. ([26472](https://github.com/WordPress/gutenberg/pull/26472))
- Update node-watch to 0.7.0. ([26403](https://github.com/WordPress/gutenberg/pull/26403))
- Release tool: Support multiple RCs. ([25971](https://github.com/WordPress/gutenberg/pull/25971))
- jest-puppeteer-axe: Migrate to @axe-core/puppeteer. ([25659](https://github.com/WordPress/gutenberg/pull/25659))
- Improve End-to-End tests stability:
  - Fix autosave end-to-end tests. ([26416](https://github.com/WordPress/gutenberg/pull/26416))
  - Fix 'Multi entity saving -> site editor' end-to-end failures. ([26371](https://github.com/WordPress/gutenberg/pull/26371))
  - Fix Twenty Twenty One related end-to-end test failures. ([26341](https://github.com/WordPress/gutenberg/pull/26341))
  - Fix demo test by disabling the welcome dialog. ([26314](https://github.com/WordPress/gutenberg/pull/26314))
  - Disable BlockPreviews from axe-core tests. ([26527](https://github.com/WordPress/gutenberg/pull/26527))
  - Site editor: Fix end-to-end tests navigation panel. ([26454](https://github.com/WordPress/gutenberg/pull/26454))
  - Consolidate sequential multi-entity-saving tests. ([26373](https://github.com/WordPress/gutenberg/pull/26373))
  - Make the adding patterns test stable. ([26345](https://github.com/WordPress/gutenberg/pull/26345))


### Various

- Create Block: Update the list of categories to pick from. ([26448](https://github.com/WordPress/gutenberg/pull/26448))
- Removes extra fullstop from preferences. ([26586](https://github.com/WordPress/gutenberg/pull/26586))
- @wordpress/scripts: Configure all the tools to skip `vendor` folder. ([26450](https://github.com/WordPress/gutenberg/pull/26450))


= 9.2.2 =


### Bug Fixes

- Fix widget previews in the widget screen https://github.com/WordPress/gutenberg/pull/26356 https://github.com/WordPress/gutenberg/pull/26417


= 9.2.1 =

### Bug Fixes

 - Code block: preserve indentation on paste
 - Fix block supports for inner blocks
 - Fix archives block render function


= 9.2.0 =

### Features

-   Add video tracks functionality. ([25861](https://github.com/WordPress/gutenberg/pull/25861))
-   Transform multiple selected blocks to Columns block. ([25829](https://github.com/WordPress/gutenberg/pull/25829))
-   Cover: Add repeated background option. ([26001](https://github.com/WordPress/gutenberg/pull/26001))

### Enhancements

-   Add dropdown button to view templates in sidebar. ([26132](https://github.com/WordPress/gutenberg/pull/26132))
-   Gallery block: Use image caption as fallback for alt text. ([26082](https://github.com/WordPress/gutenberg/pull/26082))
-   Table block: Use hooks + API v2. ([26065](https://github.com/WordPress/gutenberg/pull/26065))
-   Refactor document actions to handle template part titles. ([26043](https://github.com/WordPress/gutenberg/pull/26043))
-   Info panel layout improvement. ([26017](https://github.com/WordPress/gutenberg/pull/26017))
-   Remove non-core blocks from default editor content. ([25844](https://github.com/WordPress/gutenberg/pull/25844))
-   Add very basic template information dropdown. ([25757](https://github.com/WordPress/gutenberg/pull/25757))
-   Rename "Options" modal to "Preferences". ([25683](https://github.com/WordPress/gutenberg/pull/25683))
-   Add single column functionality to the Columns block. ([24065](https://github.com/WordPress/gutenberg/pull/24065))
-   Add more writing flow options: Reduced UI, theme styles, spotlight. ([22494](https://github.com/WordPress/gutenberg/pull/22494))
-   Add option to make Post Featured Image a link. ([25714](https://github.com/WordPress/gutenberg/pull/25714))
-   Widgets Screen:
    -   Add legacy widget inspector card component. ([26142](https://github.com/WordPress/gutenberg/pull/26142))
    -   Show the legacy widget name in list view. ([26138](https://github.com/WordPress/gutenberg/pull/26138))
    -   Add unsaved changes warning to widgets screen. ([26081](https://github.com/WordPress/gutenberg/pull/26081))
    -   Display Widget Area's name and description in the sidebar. ([25943](https://github.com/WordPress/gutenberg/pull/25943))
    -   Widgets editor: Add basic options for extensibility. ([25758](https://github.com/WordPress/gutenberg/pull/25758))
    -   Disallow multiple instances of reference widgets. ([26148](https://github.com/WordPress/gutenberg/pull/26148))
    -   Embed widget type. ([26093](https://github.com/WordPress/gutenberg/pull/26093))
    -   Add widget type endpoint. ([26042](https://github.com/WordPress/gutenberg/pull/26042))
    -   Make edit-widgets package public. ([26016](https://github.com/WordPress/gutenberg/pull/26016))
    -   Uncollapse widget area when block is dragged over. ([25992](https://github.com/WordPress/gutenberg/pull/25992))
    -   Add meaningful labels for the Widgets screen ARIA landmarks. ([25867](https://github.com/WordPress/gutenberg/pull/25867))
    -   Load custom block assets. ([25826](https://github.com/WordPress/gutenberg/pull/25826))
    -   Test for storing raw html in widgets. ([24886](https://github.com/WordPress/gutenberg/pull/24886))

### New APIs

-   Make block supports server-side explicit. ([26192](https://github.com/WordPress/gutenberg/pull/26192))
-   New hook: UseDebounce for speak function. ([25948](https://github.com/WordPress/gutenberg/pull/25948))
-   Make the custom spacing theme support flag and block support API stable. ([25788](https://github.com/WordPress/gutenberg/pull/25788))
-   Mark the line height support flag as stable. ([25769](https://github.com/WordPress/gutenberg/pull/25769))
-   Mark the font size support flag as stable. ([25695](https://github.com/WordPress/gutenberg/pull/25695))
-   Mark the color support flag as stable. ([25694](https://github.com/WordPress/gutenberg/pull/25694))
-   Add a button to allow resetting the ComboboxControl value. ([25692](https://github.com/WordPress/gutenberg/pull/25692))
-   Block API: Light block edit/save symmetry. ([25644](https://github.com/WordPress/gutenberg/pull/25644))
-   Block API: Stabilize light block hook. ([25642](https://github.com/WordPress/gutenberg/pull/25642))
-   Inner blocks: Try hook approach. ([25633](https://github.com/WordPress/gutenberg/pull/25633))
-   API: Stabilize localAutosave() as autosave( { local: True } ). ([20149](https://github.com/WordPress/gutenberg/pull/20149))

### Experiments

-   Query Block:
    -   Add Custom Post Types support in Query block. ([25903](https://github.com/WordPress/gutenberg/pull/25903))
    -   Set focus on Query block on insertion. ([26267](https://github.com/WordPress/gutenberg/pull/26267))
    -   Add loading message to Query block while fetching results. ([26199](https://github.com/WordPress/gutenberg/pull/26199))
    -   Add no results placeholder in Query block. ([25984](https://github.com/WordPress/gutenberg/pull/25984))
-   Site Editor:
    -   Clear the active menu state when closing the sidebar. ([25957](https://github.com/WordPress/gutenberg/pull/25957))
    -   Add missing localization to the templates sidebar. ([25897](https://github.com/WordPress/gutenberg/pull/25897))
    -   Mount both wp_template and wp_template_part EntityProviders to avoid remounting. ([25870](https://github.com/WordPress/gutenberg/pull/25870))
    -   Navigation templates. ([25739](https://github.com/WordPress/gutenberg/pull/25739))
    -   Update Navigation Panel Toggle UI. ([25622](https://github.com/WordPress/gutenberg/pull/25622))
    -   Move page switcher to navigation panel. ([25620](https://github.com/WordPress/gutenberg/pull/25620))
    -   Add template switcher to navigation panel. ([25615](https://github.com/WordPress/gutenberg/pull/25615))
    -   Pass editor features dynamically. ([25795](https://github.com/WordPress/gutenberg/pull/25795))

### Bug Fixes

-   Fix for current_parsed_blocks value when block has inner blocks. ([26291](https://github.com/WordPress/gutenberg/pull/26291))
-   Fix updating clientId mapping. ([26290](https://github.com/WordPress/gutenberg/pull/26290))
-   Fix typo in wrapper attributes. ([26282](https://github.com/WordPress/gutenberg/pull/26282))
-   Fix: Keep the 'Insert from URL' entered value on ImagePlaceholder. ([26262](https://github.com/WordPress/gutenberg/pull/26262))
-   Fix align order in heading block. ([26260](https://github.com/WordPress/gutenberg/pull/26260))
-   Widgets screen: Add a filter function to `registerCoreBlock`. ([26259](https://github.com/WordPress/gutenberg/pull/26259))
-   Use ToolbarButtons instead of Buttons in the Legacy Widget block's toolbar. ([26258](https://github.com/WordPress/gutenberg/pull/26258))
-   Widgets screen: Add "Browse all" option to the inserter. ([26256](https://github.com/WordPress/gutenberg/pull/26256))
-   Fix: Post schedule label showing wrong time if site and user timezones did not match. ([26212](https://github.com/WordPress/gutenberg/pull/26212))
-   Fix Site Title block's heading levels appearance. ([26202](https://github.com/WordPress/gutenberg/pull/26202))
-   Writing flow: Fix in-between inserter for aligned blocks. ([26197](https://github.com/WordPress/gutenberg/pull/26197))
-   Fix Site Tagline block's text alignment. ([26191](https://github.com/WordPress/gutenberg/pull/26191))
-   Fix separator and spacer blocks after api v2 refactoring. ([26157](https://github.com/WordPress/gutenberg/pull/26157))
-   Global Styles sidebar (blocks tab): Protect against not registered blocks. ([26149](https://github.com/WordPress/gutenberg/pull/26149))
-   Block templates: Recognize and convert old or derivative block types to their canonical form. ([26147](https://github.com/WordPress/gutenberg/pull/26147))
-   Fix editing Legacy Widgets doesn't enable "Save" button. ([26144](https://github.com/WordPress/gutenberg/pull/26144))
-   Fix Cover width regression. ([26143](https://github.com/WordPress/gutenberg/pull/26143))
-   Fix tabbing in widgets not triggering auto-scrolling. ([26139](https://github.com/WordPress/gutenberg/pull/26139))
-   Cover block: Improve overlay opacity handling. ([26133](https://github.com/WordPress/gutenberg/pull/26133))
-   Fix icons type annotation. ([26129](https://github.com/WordPress/gutenberg/pull/26129))
-   FullscreenMode: Remove the is-fullscreen-mode CSS class from body on unmount. ([26103](https://github.com/WordPress/gutenberg/pull/26103))
-   Make sure Global Styles CPT includes a theme reference. ([26061](https://github.com/WordPress/gutenberg/pull/26061))
-   Restrict legacy widget block to only being a child of widget area. ([26053](https://github.com/WordPress/gutenberg/pull/26053))
-   Fix/wrong classes search block. ([26052](https://github.com/WordPress/gutenberg/pull/26052))
-   Fix drag and drop in empty widget area. ([26051](https://github.com/WordPress/gutenberg/pull/26051))
-   Fix unit tests by updating cover block fixtures. ([26044](https://github.com/WordPress/gutenberg/pull/26044))
-   Upgrade autoprefixer to fix fit-content in firefox. ([26019](https://github.com/WordPress/gutenberg/pull/26019))
-   Fix widget area title font. ([26018](https://github.com/WordPress/gutenberg/pull/26018))
-   Widgets screen: Fix WP Admin Bar Widgets screen link. ([26015](https://github.com/WordPress/gutenberg/pull/26015))
-   Hide parent selector in widget area. ([26011](https://github.com/WordPress/gutenberg/pull/26011))
-   Document Actions: Fix unexpected label wrapping. ([26004](https://github.com/WordPress/gutenberg/pull/26004))
-   Fix template part theme identifier. ([25995](https://github.com/WordPress/gutenberg/pull/25995))
-   Show all widget areas on widget screen. ([25977](https://github.com/WordPress/gutenberg/pull/25977))
-   Fix block editor example in storybook. ([25976](https://github.com/WordPress/gutenberg/pull/25976))
-   Fix 9:16 aspect ratio styling. ([25972](https://github.com/WordPress/gutenberg/pull/25972))
-   Fix gallery caption not centered in the front-end issue. ([25962](https://github.com/WordPress/gutenberg/pull/25962))
-   Widgets screen: Add save keyboard shortcut. ([25944](https://github.com/WordPress/gutenberg/pull/25944))
-   Widgets screen: Remove default hover background in panel title. ([25939](https://github.com/WordPress/gutenberg/pull/25939))
-   Fix failing previews end-to-end test. ([25938](https://github.com/WordPress/gutenberg/pull/25938))
-   Fix input control drag and box control change. ([25933](https://github.com/WordPress/gutenberg/pull/25933))
-   Fix end-to-end tests related to template parts. ([25923](https://github.com/WordPress/gutenberg/pull/25923))
-   Fix insertion indicator margin. ([25893](https://github.com/WordPress/gutenberg/pull/25893))
-   Fix blue line indicator not showing at the end. ([25849](https://github.com/WordPress/gutenberg/pull/25849))
-   Fix incorrect attribute type specified in Search block. ([25813](https://github.com/WordPress/gutenberg/pull/25813))
-   Document Actions: Fix Block Editor Inserter Overlap with Document Titles. ([25801](https://github.com/WordPress/gutenberg/pull/25801))
-   Fix PHP warning in widget utils REST controller. ([25797](https://github.com/WordPress/gutenberg/pull/25797))
-   Include edit-widgets php files in build. ([25792](https://github.com/WordPress/gutenberg/pull/25792))
-   Docs: Fix typo in Git Workflow. ([25779](https://github.com/WordPress/gutenberg/pull/25779))
-   Widgets screen: Fix widget-area accessibility. ([25732](https://github.com/WordPress/gutenberg/pull/25732))
-   Widgets screen: Fix insertion point in widget areas. ([25727](https://github.com/WordPress/gutenberg/pull/25727))
-   Document Settings: Fix document title hover and select animations. ([25719](https://github.com/WordPress/gutenberg/pull/25719))
-   Define text color for warning message component. ([25713](https://github.com/WordPress/gutenberg/pull/25713))
-   RichText: Remove native props for web. ([25700](https://github.com/WordPress/gutenberg/pull/25700))
-   Use h3 in the legacy widget title. ([25690](https://github.com/WordPress/gutenberg/pull/25690))
-   Navigation block: Use unbounded query when requesting top level pages. ([25689](https://github.com/WordPress/gutenberg/pull/25689))
-   Document Actions: Fix document title misalignment with an open nav sidebar. ([25630](https://github.com/WordPress/gutenberg/pull/25630))
-   Fix React error in @wordpress/block-editor documentation usage example caused by applying args to setState call. ([25492](https://github.com/WordPress/gutenberg/pull/25492))
-   Cover Block: Show spinner while uploading. ([25401](https://github.com/WordPress/gutenberg/pull/25401))
-   Button block: Reduce chance of style conflicts. ([24919](https://github.com/WordPress/gutenberg/pull/24919))
-   Fix skipped shortcode transforms in raw handling. ([22840](https://github.com/WordPress/gutenberg/pull/22840))
-   Media links: Fix linking for images inserted from URL. ([22195](https://github.com/WordPress/gutenberg/pull/22195))
-   Refactor reusable block edit component using hooks (and fix interactions with multiple instances of the same reusable block). ([21427](https://github.com/WordPress/gutenberg/pull/21427))

### Performance

-   Paragraph: Avoid selector to improve performance. ([26150](https://github.com/WordPress/gutenberg/pull/26150))
-   Remove transition on block selection indicator. ([25974](https://github.com/WordPress/gutenberg/pull/25974))
-   Widgets screen: Preload request to /sidebars. ([25726](https://github.com/WordPress/gutenberg/pull/25726))

### Documentation

-   Bring the block-based theme tutorial up to date. ([25830](https://github.com/WordPress/gutenberg/pull/25830))
-   Add more CI status badges to README. ([26090](https://github.com/WordPress/gutenberg/pull/26090))
-   Getting started: MAMP: Add tip to fix WP-CLI. ([26057](https://github.com/WordPress/gutenberg/pull/26057))
-   Update colors readme with additional definitions. ([25954](https://github.com/WordPress/gutenberg/pull/25954))
-   Document isMultiBlock param for block transforms. ([25952](https://github.com/WordPress/gutenberg/pull/25952))
-   Update CI status badge in README. ([25907](https://github.com/WordPress/gutenberg/pull/25907))
-   Adds missing Curly brace. ([25748](https://github.com/WordPress/gutenberg/pull/25748))
-   Add documentation for colors component. ([25567](https://github.com/WordPress/gutenberg/pull/25567))
-   InspectorAdvancedControls: Add README.md. ([25566](https://github.com/WordPress/gutenberg/pull/25566))
-   Add documentation for useResizeCanvas. ([25558](https://github.com/WordPress/gutenberg/pull/25558))
-   Add/block navigation component readme. ([24882](https://github.com/WordPress/gutenberg/pull/24882))
-   Update Block Based Themes Documentation. ([25710](https://github.com/WordPress/gutenberg/pull/25710))

### Code Quality

-   Pass all extra attributes down in get_block_wrapper_attributes. ([26280](https://github.com/WordPress/gutenberg/pull/26280))
-   Editor: Refactor PostFormatPanel to use React hooks. ([26273](https://github.com/WordPress/gutenberg/pull/26273))
-   BlockListBlock: Reduce passed props. ([26251](https://github.com/WordPress/gutenberg/pull/26251))
-   Editor: Refactor PostFormat to use React hooks. ([26238](https://github.com/WordPress/gutenberg/pull/26238))
-   Latest posts: Use hooks + API v2. ([26122](https://github.com/WordPress/gutenberg/pull/26122))
-   Latest comments: API v2. ([26113](https://github.com/WordPress/gutenberg/pull/26113))
-   Categories block: Use API v2. ([26112](https://github.com/WordPress/gutenberg/pull/26112))
-   Rename ReusableBlocksButtons to ReusableBlocksMenuItems. ([26099](https://github.com/WordPress/gutenberg/pull/26099))
-   Reusable block: Use API v2. ([26091](https://github.com/WordPress/gutenberg/pull/26091))
-   Gallery block: Use hooks. ([26088](https://github.com/WordPress/gutenberg/pull/26088))
-   Pullquote block: Use hooks + API v2. ([26068](https://github.com/WordPress/gutenberg/pull/26068))
-   Components: Start adding types progressively. ([26066](https://github.com/WordPress/gutenberg/pull/26066))
-   File block: Use hooks + API v2. ([26063](https://github.com/WordPress/gutenberg/pull/26063))
-   HTML block: Use hooks and API v2. ([26055](https://github.com/WordPress/gutenberg/pull/26055))
-   Update all blocks to API v2. ([26054](https://github.com/WordPress/gutenberg/pull/26054))
-   editor: Remove two unused registry controls. ([26048](https://github.com/WordPress/gutenberg/pull/26048))
-   Tweak styles of the document actions area. ([26038](https://github.com/WordPress/gutenberg/pull/26038))
-   Site Editor: Navigation panel replace hardcoded menu strings with constants. ([26026](https://github.com/WordPress/gutenberg/pull/26026))
-   Move left sidebar state to redux. ([26003](https://github.com/WordPress/gutenberg/pull/26003))
-   Refactor Categories to function component. ([25806](https://github.com/WordPress/gutenberg/pull/25806))
-   Classic block: Use hooks. ([25737](https://github.com/WordPress/gutenberg/pull/25737))
-   Remove animation from mover buttons. ([25728](https://github.com/WordPress/gutenberg/pull/25728))
-   Move widget-area to edit-widgets. ([25673](https://github.com/WordPress/gutenberg/pull/25673))
-   InnerBlocks: Add select dependencies. ([25672](https://github.com/WordPress/gutenberg/pull/25672))
-   Refactor Buttons block native edit component to use hooks. ([25636](https://github.com/WordPress/gutenberg/pull/25636))
-   Data: Build the basic data controls into every store. ([25362](https://github.com/WordPress/gutenberg/pull/25362))
-   Block Editor: Use optional chaining and nullish coalescing instead of Lodash.get. ([23632](https://github.com/WordPress/gutenberg/pull/23632))
-   Refactor Latest Comments block to use function component. ([23557](https://github.com/WordPress/gutenberg/pull/23557))
-   WordCount: Add types. ([22077](https://github.com/WordPress/gutenberg/pull/22077))

### Security

-   PostCSS Plugins Preset: Update vulnerable dependency. ([26140](https://github.com/WordPress/gutenberg/pull/26140))

### Breaking Change

-   Add separate widgets endpoint. ([25958](https://github.com/WordPress/gutenberg/pull/25958))

### Various

-   Stabilize batching endpoint as v1. ([26295](https://github.com/WordPress/gutenberg/pull/26295))
-   Make batch opt-in more expressive. ([26292](https://github.com/WordPress/gutenberg/pull/26292))
-   Remove experimental sidebars endpoint shim. ([26288](https://github.com/WordPress/gutenberg/pull/26288))
-   Warn about using core/batch-processing store. ([26287](https://github.com/WordPress/gutenberg/pull/26287))
-   Remove WP_REST_Widget_Utils_Controller class. ([26274](https://github.com/WordPress/gutenberg/pull/26274))
-   Minor iterations to grouping for preferences panel. ([26198](https://github.com/WordPress/gutenberg/pull/26198))
-   Allow transform to Columns from a single block. ([26185](https://github.com/WordPress/gutenberg/pull/26185))
-   Use batch processing in edit-widgets package. ([26164](https://github.com/WordPress/gutenberg/pull/26164))
-   Minor updates to @wordpress/edit-widgets for easier Core integration. ([26136](https://github.com/WordPress/gutenberg/pull/26136))
-   TextareaControl: Use CSS-in-JS. ([26131](https://github.com/WordPress/gutenberg/pull/26131))
-   Add template lock attribute to column and group. ([26128](https://github.com/WordPress/gutenberg/pull/26128))
-   Reusable blocks support for widgets editor. ([26097](https://github.com/WordPress/gutenberg/pull/26097))
-   Bump @actions/core from 1.0.0 to 1.2.6. ([26087](https://github.com/WordPress/gutenberg/pull/26087))
-   First pass at using the new sidebars and widget endpoints. ([26086](https://github.com/WordPress/gutenberg/pull/26086))
-   Don't rely on the exact count of registered widgets. ([26085](https://github.com/WordPress/gutenberg/pull/26085))
-   Try: Make class and style tests less brittle. ([26079](https://github.com/WordPress/gutenberg/pull/26079))
-   Components: Remove size prop from Dashicon. ([26067](https://github.com/WordPress/gutenberg/pull/26067))
-   Adjust media-text attributes to default stacked on mobile to true. ([26041](https://github.com/WordPress/gutenberg/pull/26041))
-   Support batch requests in data layer. ([26024](https://github.com/WordPress/gutenberg/pull/26024))
-   Fallback for dropcap when experimentalFeatures is not present. ([25979](https://github.com/WordPress/gutenberg/pull/25979))
-   Social Links: Update Placeholder experience when first inserting Social Links. ([25941](https://github.com/WordPress/gutenberg/pull/25941))
-   Check that get_current_screen is callable. ([25935](https://github.com/WordPress/gutenberg/pull/25935))
-   Social Link: Rename mail to email. ([25924](https://github.com/WordPress/gutenberg/pull/25924))
-   Autocomplete: Use hooks. ([25922](https://github.com/WordPress/gutenberg/pull/25922))
-   Skip broken template-part end-to-end test until it can be fixed. ([25918](https://github.com/WordPress/gutenberg/pull/25918))
-   Heading block: Add wide and full width options. ([25917](https://github.com/WordPress/gutenberg/pull/25917))
-   Social Links: Avoid conflict with themes ul text-indent. ([25916](https://github.com/WordPress/gutenberg/pull/25916))
-   Site editor: Store navigation panel's active menu state in the store. ([25906](https://github.com/WordPress/gutenberg/pull/25906))
-   Version bump to 9.1.1. ([25904](https://github.com/WordPress/gutenberg/pull/25904))
-   Export and document LinkControl's building blocks. ([25901](https://github.com/WordPress/gutenberg/pull/25901))
-   Prevent network requests related to ephemeral posts in the widgets editor. ([25899](https://github.com/WordPress/gutenberg/pull/25899))
-   FSE Navigation Sidebar: Move navigation sidebar in DOM hierarchy. ([25884](https://github.com/WordPress/gutenberg/pull/25884))
-   Template part selection component - fix keyboard controls. ([25881](https://github.com/WordPress/gutenberg/pull/25881))
-   FSE Document actions - wrap with heading. ([25874](https://github.com/WordPress/gutenberg/pull/25874))
-   Extract @wordpress/reusable-blocks from @wordpress/editor. ([25859](https://github.com/WordPress/gutenberg/pull/25859))
-   Unify help description text styling. ([25852](https://github.com/WordPress/gutenberg/pull/25852))
-   BaseControl: Use CSS-in-JS. ([25842](https://github.com/WordPress/gutenberg/pull/25842))
-   Iterations on options modal. ([25837](https://github.com/WordPress/gutenberg/pull/25837))
-   BlockSelectionClearer: Use hooks. ([25824](https://github.com/WordPress/gutenberg/pull/25824))
-   Update pull request documentation URLs. ([25815](https://github.com/WordPress/gutenberg/pull/25815))
-   Add a dark mode to the post title. ([25796](https://github.com/WordPress/gutenberg/pull/25796))
-   Automatically generate required preset classes. ([25768](https://github.com/WordPress/gutenberg/pull/25768))
-   Ensure focus of input when InputControl spinner arrows are pressed. ([25753](https://github.com/WordPress/gutenberg/pull/25753))
-   External Link: Use CSS-in-JS. ([25751](https://github.com/WordPress/gutenberg/pull/25751))
-   Update improve backward compatibility for deprecated settings. ([25738](https://github.com/WordPress/gutenberg/pull/25738))
-   Initialize the state before rendering widgets editor. ([25736](https://github.com/WordPress/gutenberg/pull/25736))
-   Add color palette edit functionality to global styles. ([25711](https://github.com/WordPress/gutenberg/pull/25711))
-   UnitControl: Enable keyboard access (via tab) to unit select by default. ([25704](https://github.com/WordPress/gutenberg/pull/25704))
-   Add EditorStyles CSS to the widgets editor. ([25699](https://github.com/WordPress/gutenberg/pull/25699))
-   Display before_widget/after_widget when rendering WP_Widget_Block. ([25693](https://github.com/WordPress/gutenberg/pull/25693))
-   Remove the right margin for the right-most list items in the lastest posts block. ([25688](https://github.com/WordPress/gutenberg/pull/25688))
-   Update and move some Query filters. ([25674](https://github.com/WordPress/gutenberg/pull/25674))
-   Remove duplicate key from tsconfig.base.json. ([25664](https://github.com/WordPress/gutenberg/pull/25664))
-   Try adding a 'spotlight mode' type effect when template part or child is selected. ([25656](https://github.com/WordPress/gutenberg/pull/25656))
-   Gallery: Add labels to img, figure and figcaption elements for accessibility. ([25560](https://github.com/WordPress/gutenberg/pull/25560))
-   Navigation component: Add back button click handler. ([25556](https://github.com/WordPress/gutenberg/pull/25556))
-   Hide the quick side inserter when the user is typing. ([25548](https://github.com/WordPress/gutenberg/pull/25548))
-   Add border to block "Edit as HTML" style. ([25539](https://github.com/WordPress/gutenberg/pull/25539))
-   Show PostFeaturedImage in editor. ([25412](https://github.com/WordPress/gutenberg/pull/25412))
-   Don't allow duplicate selectors in styles. ([25399](https://github.com/WordPress/gutenberg/pull/25399))
-   Gallery: Add a margin declaration. ([25291](https://github.com/WordPress/gutenberg/pull/25291))
-   Page parent selector with ComboboxControl. ([25267](https://github.com/WordPress/gutenberg/pull/25267))
-   Add Align support to Separator block. ([25147](https://github.com/WordPress/gutenberg/pull/25147))
-   REST API: Introduce batch controller. ([25096](https://github.com/WordPress/gutenberg/pull/25096))
-   Upgrade TypeScript to v4. ([24892](https://github.com/WordPress/gutenberg/pull/24892))
-   Use `UnitControl` instead of `RangeControl` for column width. ([24711](https://github.com/WordPress/gutenberg/pull/24711))
-   Add UI tests to unsupported block editor. ([23729](https://github.com/WordPress/gutenberg/pull/23729))
-   Add a description to the Site Title block. ([23462](https://github.com/WordPress/gutenberg/pull/23462))
-   Add storybook story for the FocusableIframe component. ([22324](https://github.com/WordPress/gutenberg/pull/22324))


= 9.1.0 =

### Features

- Add "open in new tab" feature to Social Links Block. ([25468](https://github.com/WordPress/gutenberg/pull/25468))
- Add Image Size control to the Media & Text block. ([24795](https://github.com/WordPress/gutenberg/pull/24795))

### Enhancements

- Inserter: Add block pattern category selection. ([24954](https://github.com/WordPress/gutenberg/pull/24954))
- Reduce minimum height to 1px for the Spacer block. ([25528](https://github.com/WordPress/gutenberg/pull/25528))
- Show the Fullscreen keyboard shortcut. ([25395](https://github.com/WordPress/gutenberg/pull/25395))
- Improve the Audio block shortcode transform to account for all sources. ([25114](https://github.com/WordPress/gutenberg/pull/25114))
- Code block: Allow HTML editing & rich text content. ([24689](https://github.com/WordPress/gutenberg/pull/24689))
- Remove appender from unselected Buttons and Social Icons block. ([25518](https://github.com/WordPress/gutenberg/pull/25518))
- Widgets Screen:
  - Register legacy widgets as block variations. ([24905](https://github.com/WordPress/gutenberg/pull/24905))
  - Use the default block list appender for the widget areas. ([25635](https://github.com/WordPress/gutenberg/pull/25635))
  - Add titles to Legacy Widgets. ([25638](https://github.com/WordPress/gutenberg/pull/25638))
- Buttons block: Lighten editor DOM. ([23222](https://github.com/WordPress/gutenberg/pull/23222))
- Copy: Reword block settings menu item labels. ([22955](https://github.com/WordPress/gutenberg/pull/22955))
- Add a tooltip to the Drag & Drop handle. ([25606](https://github.com/WordPress/gutenberg/pull/25606)) ([25614](https://github.com/WordPress/gutenberg/pull/25614))
- A11y:
  - Add aria-haspopup property to the BlockNavigation component. ([25605](https://github.com/WordPress/gutenberg/pull/25605))
  - Add aria-haspopup property to the TableOfContents component. ([25603](https://github.com/WordPress/gutenberg/pull/25603))
  - Add aria-haspopup to the ToolSelector. ([25600](https://github.com/WordPress/gutenberg/pull/25600))
  - Add aria-haspopup to the MediaReplaceFlow button. ([25597](https://github.com/WordPress/gutenberg/pull/25597))
  - Add aria-haspopup attribute to CustomGradientBar component. ([25571](https://github.com/WordPress/gutenberg/pull/25571))
  - Add aria-haspopup to CircularOptionPicker component. ([25564](https://github.com/WordPress/gutenberg/pull/25564))
  - Add aria-describedby to featured-image button. ([24888](https://github.com/WordPress/gutenberg/pull/24888))
- Don't show heading ancestor blocks in Document Outline. ([25599](https://github.com/WordPress/gutenberg/pull/25599))
- Support the default link config for the Gallery and Image blocks (`image_default_link_type`). ([25578](https://github.com/WordPress/gutenberg/pull/25578)) ([25582](https://github.com/WordPress/gutenberg/pull/25582))
- Social Icons Block: Let icons wrap. ([25334](https://github.com/WordPress/gutenberg/pull/25334))

### New APIs

- Add new ComboboxControl. ([25442](https://github.com/WordPress/gutenberg/pull/25442))
- Data Controls: Add new syncSelect control. ([25336](https://github.com/WordPress/gutenberg/pull/25336))
- DateTimePicker: Add support for highlighting days. ([22032](https://github.com/WordPress/gutenberg/pull/22032))

### Bug Fixes

- Widgets Screen:
  - Auto expand the last selected widget area when opening the inserter. ([25669](https://github.com/WordPress/gutenberg/pull/25669))
  - Ensure all widgets are properly initialized when they're added, do not unmount widgets once they're mounted. ([25645](https://github.com/WordPress/gutenberg/pull/25645))
  - Fix Legacy widget block previews and use iFrames. ([25443](https://github.com/WordPress/gutenberg/pull/25443)) ([14643](https://github.com/WordPress/gutenberg/pull/14643))
  - Report save errors. ([25408](https://github.com/WordPress/gutenberg/pull/25408))
  - Fix global inserter. ([24908](https://github.com/WordPress/gutenberg/pull/24908))
- Fix RangeControl direct entry in input field. ([25609](https://github.com/WordPress/gutenberg/pull/25609))
- A11y:
  - Fix the color contrast in the code editor. ([25593](https://github.com/WordPress/gutenberg/pull/25593))
  - Fix Publish sidebar Cancel button not usable through screen readers. ([25441](https://github.com/WordPress/gutenberg/pull/25441))
  - Fix keyboard navigation on the Image block toolbar. ([25127](https://github.com/WordPress/gutenberg/pull/25127))
  - More block: Use an actual placeholder for input text. ([23836](https://github.com/WordPress/gutenberg/pull/23836))
- Fix nested container smart margins. ([25527](https://github.com/WordPress/gutenberg/pull/25527))
- Fix add_filter instead of apply_filters. ([25512](https://github.com/WordPress/gutenberg/pull/25512))
- Fix the WordPress embed preview in the editor. ([25370](https://github.com/WordPress/gutenberg/pull/25370))
- Remove Embed block aspect ratio classes on url change. ([25295](https://github.com/WordPress/gutenberg/pull/25295))
- Remove duplicate help item. ([25283](https://github.com/WordPress/gutenberg/pull/25283))
- Fix Block Directory author average rating formating. ([24732](https://github.com/WordPress/gutenberg/pull/24732))
- @wordpress/api-fetch:
  - Fix preloading middleware referencing stale data. ([25550](https://github.com/WordPress/gutenberg/pull/25550))
  - Check nonce header value before skipping adding it. ([25458](https://github.com/WordPress/gutenberg/pull/25458))
- Use esc_html instead of esc_attr in the Archives block. ([25476](https://github.com/WordPress/gutenberg/pull/25476))
- Fix Canceling Drag and Drop using ESC key. ([25317](https://github.com/WordPress/gutenberg/pull/25317))
- Cover block: Add explilcit box-sizing style. ([25115](https://github.com/WordPress/gutenberg/pull/25115))
- Use a ComboboxControl for the post author selector to fix loading issues for sites with a big number of authors. ([23237](https://github.com/WordPress/gutenberg/pull/23237))

### Performance

- Avoid relying on DOM events to measure the loading time. ([25288](https://github.com/WordPress/gutenberg/pull/25288))

### Experiments

- Site Editor Screen:
  - Fix wrong close label in the block inspector. ([25424](https://github.com/WordPress/gutenberg/pull/25424))
  - Add basic template information to editor header. ([25320](https://github.com/WordPress/gutenberg/pull/25320))
  - Fix the footer styling. ([25152](https://github.com/WordPress/gutenberg/pull/25152))
  - Add a reset button to global styles sidebar. ([25426](https://github.com/WordPress/gutenberg/pull/25426))
  - Show document subtext if template part child is selected. ([25544](https://github.com/WordPress/gutenberg/pull/25544))
  - Add navigation panel. ([25506](https://github.com/WordPress/gutenberg/pull/25506))
  - Fix site base URL. ([25409](https://github.com/WordPress/gutenberg/pull/25409))
- Post and Site Blocks:
  - Add link option in PostTitle block. ([25341](https://github.com/WordPress/gutenberg/pull/25341)) ([25397](https://github.com/WordPress/gutenberg/pull/25397))
  - Register the Site Logo block using `register_block_type_from_metadata`. ([25289](https://github.com/WordPress/gutenberg/pull/25289))
- Themes and global styles:
  - Support defining colors and gradients config from theme.json. ([25419](https://github.com/WordPress/gutenberg/pull/25419))
  - Support defining font sizes config from theme.json. ([25516](https://github.com/WordPress/gutenberg/pull/25516))
  - Support custom units on theme.json. ([25217](https://github.com/WordPress/gutenberg/pull/25217))
  - Add separate support keys for color and background color. ([25314](https://github.com/WordPress/gutenberg/pull/25314))
  - Allow themes to enqueue custom CSS variables via theme.json. ([25446](https://github.com/WordPress/gutenberg/pull/25446)) ([25619](https://github.com/WordPress/gutenberg/pull/25619))
  - Refactor theme.json format. ([25301](https://github.com/WordPress/gutenberg/pull/25301)) ([25407](https://github.com/WordPress/gutenberg/pull/25407))
  - Update theme json documentation to account for latest changes. ([25369](https://github.com/WordPress/gutenberg/pull/25369))
- Block API: Introduce useBlockWrapperProps hook to use light block DOM in the editor. ([23034](https://github.com/WordPress/gutenberg/pull/23034)) ([25679](https://github.com/WordPress/gutenberg/pull/25679)) ([25554](https://github.com/WordPress/gutenberg/pull/25554)) ([25515](https://github.com/WordPress/gutenberg/pull/25515))
- Navigation block and screen:
  - Handle block menu items. ([24846](https://github.com/WordPress/gutenberg/pull/24846))
  - Avoid auto-focusing Navigation block in Navigation screen. ([25592](https://github.com/WordPress/gutenberg/pull/25592))
  - Change the block description. ([25531](https://github.com/WordPress/gutenberg/pull/25531)) ([25555](https://github.com/WordPress/gutenberg/pull/25555))
  - Allow Social Links within Navigation Block. ([25357](https://github.com/WordPress/gutenberg/pull/25357))
  - Wrap navigation editing features with filters. ([25329](https://github.com/WordPress/gutenberg/pull/25329))
  - Add move markers to list view. ([25205](https://github.com/WordPress/gutenberg/pull/25205))
- Iterating on the Navigation Component ([25608](https://github.com/WordPress/gutenberg/pull/25608)) ([25495](https://github.com/WordPress/gutenberg/pull/25495)) ([25572](https://github.com/WordPress/gutenberg/pull/25572)) ([25540](https://github.com/WordPress/gutenberg/pull/25540)) ([25520](https://github.com/WordPress/gutenberg/pull/25520)) ([25507](https://github.com/WordPress/gutenberg/pull/25507)) ([25367](https://github.com/WordPress/gutenberg/pull/25367)) ([25364](https://github.com/WordPress/gutenberg/pull/25364)) ([25340](https://github.com/WordPress/gutenberg/pull/25340)) ([25327](https://github.com/WordPress/gutenberg/pull/25327)) ([25281](https://github.com/WordPress/gutenberg/pull/25281)) ([25280](https://github.com/WordPress/gutenberg/pull/25280))


### Documentation

- Add a data format and flow architecture document. ([25299](https://github.com/WordPress/gutenberg/pull/25299))
- @wordpress/env: Add documentation for inspecting the docker compose file. ([25666](https://github.com/WordPress/gutenberg/pull/25666))
- Add new block supports page to the handbook. ([25647](https://github.com/WordPress/gutenberg/pull/25647))
- Block Directory: Add developer documentation. ([25591](https://github.com/WordPress/gutenberg/pull/25591))
- Move custom-fields note to the 'Register Meta Field' documentation. ([25584](https://github.com/WordPress/gutenberg/pull/25584))
- Add Block Editor Components documentation:
  - Warning ([25574](https://github.com/WordPress/gutenberg/pull/25574))
  - FontSizePicker ([25568](https://github.com/WordPress/gutenberg/pull/25568))
  - UnitControl ([25565](https://github.com/WordPress/gutenberg/pull/25565))
  - CopyHandler ([25342](https://github.com/WordPress/gutenberg/pull/25342))
  - MultiSelection  ([25306](https://github.com/WordPress/gutenberg/pull/25306))
  - LineHeightControl ([25303](https://github.com/WordPress/gutenberg/pull/25303))
  - BlockAlignmentToolbar ([25212](https://github.com/WordPress/gutenberg/pull/25212))
  - AlignmentToolbar ([25210](https://github.com/WordPress/gutenberg/pull/25210))
  - BlockFormatControls ([25573](https://github.com/WordPress/gutenberg/pull/25573))
- Add Caveats section for MAMP. ([25444](https://github.com/WordPress/gutenberg/pull/25444))
- Add FormTokenField story. ([25439](https://github.com/WordPress/gutenberg/pull/25439))
- Improve documentation for the data registry control and selector creators. ([25335](https://github.com/WordPress/gutenberg/pull/25335))
- Update git workflow documentation. ([25164](https://github.com/WordPress/gutenberg/pull/25164))
- Refresh the Getting Started guide. ([25090](https://github.com/WordPress/gutenberg/pull/25090))
- Update JavaScript troubleshooting guide. ([24105](https://github.com/WordPress/gutenberg/pull/24105))
- Enhance the Block Context documentation. ([25272](https://github.com/WordPress/gutenberg/pull/25272))
- Typos: ([25359](https://github.com/WordPress/gutenberg/pull/25359)) ([25653](https://github.com/WordPress/gutenberg/pull/25653))

### Code Quality

- Update the Dashicon component to rely on the font that ships with WordPress. ([20003](https://github.com/WordPress/gutenberg/pull/20003))
- Add new $gray-200 SASS variable and use for skeleton borders. ([25491](https://github.com/WordPress/gutenberg/pull/25491))
- Block Editor: Remove empty module focus-detector. ([25561](https://github.com/WordPress/gutenberg/pull/25561))
- Image block: Avoid remounting to focus caption. ([25493](https://github.com/WordPress/gutenberg/pull/25493))
- Add explicit boxSizing style to Placeholder component. ([25463](https://github.com/WordPress/gutenberg/pull/25463))
- Remove classic block code used to support WP 4.9. ([25365](https://github.com/WordPress/gutenberg/pull/25365))
- Add RichText value type definition. ([25363](https://github.com/WordPress/gutenberg/pull/25363))
- Avoid global DOM dependencies. ([25332](https://github.com/WordPress/gutenberg/pull/25332))
- Use controls from the Data Controls package instead of local ones. ([25235](https://github.com/WordPress/gutenberg/pull/25235))
- RichText: Simplify withFormatTypes as hook. ([23145](https://github.com/WordPress/gutenberg/pull/23145))
- Video block: Use hooks. ([25513](https://github.com/WordPress/gutenberg/pull/25513))
- Remove wp_area custom post type. ([25497](https://github.com/WordPress/gutenberg/pull/25497))
- Post Featured Image: Remove redundant condition. ([25490](https://github.com/WordPress/gutenberg/pull/25490))
- Move legacy-widget block over to edit-widgets package. ([25371](https://github.com/WordPress/gutenberg/pull/25371)) ([25404](https://github.com/WordPress/gutenberg/pull/25404))
- Don't use percent units for line-height. ([25398](https://github.com/WordPress/gutenberg/pull/25398))
- Change wording and names to not include "whitelist". ([25396](https://github.com/WordPress/gutenberg/pull/25396))
- Don't discard all promises results when one of them rejects. ([25302](https://github.com/WordPress/gutenberg/pull/25302))
- Block Directory: Switch to `blocks.registerBlockType` filter. ([25264](https://github.com/WordPress/gutenberg/pull/25264))
- Fix some javascript warnings. ([24996](https://github.com/WordPress/gutenberg/pull/24996))

### Various

- Remove the Block-based widgets editor from the customizer. ([25626](https://github.com/WordPress/gutenberg/pull/25626))
- Cover block: Remove default position (center/center) className from rendering. ([25346](https://github.com/WordPress/gutenberg/pull/25346))
- Fix the default label position in SelectControl. ([25427](https://github.com/WordPress/gutenberg/pull/25427))
- DropdownMenu tooltip default to true. ([25391](https://github.com/WordPress/gutenberg/pull/25391))
- Pass block pattern name when using replaceBlocks and insertBlocks. ([25165](https://github.com/WordPress/gutenberg/pull/25165)). ([25433](https://github.com/WordPress/gutenberg/pull/25433))
- Babel Preset: Update Babel version to 7.11.x. ([25351](https://github.com/WordPress/gutenberg/pull/25351))
- InputControl: Remove floating label variant. ([25308](https://github.com/WordPress/gutenberg/pull/25308))


= 9.0.0 =

### Features

- Query block:
  - add search. ([25222](https://github.com/WordPress/gutenberg/pull/25222))
  - add filtering by author support in Query block. ([25149](https://github.com/WordPress/gutenberg/pull/25149))
  - add order and order by support. ([24691](https://github.com/WordPress/gutenberg/pull/24691))
  - add tags support. ([25005](https://github.com/WordPress/gutenberg/pull/25005))
- Navigation screen:
  - add drag and drop to List View. ([23952](https://github.com/WordPress/gutenberg/pull/23952))
  - implement redesign of screen. ([25178](https://github.com/WordPress/gutenberg/pull/25178))
  - add support for advanced menu item properties. ([25062](https://github.com/WordPress/gutenberg/pull/25062))


### Enhancements

- Drag&Drop: add drag handle to block toolbar. ([24852](https://github.com/WordPress/gutenberg/pull/24852))
- Drag&Drop: improve single block case. ([25107](https://github.com/WordPress/gutenberg/pull/25107))
- Include the block variations on the inserter selector. ([25182](https://github.com/WordPress/gutenberg/pull/25182))
- List view styling improvements. ([25143](https://github.com/WordPress/gutenberg/pull/25143))
- Update pencil icon. ([25135](https://github.com/WordPress/gutenberg/pull/25135))
- Refactor and make consistent post and site headers. ([25134](https://github.com/WordPress/gutenberg/pull/25134))
- Limit the block slash inserter to 9 items and show most used by default. ([25113](https://github.com/WordPress/gutenberg/pull/25113))
- Polish menu item icon locations. ([25106](https://github.com/WordPress/gutenberg/pull/25106))
- Improve the block and patterns search algorithm. ([25105](https://github.com/WordPress/gutenberg/pull/25105))
- Template part: attribute feature parity with group block. ([25029](https://github.com/WordPress/gutenberg/pull/25029))
- Allow sharp gradients. ([24967](https://github.com/WordPress/gutenberg/pull/24967))
- Post content: show placeholder if trying to render itself. ([24010](https://github.com/WordPress/gutenberg/pull/24010))
- Add reusable block icon. ([23552](https://github.com/WordPress/gutenberg/pull/23552))
- Let ID-less gallery shortcodes fall to Shortcode block. ([25144](https://github.com/WordPress/gutenberg/pull/25144))
- Mirror WordPress plugin install text for blocks. ([25084](https://github.com/WordPress/gutenberg/pull/25084))
- Allow inserting an h1 using # + space. ([25075](https://github.com/WordPress/gutenberg/pull/25075))
- Widgets screen: add plugin area. ([25074](https://github.com/WordPress/gutenberg/pull/25074))
- Add title attribute to Navigation Link block. ([24993](https://github.com/WordPress/gutenberg/pull/24993))
- Add a way to change template parts. ([24990](https://github.com/WordPress/gutenberg/pull/24990))
- Transform multiple heading blocks to list or paragraphs. ([24977](https://github.com/WordPress/gutenberg/pull/24977))
- Remove redundant type badges in navigation link control. ([24885](https://github.com/WordPress/gutenberg/pull/24885))
- Fix multiple trailing inserters for nested InnerBlocks. ([24836](https://github.com/WordPress/gutenberg/pull/24836))
- Search Block: Add button, label, and width options. ([24666](https://github.com/WordPress/gutenberg/pull/24666))
- Display labels instead of icons in top toolbar. ([24304](https://github.com/WordPress/gutenberg/pull/24304))
- Add option to show icon labels. ([24234](https://github.com/WordPress/gutenberg/pull/24234))
- Add a "reinstall" button when a block type is not found. ([22631](https://github.com/WordPress/gutenberg/pull/22631))


### Bug Fixes

- Template part: fix rename before customize bug. ([25206](https://github.com/WordPress/gutenberg/pull/25206))
- Template part: fix auto-drafting to support sub-directories. ([25063](https://github.com/WordPress/gutenberg/pull/25063))
- Template part: use cleaned slug to query. ([25030](https://github.com/WordPress/gutenberg/pull/25030))
- Classic block: optional chain on possibly null editor. ([25163](https://github.com/WordPress/gutenberg/pull/25163))
- Classic block: show contents on load. ([25162](https://github.com/WordPress/gutenberg/pull/25162))
- Embed Block: Fix crash in isFromWordPress helper if preview.html is false. ([25140](https://github.com/WordPress/gutenberg/pull/25140))
- Cover block: fix width regression. ([25103](https://github.com/WordPress/gutenberg/pull/25103))
- Navigation block: reduce subnavigation arrow padding. ([24200](https://github.com/WordPress/gutenberg/pull/24200))
- GlobalStyles: fix nested features algorithm. ([25215](https://github.com/WordPress/gutenberg/pull/25215))
- GlobalStyles: fix settings name. ([25040](https://github.com/WordPress/gutenberg/pull/25040))
- Widgets screen: convert the toolbar to ARIA toolbar. ([25111](https://github.com/WordPress/gutenberg/pull/25111))
- Widgets screen: add labels for settings and close button. ([25101](https://github.com/WordPress/gutenberg/pull/25101))
- Navigation screen: fix creating Navigation from pages or menu with HTML in title. ([24673](https://github.com/WordPress/gutenberg/pull/24673))
- Element: add and upgrade @types/{react,react-dom} dependencies. ([25086](https://github.com/WordPress/gutenberg/pull/25086))
- Add safeguard to AuthorSelect component until authors are fetched. ([25214](https://github.com/WordPress/gutenberg/pull/25214))
- Fix PHP error when users don't have access to the Appearance menu. ([25073](https://github.com/WordPress/gutenberg/pull/25073))
- Polish horizontal movers. ([25037](https://github.com/WordPress/gutenberg/pull/25037))
- Fix PHP Notice: Check that the `query` arg exists before using it. ([25006](https://github.com/WordPress/gutenberg/pull/25006))
- Fix gradient swatches stacking badly with scrollbar. ([25002](https://github.com/WordPress/gutenberg/pull/25002))
- Fix unlinked padding controls JS error. ([25000](https://github.com/WordPress/gutenberg/pull/25000))
- Show external icon on help button. ([24622](https://github.com/WordPress/gutenberg/pull/24622))
- Check if block attributes exist before splitting. ([25229](https://github.com/WordPress/gutenberg/pull/25229))
- Revert "InnerBlocks: Introduce prop to specify render callback for each block.". ([25196](https://github.com/WordPress/gutenberg/pull/25196))
- Core Data: Bring back support for nested `_fields` values. ([25083](https://github.com/WordPress/gutenberg/pull/25083))
- Prevent TypeError for projects without a local Prettier configuration. ([25068](https://github.com/WordPress/gutenberg/pull/25068))
- Image Block: Properly show errors on drag n drop. ([25004](https://github.com/WordPress/gutenberg/pull/25004))
- Add block inspector virtual bubbling option. ([24991](https://github.com/WordPress/gutenberg/pull/24991))
- Remove extra slash from `$block_json_file`. ([24829](https://github.com/WordPress/gutenberg/pull/24829))
- Inserter: Test to make sure the Inserter menu is closed. ([24610](https://github.com/WordPress/gutenberg/pull/24610))
- Date: Update `moment-timezone` package to support string timezones. ([22866](https://github.com/WordPress/gutenberg/pull/22866))
- Fix enqueue presets for global styles. ([25286](https://github.com/WordPress/gutenberg/pull/25286))
- Fix stylesheet generation. ([25293](https://github.com/WordPress/gutenberg/pull/25293))

### Experiments

- Group block: add padding support. ([24966](https://github.com/WordPress/gutenberg/pull/24966))
- Control the block editor via theme.json:
  - support for custom link color. ([25148](https://github.com/WordPress/gutenberg/pull/25148))
  - support for custom spacing. ([25141](https://github.com/WordPress/gutenberg/pull/25141))
  - support for custom line heights. ([25043](https://github.com/WordPress/gutenberg/pull/25043))
  - support for custom font sizes. ([25038](https://github.com/WordPress/gutenberg/pull/25038))
  - support for custom gradients. ([24964](https://github.com/WordPress/gutenberg/pull/24964))
- Navigation component: composition proposal. ([25057](https://github.com/WordPress/gutenberg/pull/25057))
- Replace accessibilityLabel by label on RadioGroup. ([25128](https://github.com/WordPress/gutenberg/pull/25128))
- Global styles:
  - add sidebar at edit site screen. ([24250](https://github.com/WordPress/gutenberg/pull/24250))
  - print minified css. ([24924](https://github.com/WordPress/gutenberg/pull/24924))
  - centralize style & support mappings for blocks. ([25185](https://github.com/WordPress/gutenberg/pull/25185))
  - centralize client side global styles mappings. ([25056](https://github.com/WordPress/gutenberg/pull/25056))
  - set property to change one property accept all lodash paths. ([25159](https://github.com/WordPress/gutenberg/pull/25159))


### Documentation

- Add readme for UngroupButton. ([25142](https://github.com/WordPress/gutenberg/pull/25142))
- Fix typo in AlignmentMatrixControl readme. ([25125](https://github.com/WordPress/gutenberg/pull/25125))
- Update AlignmentMatrixControl readme. ([25124](https://github.com/WordPress/gutenberg/pull/25124))
- Add preview options component readme. ([25104](https://github.com/WordPress/gutenberg/pull/25104))
- Add block types list component readme. ([25066](https://github.com/WordPress/gutenberg/pull/25066))
- Fix typo in block base themes tutorial URL ([25024](https://github.com/WordPress/gutenberg/pull/25024))
- Update block inspector component readme. ([24998](https://github.com/WordPress/gutenberg/pull/24998))
- Add block variation picker component readme. ([24995](https://github.com/WordPress/gutenberg/pull/24995))
- Update Versions in WordPress doc to include 5.5.1. ([24988](https://github.com/WordPress/gutenberg/pull/24988))
- Add block parent selector component readme. ([24962](https://github.com/WordPress/gutenberg/pull/24962))
- Add block icon component readme. ([24947](https://github.com/WordPress/gutenberg/pull/24947))
- Update dev environment setup. ([24871](https://github.com/WordPress/gutenberg/pull/24871))
- Correct @since version for block parser package. ([24819](https://github.com/WordPress/gutenberg/pull/24819))
- Add BlockCard component readme. ([25150](https://github.com/WordPress/gutenberg/pull/25150))
- Fix link to ubuntu docker notes. ([25060](https://github.com/WordPress/gutenberg/pull/25060))
- Fix/block parent selector component readme. ([24997](https://github.com/WordPress/gutenberg/pull/24997))
- Update Storybook URL from text to a real link. ([24974](https://github.com/WordPress/gutenberg/pull/24974))
- Update triage doc to include pull request mentions. ([23105](https://github.com/WordPress/gutenberg/pull/23105))




### Code Quality

- Repo: Add .gitattributes to specify text=auto. ([25224](https://github.com/WordPress/gutenberg/pull/25224))
- Block Directory: Use Array.filter to implement new/unused block selectors. ([25211](https://github.com/WordPress/gutenberg/pull/25211))
- Data: Remove flowRight call from metadata reducer. ([25180](https://github.com/WordPress/gutenberg/pull/25180))
- Data: Add a comment about why we normalize resolvers to objects with fulfill method. ([25102](https://github.com/WordPress/gutenberg/pull/25102))
- Api-fetch: Remove redundant next parameter from middleware calls. ([25001](https://github.com/WordPress/gutenberg/pull/25001))
- Api-fetch: Simplify the code that executes the handlers. ([24999](https://github.com/WordPress/gutenberg/pull/24999))
- Block Supports: Ensure consistent output in different PHP versions. ([25240](https://github.com/WordPress/gutenberg/pull/25240))
- Add regression end-to-end test for the classic block initialization issue. ([25169](https://github.com/WordPress/gutenberg/pull/25169))
- Update or retire deprecated colors. ([25213](https://github.com/WordPress/gutenberg/pull/25213)

### Build Tooling

- Env: Update docker volumes during wp-env start. ([24778](https://github.com/WordPress/gutenberg/pull/24778))

### Various

- Update package-lock.json. ([25223](https://github.com/WordPress/gutenberg/pull/25223))
- Update gradle-node-plugin to use actively maintained fork. ([25208](https://github.com/WordPress/gutenberg/pull/25208))
- Bump @storybook/react major version. ([25161](https://github.com/WordPress/gutenberg/pull/25161))
- Use WordPress Menu API. ([25132](https://github.com/WordPress/gutenberg/pull/25132))
- Update modularity.md. ([25007](https://github.com/WordPress/gutenberg/pull/25007))
- Remove Embeds for Facebook and Instagram. ([24472](https://github.com/WordPress/gutenberg/pull/24472))



= 8.9.3 =

### Bug fixes

- Show Classic block contents on load (#25162)


= 8.9.2 =

### Bug fixes

- Block supports: Fix block attribute (style and class) double-encoding (#25079)
- Restore injection of build_dropdown_script_block_core_categories() (#25026)
- Block supports: Restore root DOMDocument save (#25028)


= 8.9.1 =

### Bug Fixes


= 8.9.0 =

### Features

-   Enable the block-based widgets screen. ([24843](https://github.com/WordPress/gutenberg/pull/24843)), ([24087](https://github.com/WordPress/gutenberg/pull/24087))
-   Add character count to the info panel. ([24823](https://github.com/WordPress/gutenberg/pull/24823))
-   Latest Post Block: Allow adding links to featured images. ([24548](https://github.com/WordPress/gutenberg/pull/24548))
-   List block: Add color controls. ([21387](https://github.com/WordPress/gutenberg/pull/21387))

### Enhancements

-   Disable the tools menu while the code editor is enabled. ([24923](https://github.com/WordPress/gutenberg/pull/24923))
-   Add picture keyword to the Image block. ([24755](https://github.com/WordPress/gutenberg/pull/24755))
-   Adding a maximum height to the long blocks previews. ([24493](https://github.com/WordPress/gutenberg/pull/24493))
-   Add "read more" keyword to the More block. ([24794](https://github.com/WordPress/gutenberg/pull/24794))
-   Improve the UX of inactive widgets area on the widgets screen. ([24790](https://github.com/WordPress/gutenberg/pull/24790))
-   Trim whitespace from rendered widgets. ([24789](https://github.com/WordPress/gutenberg/pull/24789))
-   Block Directory: Explicitly close the inserter on block add. ([24709](https://github.com/WordPress/gutenberg/pull/24709))
-   Make strings translatable in block patterns. ([24647](https://github.com/WordPress/gutenberg/pull/24647))
-   Improve the UI of the custom gradient pickers. ([23802](https://github.com/WordPress/gutenberg/pull/23802))
-   Adds suggestions for categories and formats to link controls. ([22600](https://github.com/WordPress/gutenberg/pull/22600))
-   Clarify the font size control label. ([24619](https://github.com/WordPress/gutenberg/pull/24619))
-   Convert all `px` values in front-facing styles to relative (`em`) units. ([24523](https://github.com/WordPress/gutenberg/pull/24523))

### Bug Fixes

-   Fix infinite loop in the Disabled component. ([24935](https://github.com/WordPress/gutenberg/pull/24935))
-   Fix wp-env start for non-english WordPress core sources. ([24884](https://github.com/WordPress/gutenberg/pull/24884))
-   Invalid HTML structure on the widgets screen. ([24866](https://github.com/WordPress/gutenberg/pull/24866))
-   Fix sidebar flickering caused by the block preview border. ([24739](https://github.com/WordPress/gutenberg/pull/24739))
-   Don't use an offset when dragging using a draggable chip. ([24707](https://github.com/WordPress/gutenberg/pull/24707))
-   Fix Image alignment controls styles in the Latest posts block. ([24655](https://github.com/WordPress/gutenberg/pull/24655))
-   Improve the focus state of the tags control remove button. ([24632](https://github.com/WordPress/gutenberg/pull/24632))
-   Fix Crash after undoing with the top toolbar on. ([24629](https://github.com/WordPress/gutenberg/pull/24629))
-   Avoid double borders on the meta boxes panels. ([24627](https://github.com/WordPress/gutenberg/pull/24627))
-   Fix Inline text-color regex edge-case. ([24621](https://github.com/WordPress/gutenberg/pull/24621))
-   Fix inserter z-index. ([24614](https://github.com/WordPress/gutenberg/pull/24614))
-   Missing selected block highlighting in the list view. ([24609](https://github.com/WordPress/gutenberg/pull/24609))
-   Fix the Pullquote block text color after unsetting the main color. ([24600](https://github.com/WordPress/gutenberg/pull/24600))
-   Fix style specificity for Button blocks with outline style and background colors. ([24599](https://github.com/WordPress/gutenberg/pull/24599))
-   Remove references to `$default-font` from front-facing styles. ([24567](https://github.com/WordPress/gutenberg/pull/24567))
-   Center-align the block variations buttons. ([24547](https://github.com/WordPress/gutenberg/pull/24547))
-   Fix category select in QueryControls component. ([24516](https://github.com/WordPress/gutenberg/pull/24516))
-   Image Block: Prevent Alt and caption written during image upload from being discarded. ([24471](https://github.com/WordPress/gutenberg/pull/24471))
-   Correct the Unicode character used to represent the macOS Control key. ([24452](https://github.com/WordPress/gutenberg/pull/24452))
-   Fix undefined $block_type->supports PHP error. ([24411](https://github.com/WordPress/gutenberg/pull/24411))
-   Fix admin-theme colors in the editor canvas. ([24408](https://github.com/WordPress/gutenberg/pull/24408))
-   Limit the number of fetched tags to avoid infinite queries. ([23841](https://github.com/WordPress/gutenberg/pull/23841))
-   Fix error when inserting a tag with an apostrophe. ([21693](https://github.com/WordPress/gutenberg/pull/21693))
-   Fix the alignment of the trash post button. ([24889](https://github.com/WordPress/gutenberg/pull/24889))
-   Make legacy widgets support for non-class-based widgets. ([24861](https://github.com/WordPress/gutenberg/pull/24861)) ([24792](https://github.com/WordPress/gutenberg/pull/24792))
-   Remove WP_Widget_Block from the legacy dropdown list. ([24787](https://github.com/WordPress/gutenberg/pull/24787))
-   Fix isSavingWidgetAreas selector. ([24788](https://github.com/WordPress/gutenberg/pull/24788))
-   Inserter: Update the search form placeholder text when changing tabs. ([24697](https://github.com/WordPress/gutenberg/pull/24697)) ([24802](https://github.com/WordPress/gutenberg/pull/24802))
-   Avoid lossy HTML entities encoding by setting charset. ([24645](https://github.com/WordPress/gutenberg/pull/24645))
-   Embeds: Don't transform into specialized embed block variation if it's not registered. ([24559](https://github.com/WordPress/gutenberg/pull/24559))

### Performance

-   Fix getBlocks selector performance issues causing typing lags on Gutenberg 8.8.0. ([24835](https://github.com/WordPress/gutenberg/pull/24835))

-   Preload widgets on the widgets screen. ([24855](https://github.com/WordPress/gutenberg/pull/24855))
-   Only request the required fields to populate the parent page list. ([23637](https://github.com/WordPress/gutenberg/pull/23637))

### New APIs

-   Core Data: Implement `_fields` data reuse for entities. ([19498](https://github.com/WordPress/gutenberg/pull/19498))

### Experiments

-   Site Editing: Blocks
    -   Add Post Comment block. ([24781](https://github.com/WordPress/gutenberg/pull/24781))
    -   Add Post Comment Date block. ([24854](https://github.com/WordPress/gutenberg/pull/24854))
    -   Add Post Comment Author block. ([24824](https://github.com/WordPress/gutenberg/pull/24824))
    -   Add Post Hierarchical Terms Block. ([24091](https://github.com/WordPress/gutenberg/pull/24091))
    -   Adds icons and descriptions to Post blocks. ([24603](https://github.com/WordPress/gutenberg/pull/24603))
    -   Make Site title block render a link. ([24725](https://github.com/WordPress/gutenberg/pull/24725))
    -   Add heading level toolbar to the Site title block. ([24758](https://github.com/WordPress/gutenberg/pull/24758))
-   Site Editing: UI
    -   Alert when trying to leave the Site Editor with unsaved changes. (24659) (24719)
    -   Update Template Part Block Placeholder Button Styles. (24633)
    -   Template Part block - add border states in the editor. ([24498](https://github.com/WordPress/gutenberg/pull/24498))
-   Global Styles and theme.json APIs:
    -   Allow enabling/disabling custom colors from theme.json config. ([24761](https://github.com/WordPress/gutenberg/pull/24761)) ([24932](https://github.com/WordPress/gutenberg/pull/24932))
    -   Rename features.colors to features.color. ([24933](https://github.com/WordPress/gutenberg/pull/24933))
    -   useEditorFeature: Take block context into account. ([24416](https://github.com/WordPress/gutenberg/pull/24416))
-   Navigation block and screen:
    -   Add Post, Page, Category and Tag variations to Link. ([24670](https://github.com/WordPress/gutenberg/pull/24670))
    -   Add block inspector to nav screen. ([24669](https://github.com/WordPress/gutenberg/pull/24669))
    -   Add opt-in Navigation block rendering. ([24503](https://github.com/WordPress/gutenberg/pull/24503))
    -   Support drag-and-drop for submenus of navigation blocks. ([24479](https://github.com/WordPress/gutenberg/pull/24479))
    -   Fix invalid textarea markup. ([24641](https://github.com/WordPress/gutenberg/pull/24641))
    -   Add unit tests for edit-navigation store. ([24681](https://github.com/WordPress/gutenberg/pull/24681))

### Documentation

-   Document Cmponents
    -   BlockInspector. ([24929](https://github.com/WordPress/gutenberg/pull/24929))
    -   BlockMover. ([24851](https://github.com/WordPress/gutenberg/pull/24851))
    -   BlockBreadcrumb. ([24827](https://github.com/WordPress/gutenberg/pull/24827))
-   Update tutorial Creating a block-based theme. ([24736](https://github.com/WordPress/gutenberg/pull/24736))
-   Correct BoxControl values in readme examples. ([24717](https://github.com/WordPress/gutenberg/pull/24717))
-   Add ToggleControl at related components section in FormToggle documentation. ([24636](https://github.com/WordPress/gutenberg/pull/24636))
-   Typos and tweaks: ([24857](https://github.com/WordPress/gutenberg/pull/24857)), ([24811](https://github.com/WordPress/gutenberg/pull/24811)), ([24695](https://github.com/WordPress/gutenberg/pull/24695)), ([24650](https://github.com/WordPress/gutenberg/pull/24650)), ([24628](https://github.com/WordPress/gutenberg/pull/24628)).

### Code Quality

-   Keep the default color CSS variables for npm package consumers. ([24890](https://github.com/WordPress/gutenberg/pull/24890))
-   Refactor components as functional components:
    -   `WordCount` ([24850](https://github.com/WordPress/gutenberg/pull/24850))
    -   BlockMover ([24774](https://github.com/WordPress/gutenberg/pull/24774))
    -   UnsavedChangesWarning ([24783](https://github.com/WordPress/gutenberg/pull/24783))
-   Refactor and move drag and drop geometry code. ([24715](https://github.com/WordPress/gutenberg/pull/24715))
-   Only update state if we have a valid reference. ([24496](https://github.com/WordPress/gutenberg/pull/24496))
-   Add state for storing dragged block client ids to block-editor store. ([24782](https://github.com/WordPress/gutenberg/pull/24782))
-   Remove commented-out blank line. ([24858](https://github.com/WordPress/gutenberg/pull/24858))
-   Simplify gutenberg_widgets_init when $hook === 'widgets.php'. ([24793](https://github.com/WordPress/gutenberg/pull/24793))
-   Refactor block drop event handlers into a single hook to support drag and drop in List View. ([24649](https://github.com/WordPress/gutenberg/pull/24649))
-   Move DOM utility functions from @wordpress/blocks to @wordpress/dom. ([24618](https://github.com/WordPress/gutenberg/pull/24618))
-   Fix React warning on text color formatter. ([24686](https://github.com/WordPress/gutenberg/pull/24686))

### Build Tooling

-   Update package lock file. ([24815](https://github.com/WordPress/gutenberg/pull/24815))
-   Update the minimum version and the tested up to flag of the Gutenberg plugin. ([24693](https://github.com/WordPress/gutenberg/pull/24693))
-   Build: Make the watch rate slower to avoid using a lot of CPU while developing. ([23998](https://github.com/WordPress/gutenberg/pull/23998))
-   Fix Performance Tests on CI. ([24925](https://github.com/WordPress/gutenberg/pull/24925))
-   Add tests for slashing behavior. ([24785](https://github.com/WordPress/gutenberg/pull/24785))
-   Add permissions PHPUnit tests. ([24784](https://github.com/WordPress/gutenberg/pull/24784))
-   Update browserlist dependency. ([24756](https://github.com/WordPress/gutenberg/pull/24756))
-   Allow local Prettier configuration to take precedence in the recommended ESLint configuration. ([24590](https://github.com/WordPress/gutenberg/pull/24590))

= 8.8.0 =

### Enhancements

- Copy: Use “block patterns” strings consistently. ([24457](https://github.com/WordPress/gutenberg/pull/24457))
- Remove hardcoded color from the Recent Comments block. ([24410](https://github.com/WordPress/gutenberg/pull/24410))
- Remove hardcoded styles from the Separator block. ([24366](https://github.com/WordPress/gutenberg/pull/24366))
- Block toolbar: Split switcher from mover and simplify styles. ([23971](https://github.com/WordPress/gutenberg/pull/23971))
- Use the block label API for BlockTitle component. ([23847](https://github.com/WordPress/gutenberg/pull/23847))
- i18n: Translate all strings inside the Large Header Button block pattern. ([24499](https://github.com/WordPress/gutenberg/pull/24499))
- Block Movers: Use a bigger mobile touch target. ([23761](https://github.com/WordPress/gutenberg/pull/23761))
- Block Movers: Use a bigger visible focus rectangle. ([23760](https://github.com/WordPress/gutenberg/pull/23760))
- Update the top toolbar buttons color. ([24420](https://github.com/WordPress/gutenberg/pull/24420))
- Remove editor styles from front-facing stylesheets. ([24439](https://github.com/WordPress/gutenberg/pull/24439))
- Block Toolbar More Menu: Switch back to the vertical ellipsis icon. ([24426](https://github.com/WordPress/gutenberg/pull/24426))
- Removes hardcoded body text color from some block patterns. ([24424](https://github.com/WordPress/gutenberg/pull/24424))

### New APIs

- Support the default block classnames in dynamic blocks. ([24546](https://github.com/WordPress/gutenberg/pull/24546))
- Support the custom classnames hook in dynamic blocks. ([24483](https://github.com/WordPress/gutenberg/pull/24483))
- Stabilize the accessible Toolbar component and deprecate the old usage. ([23316](https://github.com/WordPress/gutenberg/pull/23316))
- Add store icon to Icons package. ([23867](https://github.com/WordPress/gutenberg/pull/23867))
- Allow POST requests in <ServerSideRender>. ([21068](https://github.com/WordPress/gutenberg/pull/21068))

### Bug Fixes

- Fix inserter expecting experimental settings to exist in the context. ([24554](https://github.com/WordPress/gutenberg/pull/24554))
- Fix Image block caption jumps on Safari. ([24540](https://github.com/WordPress/gutenberg/pull/24540))
- Fix Media Text block: Always show images on top on mobile. ([24468](https://github.com/WordPress/gutenberg/pull/24468))
- Hide Preview menu on small viewports. ([24537](https://github.com/WordPress/gutenberg/pull/24537))
- Fix canInsertBlockType selector returning true for blocks that don’t allow inner blocks. ([24514](https://github.com/WordPress/gutenberg/pull/24514))
- Fix the huge font size on the editor when using the default font sizes presets. ([24492](https://github.com/WordPress/gutenberg/pull/24492))
- Fix Cover block: Impossible to reset the minimum height value. ([24490](https://github.com/WordPress/gutenberg/pull/24490))
- Fix Post preview button only appearing on small screens. ([24487](https://github.com/WordPress/gutenberg/pull/24487))
- Fix deduplication of style rules for server-side block support flags. ([24486](https://github.com/WordPress/gutenberg/pull/24486))
- Fix the quick inserter results limit for block variations. ([24481](https://github.com/WordPress/gutenberg/pull/24481))
- Fix tiny editor preview when using Mobile or Tablet options with metaboxes enabled. ([24478](https://github.com/WordPress/gutenberg/pull/24478))
- Fix custom gradient picker unable to change predefined gradients with hex colors. ([24470](https://github.com/WordPress/gutenberg/pull/24470))
- Fixing duplicated wp-block classes in block-list. ([24466](https://github.com/WordPress/gutenberg/pull/24466))
- A11y:
    - Make the inserter behave as a popover. ([24429](https://github.com/WordPress/gutenberg/pull/24429))
    - Fix incorrect aria description in the Block List View. ([24533](https://github.com/WordPress/gutenberg/pull/24533))
    - Add arrow navigation in Preview menu. ([24465](https://github.com/WordPress/gutenberg/pull/24465))
    - Add arrow navigation to Warning dropdown menu. ([24333](https://github.com/WordPress/gutenberg/pull/24333))
    - Add an example to the buttons block to avoid focus loss issue. ([24434](https://github.com/WordPress/gutenberg/pull/24434))
- Fix rendering non-Latin characters on aligned Cover blocks. ([24447](https://github.com/WordPress/gutenberg/pull/24447))
- Remove --wp-admin-theme-color reference from frontend styles. ([24436](https://github.com/WordPress/gutenberg/pull/24436))
- Prevent links from being focusable inside the Disabled component. ([24397](https://github.com/WordPress/gutenberg/pull/24397))
- Image Editing: Fix alignment of aspect-ratio button. ([24343](https://github.com/WordPress/gutenberg/pull/24343))
- Fix retrying of post-processing of edited images. ([24081](https://github.com/WordPress/gutenberg/pull/24081))
- Set error state when there is an upload error in during file upload. ([24017](https://github.com/WordPress/gutenberg/pull/24017))
- Block Directory: Decode entities in block title & description. ([24172](https://github.com/WordPress/gutenberg/pull/24172))
- Preview menu: Remove redundant “opens in a new tab” hidden text. ([24427](https://github.com/WordPress/gutenberg/pull/24427))
- Fix uploading PDFs in the File block. ([24318](https://github.com/WordPress/gutenberg/pull/24318))

### Experiments

- InnerBlocks: Introduce prop to specify render callback for each block. ([24232](https://github.com/WordPress/gutenberg/pull/24232))
- Navigation:
    - Display children of inner block controllers in the block navigator. ([24083](https://github.com/WordPress/gutenberg/pull/24083))
    - Add font-size support to the the Navigation block. ([24531](https://github.com/WordPress/gutenberg/pull/24531))
- Template Parts and saving flow:
    - Move the title to the block toolbar. ([24450](https://github.com/WordPress/gutenberg/pull/24450))
    - Fix Template Part renaming error. ([24500](https://github.com/WordPress/gutenberg/pull/24500))
    - Fix Site Title Save Bug. ([24302](https://github.com/WordPress/gutenberg/pull/24302))
- Post Blocks:
    - Post Tags block: Fix bug where no tags are rendered. ([24082](https://github.com/WordPress/gutenberg/pull/24082))
    - Post Tags block: Support color, font-size and line-height customization. ([24069](https://github.com/WordPress/gutenberg/pull/24069))
- Full Site Editing:
    - Load php files only if experiment is enabled. ([24182](https://github.com/WordPress/gutenberg/pull/24182))
- Global Styles:
    - Consider any user changes to global styles as publishable. ([24293](https://github.com/WordPress/gutenberg/pull/24293))
    - Add support for more style properties in the global context. ([24298](https://github.com/WordPress/gutenberg/pull/24298))
- Widgets screen:
    - Refactor the widgets screen to rely on dedicated endpoints. ([24290](https://github.com/WordPress/gutenberg/pull/24290))
    - Make the list of widgets excluded from the legacy widget block extensible via a filter. ([24271](https://github.com/WordPress/gutenberg/pull/24271))

### Documentation

- Add undocumented global styles blocks & properties. ([24421](https://github.com/WordPress/gutenberg/pull/24421))
- Remove “experimental” from title of editor filters. ([24382](https://github.com/WordPress/gutenberg/pull/24382))
- Add instructions for disabling the Block Directory. ([24357](https://github.com/WordPress/gutenberg/pull/24357))
- Remove duplicate questions in FAQ. ([24355](https://github.com/WordPress/gutenberg/pull/24355))
- Indicate custom-fields support is required for registering meta. ([24325](https://github.com/WordPress/gutenberg/pull/24325))
- Add block directory submission guidelines. ([23545](https://github.com/WordPress/gutenberg/pull/23545))
- Typos and tweaks: ([24511](https://github.com/WordPress/gutenberg/pull/24511)) (24244) (24491) (24361) (24340)
- Update the “Create a Block” Tutorial. ([24545](https://github.com/WordPress/gutenberg/pull/24545))
- Getting started: Add a MAMP section. ([24241](https://github.com/WordPress/gutenberg/pull/24241))

### Code Quality

- Refactor embed block to single block with block variations. ([24090](https://github.com/WordPress/gutenberg/pull/24090))
- Upgrade React version to 16.13.1. ([21289](https://github.com/WordPress/gutenberg/pull/21289))
- Update lodash to 4.17.19. ([24401](https://github.com/WordPress/gutenberg/pull/24401))
- Register the block attributes server-side for blocks with support flags. ([24400](https://github.com/WordPress/gutenberg/pull/24400))
- Refactor components as functional components:
    - TimePicker. ([24348](https://github.com/WordPress/gutenberg/pull/24348))
    - PostTextEditor. ([23897](https://github.com/WordPress/gutenberg/pull/23897))
    - CalendarEdit. ([23072](https://github.com/WordPress/gutenberg/pull/23072))
- Remove unnecessary selector from the PostTitle block. ([24418](https://github.com/WordPress/gutenberg/pull/24418))
- Remove unnecessary ad-hoc class application for dynamic blocks. ([24223](https://github.com/WordPress/gutenberg/pull/24223))

### Build Tooling

- Run wp-env start before PHP unit tests in package scripts. ([23797](https://github.com/WordPress/gutenberg/pull/23797))
- Upgrade eslint-plugin-jsdoc to latest version. ([24586](https://github.com/WordPress/gutenberg/pull/24586))
- Add full parameters for emulateNetworkConditions. ([24144](https://github.com/WordPress/gutenberg/pull/24144))
- Add an end-to-end regression test for the “Browse All” inserter button. ([24396](https://github.com/WordPress/gutenberg/pull/24396))


= 8.7.1 =

###  Bug Fixes

 - Block Supports: Add missing UTF-8 conversion.
 - File block: Fix upload pdf file using Upload button but can using Media Library link.


= 8.7.0 =

### Enhancements

*   Make "Attempt Block Recovery" the default option of block invalidation. ([24263](https://github.com/WordPress/gutenberg/pull/24263))
*   Add a block example to the Buttons block. ([24249](https://github.com/WordPress/gutenberg/pull/24249))
*   Make the padding for the nav block inserter content the same for all sides. ([24084](https://github.com/WordPress/gutenberg/pull/24084))
*   Improve margin within the media replace popover. ([24309](https://github.com/WordPress/gutenberg/pull/24309))
*   Move "Convert to regular blocks" button to the reusable block toolbar. ([24066](https://github.com/WordPress/gutenberg/pull/24066))
*   Consistently autosave edits. ([23962](https://github.com/WordPress/gutenberg/pull/23962))
*   Use Post Type label for Document tab in Settings Header. ([17311](https://github.com/WordPress/gutenberg/pull/17311))
*   Update the Group block description. ([24297](https://github.com/WordPress/gutenberg/pull/24297))
*   Remove bottom margin of components dropdown menu item. ([24227](https://github.com/WordPress/gutenberg/pull/24227))
*   Core Block Patterns improvements:
    *   Adds "Heading and paragraph" pattern. ([24143](https://github.com/WordPress/gutenberg/pull/24143))
    *   Updates "Large header and a paragraph" pattern. ([24142](https://github.com/WordPress/gutenberg/pull/24142))
    *   Updates the "Large header" pattern. ([24141](https://github.com/WordPress/gutenberg/pull/24141))
    *   Updates the "Quote" pattern. ([24140](https://github.com/WordPress/gutenberg/pull/24140))
    *   Updates "Two images" pattern. ([24139](https://github.com/WordPress/gutenberg/pull/24139)) ([23856](https://github.com/WordPress/gutenberg/pull/23856))
    *   Updates "Three columns of text with buttons" pattern. ([24138](https://github.com/WordPress/gutenberg/pull/24138))
    *   Updates "Three buttons" pattern. ([24137](https://github.com/WordPress/gutenberg/pull/24137))
    *   Updates "Two buttons" pattern. ([24136](https://github.com/WordPress/gutenberg/pull/24136))
    *   Updates '"wo columns of text" pattern. ([24135](https://github.com/WordPress/gutenberg/pull/24135))
    *   Update "Two columns of text with images" pattern. ([24134](https://github.com/WordPress/gutenberg/pull/24134))
    *   Update the "Large header and button" block pattern. ([24177](https://github.com/WordPress/gutenberg/pull/24177))
*   Block Directory: Use local assets with automatic asset detection. ([24117](https://github.com/WordPress/gutenberg/pull/24117))

### New APIs

*   Add support for delete operations to `@wordpress/core-data` entities. ([21557](https://github.com/WordPress/gutenberg/pull/21557))
*   Add server-side handling for the block 'align' supports flag. ([24122](https://github.com/WordPress/gutenberg/pull/24122))
*   Add isDestructive style to Button. ([22921](https://github.com/WordPress/gutenberg/pull/22921))
*   @wordpress/create-block: Enable loading translations for created blocks. ([24125](https://github.com/WordPress/gutenberg/pull/24125))

### Bug Fixes

*   Fix html mode for non light blocks. ([24335](https://github.com/WordPress/gutenberg/pull/24335))
*   Fix block movers overlapping. ([24349](https://github.com/WordPress/gutenberg/pull/24349))
*   Fix List RichText backward compatibility for multiline root tag. ([24324](https://github.com/WordPress/gutenberg/pull/24324))
*   Block patterns: Fix translatable strings. ([24317](https://github.com/WordPress/gutenberg/pull/24317))
*   Preserve the seconds when editing dates using the TimePicker component<span>. (</span>[24305](https://github.com/WordPress/gutenberg/pull/24305)<span>)</span>
*   A11y:
    *   Announce block selection changes manually on windows. ([24299](https://github.com/WordPress/gutenberg/pull/24299))
    *   Fix arrow navigation in the LinkControl suggestions. ([24222](https://github.com/WordPress/gutenberg/pull/24222))
    *   Avoid focus style from being cut on the categories panel. ([24197](https://github.com/WordPress/gutenberg/pull/24197))
    *   Avoid focusing the block selection button on each render. ([24195](https://github.com/WordPress/gutenberg/pull/24195))
    *   Avoid rendering the clipboard textarea inside the button. ([24194](https://github.com/WordPress/gutenberg/pull/24194))
    *   Fix missing focus outline in Add New Tag. ([24187](https://github.com/WordPress/gutenberg/pull/24187))
    *   Fix dropdown menu focus loss when using arrow keys with Safari and Voiceover. ([24186](https://github.com/WordPress/gutenberg/pull/24186))
    *   Fix the gallery buttons focus style. ([24157](https://github.com/WordPress/gutenberg/pull/24157))
    *   Update the editor landmark regions. ([24196](https://github.com/WordPress/gutenberg/pull/24196))
    *   Mover control: Remove drag cursor. ([23759](https://github.com/WordPress/gutenberg/pull/23759))
*   <span>Fix block insertion place after clicking Browse All in the inline inserter. (</span>[24285](https://github.com/WordPress/gutenberg/pull/24285)<span>)</span>
*   Fix last.fm svg icon alignment. ([24278](https://github.com/WordPress/gutenberg/pull/24278))
*   Cover: Fix padding controls showing null units. ([24251](https://github.com/WordPress/gutenberg/pull/24251))
*   Consistently show the default style variation if none provided. ([24217](https://github.com/WordPress/gutenberg/pull/24217))
*   Fix gradient RGBA/HSLA inputs' width. ([24214](https://github.com/WordPress/gutenberg/pull/24214))
*   <span>Popover: Fix arrow color to match content border color. (</span>[24208](https://github.com/WordPress/gutenberg/pull/24208)<span>)</span>
*   <span>Fix dragging multiple blocks dow</span>nw<span>ards resulted in blocks inserted in wrong position. (</span>[24183](https://github.com/WordPress/gutenberg/pull/24183)<span>)</span>
*   <span>Fix Button block colors in the editor. (</span>[24153](https://github.com/WordPress/gutenberg/pull/24153)<span>)</span>
*   Fix the save shortcut in the code editor. ([24151](https://github.com/WordPress/gutenberg/pull/24151))
*   Fix PHP notices when a block hasn't declared 'supports'. ([24131](https://github.com/WordPress/gutenberg/pull/24131))
*   Fix Block Directory icons<span>. (</span>[24086](https://github.com/WordPress/gutenberg/pull/24086)<span>)</span>
*   Block Breadcrumb: Fix arrow direction in RTL. ([24074](https://github.com/WordPress/gutenberg/pull/24074))
*   i18N:
    *   Fix missing plural forms for block related strings. ([24071](https://github.com/WordPress/gutenberg/pull/24071))
    *   Merge similar translation strings in the RSS block. ([24159](https://github.com/WordPress/gutenberg/pull/24159))
    *   Merge similar translation strings - tables. ([24169](https://github.com/WordPress/gutenberg/pull/24169))
*   <span>useBlockSync: Fix race condition when onChange callback changes. (</span>[24012](https://github.com/WordPress/gutenberg/pull/24012)<span>)</span>
*   Allow enter to insert line breaks even if template is locked. ([23330](https://github.com/WordPress/gutenberg/pull/23330))

### Experiments

*   Full Site Editing and Site editor:
    *   Add alignment support to post content block. ([24014](https://github.com/WordPress/gutenberg/pull/24014)) ([24077](https://github.com/WordPress/gutenberg/pull/24077))
    *   Post Title Block: Add style attributes. ([24246](https://github.com/WordPress/gutenberg/pull/24246))
    *   Remove more initial PHP state. ([23775](https://github.com/WordPress/gutenberg/pull/23775))
    *   Template Part: Improve title editing interactions. ([23661](https://github.com/WordPress/gutenberg/pull/23661))
    *   Update the Post author, Excerpt and Comment blocks to use lightBlockWrapper. ([24253](https://github.com/WordPress/gutenberg/pull/24253))
    *   Query blocks: Support wide alignments in the editor. ([24229](https://github.com/WordPress/gutenberg/pull/24229))
    *   Post Comments Block: add block alignment support. ([24226](https://github.com/WordPress/gutenberg/pull/24226))
    *   Post Excerpt block: Added icon and description to Post Excerpt block. ([24203](https://github.com/WordPress/gutenberg/pull/24203))
    *   Post Date block: Added Post Date icon and updated block with icon and desc. ([24178](https://github.com/WordPress/gutenberg/pull/24178)) ([24225](https://github.com/WordPress/gutenberg/pull/24225))
    *   Post Author block: Added a description. ([24171](https://github.com/WordPress/gutenberg/pull/24171))
    *   Post Comments Counts: Add style attributes. ([24167](https://github.com/WordPress/gutenberg/pull/24167))
    *   Post Comments Form: Add style attributes. ([24162](https://github.com/WordPress/gutenberg/pull/24162))
    *   Post Author and Post Excerpt: change editor selector class. ([24104](https://github.com/WordPress/gutenberg/pull/24104))
    *   Post Comments block: add style supports for text and background settings. ([24080](https://github.com/WordPress/gutenberg/pull/24080))
    *   Post excerpt block: Add color, fontSize, lineHeight, and text alignment. ([23945](https://github.com/WordPress/gutenberg/pull/23945))
    *   Add Post Tags block description and icon. ([23496](https://github.com/WordPress/gutenberg/pull/23496))
    *   Add a description to the Post Title block. ([23494](https://github.com/WordPress/gutenberg/pull/23494))
    *   Update Post Author block to use __experimentalColor and __experimentalLineHeight. ([23044](https://github.com/WordPress/gutenberg/pull/23044))

*   Global styles:
    *   Fix link color style property name in global styles. ([24296](https://github.com/WordPress/gutenberg/pull/24296))
    *   Fix merge algorithm. ([24294](https://github.com/WordPress/gutenberg/pull/24294))
*   Navigation Block and screen:
    *   Fix Navigation Block submenu being overlapped by Cover block overlay. ([24062](https://github.com/WordPress/gutenberg/pull/24062))
*   APIs:
    *   Add initial support for themes to control the editor. ([24275](https://github.com/WordPress/gutenberg/pull/24275))
    *   Prefix useSimulatedMediaQuery __experimental. ([24279](https://github.com/WordPress/gutenberg/pull/24279))
    *   URLInput Customizable control rendering. ([24115](https://github.com/WordPress/gutenberg/pull/24115))

### Documentation

*   Update Gutenberg FAQ with more recent information. ([24202](https://github.com/WordPress/gutenberg/pull/24202))
*   Clarify custom link color documentation for themes. ([24056](https://github.com/WordPress/gutenberg/pull/24056))
*   Add a link to the WordPress Data guide. ([24327](https://github.com/WordPress/gutenberg/pull/24327))
*   Document the new block tools theme support and core block patterns. ([24265](https://github.com/WordPress/gutenberg/pull/24265))
*   Replace the demo link of the Gutenberg Storybook in the documentation. ([24212](https://github.com/WordPress/gutenberg/pull/24212))
*   Docs: Update default values for Popover props 'noArrow' and 'position'. ([24207](https://github.com/WordPress/gutenberg/pull/24207))
*   Added missing documentation link for contributor handbook. ([24179](https://github.com/WordPress/gutenberg/pull/24179))
*   Docs: Convert Block Registration RFC to the Block Metadata document. ([23832](https://github.com/WordPress/gutenberg/pull/23832))
*   Typos and tweaks: ([23899](https://github.com/WordPress/gutenberg/pull/23899)) ([24057](https://github.com/WordPress/gutenberg/pull/24057)) ([24033](https://github.com/WordPress/gutenberg/pull/24033)) ([24211](https://github.com/WordPress/gutenberg/pull/24211)) ([24100](https://github.com/WordPress/gutenberg/pull/24100))

### Code Quality

*   Improve rootClientId comparison in useBlockDropZone. ([24307](https://github.com/WordPress/gutenberg/pull/24307))
*   Clarify wp.blocks.createBlock error message. ([24287](https://github.com/WordPress/gutenberg/pull/24287))
*   Convert blocks to function component with hooks:
    *   BlockInvalidWarning. ([24284](https://github.com/WordPress/gutenberg/pull/24284))
    *   ReusableBlockConvertButton. ([24015](https://github.com/WordPress/gutenberg/pull/24015))
*   Add missing prop to `WPBlockVariation` type definition. ([24110](https://github.com/WordPress/gutenberg/pull/24110))
*   Remove deprecated blockType.context support. ([24155](https://github.com/WordPress/gutenberg/pull/24155))
*   Wrap LinkControlSearchInput in forwardRef. ([24119](https://github.com/WordPress/gutenberg/pull/24119))

### Build Tooling

*   Perf Tests: Set up branch only once for all test suites. ([24123](https://github.com/WordPress/gutenberg/pull/24123))
*   Revert "Build: Use `.min.js` suffix for bundled JavaScript". ([24239](https://github.com/WordPress/gutenberg/pull/24239))
*   Add a Git Diff to the output of the static checks job on failure. ([24154](https://github.com/WordPress/gutenberg/pull/24154))

### Various

*   Fix intermittent Navigation block test failure. ([24146](https://github.com/WordPress/gutenberg/pull/24146))


= 8.6.1 =

### Bug Fixes:

 - Fix the plugin translations.


= 8.6.0 =

### Features

*   Cover Block: Add video position controls. ([22531](https://github.com/WordPress/gutenberg/pull/22531))
*   Block pattern updates: _Large header and paragraph,_ _Large header,_ _Text two columns,_ _Three buttons,_ _Two buttons,_ _Quote._ ([23858](https://github.com/WordPress/gutenberg/pull/23858)) ([23857](https://github.com/WordPress/gutenberg/pull/23857)) ([23853](https://github.com/WordPress/gutenberg/pull/23853)) ([23849](https://github.com/WordPress/gutenberg/pull/23849)) ([23848](https://github.com/WordPress/gutenberg/pull/23848)) ([23881](https://github.com/WordPress/gutenberg/pull/23881))

### Enhancements

*   Editor: Display Site Icon (if one is set) in full-screen mode. ([22952](https://github.com/WordPress/gutenberg/pull/22952))
*   Block Variations: Add support for finding variations using keywords. ([24040](https://github.com/WordPress/gutenberg/pull/24040))
*   a11y: Fix radio control in Windows High Contrast mode. ([23706](https://github.com/WordPress/gutenberg/pull/23706))
*   Classic Block: Move the "convert to blocks" option from menu to own toolbar button. ([23704](https://github.com/WordPress/gutenberg/pull/23704))
*   a11y: Use composite pattern to improve keyboard navigation on the inserter. ([23610](https://github.com/WordPress/gutenberg/pull/23610))
*   Date: Add timezone hint to post-scheduling UI. ([23400](https://github.com/WordPress/gutenberg/pull/23400))
*   Panel: Improve scroll view handling when expanding. ([23327](https://github.com/WordPress/gutenberg/pull/23327)) ([24046](https://github.com/WordPress/gutenberg/pull/24046))

### New APIs

*   Support disabling core block patterns. ([24042](https://github.com/WordPress/gutenberg/pull/24042))
*   Make the line height and custom units theme support flags consistent and opt-in. ([23964](https://github.com/WordPress/gutenberg/pull/23964)) ([23904](https://github.com/WordPress/gutenberg/pull/23904))
*   Image: Add the ability for a plugin to disable Image Editor. ([23966](https://github.com/WordPress/gutenberg/pull/23966))

### Experiments

*   Site Builder:
    *   Change references to section back to template part. ([23765](https://github.com/WordPress/gutenberg/pull/23765))
    *   Post Date Block: Add style attributes and restructure the edit function. ([23931](https://github.com/WordPress/gutenberg/pull/23931))
    *   Edit Site: Integrate quick inserter. ([23516](https://github.com/WordPress/gutenberg/pull/23516))
*   Navigation screen and blocks:
    *   Try: Customizable toolbar contents. ([23613](https://github.com/WordPress/gutenberg/pull/23613))
    *   Navigation screen: Restore block movers for blocks with just one sibling. ([23680](https://github.com/WordPress/gutenberg/pull/23680))
    *   Navigation screen: Add error boundary to experimental navigation screen. ([23679](https://github.com/WordPress/gutenberg/pull/23679))
    *   Navigation screen: Show block appender by default. ([23676](https://github.com/WordPress/gutenberg/pull/23676))
    *   Block Navigation: Use quick inserter. ([23737](https://github.com/WordPress/gutenberg/pull/23737))
    *   Navigation <mark>screen: Add .editor-styles-wra</mark>pper. ([23736](https://github.com/WordPress/gutenberg/pull/23736))
*   Fix Inserter on the widgets screen. ([24045](https://github.com/WordPress/gutenberg/pull/24045))

### Bug Fixes

*   Prevent JavaScript error when using arrow navigation in URLInput. ([24047](https://github.com/WordPress/gutenberg/pull/24047))
*   a11y: Components: Fix Toolbar arrow key navigation in RTL contexts. ([24043](https://github.com/WordPress/gutenberg/pull/24043))
*   RichText: Restore aria-multiline. ([24041](https://github.com/WordPress/gutenberg/pull/24041))
*   a11y: Fix Copy block button focus loss and try to remove the visually hidden textarea. ([24022](https://github.com/WordPress/gutenberg/pull/24022))
*   Block Patterns: Override patterns that were registered by Core. ([24004](https://github.com/WordPress/gutenberg/pull/24004))
*   Fix block wrapper selector. ([23991](https://github.com/WordPress/gutenberg/pull/23991))
*   Fix block icon mouse-out gesture issue. ([23980](https://github.com/WordPress/gutenberg/pull/23980))
*   Fix components utils export for use-update-effect. ([23969](https://github.com/WordPress/gutenberg/pull/23969))
*   a11y: Persist tooltips on hover. ([23959](https://github.com/WordPress/gutenberg/pull/23959))
*   Fix blocks dropping to incorrect position in inner block lists. ([23950](https://github.com/WordPress/gutenberg/pull/23950))
*   RangeControl: Adapt slider color to color scheme. ([23936](https://github.com/WordPress/gutenberg/pull/23936))
    *   (JS) Color Values: Rename brand to theme. Add fallback values. ([24059](https://github.com/WordPress/gutenberg/pull/24059))
*   Prevent content loss after refreshing an editor with unsaved auto-draft post. ([23928](https://github.com/WordPress/gutenberg/pull/23928))
*   Fix edited Classic block's content deletion when switching to Code editor. ([23927](https://github.com/WordPress/gutenberg/pull/23927))
*   Fix drag and drop to empty block lists. ([23923](https://github.com/WordPress/gutenberg/pull/23923))
*   Fix drag and drop for aligned blocks. ([23916](https://github.com/WordPress/gutenberg/pull/23916))
*   Fix comment capitalization/punctuation. ([23912](https://github.com/WordPress/gutenberg/pull/23912))
*   Fix block merging regression. ([23901](https://github.com/WordPress/gutenberg/pull/23901))
*   Inserter: Order quick inserter items by frecency. ([23900](https://github.com/WordPress/gutenberg/pull/23900))
*   Inserter: Set quick inserter content width to 100% on screens below 782px. ([23896](https://github.com/WordPress/gutenberg/pull/23896))
*   Autocomplete: Fix closing slash inserter with ESC. ([23859](https://github.com/WordPress/gutenberg/pull/23859))
*   Inserter: Hide inserter's block preview when searching. ([23827](https://github.com/WordPress/gutenberg/pull/23827))
*   apiFetch: Fix fetch-all preloading. ([23807](https://github.com/WordPress/gutenberg/pull/23807))
*   Fix error triggered when a tab is removed from TabPanel component. ([23784](https://github.com/WordPress/gutenberg/pull/23784))
*   Fix block movers in navigator on experimental navigation page displaying horizontally. ([23779](https://github.com/WordPress/gutenberg/pull/23779))
*   Search: Fix attribute defaults. ([23777](https://github.com/WordPress/gutenberg/pull/23777))
*   Apply the reset mixin to the inserter panel. ([23744](https://github.com/WordPress/gutenberg/pull/23744))
*   Sidebar controls: Add more space for German and other locales. ([23738](https://github.com/WordPress/gutenberg/pull/23738))
*   Block Library: Standardize post block placeholders. ([23690](https://github.com/WordPress/gutenberg/pull/23690))
    *   i18n: Block Library: Translate post block placeholders. ([23774](https://github.com/WordPress/gutenberg/pull/23774))
*   Fix issue where block inserted in wrong place when selection is in nested block list, but root appender is used. ([23668](https://github.com/WordPress/gutenberg/pull/23668))
*   Fix an issue where dragging while the page has no scrollbar results in a console error. ([23666](https://github.com/WordPress/gutenberg/pull/23666))
*   Updated styling to match the post editor. ([23525](https://github.com/WordPress/gutenberg/pull/23525))
*   UnitControl: Fix internal unit parsing to handle incoming unit prop. ([23521](https://github.com/WordPress/gutenberg/pull/23521))
*   Table block: Fix focus loss in between row/column insertions. ([23508](https://github.com/WordPress/gutenberg/pull/23508))
*   Editor: Fix block highlight rendering after block is moved. ([23425](https://github.com/WordPress/gutenberg/pull/23425))
*   Inserter: Fix line to show again. ([20792](https://github.com/WordPress/gutenberg/pull/20792))
*   Button: Properly handle border radius reset. ([23887](https://github.com/WordPress/gutenberg/pull/23887))
*   Block Directory: Remove "contact admin" messaging. ([23948](https://github.com/WordPress/gutenberg/pull/23948))

### Performance

*   Optimize more selector calls. ([23930](https://github.com/WordPress/gutenberg/pull/23930))
*   Performance testing: Cover Site Editor loading time. ([23842](https://github.com/WordPress/gutenberg/pull/23842))
*   Avoid re-rendering the PostSavedState component on each change. ([23829](https://github.com/WordPress/gutenberg/pull/23829))
*   Small performance tweaks. ([23825](https://github.com/WordPress/gutenberg/pull/23825))
*   Env: Only perform expensive install work when required. ([23809](https://github.com/WordPress/gutenberg/pull/23809))
*   Env: Improve install performance. ([23806](https://github.com/WordPress/gutenberg/pull/23806))

### Documentation

*   Expand and update block-based themes documentation page. ([23750](https://github.com/WordPress/gutenberg/pull/23750))
*   Docs/update button component props. ([24013](https://github.com/WordPress/gutenberg/pull/24013))
*   Docs: Update plugin FAQ with versions link. ([24005](https://github.com/WordPress/gutenberg/pull/24005))
*   Remove the experimental flag from the block patterns documentation. ([23954](https://github.com/WordPress/gutenberg/pull/23954))
*   Docs: Add links for Create a Block Tutorial. ([23946](https://github.com/WordPress/gutenberg/pull/23946))
*   Adds basic documentation for the ToolbarButton component. ([23909](https://github.com/WordPress/gutenberg/pull/23909))
*   Docs: Title and markdown formatting for table. ([23850](https://github.com/WordPress/gutenberg/pull/23850))
*   Update documentation contributors guide. ([23840](https://github.com/WordPress/gutenberg/pull/23840))
*   Create new page listing Gutenberg releases in each WordPress version. ([23773](https://github.com/WordPress/gutenberg/pull/23773))
*   Docs: Clarify the interactive mode for create-block. ([23752](https://github.com/WordPress/gutenberg/pull/23752))
*   Docs: Add a tutorial on how to create a block-based theme. ([23732](https://github.com/WordPress/gutenberg/pull/23732))
*   Docs: Move ESNext to JavaScript tutorial. ([23725](https://github.com/WordPress/gutenberg/pull/23725))
*   Docs: Move DevEnv to own section for documentation. ([23593](https://github.com/WordPress/gutenberg/pull/23593))
*   Added readme to matrix alignment toolbar. ([23341](https://github.com/WordPress/gutenberg/pull/23341))
*   Update nested-blocks-inner-blocks.md. ([23935](https://github.com/WordPress/gutenberg/pull/23935))
*   Update block-registration.md. ([23933](https://github.com/WordPress/gutenberg/pull/23933))
*   Link to theme-experiments repo in block-based theme documentation. ([23748](https://github.com/WordPress/gutenberg/pull/23748))
*   Docs: Update device-tests readme with monorepo commands. ([23630](https://github.com/WordPress/gutenberg/pull/23630))

### Code Quality

*   Refactor URLPopover to use React Hook. ([23918](https://github.com/WordPress/gutenberg/pull/23918))
*   Refactor Disabled component to use React Hooks. ([23917](https://github.com/WordPress/gutenberg/pull/23917))
*   Refactor More block. ([23758](https://github.com/WordPress/gutenberg/pull/23758))
*   Remove navigation block styles. ([23678](https://github.com/WordPress/gutenberg/pull/23678))
*   Refactor MediaPlaceholder to function component. ([23671](https://github.com/WordPress/gutenberg/pull/23671))
*   Remove duplicate selectors. ([23466](https://github.com/WordPress/gutenberg/pull/23466))
*   Refactor Tag Cloud block to use React Hooks. ([23426](https://github.com/WordPress/gutenberg/pull/23426))
*   Convert PostSavedState to functional component. ([23038](https://github.com/WordPress/gutenberg/pull/23038))
*   Types: Improve project setup. ([21581](https://github.com/WordPress/gutenberg/pull/21581))
*   Refactor ReusableBlockEditPanel to use hooks (and add type info). ([21181](https://github.com/WordPress/gutenberg/pull/21181))
*   Updates text, buttons colors and lab<mark>e</mark>ls. ([23855](https://github.com/WordPress/gutenberg/pull/23855))

### Build Tooling

*   Env:
    *   Allow wp-env to start without configuration. ([23913](https://github.com/WordPress/gutenberg/pull/23913))
    *   Add support for different options in each environment. ([22568](https://github.com/WordPress/gutenberg/pull/22568))
*   Build: Use `.min.js` suffix for bundled JavaScript. ([23926](https://github.com/WordPress/gutenberg/pull/23926))

*   Try running the performance tests as a GitHub action. ([23818](https://github.com/WordPress/gutenberg/pull/23818))
*   Improve the performance tests setup. ([23817](https://github.com/WordPress/gutenberg/pull/23817))
*   Automation:
    *   Limit tests to not run on documentation-only changes. ([23834](https://github.com/WordPress/gutenberg/pull/23834))
    *   Add paths-ignore **.md for unit tests checks. ([23845](https://github.com/WordPress/gutenberg/pull/23845))
    *   Switch workflows to use paths-ignore and **.md. ([23843](https://github.com/WordPress/gutenberg/pull/23843))

Fix action GitHub action workflow YAML syntax errors. ([23844](https://github.com/WordPress/gutenberg/pull/23844))

### Various

*   Embeds: Remove unsupported core-embed/hulu block. ([23984](https://github.com/WordPress/gutenberg/pull/23984))
*   E2E: Remove duplicate blocks in setup file. ([23981](https://github.com/WordPress/gutenberg/pull/23981))
*   REST API: Check for WP5.5 and skip registering routes. ([23880](https://github.com/WordPress/gutenberg/pull/23880))
*   LinkControl: Extract reusable parts. ([23869](https://github.com/WordPress/gutenberg/pull/23869))
*   Updates image size to match columns width. ([23854](https://github.com/WordPress/gutenberg/pull/23854))
*   InputControl: Add prefix prop. ([23824](https://github.com/WordPress/gutenberg/pull/23824))
*   Block Navigation: Change the visible labels for "Block navigation" to "List view". ([23796](https://github.com/WordPress/gutenberg/pull/23796))
*   Site Tagline Block. ([23788](https://github.com/WordPress/gutenberg/pull/23788))
*   Image Editor: When editing, pass the edited image src. ([23703](https://github.com/WordPress/gutenberg/pull/23703))
*   Replace SEO settings nofollow toggle with rel text widget. ([23682](https://github.com/WordPress/gutenberg/pull/23682))
*   Use global registry on the experimental navigation screen. ([23675](https://github.com/WordPress/gutenberg/pull/23675))
*   Env: Mark breaking change in changelog. ([23776](https://github.com/WordPress/gutenberg/pull/23776))
*   Cancel previous running workflows when a new commit is made. ([23587](https://github.com/WordPress/gutenberg/pull/23587))
*   Add title to image and video selection sheets. ([23083](https://github.com/WordPress/gutenberg/pull/23083))
*   Site Title: Add support settings for colors, fonts, and line height. ([23007](https://github.com/WordPress/gutenberg/pull/23007))
*   Add fix to make inputs of type email return true from isTextField. ([21162](https://github.com/WordPress/gutenberg/pull/21162))
*   Full Site Editing: Add a Site Logo block. ([18811](https://github.com/WordPress/gutenberg/pull/18811))


= 8.5.1 =

### Bug Fixes

 - Improve the performance of the Site builder page.
 - Load external images if local images not present.


= 8.5.0 =

### Features

*   A11y: Add an option to keep the caret inside blocks in edit mode. ([23546](https://github.com/WordPress/gutenberg/pull/23546))
*   Add anchor/id support to all static blocks. ([23197](https://github.com/WordPress/gutenberg/pull/23197))

### Enhancements

*   Add an edit button to the gallery images. ([23554](https://github.com/WordPress/gutenberg/pull/23554))
*   Image block: Allow uploading external image if image host allows it. ([23565](https://github.com/WordPress/gutenberg/pull/23565))
*   Drag And Drop:
    *   Enable for multi selection. ([23477](https://github.com/WordPress/gutenberg/pull/23477))
    *   Improve the drag and scroll behavior. ([23082](https://github.com/WordPress/gutenberg/pull/23082)) ([23448](https://github.com/WordPress/gutenberg/pull/23448))
    *   Don't show a cloned block while dragging. ([23024](https://github.com/WordPress/gutenberg/pull/23024))
    *   Polish the block drag chip. ([23609](https://github.com/WordPress/gutenberg/pull/23609))
*   Image editing:
    *   Move zoom control to toolbar dropdown. ([23677](https://github.com/WordPress/gutenberg/pull/23677))
    *   Add original aspect to dropdown. ([23659](https://github.com/WordPress/gutenberg/pull/23659))
    *   Add filter to REST API image edit. ([23539](https://github.com/WordPress/gutenberg/pull/23539))
    *   Polish zoom slider. ([23418](https://github.com/WordPress/gutenberg/pull/23418))
    *   Add permission checks to the endpoint. ([23423](https://github.com/WordPress/gutenberg/pull/23423))
*   Block Directory:
    *   Return inactive plugins in search results. ([23688](https://github.com/WordPress/gutenberg/pull/23688))
    *   Use CDN for block directory assets. ([23499](https://github.com/WordPress/gutenberg/pull/23499))
*   Add line height rule to the post title. ([23656](https://github.com/WordPress/gutenberg/pull/23656))
*   Avoid ordering block types per frecency inside block categories. ([23643](https://github.com/WordPress/gutenberg/pull/23643))
*   Polish the document sidebar controls. ([23578](https://github.com/WordPress/gutenberg/pull/23578))
*   Add modern color scheme support. ([23558](https://github.com/WordPress/gutenberg/pull/23558))
*   Use a consistent close icon across the UI. ([23551](https://github.com/WordPress/gutenberg/pull/23551))
*   Redesign the transform menu. ([23028](https://github.com/WordPress/gutenberg/pull/23028)) ([23449](https://github.com/WordPress/gutenberg/pull/23449))
*   Redesign the canvas inserter. ([22789](https://github.com/WordPress/gutenberg/pull/22789))
*   Unify tooltip styles. ([23382](https://github.com/WordPress/gutenberg/pull/23382))
*   Add block variations to the slash inserter. ([23364](https://github.com/WordPress/gutenberg/pull/23364))
*   Hide the most used blocks by default and add an option to enable it. ([23358](https://github.com/WordPress/gutenberg/pull/23358))
*   Add reusable block tab to inserter. ([23296](https://github.com/WordPress/gutenberg/pull/23296))
*   Add keyboard shortcuts for moving blocks. ([23276](https://github.com/WordPress/gutenberg/pull/23276))
*   Cover block: Don't show the matrix alignment button when no background set. ([23196](https://github.com/WordPress/gutenberg/pull/23196))
*   Spacer: Show tooltip with height value on resize. ([23077](https://github.com/WordPress/gutenberg/pull/23077))
*   Improve post publish buttons alignment. ([22390](https://github.com/WordPress/gutenberg/pull/22390)) ([23487](https://github.com/WordPress/gutenberg/pull/23487))
*   Make Preview and Save Draft buttons use the same style. ([21192](https://github.com/WordPress/gutenberg/pull/21192))
*   Add unlink URL to buttons block. ([23445](https://github.com/WordPress/gutenberg/pull/23445))
*   Clean the patterns list to include in core. ([23608](https://github.com/WordPress/gutenberg/pull/23608))
*   Add pullquote block tranformations. ([23562](https://github.com/WordPress/gutenberg/pull/23562))
*   Remove block label from child block appender. ([23393](https://github.com/WordPress/gutenberg/pull/23393))
*   A11y: Move blocks between levels using keyboard. ([22453](https://github.com/WordPress/gutenberg/pull/22453))

### New APIs

*   Support **orientation** prop in InnerBlocks. ([23416](https://github.com/WordPress/gutenberg/pull/23416))
*   Support a flexible **useItems** API for the autocompleters API. ([22853](https://github.com/WordPress/gutenberg/pull/22853)) ([23385](https://github.com/WordPress/gutenberg/pull/23385))
*   Stabilize the image editing REST API endpoint. ([23536](https://github.com/WordPress/gutenberg/pull/23536))
*   Stabilize the block directory REST API endpoint. ([23528](https://github.com/WordPress/gutenberg/pull/23528))
*   Add descriptions to Block patterns. ([23070](https://github.com/WordPress/gutenberg/pull/23070))

### Experiments

*   Site Builder:
    *   Remove the button block appender. ([23436](https://github.com/WordPress/gutenberg/pull/23436))
    *   Improve the template parts insertion flow. ([23295](https://github.com/WordPress/gutenberg/pull/23295))
    *   Fix template part resolution for edited files. ([23591](https://github.com/WordPress/gutenberg/pull/23591))
    *   Fix inspector panels buttons. ([23464](https://github.com/WordPress/gutenberg/pull/23464))
    *   Add template part block keyword. ([23623](https://github.com/WordPress/gutenberg/pull/23623))
    *   Allow wide alignment. ([23488](https://github.com/WordPress/gutenberg/pull/23488))
    *   Remove templateIds state. ([22893](https://github.com/WordPress/gutenberg/pull/22893))
*   Navigation screen and block:
    *   Fix saving issues. ([23559](https://github.com/WordPress/gutenberg/pull/23559))
    *   A11y: Improve keyboard navigation on the Navigation block toolbar. ([23281](https://github.com/WordPress/gutenberg/pull/23281))
    *   Fix text size no longer overwritten. ([23360](https://github.com/WordPress/gutenberg/pull/23360))
    *   Adjust Navigation block submenu padding and spacing. ([23380](https://github.com/WordPress/gutenberg/pull/23380))
    *   Update placeholder label. ([23297](https://github.com/WordPress/gutenberg/pull/23297))
    *   Hide the block toolbar on the navigation screen. ([23021](https://github.com/WordPress/gutenberg/pull/23021))
    *   Allow setting up menus that auto add new pages. ([22697](https://github.com/WordPress/gutenberg/pull/22697))
    *   Allow Search block to be added alongside links. ([22656](https://github.com/WordPress/gutenberg/pull/22656))

### Bug Fixes

*   Block Directory:
    *   Support .svg extension for results icons. ([23442](https://github.com/WordPress/gutenberg/pull/23442))
    *   Throw error if we have an issue registering blocks. ([23439](https://github.com/WordPress/gutenberg/pull/23439))
    *   Remove the overflow on the Add button. ([23409](https://github.com/WordPress/gutenberg/pull/23409))
    *   Fix double border in block list. ([23625](https://github.com/WordPress/gutenberg/pull/23625))
*   Fix the upload icon size. ([23553](https://github.com/WordPress/gutenberg/pull/23553))
*   Allow scrolling over Popovers. ([23696](https://github.com/WordPress/gutenberg/pull/23696))
*   Fix quote left border color in dark mode. ([23692](https://github.com/WordPress/gutenberg/pull/23692))
*   Fix empty block list appender visibility on aligned blocks. ([23672](https://github.com/WordPress/gutenberg/pull/23672))
*   Fix horizontal Block Mover Layout. ([23640](https://github.com/WordPress/gutenberg/pull/23640))
*   Fix invisible drop target indicator. ([23638](https://github.com/WordPress/gutenberg/pull/23638))
*   Rich text: Fix soft line break in caption on enter. ([23622](https://github.com/WordPress/gutenberg/pull/23622))
*   Fix clicking Gallery items buttons on Safari. ([23586](https://github.com/WordPress/gutenberg/pull/23586))
*   Hide block list appender in a reusable block if it's not being edited. ([23584](https://github.com/WordPress/gutenberg/pull/23584))
*   Revert "Remove the style CSS class when the default style variation is chosen". ([23548](https://github.com/WordPress/gutenberg/pull/23548))
*   Classic block:
    *   Add height: Auto to content wrapper. ([23547](https://github.com/WordPress/gutenberg/pull/23547))
    *   Add scroll to last edit position. ([23544](https://github.com/WordPress/gutenberg/pull/23544))
    *   Adjust placement of the toolbar. ([23438](https://github.com/WordPress/gutenberg/pull/23438))
    *   Prevent content loss by regularly dispatching changes. ([23408](https://github.com/WordPress/gutenberg/pull/23408))
    *   Fix undo keyboard shortcut. ([23376](https://github.com/WordPress/gutenberg/pull/23376))
*   Fix the Gallery images buttons rendering. ([23471](https://github.com/WordPress/gutenberg/pull/23471))
*   Fix Post title top margin. ([23447](https://github.com/WordPress/gutenberg/pull/23447))
*   Fix file names generation for edited image files. ([23440](https://github.com/WordPress/gutenberg/pull/23440))
*   Fix React warning when cropping imùges. ([23432](https://github.com/WordPress/gutenberg/pull/23432))
*   Polish block moving animation. ([23401](https://github.com/WordPress/gutenberg/pull/23401)) ([22640](https://github.com/WordPress/gutenberg/pull/22640))
*   Fix small RTL regression in Buttons block. ([23390](https://github.com/WordPress/gutenberg/pull/23390))
*   Fix centered legacy button. ([23381](https://github.com/WordPress/gutenberg/pull/23381))
*   Fix React warning while unmounting slots. ([23365](https://github.com/WordPress/gutenberg/pull/23365))
*   Don't show the "Move to trash" action if the user is not allowed to delete posts. ([23174](https://github.com/WordPress/gutenberg/pull/23174))
*   add inline font-sizes and colors to the editor for themes that don't enqueue the preset classes. ([22356](https://github.com/WordPress/gutenberg/pull/22356)) ([22668](https://github.com/WordPress/gutenberg/pull/22668)) ([23717](https://github.com/WordPress/gutenberg/pull/23717))
*   Create Block: Fix missing `scripts` section in scaffolded `package.json`. ([23443](https://github.com/WordPress/gutenberg/pull/23443))
*   Scripts: Fix build script with style.css files. ([23710](https://github.com/WordPress/gutenberg/pull/23710))
*   Restore removed props and behavior back to Query Controls. ([23419](https://github.com/WordPress/gutenberg/pull/23419))
*   Add support for hexadecimal colors in gradient presets. ([23363](https://github.com/WordPress/gutenberg/pull/23363))

### Performance

*   Improve the performance of the keyboard shortcuts binding. ([23394](https://github.com/WordPress/gutenberg/pull/23394))

### Documentation

*   Add a documentation page explaining how the repository is organized. ([23563](https://github.com/WordPress/gutenberg/pull/23563))
*   Document the WordPress 5.5 backported code. ([23478](https://github.com/WordPress/gutenberg/pull/23478)) ([23708](https://github.com/WordPress/gutenberg/pull/23708))
*   Add .markdownlint.json configuration extending scripts configuration. ([23655](https://github.com/WordPress/gutenberg/pull/23655))
*   Add "Create a Block" tutorial Create a Block tutorial. ([22831](https://github.com/WordPress/gutenberg/pull/22831)) ([23654](https://github.com/WordPress/gutenberg/pull/23654))
*   Update wp-env Ubuntu documentation. ([23650](https://github.com/WordPress/gutenberg/pull/23650))
*   Add documentation for InnerBlocks orientation prop. ([23641](https://github.com/WordPress/gutenberg/pull/23641))
*   Remove DropZone position argument from documentation to reflect removal in WordPress 5.4. ([23577](https://github.com/WordPress/gutenberg/pull/23577))
*   Update categories in block registration documentation. ([23572](https://github.com/WordPress/gutenberg/pull/23572))
*   Update ESNext usage in public API. ([23475](https://github.com/WordPress/gutenberg/pull/23475))
*   Clarify the wp-block-styles documentation. ([23359](https://github.com/WordPress/gutenberg/pull/23359))
*   Add documentation for setting up Prettier for markdown. ([23286](https://github.com/WordPress/gutenberg/pull/23286))
*   Typos and tweaks: ([23542](https://github.com/WordPress/gutenberg/pull/23542)) ([23489](https://github.com/WordPress/gutenberg/pull/23489)) ([23590](https://github.com/WordPress/gutenberg/pull/23590)) ([23300](https://github.com/WordPress/gutenberg/pull/23300)) ([23534](https://github.com/WordPress/gutenberg/pull/23534)) ([23467](https://github.com/WordPress/gutenberg/pull/23467))

### Code Quality

*   Optimize useSelect calls (dependencies) ([23255](https://github.com/WordPress/gutenberg/pull/23255)) ([23247](https://github.com/WordPress/gutenberg/pull/23247)) ([23245](https://github.com/WordPress/gutenberg/pull/23245)) ([23249](https://github.com/WordPress/gutenberg/pull/23249))
*   Reduced the number of SASS color variables. ([23648](https://github.com/WordPress/gutenberg/pull/23648)) ([23454](https://github.com/WordPress/gutenberg/pull/23454))
*   Remove unused getBlockIndex selector from useBlockDropZone hook. ([23634](https://github.com/WordPress/gutenberg/pull/23634))
*   Scroll on drag: Remove blockNodes context dependency. ([23561](https://github.com/WordPress/gutenberg/pull/23561))
*   Add missing notices dependency. ([23517](https://github.com/WordPress/gutenberg/pull/23517))
*   Remove BlockPopover key prop and related code. ([23504](https://github.com/WordPress/gutenberg/pull/23504))
*   Show a warning when SlotFillProvider is missing. ([23493](https://github.com/WordPress/gutenberg/pull/23493))
*   Block toolbar: Remove data-align attribute. ([23468](https://github.com/WordPress/gutenberg/pull/23468))
*   Extract block draggable scroll behaviour into React hook. ([23444](https://github.com/WordPress/gutenberg/pull/23444))
*   Refactor Dropdown to use functional component. ([23142](https://github.com/WordPress/gutenberg/pull/23142))
*   Refactor Embed Edit component: Class component to Function component. ([22846](https://github.com/WordPress/gutenberg/pull/22846))
*   Extract navigation link rendering code from the navigation block. ([21075](https://github.com/WordPress/gutenberg/pull/21075))
*   Block editor: Use vanilla JS instead of Lodash if possible. ([21063](https://github.com/WordPress/gutenberg/pull/21063)) ([23633](https://github.com/WordPress/gutenberg/pull/23633))
*   Add "engines" to the package.json and "engine-strict = true" to the package.json. ([23600](https://github.com/WordPress/gutenberg/pull/23600))
*   Block Directory: Remove custom permission check in favor of `canUser`. ([23624](https://github.com/WordPress/gutenberg/pull/23624))
*   Remove REST\_WP\_REST\_Block\_Types\_Controller\_Test which now exists in WordPress Core. ([23500](https://github.com/WordPress/gutenberg/pull/23500))
*   Editor: Remove unnecessary block directory dependency. ([23476](https://github.com/WordPress/gutenberg/pull/23476))
*   Plugin Controller: Return the plugin without the extension. ([23395](https://github.com/WordPress/gutenberg/pull/23395))
*   Clean up image editor REST route. ([23368](https://github.com/WordPress/gutenberg/pull/23368))
*   Make slash inserter tests more stable. ([23367](https://github.com/WordPress/gutenberg/pull/23367))
*   Post Author block: Fix end-to-end test fixture indentation. ([23209](https://github.com/WordPress/gutenberg/pull/23209))

### Build Tooling

*   Add new command for pre-releasing npm packages. ([23357](https://github.com/WordPress/gutenberg/pull/23357))
*   Move the CI setup from Travis to GitHub actions. ([23523](https://github.com/WordPress/gutenberg/pull/23523)) ([23520](https://github.com/WordPress/gutenberg/pull/23520)) ([23518](https://github.com/WordPress/gutenberg/pull/23518)) ([23470](https://github.com/WordPress/gutenberg/pull/23470)) ([23538](https://github.com/WordPress/gutenberg/pull/23538))
*   Add npm cache to GitHub workflows and use checkout v2. ([23482](https://github.com/WordPress/gutenberg/pull/23482))
*   Update bin/validate-package-lock.js error message. ([23435](https://github.com/WordPress/gutenberg/pull/23435))
*   Minor improvements to the release tool and release documentation. ([23441](https://github.com/WordPress/gutenberg/pull/23441))
*   Tools: Always append prerelease to version update in package.json when preparing npm release. ([23480](https://github.com/WordPress/gutenberg/pull/23480))
*   Scripts: Add custom TerserPlugin configuration. ([22990](https://github.com/WordPress/gutenberg/pull/22990))
*   Scripts: Exclude node\_modules from source map processing in start script. ([23711](https://github.com/WordPress/gutenberg/pull/23711))
*   Fix rc version number added to the CHANGELOG. ([23433](https://github.com/WordPress/gutenberg/pull/23433))
*   Tests: Jest - Add typeahead plugin. ([23366](https://github.com/WordPress/gutenberg/pull/23366))
*   Tests: Run end-to-end tests only as an admin. ([23588](https://github.com/WordPress/gutenberg/pull/23588))
*   End-2-end Tests: Add test for using block variation with the slash inserter. ([23585](https://github.com/WordPress/gutenberg/pull/23585))

### Various

*   RangeControl: Integrate NumberControl + update internal state flow. ([23006](https://github.com/WordPress/gutenberg/pull/23006))
*   Create Block: Generate a block.json file. ([23399](https://github.com/WordPress/gutenberg/pull/23399))
*   Sync Block Context changes from Core. ([23602](https://github.com/WordPress/gutenberg/pull/23602))
*   Scripts: Remove default exclude rule for node\_modules for SVG, CSS and Sass files. ([23495](https://github.com/WordPress/gutenberg/pull/23495))
*   REST API: Sync /themes endpoint with Core's. ([23321](https://github.com/WordPress/gutenberg/pull/23321))


= 8.4.0 =

### Features

- Add image editing. ([23349](https://github.com/WordPress/gutenberg/pull/23349))
- Enable block directory. ([23389](https://github.com/WordPress/gutenberg/pull/23389))
- Allow block attributes to be modified while multiple blocks are selected. ([22470](https://github.com/WordPress/gutenberg/pull/22470))

### Enhancements

- Show movers next to block switcher. ([22673](https://github.com/WordPress/gutenberg/pull/22673))
- Support drag and drop in blocks like Social Links and improve drop zone detection. ([23020](https://github.com/WordPress/gutenberg/pull/23020))
- Improve the accessibliity of toolbars by implementing roving tab index.
  - Embed block toolbar. ([23278](https://github.com/WordPress/gutenberg/pull/23278))
  - Custom HTML block toolbar. ([23277](https://github.com/WordPress/gutenberg/pull/23277))
  - Table block toolbar. ([23252](https://github.com/WordPress/gutenberg/pull/23252))
  - Grouped blocks toolbars. ([23216](https://github.com/WordPress/gutenberg/pull/23216))
  - Header toolbar. ([22354](https://github.com/WordPress/gutenberg/pull/22354))
- Tweak colors of disabled buttons to match rest of WP Admin. ([23229](https://github.com/WordPress/gutenberg/pull/23229))
- Unify style of subheadings. ([23192](https://github.com/WordPress/gutenberg/pull/23192))
- Make Popover scrolling and position behavior adapt to the content changes. ([23159](https://github.com/WordPress/gutenberg/pull/23159))
- Reduce block appender hover delay. ([23046](https://github.com/WordPress/gutenberg/pull/23046))
- Improve the alignment of children in the CardHeader and CardFooter components. ([22916](https://github.com/WordPress/gutenberg/pull/22916))
- Add ability to transform a Preformatted block into a Code block. ([22634](https://github.com/WordPress/gutenberg/pull/22634))
- Add a border to blocks while hovering with the Select tool active. ([22508](https://github.com/WordPress/gutenberg/pull/22508))
- Consolidate disparate "copy block" actions. ([23088](https://github.com/WordPress/gutenberg/pull/23088))
- Remove margin from last button if buttons in Buttons block are centered. ([23319](https://github.com/WordPress/gutenberg/pull/23319))
- Adapt the block switcher styles to the new Popover component. ([23232](https://github.com/WordPress/gutenberg/pull/23232))
- Make UI more consistent. ([23202](https://github.com/WordPress/gutenberg/pull/23202))
- Remove canvas padding. ([22213](https://github.com/WordPress/gutenberg/pull/22213))
- Image Editing
  - Update Rich Image Icons. ([22819](https://github.com/WordPress/gutenberg/pull/22819))
  - Consolidate crop ratios. ([22817](https://github.com/WordPress/gutenberg/pull/22817))
  - Use snackbar notifications. ([23029](https://github.com/WordPress/gutenberg/pull/23029))
  - Batch editing in cropper component. ([23284](https://github.com/WordPress/gutenberg/pull/23284))
  - Move to image block. ([23053](https://github.com/WordPress/gutenberg/pull/23053))
  - Change Edit label to crop icon. ([23387](https://github.com/WordPress/gutenberg/pull/23387))
  - Use percentage instead of multiplier. ([23362](https://github.com/WordPress/gutenberg/pull/23362))

### New APIs

- Update the theme colors to rely on CSS variables. ([23048](https://github.com/WordPress/gutenberg/pull/23048))
- Extend `register_block_type_from_metadata` to handle assets. ([22519](https://github.com/WordPress/gutenberg/pull/22519))
- Enable custom classnames on `<CustomSelectControl>`. ([23045](https://github.com/WordPress/gutenberg/pull/23045))
- Add `onFilesPreUpload` property to`MediaPlaceholder`. ([23003](https://github.com/WordPress/gutenberg/pull/23003))
- Improve error customization in`MediaReplaceFlow`. ([22995](https://github.com/WordPress/gutenberg/pull/22995))
- Add context properties to block types REST endpoint. ([22686](https://github.com/WordPress/gutenberg/pull/22686))

### Bug Fixes

- Fix pixel shift for toggles. ([23191](https://github.com/WordPress/gutenberg/pull/23191))
- Fix `useBlockSync` race condition. ([23292](https://github.com/WordPress/gutenberg/pull/23292))
- Avoid overriding popover content padding. ([23270](https://github.com/WordPress/gutenberg/pull/23270))
- Fix block parent selector border radius. ([23250](https://github.com/WordPress/gutenberg/pull/23250))
- Fix plus radius. ([23240](https://github.com/WordPress/gutenberg/pull/23240))
- Fix Inserter's handling of child blocks. ([23231](https://github.com/WordPress/gutenberg/pull/23231))
- Create Block: Fix errors reported by CSS linter in ESNext template. ([23188](https://github.com/WordPress/gutenberg/pull/23188))
- Add context property mapping to block registration. ([23180](https://github.com/WordPress/gutenberg/pull/23180))
- Remove `z-index` from placeholder fieldset. ([23152](https://github.com/WordPress/gutenberg/pull/23152))
- Fix possibly outdated `onChange` in color palette's color picker. ([23136](https://github.com/WordPress/gutenberg/pull/23136))
- Fix updateSlot missing from default`SlotFillContext`. ([23108](https://github.com/WordPress/gutenberg/pull/23108))
- Add check theme support is an array before indexing. ([23104](https://github.com/WordPress/gutenberg/pull/23104))
- Add i18n to padding 'reset' button. ([23099](https://github.com/WordPress/gutenberg/pull/23099))
- Fix group block moving animation not working correctly. ([23084](https://github.com/WordPress/gutenberg/pull/23084))
- Use a light block DOM for the Media & Text block. ([23062](https://github.com/WordPress/gutenberg/pull/23062))
- Popover: Ensure popovers consider border width's in their positioning. ([23035](https://github.com/WordPress/gutenberg/pull/23035))
- Remove child space in`Tooltip`. ([23019](https://github.com/WordPress/gutenberg/pull/23019))
- Fix drag and drop for blocks that don't use `__experimentalTagName` for their inner blocks. ([23016](https://github.com/WordPress/gutenberg/pull/23016))
- Fix am / pm i18n bug. ([22963](https://github.com/WordPress/gutenberg/pull/22963))
- Fix plugin document setting panel name. ([22763](https://github.com/WordPress/gutenberg/pull/22763))
- Fix plus icon. ([22704](https://github.com/WordPress/gutenberg/pull/22704))
- Fix Typography panel rendering from style hooks. ([22605](https://github.com/WordPress/gutenberg/pull/22605))
- Fix "Cannot read property 'end' of undefined" error on babel-plugin-makepot. ([22394](https://github.com/WordPress/gutenberg/pull/22394))
- Fix "React does not recognize isSelected prop in ComplementaryAreaToggle" warning. ([22967](https://github.com/WordPress/gutenberg/pull/22967))
- Cover padding: Fix reset and visualize on hover. ([23041](https://github.com/WordPress/gutenberg/pull/23041))
- Fix color picker saturation bug. ([23272](https://github.com/WordPress/gutenberg/pull/23272))
- Fix image size feature. ([23342](https://github.com/WordPress/gutenberg/pull/23342))
- Remove block preview paddings. ([23386](https://github.com/WordPress/gutenberg/pull/23386))
- Block Directory
  - Fix "no result" UI flash. ([22783](https://github.com/WordPress/gutenberg/pull/22783))
  - Uninstall unused block types. ([22918](https://github.com/WordPress/gutenberg/pull/22918))
  - Fix installing blocks. ([23096](https://github.com/WordPress/gutenberg/pull/23096))
  - Add plugins REST API endpoints. ([22454](https://github.com/WordPress/gutenberg/pull/22454))
  - Use plugin API for installing & deleting block-plugins. ([23219](https://github.com/WordPress/gutenberg/pull/23219))
  - Use a more specific `<script>` matching pattern. ([23407](https://github.com/WordPress/gutenberg/pull/23407))
  - Fix missing padding. ([23346](https://github.com/WordPress/gutenberg/pull/23346))
- Image Editing
  - Fix image size on crop. ([23173](https://github.com/WordPress/gutenberg/pull/23173))
  - Avoid re-render on select. ([23009](https://github.com/WordPress/gutenberg/pull/23009))
  - Preserve crop position through rotations. ([23374](https://github.com/WordPress/gutenberg/pull/23374))

### Performance

- Memoize useSelect callbacks on the header toolbar items. ([23337](https://github.com/WordPress/gutenberg/pull/23337))
- Enqueue assets for rendered blocks only. ([22754](https://github.com/WordPress/gutenberg/pull/22754))
- Call `isMultiSelecting` and `isNavigationMode` selectors where needed. ([22135](https://github.com/WordPress/gutenberg/pull/22135))

### Experiments

- Full Site Editing
  - Move initial template fetch to client. ([23186](https://github.com/WordPress/gutenberg/pull/23186))
  - Fix Template Part Auto-draft creation. ([23050](https://github.com/WordPress/gutenberg/pull/23050))
  - Fix template part switching instability. ([23282](https://github.com/WordPress/gutenberg/pull/23282))
  - Fix `$theme-color` error in Template Part block. ([23221](https://github.com/WordPress/gutenberg/pull/23221))
  - Add auto-drafting for theme supplied template parts. ([23254](https://github.com/WordPress/gutenberg/pull/23254))
  - Add template part previews to placeholder block. ([22760](https://github.com/WordPress/gutenberg/pull/22760))
  - Fetch template parts in Template Switcher from REST API. ([21878](https://github.com/WordPress/gutenberg/pull/21878))
  - Post Title block: Add alignment and heading level support. ([22872](https://github.com/WordPress/gutenberg/pull/22872))
  - Post Author block: Update functionality and visual parity. ([22877](https://github.com/WordPress/gutenberg/pull/22877))
  - Add theme exporter. ([22922](https://github.com/WordPress/gutenberg/pull/22922))
- Navigation block & Navigation screen
  - Visual improvements to the block navigator. ([22796](https://github.com/WordPress/gutenberg/pull/22796))
  - Improve flow when creating from menu. ([23187](https://github.com/WordPress/gutenberg/pull/23187))
  - Renamed Navigation Link to Link. ([23163](https://github.com/WordPress/gutenberg/pull/23163))
  - Only show appender for the currently selected block. ([22998](https://github.com/WordPress/gutenberg/pull/22998))
  - Fix navigation block dark style appender. ([23165](https://github.com/WordPress/gutenberg/pull/23165))
  - Fix saving on navigation screen. ([23157](https://github.com/WordPress/gutenberg/pull/23157))
  - Extract and refactor placeholder from navigation block edit function. ([23109](https://github.com/WordPress/gutenberg/pull/23109))
  - Better README for the `edit-navigation` package. ([23018](https://github.com/WordPress/gutenberg/pull/23018))
  - Remove navigator from the navigation block inspector. ([23022](https://github.com/WordPress/gutenberg/pull/23022))
  - Separate block navigator focus from the editor focus. ([22996](https://github.com/WordPress/gutenberg/pull/22996))
  - Change `MenuLocationsEditor` to use a card instead of a panel. ([23151](https://github.com/WordPress/gutenberg/pull/23151))
  - Change Create Menu UI to use a `Card` instead of`Panel`. ([23150](https://github.com/WordPress/gutenberg/pull/23150))
  - Enable creation from existing WP Menus. ([18869](https://github.com/WordPress/gutenberg/pull/18869))
  - Don't announce external value changes in custom select control. ([22815](https://github.com/WordPress/gutenberg/pull/22815))
  - Refactor Navigation screen to use `@wordpress/data`. ([23033](https://github.com/WordPress/gutenberg/pull/23033))

### Documentation

- `@wordpress/env`: add login details to documentation. ([23343](https://github.com/WordPress/gutenberg/pull/23343))
- Grammatical fixes in `modularity.md`. ([23336](https://github.com/WordPress/gutenberg/pull/23336))
- Update `modularity.md`. ([23322](https://github.com/WordPress/gutenberg/pull/23322))
- Use correct package for importing `useState` in `BoxControl` examples. ([23243](https://github.com/WordPress/gutenberg/pull/23243))
- Rename architecture `index.md` to `readme.md`. ([23242](https://github.com/WordPress/gutenberg/pull/23242))
- Scripts: Update changelog to move unreleased entries to Unreleased section. ([23178](https://github.com/WordPress/gutenberg/pull/23178))
- Handbook: Udpate documentation for package release. ([23162](https://github.com/WordPress/gutenberg/pull/23162))
- Use deny/allow list. ([23120](https://github.com/WordPress/gutenberg/pull/23120))
- Move ESNext as default code example. ([23117](https://github.com/WordPress/gutenberg/pull/23117))
- Handbook: Update release documentation. ([23002](https://github.com/WordPress/gutenberg/pull/23002))
- Update `theme-support.md` for experimental supports. ([23310](https://github.com/WordPress/gutenberg/pull/23310))
- RichText: Add missing param documentation for `getActiveFormats()`. ([23160](https://github.com/WordPress/gutenberg/pull/23160))
- API description: Use a period at the end. ([23097](https://github.com/WordPress/gutenberg/pull/23097))
- Improve JSDoc comment in ESNext template in edit.js file. ([23164](https://github.com/WordPress/gutenberg/pull/23164))
- Blocks: Update block registration default values. ([23348](https://github.com/WordPress/gutenberg/pull/23348))

### Code Quality

- Refactor header toolbar items to use `@wordpress/data` hooks. ([23315](https://github.com/WordPress/gutenberg/pull/23315))
- Use `useLayoutEffect` to compute the popover position. ([23312](https://github.com/WordPress/gutenberg/pull/23312))
- Reduce unnecessary selector specificity for Button block. ([23246](https://github.com/WordPress/gutenberg/pull/23246))
- `Button` component - remove `isLarge` prop. ([23239](https://github.com/WordPress/gutenberg/pull/23239))
- Upgrade Reakit to version 1.1.0. ([23236](https://github.com/WordPress/gutenberg/pull/23236))
- Refactor column block to use hooks. ([23143](https://github.com/WordPress/gutenberg/pull/23143))
- `RichText`: Rewrite with hooks. ([23132](https://github.com/WordPress/gutenberg/pull/23132))
- Refactor `ToggleControl` to use functional component. ([23116](https://github.com/WordPress/gutenberg/pull/23116))
- Refactor Media & Text to use functional components. ([23102](https://github.com/WordPress/gutenberg/pull/23102))
- Image block: Split huge component. ([23093](https://github.com/WordPress/gutenberg/pull/23093))
- Simplify`useImageSizes`. ([23091](https://github.com/WordPress/gutenberg/pull/23091))
- Block: Move align wrapper out of Block element. ([23089](https://github.com/WordPress/gutenberg/pull/23089))
- Remove Gutenberg plugin's deprected APIs for version 8.3.0. ([23001](https://github.com/WordPress/gutenberg/pull/23001))
- Block: Remove animation component so it is just a hook. ([22936](https://github.com/WordPress/gutenberg/pull/22936))
- Remove asterisk icon. ([22855](https://github.com/WordPress/gutenberg/pull/22855))
- Image Editing
  - Use hooks. ([23008](https://github.com/WordPress/gutenberg/pull/23008))
  - REST API Code Cleanup. (23037)

### Copy

- Cover block: update copy for Opacity label. ([23287](https://github.com/WordPress/gutenberg/pull/23287))

### Build Tooling

- Packages: Fix the changelong updater for initial npm release. ([23166](https://github.com/WordPress/gutenberg/pull/23166))
- Scripts: Fix `style.css` handling in the build and start commands. ([23127](https://github.com/WordPress/gutenberg/pull/23127))
- Scripts: Clean up the build folder via `clean-webpack-plugin`. ([23135](https://github.com/WordPress/gutenberg/pull/23135))
- Scripts: Update stylelint dependencies to latest versions. ([23114](https://github.com/WordPress/gutenberg/pull/23114))
- Remove volumes and networks in `wp-env` destroy. ([23101](https://github.com/WordPress/gutenberg/pull/23101))
- Build: Replace "release" with "build" in script for building a package. ([23063](https://github.com/WordPress/gutenberg/pull/23063))
- Release tool: Fix bug on reporting message error. ([22994](https://github.com/WordPress/gutenberg/pull/22994))
- Scripts: Remove temporary workaround in ESLint configuration. ([22915](https://github.com/WordPress/gutenberg/pull/22915))
- ESLint plugin: Allow ESLint 7.x as peer dependency. ([23190](https://github.com/WordPress/gutenberg/pull/23190))
- Packages: Add "gutenberg" to the list of keywords in `package.json`. ([23161](https://github.com/WordPress/gutenberg/pull/23161))
- Update `package-lock.json`. ([23052](https://github.com/WordPress/gutenberg/pull/23052))

### Various

- Initialize the content size used in Popover computation. ([23279](https://github.com/WordPress/gutenberg/pull/23279))
- Make the block grouping test more stable. ([23266](https://github.com/WordPress/gutenberg/pull/23266))
- Try to improve heading custom color E2E test stability. ([23260](https://github.com/WordPress/gutenberg/pull/23260))
- Attempt to fix RTL end-to-end test. ([23203](https://github.com/WordPress/gutenberg/pull/23203))
- Add verification for Create Block to Continues Integration. ([23195](https://github.com/WordPress/gutenberg/pull/23195))
- Remove padding inheritance on lists in editor-styles. ([23080](https://github.com/WordPress/gutenberg/pull/23080))
- Change select parent button styles. ([23230](https://github.com/WordPress/gutenberg/pull/23230))
- Make link color control opt-in. ([23049](https://github.com/WordPress/gutenberg/pull/23049))
- Use showBlockToolbar consistently in e2e tests. ([23311](https://github.com/WordPress/gutenberg/pull/23311))


= 8.3.0 =

## Features

- New padding control to cover block. ([21492](https://github.com/WordPress/gutenberg/pull/21492), [23014](https://github.com/WordPress/gutenberg/pull/23041))
- New link color control to paragraph, heading, group, columns, and media-text blocks. ([22722](https://github.com/WordPress/gutenberg/pull/22722), [23025](https://github.com/WordPress/gutenberg/pull/23025), [23049](https://github.com/WordPress/gutenberg/pull/21492))
- Updated default block categories. ([19279](https://github.com/WordPress/gutenberg/pull/19279))
- New parent block selector to child blocks. ([21056](https://github.com/WordPress/gutenberg/pull/21056))

## Enhancements

- Blocks:
  - SiteTitle: add alignment and tag level support. ([22843](https://github.com/WordPress/gutenberg/pull/22843))
  - Heading: use toolbar for heading level control. ([20246](https://github.com/WordPress/gutenberg/pull/20246))
  - LatestPost: add ability to filter by author. ([16169](https://github.com/WordPress/gutenberg/pull/16169))
  - Add caption split at end to all caption blocks. ([22934](https://github.com/WordPress/gutenberg/pull/22934))
  - Add transforms between the core widgets that have equivalent blocks. ([22644](https://github.com/WordPress/gutenberg/pull/22644))
- Interface package:
  - Add block areas tabbed sidebar to the widgets screen. ([22467](https://github.com/WordPress/gutenberg/pull/22467))
  - Use isActiveByDefault prop and local storage to determine whether is active or not. ([22381](https://github.com/WordPress/gutenberg/pull/22381))
  - Add mechanism to render them on edit site. ([21430](https://github.com/WordPress/gutenberg/pull/21430))
  - Sidebar reacts to screen size and refactor to use interface package. ([22565](https://github.com/WordPress/gutenberg/pull/22565))
- Add heading to the block inserter tips and to the block inserter groups ([22898](https://github.com/WordPress/gutenberg/pull/22898), [22903](https://github.com/WordPress/gutenberg/pull/22903))
- Move between nesting levels with arrow keys in navigate mode. ([22614](https://github.com/WordPress/gutenberg/pull/22614))
- Add icons for image tools, other, and update list icons. ([22593](https://github.com/WordPress/gutenberg/pull/22593))
- Block Navigator: Use default block appender. ([22590](https://github.com/WordPress/gutenberg/pull/22590))
- Adds a default text label to the block appender when it can only insert a single block type ([22293](https://github.com/WordPress/gutenberg/pull/22293))
- Make ToolbarButton API consistent. ([22961](https://github.com/WordPress/gutenberg/pull/22961))
- Implement roving tabindex on the Image block. ([22696](https://github.com/WordPress/gutenberg/pull/22696))
- Block Editor: Allow control over drop cap feature with `useEditorFeature` helper. ([22291](https://github.com/WordPress/gutenberg/pull/22291))
- REST API:
  - Add block styles register mechanism. ([22680](https://github.com/WordPress/gutenberg/pull/22680))
  - Update default values for fields in the block type schema. ([22695](https://github.com/WordPress/gutenberg/pull/22695))

## New APIs

- Add new package `@wordpress/lazy-import` for lazily installed packages. ([22684](https://github.com/WordPress/gutenberg/pull/22684))
- Added `_experimental/block-types` endpoint to expose all registered blocks. (REST API [21065](https://github.com/WordPress/gutenberg/pull/21065), register core blocks in the server [22491](https://github.com/WordPress/gutenberg/pull/22491)).

## Experimental

- Added experimental version of rich image editing tools. ([21024](https://github.com/WordPress/gutenberg/pull/21024), [22870](https://github.com/WordPress/gutenberg/pull/22870))
- Full Site Editing
  - New template creation flow for EditSite. ([22586](https://github.com/WordPress/gutenberg/pull/22586))
  - Edit Site: Avoid dirtying un-customized templates on first load. ([22876](https://github.com/WordPress/gutenberg/pull/22876))
  - Edit Site: Refactor business logic into store. ([22844](https://github.com/WordPress/gutenberg/pull/22844))
  - Global Styles: make theme.json shape consistent with local styles shape. ([22744](https://github.com/WordPress/gutenberg/pull/22744)) and take block supports from block.json. ([22698](https://github.com/WordPress/gutenberg/pull/22698))
  - Edit Site: fixes to template lookup and template parts auto-drafts ([22954](https://github.com/WordPress/gutenberg/pull/22954), [23050](https://github.com/WordPress/gutenberg/pull/23050))
- Navigation screen
  - Use panel for navigation structure on small screens only. ([22828](https://github.com/WordPress/gutenberg/pull/22828))
  - Disable the navigator toolbar button. ([22792](https://github.com/WordPress/gutenberg/pull/22792))
  - Atomic save using customizer API endpoint. ([22603](https://github.com/WordPress/gutenberg/pull/22603))
  - Retain block IDs on save. ([22739](https://github.com/WordPress/gutenberg/pull/22739))
  - Separate concerns in useNavigationBlocks. ([22825](https://github.com/WordPress/gutenberg/pull/22825))
  - Fetch all menus for display in select menu. ([22591](https://github.com/WordPress/gutenberg/pull/22591))
  - Fix keyboard navigation in Navigation block. ([22885](https://github.com/WordPress/gutenberg/pull/22885))
  - Rename EllipsisMenu to BlockNavigationBlockSettings. ([22630](https://github.com/WordPress/gutenberg/pull/22630))
  - Remove BlockNavigationEditor from navigation-link/edit.js. ([22629](https://github.com/WordPress/gutenberg/pull/22629))
- Block directory:
  - Update the state to store the installing status per block id. ([22881](https://github.com/WordPress/gutenberg/pull/22881))
  - Use semantic element for block directory download heading. ([22713](https://github.com/WordPress/gutenberg/pull/22713))
  - Add list of installed blocks to pre-publish sidebar. ([22752](https://github.com/WordPress/gutenberg/pull/22752))
  - Store refactor. ([22388](https://github.com/WordPress/gutenberg/pull/22388))

## Bug Fixes

- Blocks
  - Skip null values returned from the server during registration. ([22849](https://github.com/WordPress/gutenberg/pull/22849))
  - LatestPost: fix author display. ([22937](https://github.com/WordPress/gutenberg/pull/22937))
  - Legacy Widgets: widgets with special chars on classname did not load. ([22841](https://github.com/WordPress/gutenberg/pull/22841))
  - Group: clean up block padding rules. ([22746](https://github.com/WordPress/gutenberg/pull/22746))
  - Gallery: fix initial creation via media library. ([22659](https://github.com/WordPress/gutenberg/pull/22659))
  - Cover: fix height reset on unit change. ([22642](https://github.com/WordPress/gutenberg/pull/22642))
  - Navigation: fix submenu keyboard a11y in IE. ([22546](https://github.com/WordPress/gutenberg/pull/22546))
  - Buttons: fix invalid property value for margin-right. ([22211](https://github.com/WordPress/gutenberg/pull/22211))
- CustomSelectControl:
  - Use default cursor style ([22926](https://github.com/WordPress/gutenberg/pull/22926))
  - Fix arrow spacing. ([22925](https://github.com/WordPress/gutenberg/pull/22925))
- Fix Drag and Drop in Safari by upgrading Reakit. ([22960](https://github.com/WordPress/gutenberg/pull/22960))
- Font size picker reset button: make it visible in all languages. ([22896](https://github.com/WordPress/gutenberg/pull/22896))
- Components: ToolbarButton use forwardRef. ([22970](https://github.com/WordPress/gutenberg/pull/22970))
- Remove aria-label from iframe resizers. ([22868](https://github.com/WordPress/gutenberg/pull/22868))
- LinkControl: avoid showing "Recently updated" when there are no recently updated Pages from the API. ([22856](https://github.com/WordPress/gutenberg/pull/22856))
- CopyHandler: Fix unintended Copy override when copying from input or textarea elements. ([22793](https://github.com/WordPress/gutenberg/pull/22793))
- Customizer complementary area should not include the block areas. ([22756](https://github.com/WordPress/gutenberg/pull/22756))
- Icons: Fix package references. ([22702](https://github.com/WordPress/gutenberg/pull/22702))
- Fix missing parentheses in usePrevious hook. ([22608](https://github.com/WordPress/gutenberg/pull/22608))
- Fix presets in themes that use the default color & gradient palettes. ([22526](https://github.com/WordPress/gutenberg/pull/22526))

## Performance

- Remove ifBlockEditSelected internal higher-order component. ([22905](https://github.com/WordPress/gutenberg/pull/22905))
- Remove withBlockEditContext internal higher-order component. ([22942](https://github.com/WordPress/gutenberg/pull/22942))

## Documentation

- Handbook
  - Fix links for dynamic blocks page. ([22945](https://github.com/WordPress/gutenberg/pull/22945))
  - theme.json specification: document link color feature ([22929](https://github.com/WordPress/gutenberg/pull/22929)) and features integration. ([22622](https://github.com/WordPress/gutenberg/pull/22622))
  - Block Registration: document use of innerBlocks in example property. ([22633](https://github.com/WordPress/gutenberg/pull/22633))
  - Reusable blocks: initial improvement to documentation. ([21843](https://github.com/WordPress/gutenberg/pull/21843))
  - Default to ESNext syntax in MetaBox & Block tutorials. ([22748](https://github.com/WordPress/gutenberg/pull/22748), [22973](https://github.com/WordPress/gutenberg/pull/22973))
  - Block Tutorial: fixed typo in the wp_register_script function. ([22755](https://github.com/WordPress/gutenberg/pull/22755))
- JSDoc comments:
  - __experimentalAddAnnotation ([22794](https://github.com/WordPress/gutenberg/pull/22794))
  - Block Editor ([22981](https://github.com/WordPress/gutenberg/pull/22981)) ([22976](https://github.com/WordPress/gutenberg/pull/22976)) ([22975](https://github.com/WordPress/gutenberg/pull/22975))
  - Block Library ([22982](https://github.com/WordPress/gutenberg/pull/22982))
  - Blocks ([22943](https://github.com/WordPress/gutenberg/pull/22943))
  - Components ([22971](https://github.com/WordPress/gutenberg/pull/22971))
  - Core Data ([22966](https://github.com/WordPress/gutenberg/pull/22966))
  - Edit Post ([22944](https://github.com/WordPress/gutenberg/pull/22944))
  - end-to-end test utils ([22948](https://github.com/WordPress/gutenberg/pull/22948))
  - Env ([22911](https://github.com/WordPress/gutenberg/pull/22911)) ([20522](https://github.com/WordPress/gutenberg/pull/20522))
  - Format library ([22913](https://github.com/WordPress/gutenberg/pull/22913))
  - Interface ([22964](https://github.com/WordPress/gutenberg/pull/22964))
- Contributor docs:
  - Add code examples section. ([22974](https://github.com/WordPress/gutenberg/pull/22974))
  - Update triage to include release instructions. ([22335](https://github.com/WordPress/gutenberg/pull/22335))
  - Update repository management with proposed guidelines. ([22679](https://github.com/WordPress/gutenberg/pull/22679))
- Env:
  - Reference destroy command. ([22643](https://github.com/WordPress/gutenberg/pull/22643))
  - Fix use of backticks. ([22980](https://github.com/WordPress/gutenberg/pull/22980))
- Improve e2e-test README. ([22661](https://github.com/WordPress/gutenberg/pull/22661), [22654](https://github.com/WordPress/gutenberg/pull/22654))
- Move BlockDropZone react hook and update documentation. ([22619](https://github.com/WordPress/gutenberg/pull/22619))
- Update PULL_REQUEST_TEMPLATE.md to include PR documentation nudge. ([22681](https://github.com/WordPress/gutenberg/pull/22681))

## Code Quality

- Refactor some components to use hooks:
  - BlockTitle ([22910](https://github.com/WordPress/gutenberg/pull/22910))
  - BlockCompare ([22909](https://github.com/WordPress/gutenberg/pull/22909))
  - TabPanel ([22906](https://github.com/WordPress/gutenberg/pull/22906))
  - AudioEdit([22901](https://github.com/WordPress/gutenberg/pull/22901))
  - ImageSizeControl ([22899](https://github.com/WordPress/gutenberg/pull/22899))
  - FormFileUpload ([22894](https://github.com/WordPress/gutenberg/pull/22894))
- Polish ImageSizeControl. ([22917](https://github.com/WordPress/gutenberg/pull/22917))
- Latest Posts Block: add key to category select box. ([22904](https://github.com/WordPress/gutenberg/pull/22904))
- Rename the navigation mode BlockBreadcrumb component to BlockSelectionButton. ([22882](https://github.com/WordPress/gutenberg/pull/22882))
- Extract inserter state into reusable hooks. ([22710](https://github.com/WordPress/gutenberg/pull/22710))
- Replace function expressions with named function or arrow expression. ([22647](https://github.com/WordPress/gutenberg/pull/22647))
- Remove unused isDraggable prop from BlockList. ([22615](https://github.com/WordPress/gutenberg/pull/22615))
- Remove form control resets and include the styles in the components. ([22596](https://github.com/WordPress/gutenberg/pull/22596))
- Project Management Automation: reorganize folder structure. ([22574](https://github.com/WordPress/gutenberg/pull/22574))
- Dependency Extraction Webpack Plugin: add types. ([22498](https://github.com/WordPress/gutenberg/pull/22498))
- Blocks: Avoid separate host matching constant for embeds. ([13755](https://github.com/WordPress/gutenberg/pull/13755))

## Breaking Change

- Scripts: Remove legacy env command. ([22953](https://github.com/WordPress/gutenberg/pull/22953))
- ESLint Plugin/Scripts: Update ESLint and related deps to 7.1.0. ([22771](https://github.com/WordPress/gutenberg/pull/22771))

## Build Tooling

- Env package:
  - Add an interactive bash command. ([22611](https://github.com/WordPress/gutenberg/pull/22611))
  - Ensure correct port setting on related wp-config params. ([22559](https://github.com/WordPress/gutenberg/pull/22559))
  - Update Source type to WPSource. ([22785](https://github.com/WordPress/gutenberg/pull/22785))
  - Fix ssh-auth nodegit + better snap pack detection. ([22649](https://github.com/WordPress/gutenberg/pull/22649))
  - Correct multisite support. ([22613](https://github.com/WordPress/gutenberg/pull/22613))
  - Update copy-dir dependency to version 1.3.0. ([22682](https://github.com/WordPress/gutenberg/pull/22682))
- Create Block:
  - Integrate CSS import in JS with esnext template. ([22727](https://github.com/WordPress/gutenberg/pull/22727))
  - Enhancements for the upcoming npm release. ([22978](https://github.com/WordPress/gutenberg/pull/22978))
- Scripts:
  - Add support for postcss.config.js. ([22735](https://github.com/WordPress/gutenberg/pull/22735))
  - Support split Jest configuration for test commands. ([22477](https://github.com/WordPress/gutenberg/pull/22477))
  - Split webpack loader rules for CSS and Sass files. ([22786](https://github.com/WordPress/gutenberg/pull/22786))
- Release tool: warn about open issues in milestone before starting release. ([22764](https://github.com/WordPress/gutenberg/pull/22764))
- Changelog tool: Enhance entry normalizations. ([22601](https://github.com/WordPress/gutenberg/pull/22601))
- Performance tool: fixes to run across branches. ([22676](https://github.com/WordPress/gutenberg/pull/22676))

## Various

- Use Card instead of Panel for the block editor. ([22827](https://github.com/WordPress/gutenberg/pull/22827))
- Revert add selectionStart and selectionEnd to transientEdits. ([22933](https://github.com/WordPress/gutenberg/pull/22933))
- BlockEditor: fix readme syntax. ([22809](https://github.com/WordPress/gutenberg/pull/22809))
- Trigger additional widget setup actions. ([22807](https://github.com/WordPress/gutenberg/pull/22807))
- Align navigator icon and buttons to top. ([22790](https://github.com/WordPress/gutenberg/pull/22790))
- Set default selection to the root navigation block. ([22737](https://github.com/WordPress/gutenberg/pull/22737))
- end-to-end tests:
  - Disable inconsistent test for gallery. ([22726](https://github.com/WordPress/gutenberg/pull/22726))
  - Specify icon for block context test blocks. ([22811](https://github.com/WordPress/gutenberg/pull/22811))
  - Configure Axe to ignore media modal markup. ([22719](https://github.com/WordPress/gutenberg/pull/22719))
  - Define end-to-end test experimental features utility as lifecycle helper. ([22712](https://github.com/WordPress/gutenberg/pull/22712))
- CODEOWNERS updates. ([22725](https://github.com/WordPress/gutenberg/pull/22725))
- Add data-handle to all script tags in the admin. ([22721](https://github.com/WordPress/gutenberg/pull/22721))
- Add onDeleteBlock to the extra data to re-render when it has changes. ([22716](https://github.com/WordPress/gutenberg/pull/22716))
- Add support for page=1 and perPage=-1 to getMergedItemIds. ([22707](https://github.com/WordPress/gutenberg/pull/22707))
- Replace three experimental flags (ellipsis menu w/ min level, navigator slots) with just __experimentalFeatures. ([22670](https://github.com/WordPress/gutenberg/pull/22670))
- Add require headers to plugin and readme (php 5.6). ([22669](https://github.com/WordPress/gutenberg/pull/22669))
- Update package-lock.json so that CI tests pass. ([22667](https://github.com/WordPress/gutenberg/pull/22667))
- Framework: Upgrade to wp-prettier@2.x. ([22610](https://github.com/WordPress/gutenberg/pull/22610))
- Remove the multi-block type check to make __experimentalConvert more useful. ([22577](https://github.com/WordPress/gutenberg/pull/22577))
- Mousetrap: Update to latest stable version. ([22548](https://github.com/WordPress/gutenberg/pull/22548))




= 8.2.1 =

### Changelog:

- Fix Image alignments.
- Fix gallery block initial creation via media library


= 8.2.0 =

### Features

- Cover block: Support customizing the content alignment. ([21091](https://github.com/WordPress/gutenberg/pull/21091)) ([22322](https://github.com/WordPress/gutenberg/pull/22322))
- Add Block Pattern Categories Support. ([22164](https://github.com/WordPress/gutenberg/pull/22164)) ([22410](https://github.com/WordPress/gutenberg/pull/22410))
- Copy the whole block if no text is selected. ([22186](https://github.com/WordPress/gutenberg/pull/22186))


### Enhancements

- Limit the most used blocks in the inserter to 6 elements. ([22521](https://github.com/WordPress/gutenberg/pull/22521))
- Allow split out of caption on Enter. ([22290](https://github.com/WordPress/gutenberg/pull/22290))
- Buttons block: Allow split and merge. ([22436](https://github.com/WordPress/gutenberg/pull/22436))
- Improve video backgrounds for the Cover block in iOS. ([22346](https://github.com/WordPress/gutenberg/pull/22346))
- Combine Calendar Help and Close buttons in the date and time picker. ([22176](https://github.com/WordPress/gutenberg/pull/22176))
- @wordpress/env: Better run command errors. ([22475](https://github.com/WordPress/gutenberg/pull/22475))
- Add support for named orientations and literal colors on custom gradients. ([22239](https://github.com/WordPress/gutenberg/pull/22239))
- Use theme color as focus color. ([22261](https://github.com/WordPress/gutenberg/pull/22261))
- Refine the specificity of the embed block styles. ([21599](https://github.com/WordPress/gutenberg/pull/21599))
- Change inserter search placeholder text color. ([22444](https://github.com/WordPress/gutenberg/pull/22444))
- Improve interactions and add unit parsing to the unit selector used in Cover block. ([22329](https://github.com/WordPress/gutenberg/pull/22329))
- Use smaller spacer and cover block step values. ([22320](https://github.com/WordPress/gutenberg/pull/22320))
- A11y: Add explanatory text before the a11y.speak aria-live regions. ([22112](https://github.com/WordPress/gutenberg/pull/22112))
- Add Animoto, Dailymotion block embed icons. ([21882](https://github.com/WordPress/gutenberg/pull/21882))
- Group block: Match frontend markup in the editor. ([21867](https://github.com/WordPress/gutenberg/pull/21867))
- Iterations on the welcome guide. ([21847](https://github.com/WordPress/gutenberg/pull/21847))
- Don't show protocol in link suggestions. ([20350](https://github.com/WordPress/gutenberg/pull/20350))
- New Block Patterns:
  - Hero and two columns. ([21130](https://github.com/WordPress/gutenberg/pull/21130))
  - Features or Services. ([20898](https://github.com/WordPress/gutenberg/pull/20898))


### New APIs

- React Hooks:
  - Add new React hook UseCopyOnClick as an alternative to the ClipboardButton component. ([22224](https://github.com/WordPress/gutenberg/pull/22224))
  - Add usePrevious hook to @wordpress/compose package. ([22540](https://github.com/WordPress/gutenberg/pull/22540)) ([22597](https://github.com/WordPress/gutenberg/pull/22597))
- @wordpress/env:
  - Granular volume mappings. ([22256](https://github.com/WordPress/gutenberg/pull/22256))
  - Add command to display Docker container logs. ([21737](https://github.com/WordPress/gutenberg/pull/21737))
  - Add a destroy command. ([21529](https://github.com/WordPress/gutenberg/pull/21529))
- @wordpress/scripts:
  - Add CSS support to start and build scripts. ([21730](https://github.com/WordPress/gutenberg/pull/21730))
  - Support enabling/disabling dev tools, bundle analyzer and externals for build and start scripts. ([22310](https://github.com/WordPress/gutenberg/pull/22310)) [22426](https://github.com/WordPress/gutenberg/pull/22426)
  - Add phpunit support. ([20090](https://github.com/WordPress/gutenberg/pull/20090))
- Support preloading API requests using the `fetchAllMiddleware` middleware. ([22510](https://github.com/WordPress/gutenberg/pull/22510))
- Support controlled InnerBlocks. ([21368](https://github.com/WordPress/gutenberg/pull/21368)) ([22366](https://github.com/WordPress/gutenberg/pull/22366))
- Add Close button filter. ([22323](https://github.com/WordPress/gutenberg/pull/22323))
- Block API: Allow block registration without category. ([22280](https://github.com/WordPress/gutenberg/pull/22280))
- Support customizing the `viewportWidth` for block patterns. ([22216](https://github.com/WordPress/gutenberg/pull/22216))


### Bug Fixes

- Fix theme CSS bleed in the Button component. ([22460](https://github.com/WordPress/gutenberg/pull/22460)) ([22522](https://github.com/WordPress/gutenberg/pull/22522))
- Fix CSS validation error on Button block styles. ([22583](https://github.com/WordPress/gutenberg/pull/22583))
- Fix editor crash potentially happening when hovering style variations. ([22490](https://github.com/WordPress/gutenberg/pull/22490))
- @wordpress/env: Start database service before running tasks. ([22486](https://github.com/WordPress/gutenberg/pull/22486))
- Fix editor crash when zooming. ([22408](https://github.com/WordPress/gutenberg/pull/22408))
- Fix Button border radius set as 0. ([22393](https://github.com/WordPress/gutenberg/pull/22393))
- Fix Cover block resizing. ([22349](https://github.com/WordPress/gutenberg/pull/22349))
- Writing Flow: Fix reverse block selection after block deletion from rich text. ([22292](https://github.com/WordPress/gutenberg/pull/22292))
- A11y: Include reusable blocks in announced inserter search results. ([22279](https://github.com/WordPress/gutenberg/pull/22279))
- Remove the previous style CSS class when the default style variation is chosen. ([22266](https://github.com/WordPress/gutenberg/pull/22266))
- Show the global inserter in container blocks nested inside locked templates. ([22115](https://github.com/WordPress/gutenberg/pull/22115))
- Prevent the Page Break block from showing up as the first block in the inserter. ([22523](https://github.com/WordPress/gutenberg/pull/22523))
- Polish code editor and fix iOS scrolling issue. ([22021](https://github.com/WordPress/gutenberg/pull/22021))
- `LinkControl` component: Fix search result focus state border. ([22553](https://github.com/WordPress/gutenberg/pull/22553))
- Prevent contributors for accessing the Media Modal. ([22306](https://github.com/WordPress/gutenberg/pull/22306))


### Performance

- Adds a command to run performance tests across branches. ([22418](https://github.com/WordPress/gutenberg/pull/22418))
- useMovingAnimation: Avoid initial transform animation. ([22536](https://github.com/WordPress/gutenberg/pull/22536))
- Optimize resizable preview hooks. ([22511](https://github.com/WordPress/gutenberg/pull/22511))
- Short-circuit validation for identical markup. ([22506](https://github.com/WordPress/gutenberg/pull/22506))
- More accurate dependency list for useGenericPreviewBlock hook. ([22355](https://github.com/WordPress/gutenberg/pull/22355))
- Add missing side-effect declarations. ([22300](https://github.com/WordPress/gutenberg/pull/22300))


### Experimental

- Full Site Editing and Site Editor screen:
  - Add page-based navigation. ([22368](https://github.com/WordPress/gutenberg/pull/22368))
  - Page and Template switchers improvements. ([22449](https://github.com/WordPress/gutenberg/pull/22449))
  - Add Query block. ([22199](https://github.com/WordPress/gutenberg/pull/22199)) ([22364](https://github.com/WordPress/gutenberg/pull/22364))
  - Use the inserter panel. ([22413](https://github.com/WordPress/gutenberg/pull/22413))
  - Add basic "tools" menu. ([22539](https://github.com/WordPress/gutenberg/pull/22539))
  - Implement post switcher and integrate with "navigate to link". ([22543](https://github.com/WordPress/gutenberg/pull/22543))
  - Add focus mode and top toolbar modes. ([22537](https://github.com/WordPress/gutenberg/pull/22537))
  - Add entity editor to post content block. ([22473](https://github.com/WordPress/gutenberg/pull/22473))
  - Add 'Review changes' button for multi entity saving flow. ([22450](https://github.com/WordPress/gutenberg/pull/22450))
  - Fix Post Author block render issues. ([22397](https://github.com/WordPress/gutenberg/pull/22397))
  - Refactor Post Author block to use block context. ([22359](https://github.com/WordPress/gutenberg/pull/22359))
  - Templates Endpoint: Add `resolved` query arg to return only relevant templates. ([21981](https://github.com/WordPress/gutenberg/pull/21981))
- Navigation Block and Screen:
  - Add block movers to the block navigator. ([18014](https://github.com/WordPress/gutenberg/pull/18014))
  - Add ellipsis menu to block navigator. ([22427](https://github.com/WordPress/gutenberg/pull/22427)) ([22517](https://github.com/WordPress/gutenberg/pull/22517))
  - Add standard notices to nav menu page. ([22374](https://github.com/WordPress/gutenberg/pull/22374))
  - Implement the creation of menus on the edit navigation screen. ([22309](https://github.com/WordPress/gutenberg/pull/22309))
  - Add menu location management. ([21351](https://github.com/WordPress/gutenberg/pull/21351))
  - Link block: Add RichText split-at-end/merge/remove behavior. ([21764](https://github.com/WordPress/gutenberg/pull/21764))
  - Fix navigation block placeholder overlap. ([22407](https://github.com/WordPress/gutenberg/pull/22407))
  - Adds orientation class on frontend for the navigation block. ([22272](https://github.com/WordPress/gutenberg/pull/22272))
  - Refactor block navigation block contents. ([22487](https://github.com/WordPress/gutenberg/pull/22487))
  - Fix navigation screen crash with no menu items. ([22342](https://github.com/WordPress/gutenberg/pull/22342))
  - Adds save and failure notices to the navigation screen. ([22326](https://github.com/WordPress/gutenberg/pull/22326))
  - Display the block appender only for the currently active menu. ([22311](https://github.com/WordPress/gutenberg/pull/22311))
  - Allow editing of new menu items from the block inspector. ([22210](https://github.com/WordPress/gutenberg/pull/22210))
  - Submenu nesting and saving new nested items. ([21671](https://github.com/WordPress/gutenberg/pull/21671))
- Block-based Widgets screen and Customizer tab:
  - Use interface package on widgets screen sidebar. ([22304](https://github.com/WordPress/gutenberg/pull/22304))
  - Use single block editor in the widgets screen. ([22140](https://github.com/WordPress/gutenberg/pull/22140)) ([22459](https://github.com/WordPress/gutenberg/pull/22459))
  - Use the mobile view for the Customizer. ([22533](https://github.com/WordPress/gutenberg/pull/22533))
  - Add legacy widget to calendar transform. ([14586](https://github.com/WordPress/gutenberg/pull/14586))
- Global Styles and theme.json:
  - Implement Managed CSS for Global Styles. ([20290](https://github.com/WordPress/gutenberg/pull/20290))
  - Support theme.json in Post editor. ([22520](https://github.com/WordPress/gutenberg/pull/22520))
- Block Directory:
  - Activate deactivated blocks if already installed . ([22286](https://github.com/WordPress/gutenberg/pull/22286))
  - Only support an array of assets when injecting assets. ([22289](https://github.com/WordPress/gutenberg/pull/22289))
  - Remove the author rating when none exist. ([22184](https://github.com/WordPress/gutenberg/pull/22184))
  - Update layout for smaller inserter width. ([22124](https://github.com/WordPress/gutenberg/pull/22124))
  - Add error messages inline. ([20001](https://github.com/WordPress/gutenberg/pull/20001))


### Documentation

- Document experimental theme.json. ([22518](https://github.com/WordPress/gutenberg/pull/22518))
- Fix duplicate grammar docs. ([22466](https://github.com/WordPress/gutenberg/pull/22466))
- Document the performance testing commands. ([22464](https://github.com/WordPress/gutenberg/pull/22464))
- Docs: Update note for extraProps filter. ([22419](https://github.com/WordPress/gutenberg/pull/22419))
- Recommend adding an API docs section. ([22415](https://github.com/WordPress/gutenberg/pull/22415))
- Add side effect documentation. ([22379](https://github.com/WordPress/gutenberg/pull/22379))
- Update block editor docs to incorporate the block-toolbar Popover Slot. ([22308](https://github.com/WordPress/gutenberg/pull/22308))
- Adds a README to `MediaReplaceFlow`. ([22268](https://github.com/WordPress/gutenberg/pull/22268))
- Typos and tweaks: ([22254](https://github.com/WordPress/gutenberg/pull/22254)) ([21968](https://github.com/WordPress/gutenberg/pull/21968)) ([21695](https://github.com/WordPress/gutenberg/pull/21695)) ([22554](https://github.com/WordPress/gutenberg/pull/22554))


### Code Quality

- Avoid circular dependency issue in `AutoBlockPreview`. ([22425](https://github.com/WordPress/gutenberg/pull/22425))
- Remove opinionated label color from `CustomSelectControl` component. ([22594](https://github.com/WordPress/gutenberg/pull/22594))
- Image block:
  - Use hooks. ([22499](https://github.com/WordPress/gutenberg/pull/22499)) ([22277](https://github.com/WordPress/gutenberg/pull/22277))
  - Remove extra div wrapper in the editor. ([22585](https://github.com/WordPress/gutenberg/pull/22585))
- Remove redundant condition from setting default grouping. ([22563](https://github.com/WordPress/gutenberg/pull/22563))
- Testing: Replace require.requireActual with jest.requireActual. ([22370](https://github.com/WordPress/gutenberg/pull/22370))
- Use a light block DOM for the Cover block to map frontend markup. ([22348](https://github.com/WordPress/gutenberg/pull/22348))
- Rename a complementary area component property. ([22336](https://github.com/WordPress/gutenberg/pull/22336))
- Block API: WP_Block: Document attributes class property. ([22222](https://github.com/WordPress/gutenberg/pull/22222))
- Polish block wrapper elements file. ([21304](https://github.com/WordPress/gutenberg/pull/21304))
- Move `supports` to `block.json` files for core blocks. ([22422](https://github.com/WordPress/gutenberg/pull/22422))
- Create Block: Simplify the process of defining a config for templates. ([22235](https://github.com/WordPress/gutenberg/pull/22235))
- Block Edit: Use hooks. ([22433](https://github.com/WordPress/gutenberg/pull/22433))
- Add BlockContext component to type-checking. ([22353](https://github.com/WordPress/gutenberg/pull/22353))


### Build Tooling

- ESLint Plugin: Fix dependency group checking for CommonJS. ([22230](https://github.com/WordPress/gutenberg/pull/22230))
-  Restore Playground GitHub Pages deploy. ([22443](https://github.com/WordPress/gutenberg/pull/22443))
- Fix API Docs generation for filenames with spaces. ([22513](https://github.com/WordPress/gutenberg/pull/22513))
- Fix check-latest-npm.js failure on Windows. ([22485](https://github.com/WordPress/gutenberg/pull/22485))
- Refactor the changelog script as a release tool command. ([22380](https://github.com/WordPress/gutenberg/pull/22380))
- Enable import/no-unresolved ESLint rule for Gutenberg. ([20905](https://github.com/WordPress/gutenberg/pull/20905))
- Only allow ECMAScript stage 4 features. ([22083](https://github.com/WordPress/gutenberg/pull/22083))
- Storybook: Use a consistent port number. ([22552](https://github.com/WordPress/gutenberg/pull/22552))
- Add 0BSD to GPLv2 compatible licenses. ([22391](https://github.com/WordPress/gutenberg/pull/22391))
- Refactor the release tool and split it into several command files. ([22003](https://github.com/WordPress/gutenberg/pull/22003))
- Replace wp-scripts env usage with wp-env in CI. ([20280](https://github.com/WordPress/gutenberg/pull/20280))


### Various

- Update: ResizableBox make showHandle true by default. ([22360](https://github.com/WordPress/gutenberg/pull/22360))
- Fix dirty state end-to-end test intermittent failuire. ([22532](https://github.com/WordPress/gutenberg/pull/22532))
- Fix dirty state end-to-end test. ([22448](https://github.com/WordPress/gutenberg/pull/22448))
- Add a simple block patterns end-to-end tests and a test utility. ([22414](https://github.com/WordPress/gutenberg/pull/22414)) ([22495](https://github.com/WordPress/gutenberg/pull/22495))
- Remove insert block delay from end-to-end tests. ([22377](https://github.com/WordPress/gutenberg/pull/22377))
- Add an end to end test to verify cover can be resized with drag & drop. ([22369](https://github.com/WordPress/gutenberg/pull/22369))
- Upgrade Reakit to stable v1.0.0. ([22352](https://github.com/WordPress/gutenberg/pull/22352))
- Use alternate display for the popover in alignment matrix. ([22351](https://github.com/WordPress/gutenberg/pull/22351))
- Fix deprecated version used for register_pattern. ([22341](https://github.com/WordPress/gutenberg/pull/22341))
- API Fetch: Remove deprecated useApiFetch. ([22333](https://github.com/WordPress/gutenberg/pull/22333))
- Framework: Pin nvmrc to specific current LTS. ([22236](https://github.com/WordPress/gutenberg/pull/22236))



= 8.1.0 =

### New features

- Pattern search ([21944](https://github.com/WordPress/gutenberg/pull/21944))
- Testimonials block pattern. ([20894](https://github.com/WordPress/gutenberg/pull/20894))
- New Transforms:
    - Embed blocks into Paragraph blocks. ([17413](https://github.com/WordPress/gutenberg/pull/17413))
    - Code to HTML block and the opposite. ([21779](https://github.com/WordPress/gutenberg/pull/21779))
- Add copy action to the blocks. ([22214](https://github.com/WordPress/gutenberg/pull/22214))


### Enhancements

- Implement Block Navigator selection on Nav Menus page. ([22017](https://github.com/WordPress/gutenberg/pull/22017))
- Write block patterns in PHP to allow i18n. ([21946](https://github.com/WordPress/gutenberg/pull/21946))
- Post title: handle paste as blocks. ([21758](https://github.com/WordPress/gutenberg/pull/21758))
- Clear Publish Date Button. ([20914](https://github.com/WordPress/gutenberg/pull/20914))
- Add gap between nested submenus. ([22227](https://github.com/WordPress/gutenberg/pull/22227))
- Block Library: enhance the author's block. ([19894](https://github.com/WordPress/gutenberg/pull/19894))
- Add "black" and "white" color options to default color palette. ([22082](https://github.com/WordPress/gutenberg/pull/22082))
- Light blocks: social links. ([22078](https://github.com/WordPress/gutenberg/pull/22078))
- CustomSelectControl: set aria-hidden to empty option list. ([21298](https://github.com/WordPress/gutenberg/pull/21298))
- Add some more g2 icons. ([21825](https://github.com/WordPress/gutenberg/pull/21825))
- Allow the column block in the inserter. ([20502](https://github.com/WordPress/gutenberg/pull/20502))
- Delete menus in nav menus experimental screen. ([21486](https://github.com/WordPress/gutenberg/pull/21486))
- Visual and experience improvements to existing sub-navigation flow. ([22107](https://github.com/WordPress/gutenberg/pull/22107))
- Reduce font-size and line-height of "it's time". ([21627](https://github.com/WordPress/gutenberg/pull/21627))
- Template Loader: Introduce get_template_hierarchy(), drop gutenberg_template_include_filter(). ([21980](https://github.com/WordPress/gutenberg/pull/21980))
- Make parts of the BlockNavigationList overridable using slots. ([21948](https://github.com/WordPress/gutenberg/pull/21948))
- Change the color alpha input step to match the slider step. ([21953](https://github.com/WordPress/gutenberg/pull/21953))
- Navigation: fallback for undefined orientation. ([22057](https://github.com/WordPress/gutenberg/pull/22057))
- Remove subscription button from blog template. ([22129](https://github.com/WordPress/gutenberg/pull/22129))
- Move the Entities Saved States from Modal to Sidebar. ([21522](https://github.com/WordPress/gutenberg/pull/21522))

### API Changes

- Update the Patterns API to avoid ambiguity. ([21970](https://github.com/WordPress/gutenberg/pull/21970))
- Expose the registered pattern slugs in get_all_registered. ([21619](https://github.com/WordPress/gutenberg/pull/21619))
- Fix doc-building pre-commit API hook issue. ([22116](https://github.com/WordPress/gutenberg/pull/22116))
- REST API: Block directory - Typecast author_block_count as integer. ([17594](https://github.com/WordPress/gutenberg/pull/17594))
- Block API: Block Context: Filter content, prepare attributes at render, pass a block to render. ([21925](https://github.com/WordPress/gutenberg/pull/21925))

### Experimental

- Add undo-redo UI to edit-site and edit-widgets. ([21955](https://github.com/WordPress/gutenberg/pull/21955))
- Light blocks: site title. ([22069](https://github.com/WordPress/gutenberg/pull/22069))
- Update: Use EntityProvider on the widget area. ([22008](https://github.com/WordPress/gutenberg/pull/22008))
- Site editor:
    - Extract gutenberg_find_template_post helper. ([21959](https://github.com/WordPress/gutenberg/pull/21959))
    - Fix default editor background. ([22182](https://github.com/WordPress/gutenberg/pull/22182))
    - Refactor close button slot. ([22179](https://github.com/WordPress/gutenberg/pull/22179))
    - Make close button replaceable. ([22001](https://github.com/WordPress/gutenberg/pull/22001))
    - Add home icon to template switcher. ([22004](https://github.com/WordPress/gutenberg/pull/22004))
    - Updated template content. ([22044](https://github.com/WordPress/gutenberg/pull/22044))
    - Fix spelling mistake. ([21991](https://github.com/WordPress/gutenberg/pull/21991))

### Performance

- Reduce re-renders from block nodes context. ([22134](https://github.com/WordPress/gutenberg/pull/22134))
- Move memo() from BlockStyles to BlockPreview. ([21993](https://github.com/WordPress/gutenberg/pull/21993))
- Avoid rerenders of the entire BlockInspector when block attributes change. ([21990](https://github.com/WordPress/gutenberg/pull/21990))
- Optimize BlockStyles by using hooks and React.memo (instead of HOCs). ([21973](https://github.com/WordPress/gutenberg/pull/21973))

### Bug Fixes

- Popover: Fix closest().parentNode null error. ([22264](https://github.com/WordPress/gutenberg/pull/22264))
- Correct color palette in color settings. ([22138](https://github.com/WordPress/gutenberg/pull/22138))
- Remove import of inexistant component. ([22130](https://github.com/WordPress/gutenberg/pull/22130))
- Build Tooling: Run packages build before lint. ([22088](https://github.com/WordPress/gutenberg/pull/22088))
- RangeControl: Fix number input change interaction. ([22084](https://github.com/WordPress/gutenberg/pull/22084))
- Fix entity selection through save panel. ([22011](https://github.com/WordPress/gutenberg/pull/22011))
- ESLint Plugin: Relax check for i18n-text-domain rule. ([21928](https://github.com/WordPress/gutenberg/pull/21928))
- Block Library: Fix React does not recognize isSelected prop in Spacer block. ([21924](https://github.com/WordPress/gutenberg/pull/21924))
- Reinitialize the iframe after the parent block is moved around. ([21916](https://github.com/WordPress/gutenberg/pull/21916))
- Configure the navigation editor with correct __experimentalFetchLinkSuggestions. ([21873](https://github.com/WordPress/gutenberg/pull/21873))
- Create the proper shortcode on paste. ([21864](https://github.com/WordPress/gutenberg/pull/21864))
- Refactor FontSizePicker component. Fix bug on undo. ([21757](https://github.com/WordPress/gutenberg/pull/21757))
- Move caret to the end of pasted content. ([21755](https://github.com/WordPress/gutenberg/pull/21755))
- Embed: use the same SmugMug URL regex as the core. ([21744](https://github.com/WordPress/gutenberg/pull/21744))
- Navigation block: use new icon in placeholder. ([21713](https://github.com/WordPress/gutenberg/pull/21713))
- Fix Template Part placeholder preview. ([21623](https://github.com/WordPress/gutenberg/pull/21623))
- Restore the missing background color on the nested submenus. ([22228](https://github.com/WordPress/gutenberg/pull/22228))
- fix: [#21777] Prevent focusing of FireFox address bar. ([22215](https://github.com/WordPress/gutenberg/pull/22215))
- Fix flaky test in rich text. ([22202](https://github.com/WordPress/gutenberg/pull/22202))
- Fix flaky test: <a> tag "target" attribute. ([22200](https://github.com/WordPress/gutenberg/pull/22200))
- Fix extra tab stop on Modal component. ([22063](https://github.com/WordPress/gutenberg/pull/22063))
- Writing flow: fix vertical arrow nav in table (and generally grid). ([22105](https://github.com/WordPress/gutenberg/pull/22105))
- Gallery block / media-placeholder - Preserve changes made while upload in progress. ([19134](https://github.com/WordPress/gutenberg/pull/19134))
- Add missing dependency. ([22086](https://github.com/WordPress/gutenberg/pull/22086))


### Tooling

- Build Tools: Validate package-lock.json for "resolved" errors. ([22237](https://github.com/WordPress/gutenberg/pull/22237))
- Build Tools: Disable ESLint `no-console` for bin directory. ([22033](https://github.com/WordPress/gutenberg/pull/22033))
- Build Tools: Changelog: Normalize entry to end with period. ([22010](https://github.com/WordPress/gutenberg/pull/22010))
- Add `analyze-bundles` script. ([21827](https://github.com/WordPress/gutenberg/pull/21827))
- Add changelog generator script. ([19866](https://github.com/WordPress/gutenberg/pull/19866))
- Add a method for publishing patches to the lerna scripts. ([21844](https://github.com/WordPress/gutenberg/pull/21844))
- Add additional e2e debugging option. ([21845](https://github.com/WordPress/gutenberg/pull/21845))
- Replace espree with babel. ([21853](https://github.com/WordPress/gutenberg/pull/21853))
- Update diff to 4.0.2 and work around tree-shaking issues. ([21994](https://github.com/WordPress/gutenberg/pull/21994))
- Increase the severity of `jsdoc/no-undefined-types`. . ([21942](https://github.com/WordPress/gutenberg/pull/21942))


### Code Quality

- Block: move new props to hook. ([22212](https://github.com/WordPress/gutenberg/pull/22212))
- Block: avoid useLayoutEffect. ([22108](https://github.com/WordPress/gutenberg/pull/22108))
- Try: Reduced specificity base block margins. ([22051](https://github.com/WordPress/gutenberg/pull/22051))
- Update the audio and video blocks to use a light wrapper in the editor. ([22028](https://github.com/WordPress/gutenberg/pull/22028))
- Remove unused animation lingering in paragraph file. ([22020](https://github.com/WordPress/gutenberg/pull/22020))
- Columns. Remove top and bottom margin from individual column blocks. ([22018](https://github.com/WordPress/gutenberg/pull/22018))
- Try better inserter toggle styling. ([22016](https://github.com/WordPress/gutenberg/pull/22016))
- Block Editor: Rename block context in BlockListBlock. ([21922](https://github.com/WordPress/gutenberg/pull/21922))
- Remove duplicate CopyHanddler. ([21817](https://github.com/WordPress/gutenberg/pull/21817))
- Types: Restore element, icons, primitives types. ([21781](https://github.com/WordPress/gutenberg/pull/21781))
- Convert core toolbar buttons into ToolbarButton. ([20008](https://github.com/WordPress/gutenberg/pull/20008))
- Block Directory: Add end 2 end tests. ([20023](https://github.com/WordPress/gutenberg/pull/20023))
- ClipboardButton: use hooks. ([22220](https://github.com/WordPress/gutenberg/pull/22220))
- ClipboardButton: remove wrapper span. ([22218](https://github.com/WordPress/gutenberg/pull/22218))
- Block Library: Update FSE blocks to use block context. ([21696](https://github.com/WordPress/gutenberg/pull/21696))
- Group: Zero out the intrinsic margin set to every block in the editor. ([22209](https://github.com/WordPress/gutenberg/pull/22209))
- Unset the inherit for links. ([22160](https://github.com/WordPress/gutenberg/pull/22160))
- Template Loader: Get rid of _wp_current_template_part_ids globals. ([22143](https://github.com/WordPress/gutenberg/pull/22143))
- Block Library: Post Author: Reference attributes by argument. ([22114](https://github.com/WordPress/gutenberg/pull/22114))
- Remove pass by reference of the `$scripts` and `$styles` attributes in client-assets.php. ([21987](https://github.com/WordPress/gutenberg/pull/21987))
- Use optional chaining, optional catch binding. ([21967](https://github.com/WordPress/gutenberg/pull/21967))
- Extract block mover buttons so that they can be individually imported. ([22122](https://github.com/WordPress/gutenberg/pull/22122))sss

### Documentation

- Scripts: Mark `env` script as deprecated. ([22158](https://github.com/WordPress/gutenberg/pull/22158))
- Docs: Use InspectorControls from @wordpress/block-editor. ([22153](https://github.com/WordPress/gutenberg/pull/22153))
- Fix bundle analysis change location in changelog. ([22136](https://github.com/WordPress/gutenberg/pull/22136))
- Documentation: Improve the way CHANGELOG files are maintained. ([22126](https://github.com/WordPress/gutenberg/pull/22126))
- ESLint Plugin: Add missing rules to root README. ([22042](https://github.com/WordPress/gutenberg/pull/22042))
- Fix props, in example code for Edit Post module. ([21976](https://github.com/WordPress/gutenberg/pull/21976))
- Document e2e test command options. ([21962](https://github.com/WordPress/gutenberg/pull/21962))
- Add an example for how to choose a style variation for a block variation. ([21927](https://github.com/WordPress/gutenberg/pull/21927))
- Add documentation for onSelectURL property. ([20799](https://github.com/WordPress/gutenberg/pull/20799))
- Document the old patterns API deprecation. ([22177](https://github.com/WordPress/gutenberg/pull/22177))
- Coding Guidelines:
  - Document JavaScript language support commitment. ([22030](https://github.com/WordPress/gutenberg/pull/22030))
  - Add "gotchas" section about ES2020 optional chaining. ([22029](https://github.com/WordPress/gutenberg/pull/22029))
  - Recommend function components. ([22090](https://github.com/WordPress/gutenberg/pull/22090))

### Various

- Expose presets declared via add_theme_support in global styles. ([22076](https://github.com/WordPress/gutenberg/pull/22076))
- Update is-promise package to the latest version. ([21940](https://github.com/WordPress/gutenberg/pull/21940))
- Blocks: Register FSE blocks if experiment is enabled. ([21536](https://github.com/WordPress/gutenberg/pull/21536))

### Mobile App

- Add missing RTL support for some mobile components. ([21502](https://github.com/WordPress/gutenberg/pull/21502))
- Remove separatorType prop from TextControl, RangeControl... ([21365](https://github.com/WordPress/gutenberg/pull/21365))
- Color settings. ([21326](https://github.com/WordPress/gutenberg/pull/21326))
- Global styles provider. ([21637](https://github.com/WordPress/gutenberg/pull/21637))
- Update existing templates to use new blocks. ([21857](https://github.com/WordPress/gutenberg/pull/21857))
- Enable pullquote block. ([21930](https://github.com/WordPress/gutenberg/pull/21930))
- Merge release branch back to trunk for v1.27.1. ([22234](https://github.com/WordPress/gutenberg/pull/22234))
- Wrap button blocks with buttons blocks in page templates. ([21939](https://github.com/WordPress/gutenberg/pull/21939))
- Components: Create a separate .native entry for ToolbarItem. ([22229](https://github.com/WordPress/gutenberg/pull/22229))

= 8.0.0 =

### Features

- Add subscript and superscript formatting options. ([21819](https://github.com/WordPress/gutenberg/pull/21819))
- Move the Block Patterns UI to the inserter. ([20951](https://github.com/WordPress/gutenberg/pull/20951))
- Improve layout and usability of code editor. ([21643](https://github.com/WordPress/gutenberg/pull/21643))

### Enhancements

- Add inserter previews to more blocks. ([21740](https://github.com/WordPress/gutenberg/pull/21740))
- Performance improvements:
  - Import from individual react-dates component. ([21914](https://github.com/WordPress/gutenberg/pull/21914))
  - Upgrade showdown Markdown processor library. ([21862](https://github.com/WordPress/gutenberg/pull/21862))
- Allow title and button-based appender to inherit styles. ([21749](https://github.com/WordPress/gutenberg/pull/21749))
- Output float clearing for all centered blocks. ([21608](https://github.com/WordPress/gutenberg/pull/21608))
- Update 'Welcome Guide' illustrations. ([21515](https://github.com/WordPress/gutenberg/pull/21515))

### New APIs

- A new [Block Context API](https://github.com/WordPress/gutenberg/blob/HEAD/docs/designers-developers/developers/block-api/block-context.md) has been partially implemented, currently limited to block settings and editor APIs. PHP APIs will be implemented in the next plugin releases. ([21467](https://github.com/WordPress/gutenberg/pull/21467), [21868](https://github.com/WordPress/gutenberg/pull/21868), [21921](https://github.com/WordPress/gutenberg/pull/21921))
- Add new "G2"-styled icons to the Icons package. ([21209](https://github.com/WordPress/gutenberg/pull/21209))

### Bug Fixes

- Change `wp_make_content_images_responsive` to `wp_filter_content_tags` to resolve warnings in WordPress 5.5-alpha. ([21514](https://github.com/WordPress/gutenberg/pull/21514))
- Collapse selection to end after link insertion. ([17126](https://github.com/WordPress/gutenberg/pull/17126))
- Fix selected category on existing Latest Posts blocks. ([21359](https://github.com/WordPress/gutenberg/pull/21359))
- Fix overlapping column contents for embeds. ([21570](https://github.com/WordPress/gutenberg/pull/21570))
- Fix focus styling for date picker calendar days. ([21600](https://github.com/WordPress/gutenberg/pull/21600))
- NPM Packages
  - Fix "Cannot find module '../utils'" error. ([21609](https://github.com/WordPress/gutenberg/pull/21609))
  - Types: Hide element, primitives, icons declarations. ([21613](https://github.com/WordPress/gutenberg/pull/21613), [21784](https://github.com/WordPress/gutenberg/pull/21784))
- Inherit font styles in block appender placeholder. ([21725](https://github.com/WordPress/gutenberg/pull/21725))
- Allow default pasting behavior in FontSizePicker. ([21812](https://github.com/WordPress/gutenberg/pull/21812))
- Prevent negative custom text sizes. ([21815](https://github.com/WordPress/gutenberg/pull/21815))
- Fix image center alignment behavior. ([21911](https://github.com/WordPress/gutenberg/pull/21911))
- Fix centered buttons margins. ([21947](https://github.com/WordPress/gutenberg/pull/21947))
- Revert the button block to the previous markup. ([21923](https://github.com/WordPress/gutenberg/pull/21923))
- Avoid using inline RichText element for Link. ([21856](https://github.com/WordPress/gutenberg/pull/21856))
- Ensure `resetEditorBlocks` is synchronous. ([21839](https://github.com/WordPress/gutenberg/pull/21839))
- Fix the button outline style for the old button markup. ([21816](https://github.com/WordPress/gutenberg/pull/21816))
- Fix default attribute on audio preload. ([21735](https://github.com/WordPress/gutenberg/pull/21735))
- Fix gradient picker double-click bug. ([21732](https://github.com/WordPress/gutenberg/pull/21732))
- Fix broken links in handbook. ([21686](https://github.com/WordPress/gutenberg/pull/21686))
- Make `useMediaQuery` return the correct value on the first render. ([21682](https://github.com/WordPress/gutenberg/pull/21682))
- Fix visual issue on windows with 782px. ([21661](https://github.com/WordPress/gutenberg/pull/21661))
- Allow wrapping for Navigation block links. ([21632](https://github.com/WordPress/gutenberg/pull/21632))
- Remove redundant margins from the columns block. ([21615](https://github.com/WordPress/gutenberg/pull/21615))
- Fix media Text padding on inner blocks. ([21612](https://github.com/WordPress/gutenberg/pull/21612))
- Restore floated image margins. ([21500](https://github.com/WordPress/gutenberg/pull/21500))
- Fix URL display for scheduled posts. ([21410](https://github.com/WordPress/gutenberg/pull/21410))
- Test keycode modifiers for keyboard event as exclusive set. ([20733](https://github.com/WordPress/gutenberg/pull/20733))
- Fix focus loss for Guide "Finish" button in Internet Explorer. ([20599](https://github.com/WordPress/gutenberg/pull/20599))
- Replace incorrect Snackbar `label` attribute with `aria-label`. ([20540](https://github.com/WordPress/gutenberg/pull/20540))

### Experiments

- Add experimental `useEditorFeature` hook to simplify access to editor features. ([21646](https://github.com/WordPress/gutenberg/pull/21646))
- Navigation menu page:
  - Try a fixed toolbar in the navigation page. ([21340](https://github.com/WordPress/gutenberg/pull/21340))
  - Fix panel collapsing in navigation page. ([21633](https://github.com/WordPress/gutenberg/pull/21633))
  - Fix mobile layout for navigation menu page. ([21638](https://github.com/WordPress/gutenberg/pull/21638))
  - Delete empty spaces in menu REST API endpoint strings. ([21453](https://github.com/WordPress/gutenberg/pull/21453))
- Edit site:
  - Add current theme to template switcher. ([21578](https://github.com/WordPress/gutenberg/pull/21578), [21768](https://github.com/WordPress/gutenberg/pull/21768))
  - Declare attributes for Template Part block in `block.json`. ([21796](https://github.com/WordPress/gutenberg/pull/21796))
  - Update end-to-end test for multi-entity saving in site editor. ([21363](https://github.com/WordPress/gutenberg/pull/21363))
  - Add preview options component. ([21309](https://github.com/WordPress/gutenberg/pull/21309))
  - Improve template parts resolution and saving behavior. ([21766](https://github.com/WordPress/gutenberg/pull/21766))
  - Support REST API meta queries. ([21851](https://github.com/WordPress/gutenberg/pull/21851))
  - Add extra validation when loading template parts. ([21636](https://github.com/WordPress/gutenberg/pull/21636))
- Block directory:
  - Add InserterPanel around block directory results. ([21748](https://github.com/WordPress/gutenberg/pull/21748))
- Widgets:
  - Fix legacy widgets z-index issue. ([21586](https://github.com/WordPress/gutenberg/pull/21586))
  - Fix legacy widgets visual issues. ([21585](https://github.com/WordPress/gutenberg/pull/21585))

### Deprecations

- Add deprecation notice to `useApiFetch` hook. ([21723](https://github.com/WordPress/gutenberg/pull/21723))

### Code Quality

- Remove nested breakpoint in fullscreen mode CSS. ([21496](https://github.com/WordPress/gutenberg/pull/21496))
- Update npm-package-json-lint from 4.0.3 to 5.0.0. ([21597](https://github.com/WordPress/gutenberg/pull/21597))
- Update npm dependencies that warn. ([21596](https://github.com/WordPress/gutenberg/pull/21596))
- Fix license check script to ignore sub-dependencies of ignored packages. ([21606](https://github.com/WordPress/gutenberg/pull/21606))
- Package TypeScript types improvements:
  - Mark addQueryArgs arguments parameter as optional. ([21926](https://github.com/WordPress/gutenberg/pull/21926))
  - Relax i18n sprintf arguments type. ([21919](https://github.com/WordPress/gutenberg/pull/21919))
- Update PHPCS to latest version. ([21680](https://github.com/WordPress/gutenberg/pull/21680))
- Unify how editor alignments are applied across blocks. ([21822](https://github.com/WordPress/gutenberg/pull/21822))
- Remove obsolete editor alignment classes. ([21906](https://github.com/WordPress/gutenberg/pull/21906))
- Remove old icons. ([21821](https://github.com/WordPress/gutenberg/pull/21821))
- Implement `block.json` for blocks. ([21794](https://github.com/WordPress/gutenberg/pull/21794), [21783](https://github.com/WordPress/gutenberg/pull/21783), [21782](https://github.com/WordPress/gutenberg/pull/21782), [21775](https://github.com/WordPress/gutenberg/pull/21775), [21787](https://github.com/WordPress/gutenberg/pull/21787), [21774](https://github.com/WordPress/gutenberg/pull/21774), [21792](https://github.com/WordPress/gutenberg/pull/21792))
- Use `register_block_type_from_metadata` in Latest Posts block. ([21788](https://github.com/WordPress/gutenberg/pull/21788))
- Polish RSS block code. ([21773](https://github.com/WordPress/gutenberg/pull/21773))
- Move `camelCaseDash` to the package where it is consumed. ([21736](https://github.com/WordPress/gutenberg/pull/21736))
- Improve URLPopover code from review comments. ([21621](https://github.com/WordPress/gutenberg/pull/21621))

### Documentation

- Remove duplicate sentence in glossary documentation. ([21565](https://github.com/WordPress/gutenberg/pull/21565))
- Update `wp-env` docs to reflect current functionality of package. ([21809](https://github.com/WordPress/gutenberg/pull/21809))
- Extract Block Transforms into its own handbook page. ([21734](https://github.com/WordPress/gutenberg/pull/21734))
- Update the index of Block API to reflect current contents. ([21726](https://github.com/WordPress/gutenberg/pull/21726))
- Clarify attribute type documentation. ([21694](https://github.com/WordPress/gutenberg/pull/21694))
- Add location for components `style.css`. ([21654](https://github.com/WordPress/gutenberg/pull/21654))
- Fix the JSDoc return type for `getEntityRecords`. ([21630](https://github.com/WordPress/gutenberg/pull/21630))
- Update triage links to new document. ([21629](https://github.com/WordPress/gutenberg/pull/21629))
- Update Getting Started instructions for remote server. ([21625](https://github.com/WordPress/gutenberg/pull/21625))
- Update the "patterns" to reflect "user interface" instead. ([21562](https://github.com/WordPress/gutenberg/pull/21562))
- Create document for contributing with triage. ([21350](https://github.com/WordPress/gutenberg/pull/21350))
- Update triage.md to add more clarity and relevant links. ([21802](https://github.com/WordPress/gutenberg/pull/21802))

### Project Management

- Update bug report template to help identify the editor version. ([21564](https://github.com/WordPress/gutenberg/pull/21564))

### Various

- End-to-end tests:
  - Add test for template part block creation and insertion. ([21849](https://github.com/WordPress/gutenberg/pull/21849))
  - Add test that template part block customizations are loaded from slug and theme attributes. ([21852](https://github.com/WordPress/gutenberg/pull/21852))
  - Fix tests by removing unnecessary assertions and properly install dependencies in `@wordpress/api-fetch`. ([21780](https://github.com/WordPress/gutenberg/pull/21780))
  - Add end-to-end test for pinned sidebar items. ([21652](https://github.com/WordPress/gutenberg/pull/21652))
  - Add test which verifies reusable block after refresh. ([20605](https://github.com/WordPress/gutenberg/pull/20605))
- Update cleanForSlug() to remove additional non-word characters. ([21007](https://github.com/WordPress/gutenberg/pull/21007))
- `@wordpress/scripts`:
  - Support debugging with `test-unit-js`. ([21631](https://github.com/WordPress/gutenberg/pull/21631), [21861](https://github.com/WordPress/gutenberg/pull/21861))
  - Install Chromium on demand together with `test-e2e` script. ([20215](https://github.com/WordPress/gutenberg/pull/20215))
- `@wordpress/create-block` block scaffold tool:
  - Make it easier to provide most popular CLI options. ([21751](https://github.com/WordPress/gutenberg/pull/21751))
  - Split JavaScript source files into parts for ESNext template. ([21750](https://github.com/WordPress/gutenberg/pull/21750))
- `@wordpress/env` development environment:
  - Expose port 3306 of MySQL container. ([21545](https://github.com/WordPress/gutenberg/pull/21545))
- `@wordpress/eslint-plugin`:
  - Add the recommended Prettier config to enforce WP coding styles. ([21602](https://github.com/WordPress/gutenberg/pull/21602))
  - Fix `no-unused-vars-before-return` JSX identifier reference. ([21358](https://github.com/WordPress/gutenberg/pull/21358))
- Navigation block:
  - Revert changes to data fetching mechanics. ([21721](https://github.com/WordPress/gutenberg/pull/21721))
- Bundle the block autocompleter in the block-editor package. ([21534](https://github.com/WordPress/gutenberg/pull/21534))
- Storybook:
  - Add FormToggle component. ([18085](https://github.com/WordPress/gutenberg/pull/18085))
- Simplify Reusable Block description. ([21470](https://github.com/WordPress/gutenberg/pull/21470))
- Build tooling:
  - Install Composer dependencies as pre-lint step. ([21537](https://github.com/WordPress/gutenberg/pull/21537))
  - Configure Webpack to watch only build files. ([21489](https://github.com/WordPress/gutenberg/pull/21489))
  - Exit with non-zero status on docgen failed parse. ([21690](https://github.com/WordPress/gutenberg/pull/21690))


= 7.9.1 =

### Bug Fixes

 - Make sidebar plugins pinned by default.
 - Fix the button styles for old content.


= 7.9.0 =

### Features

- Add gradients support to Group, Columns and Media & Text blocks. [21375](https://github.com/WordPress/gutenberg/pull/21375)
- Add line height support to the Paragraph block. [20775](https://github.com/WordPress/gutenberg/pull/20775)
- Add font size support to the Heading block. [21431](https://github.com/WordPress/gutenberg/pull/21431)
- Add line height support to the Heading block. [21215](https://github.com/WordPress/gutenberg/pull/21215)
- Add custom height unit support to the Cover block. [20888](https://github.com/WordPress/gutenberg/pull/20888)

### Enhancements

- New Patterns:
  - Hero Two Columns [21128](https://github.com/WordPress/gutenberg/pull/21128)
  - Numbered Features [21131](https://github.com/WordPress/gutenberg/pull/21131)
  - It's Time [21132](https://github.com/WordPress/gutenberg/pull/21132)
- Add a new keyboard shortcut to toggle Fullscreen Mode. [21436](https://github.com/WordPress/gutenberg/pull/21436)
- Insert post title instead of URL, when adding a link to an existing post [21240](https://github.com/WordPress/gutenberg/pull/21240)
- Social links block:
  - Update tumblr icon [21329](https://github.com/WordPress/gutenberg/pull/21329)
  - Update and massage social links colors. [21474](https://github.com/WordPress/gutenberg/pull/21474)
- Allow reusable block top and bottom paddings to collapse. [21472](https://github.com/WordPress/gutenberg/pull/21472)
- Update all block previews to use the auto-height behavior. [21014](https://github.com/WordPress/gutenberg/pull/21014)
- Disable autocomplete for custom class name inputs. [21110](https://github.com/WordPress/gutenberg/pull/21110)
- Several small tweaks to the new Block UI. [21476](https://github.com/WordPress/gutenberg/pull/21476)
- Unify the focus styles across the UI. [21141](https://github.com/WordPress/gutenberg/pull/21141)
- Improve block focus style. [21498](https://github.com/WordPress/gutenberg/pull/21498)
- Remove the post permalink UI from the post title. [21099](https://github.com/WordPress/gutenberg/pull/21099)
- Style the default toolbar buttons. [21252](https://github.com/WordPress/gutenberg/pull/21252)
- Style tweaks to the patterns library sidebar. [21263](https://github.com/WordPress/gutenberg/pull/21263)
- Smaller space between toolbar and block. [21166](https://github.com/WordPress/gutenberg/pull/21166)

### Performance

- Add block selection performance test. [21230](https://github.com/WordPress/gutenberg/pull/21230)
- Improve the performance of the block moving animation. [21231](https://github.com/WordPress/gutenberg/pull/21231)
- Render the patterns list asynchronously. [21322](https://github.com/WordPress/gutenberg/pull/21322)

### Bug Fixes

- Improve WordPress logo rendering for non-retina displays. [21217](https://github.com/WordPress/gutenberg/pull/21217)
- Fix inserter popover direction. [21556](https://github.com/WordPress/gutenberg/pull/21556)
- Fix Snackbar notice bottom margin. [18858](https://github.com/WordPress/gutenberg/pull/18858)
- Fix YouTube Embed block from flickering and crashing on Safari. [21225](https://github.com/WordPress/gutenberg/pull/21225)
- Fix sibling inserter being unclickable. [21232](https://github.com/WordPress/gutenberg/pull/21232)
- Fix block duplication using keyboard shortcut [21317](https://github.com/WordPress/gutenberg/pull/21317)
- Avoid creating an empty paragraph when selecting the parent's group block [21318](https://github.com/WordPress/gutenberg/pull/21318)
- Fix the Buttons block margins. [21376](https://github.com/WordPress/gutenberg/pull/21376)
- Prevent typing on a Popover from closing the block toolbar [21421](https://github.com/WordPress/gutenberg/pull/21421)
- Prevent copy/paste on number inputs from copying the post content. [21457](https://github.com/WordPress/gutenberg/pull/21457)
- Prevent scroll jumps when focusing long blocks. [21460](https://github.com/WordPress/gutenberg/pull/21460)
- Fix Separator block RTL styles. [21525](https://github.com/WordPress/gutenberg/pull/21525)
- Make dateI18n returns be affected by `gmt` parameter. [18982](https://github.com/WordPress/gutenberg/pull/18982)
- Fixes the read more link added by themes in the Latest Posts block. [20541](https://github.com/WordPress/gutenberg/pull/20541)
- Fix the Latest Posts block when `imageDimensions` is empty [21070](https://github.com/WordPress/gutenberg/pull/21070)
- Fix transparent images used as Cover block backgrounds. [20904](https://github.com/WordPress/gutenberg/pull/20904)
- IE11: fix focus on backspace. [21092](https://github.com/WordPress/gutenberg/pull/21092)
- Fix IE11 breakage when hitting Enter. [21361](https://github.com/WordPress/gutenberg/pull/21361) [21366](https://github.com/WordPress/gutenberg/pull/21366)
- Fix block movers on full-wide blocks. [21097](https://github.com/WordPress/gutenberg/pull/21097)
- Fix Annotations classNames. [21184](https://github.com/WordPress/gutenberg/pull/21184)
- RangeControl: Fix zero value handling with number input. [21187](https://github.com/WordPress/gutenberg/pull/21187)
- Fix reusable block horizontal padding regression. [21312](https://github.com/WordPress/gutenberg/pull/21312)
- Fix fullwide margins regression. [21201](https://github.com/WordPress/gutenberg/pull/21201)
- Prevent the Cover block from overriding the children blocks colors [21254](https://github.com/WordPress/gutenberg/pull/21254)
- Fix overly verbose aria-label in Social Link block [21369](https://github.com/WordPress/gutenberg/pull/21369)
- Fix container block appenders and sibling inserters. [21149](https://github.com/WordPress/gutenberg/pull/21149) [21142](https://github.com/WordPress/gutenberg/pull/21142) [21143](https://github.com/WordPress/gutenberg/pull/21143)

### New APIs

- @wordpress/i18n: Add create-i18n function. [21182](https://github.com/WordPress/gutenberg/pull/21182)
- @wordpress/interface:
  - Add screen sidebar extensibility APIs. [20698](https://github.com/WordPress/gutenberg/pull/20698) [21260](https://github.com/WordPress/gutenberg/pull/21260)
  - Prepare for npm release. [21417](https://github.com/WordPress/gutenberg/pull/21417)
  - Add Fullscreen mode component. [21334](https://github.com/WordPress/gutenberg/pull/21334)
  - Add InterfaceSkeleton component. [21335](https://github.com/WordPress/gutenberg/pull/21335)
- @wordpress/icons: Add new icons: tablet, mobile, desktop, font, share... [21261](https://github.com/WordPress/gutenberg/pull/21261) [21278](https://github.com/WordPress/gutenberg/pull/21278)
- Support changing the Group block's DOM element. [20218](https://github.com/WordPress/gutenberg/pull/20218)
- Block API: Add new utility to register block types from metadata in PHP [20794](https://github.com/WordPress/gutenberg/pull/20794)
- Add radio option to the ButtonGroup component. [20805](https://github.com/WordPress/gutenberg/pull/20805)

### Experiments

- Full site editing and Site Editor screen:
  - Use the default post comments template for the Post Comments block. [21012](https://github.com/WordPress/gutenberg/pull/21012)
  - Use slug as template part display label.[21161](https://github.com/WordPress/gutenberg/pull/21161)
  - Remove duplicate queries fetching template parts [18878](https://github.com/WordPress/gutenberg/pull/18878)
  - Preload the edited template to avoid the white page effect. [21214](https://github.com/WordPress/gutenberg/pull/21214)
  - Move the menu item to the top level. [21273](https://github.com/WordPress/gutenberg/pull/21273)
  - Add block breadcrumb; [21274](https://github.com/WordPress/gutenberg/pull/21274)
  - Prevent template switcher jumpiness. [21280](https://github.com/WordPress/gutenberg/pull/21280)
  - Increase the viewport width used for template previews. [21287](https://github.com/WordPress/gutenberg/pull/21287)
  - Add top level inserter. [21328](https://github.com/WordPress/gutenberg/pull/21328)
  - Apply the editor styles. [20982](https://github.com/WordPress/gutenberg/pull/20982)
  - Update the multi-entity saving flow UI. [21159](https://github.com/WordPress/gutenberg/pull/21159)
  - Small updates to template selector. [21202](https://github.com/WordPress/gutenberg/pull/21202)
- New navigation screen:
  - Bootstrap the screen. [21036](https://github.com/WordPress/gutenberg/pull/21036)
  - Implement the initial styling. [21314](https://github.com/WordPress/gutenberg/pull/21314)
  - Add save shortcut. [21342](https://github.com/WordPress/gutenberg/pull/21342)
  - Fix editor shortcuts. [21338](https://github.com/WordPress/gutenberg/pull/21338)
  - Basic responsive styles. [21414](https://github.com/WordPress/gutenberg/pull/21414)
- Navigation block:
  - Make the submenus usable on mobile. [21471](https://github.com/WordPress/gutenberg/pull/21471)
  - Fix block for contributor users [18669](https://github.com/WordPress/gutenberg/pull/18669)
  - Fix submenus being overlapped by wrapping top-level nav links. [21140](https://github.com/WordPress/gutenberg/pull/21140)
  - Add vertical variation. [21296](https://github.com/WordPress/gutenberg/pull/21296)
  - Show color controls in toolbar only. [20884](https://github.com/WordPress/gutenberg/pull/20884)
  - Add capture toolbars prop to inner blocks. [21095](https://github.com/WordPress/gutenberg/pull/21095)
- Block API Support flags:
  - Introduce a support key for support global style colors in blocks. [21021](https://github.com/WordPress/gutenberg/pull/21021) [21428](https://github.com/WordPress/gutenberg/pull/21428)
  - Add the possibility to support gradients using the experimental color support flag; [21481](https://github.com/WordPress/gutenberg/pull/21481)
  - Add a block support flag for font size. [21153](https://github.com/WordPress/gutenberg/pull/21153)
- Remove experimentalUIParts API. [20979](https://github.com/WordPress/gutenberg/pull/20979)
- Add experimental Text component. [21088](https://github.com/WordPress/gutenberg/pull/21088)

### Documentation

- Docs: Describe tools used in E2E testing. [21295](https://github.com/WordPress/gutenberg/pull/21295)
- WP-env: Add reference to docker log command to show error logs in terminal. [21308](https://github.com/WordPress/gutenberg/pull/21308)
- Docs: Add section in block RFC about register_block_type_from_metadata. [21501](https://github.com/WordPress/gutenberg/pull/21501)
- Update serverSideRender docs to include how to use from the wp global. [18722](https://github.com/WordPress/gutenberg/pull/18722)
- Prescribe latest NPM for development environment. [21017](https://github.com/WordPress/gutenberg/pull/21017)
- Update Documentation on how to update post meta values from a block. [21155](https://github.com/WordPress/gutenberg/pull/21155)
- Document getAnchorRect prop for Popover component. [17709](https://github.com/WordPress/gutenberg/pull/17709)
- Typos and tweaks: [21228](https://github.com/WordPress/gutenberg/pull/21228), [21364](https://github.com/WordPress/gutenberg/pull/21364), [21405](https://github.com/WordPress/gutenberg/pull/21405), [20660](https://github.com/WordPress/gutenberg/pull/20660), [21297](https://github.com/WordPress/gutenberg/pull/21297).

### Code Quality

- Add types to WordPress packages:
  - @wordpress/element [21248](https://github.com/WordPress/gutenberg/pull/21248)
  - @wordpress/primitives [21482](https://github.com/WordPress/gutenberg/pull/21482)
  - @wordpress/icons [21487](https://github.com/WordPress/gutenberg/pull/21487)
  - @wordpress/autop, @wordpress/escape-html and @wordpress/html-entities [20669](https://github.com/WordPress/gutenberg/pull/20669)
  - @wordpress/i18n [21224](https://github.com/WordPress/gutenberg/pull/21224)
  - @wordpress/prettier-config [21381](https://github.com/WordPress/gutenberg/pull/21381) [21053](https://github.com/WordPress/gutenberg/pull/21053)
  - @wordpress/block-editor DOM utils. [21362](https://github.com/WordPress/gutenberg/pull/21362)
- Update the Buttons block to use the new color support flag. [21266](https://github.com/WordPress/gutenberg/pull/21266)
- Update the Paragraph block to use the colors support flag. [21037](https://github.com/WordPress/gutenberg/pull/21037)
- Update the Columns block to use the colors support flag. [21038](https://github.com/WordPress/gutenberg/pull/21038)
- Update the Heading block to use the colors support flag. [21039](https://github.com/WordPress/gutenberg/pull/21039)
- Update the Media & Text block to use the colors support flag. [21169](https://github.com/WordPress/gutenberg/pull/21169)
- Refactor env commands into separate files .[21353](https://github.com/WordPress/gutenberg/pull/21353)
- Remove the deprecated `request` dependency. [21398](https://github.com/WordPress/gutenberg/pull/21398)
- Move default styles to editor normalisation stylesheet. [19837](https://github.com/WordPress/gutenberg/pull/19837)
- Replace lodash.assign with vanilla JS. [21054](https://github.com/WordPress/gutenberg/pull/21054)
- Remove the old block preview implementation. [21096](https://github.com/WordPress/gutenberg/pull/21096)
- Make RichText window/document agnostic. [21105](https://github.com/WordPress/gutenberg/pull/21105)
- Polish a11y package. [21148](https://github.com/WordPress/gutenberg/pull/21148)
- Fix two typos in lib rest menu controller. [21418](https://github.com/WordPress/gutenberg/pull/21418)
- Global tips: Add period at the end of sentence. [20601](https://github.com/WordPress/gutenberg/pull/20601)
- Lighter block DOM:
  - Verse block [20752](https://github.com/WordPress/gutenberg/pull/20752)
  - Code block [21079](https://github.com/WordPress/gutenberg/pull/21079)
  - Preformatted block [21146](https://github.com/WordPress/gutenberg/pull/21146)
- Update the padding values on the Card component to align with proposed spacing system. [21111](https://github.com/WordPress/gutenberg/pull/21111)
- Disable scroll in PlainText component. [21115](https://github.com/WordPress/gutenberg/pull/21115)
- Simplify inserter hasItems check. [21138](https://github.com/WordPress/gutenberg/pull/21138)
- Avoid string concatenation for the Latest Post block read more link. [21170](https://github.com/WordPress/gutenberg/pull/21170)

### Various

- Plugin: Bump tested up to info to WP 5.4 [21400](https://github.com/WordPress/gutenberg/pull/21400)
- Output package type declarations. [18942](https://github.com/WordPress/gutenberg/pull/18942)
- Exclude native files from type checking. [21491](https://github.com/WordPress/gutenberg/pull/21491)
- docgen: Optimize README update script. [18840](https://github.com/WordPress/gutenberg/pull/18840)
- Check Latest NPM on npm install. [21521](https://github.com/WordPress/gutenberg/pull/21521)
- E2E Tests:
  - Improve stability of image block test [21174](https://github.com/WordPress/gutenberg/pull/21174)
  - Improve Allowed Inner Blocks test stability [21175](https://github.com/WordPress/gutenberg/pull/21175)
  - Use waitForSelector to wait for sidebar presence [21180](https://github.com/WordPress/gutenberg/pull/21180)
- Unit Tests:
  - Fix @wordpress/env testPortNumberValidation unit test. [21394](https://github.com/WordPress/gutenberg/pull/21394)
  - Introduce react-testing-library to some existing unit tests. [20428](https://github.com/WordPress/gutenberg/pull/20428)
  - Components: Add SlotFill test. [21226](https://github.com/WordPress/gutenberg/pull/21226)
  - Fail E2E when page displays warning notices [13452](https://github.com/WordPress/gutenberg/pull/13452)
- Project Management: Prompt user to link GitHub account to WordPress.org profile [21221](https://github.com/WordPress/gutenberg/pull/21221) [21384](https://github.com/WordPress/gutenberg/pull/21384)
- @wordpress/env: Bind "core" files to tests environment [21195](https://github.com/WordPress/gutenberg/pull/21195)
- ESLint Plugin: Continue considering unused variables after encountering exception [21354](https://github.com/WordPress/gutenberg/pull/21354)
- Enable prettier for JSX files [21151](https://github.com/WordPress/gutenberg/pull/21151)
- Increase severity of JSDoc linting to error. [20427](https://github.com/WordPress/gutenberg/pull/20427)
- Add I18N specific ESLint rules. [20555](https://github.com/WordPress/gutenberg/pull/20555) [20574](https://github.com/WordPress/gutenberg/pull/20574)
- Update uuid to v7.0.2. [21258](https://github.com/WordPress/gutenberg/pull/21258)
- Upgrade Reakit to version 1.0.0-rc.0; [21300](https://github.com/WordPress/gutenberg/pull/21300)
- Framework: Add package-lock precommit check for latest NPM. [21306](https://github.com/WordPress/gutenberg/pull/21306)
- Babel Preset: Update Babel version to 7.9.x. [21419](https://github.com/WordPress/gutenberg/pull/21419)
- ESLint Plugin: Update ESLint and related dependencies to 6.8.x. [21424](https://github.com/WordPress/gutenberg/pull/21424)
- Framework: Configure ESLint JSDoc plugin to target TypeScript mode. [18998](https://github.com/WordPress/gutenberg/pull/18998)
- Major version upgrade for Jest in all packages. [20766](https://github.com/WordPress/gutenberg/pull/20766)
- Storybook:
  - Add TreeSelect component. [20496](https://github.com/WordPress/gutenberg/pull/20496)
  - Update AnglePickerControl title. [21089](https://github.com/WordPress/gutenberg/pull/21089)
- Automated Testing: composer non-interactive flag for Travis. [21118](https://github.com/WordPress/gutenberg/pull/21118)
- REST API error message: Remove unnecessary space. [21178](https://github.com/WordPress/gutenberg/pull/21178)
- SlotFill: Guard property access to possibly-undefined slot. [21205](https://github.com/WordPress/gutenberg/pull/21205)
- Build: Add TypeScript version validation [21208](https://github.com/WordPress/gutenberg/pull/21208)



= 7.8.1 =



= 7.8.0 =

## Enhancements
​
- Add visible labels to BlockPatternPicker pattern selection buttons [19789](https://github.com/WordPress/gutenberg/pull/19789)
- Adds always on display of media URL [19504](https://github.com/WordPress/gutenberg/pull/19504)
- Adds current menu class to navigation block [20076](https://github.com/WordPress/gutenberg/pull/20076)
- Block: Outline when interacting with Toolbar Block Type/Movers [20938](https://github.com/WordPress/gutenberg/pull/20938)
- Create block: Improve how prompts and values provided are handled [20756](https://github.com/WordPress/gutenberg/pull/20756)
- Expand create block options and add readme.txt template [20694](https://github.com/WordPress/gutenberg/pull/20694)
- Patterns: Make adding patterns easier [20854](https://github.com/WordPress/gutenberg/pull/20854)
- Polish a few icons [20980](https://github.com/WordPress/gutenberg/pull/20980)
- Polish date-picker component [20824](https://github.com/WordPress/gutenberg/pull/20824)
- Improve permalink editing [12009](https://github.com/WordPress/gutenberg/pull/12009)
- Nicer block footprint for social links [20978](https://github.com/WordPress/gutenberg/pull/20978)
- Show inserter only when block selected for nesting contexts [20753](https://github.com/WordPress/gutenberg/pull/20753)
- URL: Use test data from web-platform-tests for isURL spec conformance [20537](https://github.com/WordPress/gutenberg/pull/20537)
- Adds multi-select to categories on Latest Posts [20781](https://github.com/WordPress/gutenberg/pull/20781)
- Add basic nav block example for inserter and styles previews [21011](https://github.com/WordPress/gutenberg/pull/21011)
​
## Bug Fixes
​
- Allow media library in gallery mode to be reset [20675](https://github.com/WordPress/gutenberg/pull/20675)
- Autocomplete: Add support for results with long titles [20962](https://github.com/WordPress/gutenberg/pull/20962)
- Compat: Conditionally filter editor settings for image dimensions [20939](https://github.com/WordPress/gutenberg/pull/20939)
- Compat: Use core-js-url-browser for URL polyfill [20225](https://github.com/WordPress/gutenberg/pull/20225)
- Data: Migrate post editor persistence with fullscreenMode false [21082](https://github.com/WordPress/gutenberg/pull/21082)
- Edit Post: Make sidebar header focusable for button focus normalization [21031](https://github.com/WordPress/gutenberg/pull/21031)
- Fix auto-hiding appender regression [20780](https://github.com/WordPress/gutenberg/pull/20780)
- Fix fullscreen mode device preview [21010](https://github.com/WordPress/gutenberg/pull/21010)
- Fix link control search results spacing. [21003](https://github.com/WordPress/gutenberg/pull/21003)
- Fix snackbar container block portion of UI while present [21000](https://github.com/WordPress/gutenberg/pull/21000)
- Make the inner button block not allowed as a reusable block or editable as HTML [20948](https://github.com/WordPress/gutenberg/pull/20948)
- URL: Fix getQueryString incorrect handling of hash fragment [20738](https://github.com/WordPress/gutenberg/pull/20738)
- Update social links block to output a custom class on each individual link [20998](https://github.com/WordPress/gutenberg/pull/20998)
- Update the inserter's block preview to use the AutoHeightPreview [20817](https://github.com/WordPress/gutenberg/pull/20817)
- Latest Posts:
	- Fix link for read more markup [20917](https://github.com/WordPress/gutenberg/pull/20917)
	- Fixes the categories selector crash when category does not exist [20960](https://github.com/WordPress/gutenberg/pull/20960)
- Fix input rules [20964](https://github.com/WordPress/gutenberg/pull/20964)
- Trim input value in navigation search input field [19832](https://github.com/WordPress/gutenberg/pull/19832)
- Fix mobile header [20946](https://github.com/WordPress/gutenberg/pull/20946)
- Fix visually hidden classnames [20649](https://github.com/WordPress/gutenberg/pull/20649)
- Fix/screen reader text [20607](https://github.com/WordPress/gutenberg/pull/20607)
- Fix SelectControl example code synax highlight [19803](https://github.com/WordPress/gutenberg/pull/19803)
​
## New APIs
​
- Add initial API to register patterns from themes and plugins [21074](https://github.com/WordPress/gutenberg/pull/21074)
- Convert \__experimentalCreateInterpolateElement to a stable API [20699](https://github.com/WordPress/gutenberg/pull/20699)
​
## Experiments
​
- Site Editor:
	- Add Fullscreen mode [20691](https://github.com/WordPress/gutenberg/pull/20691)
	- Add fullscreen close button [20989](https://github.com/WordPress/gutenberg/pull/20989)
	- Add more menu and fullscreen toggle [21006](https://github.com/WordPress/gutenberg/pull/21006)
	- Style resets for top level page [20886](https://github.com/WordPress/gutenberg/pull/20886)
	- Get current template part correctly for auto drafts [20438](https://github.com/WordPress/gutenberg/pull/20438)
	- Add template preview to the edit site template switcher [20958](https://github.com/WordPress/gutenberg/pull/20958)
	- Add things required to load custom blocks to Site Editor page [20549](https://github.com/WordPress/gutenberg/pull/20549)
	- Avoid page templates overwriting page title [20865](https://github.com/WordPress/gutenberg/pull/20865)
- Lighter block DOM:
	- Group [20586](https://github.com/WordPress/gutenberg/pull/20586)
	- Navigation [20729](https://github.com/WordPress/gutenberg/pull/20729)
- Navigation Block:
	- Fix dynamic rendering recursive function name typo [21078](https://github.com/WordPress/gutenberg/pull/21078)
	- Avoid hiding submenu when adding a link [21035](https://github.com/WordPress/gutenberg/pull/21035)
	- Fix toolbar overlap on Links [21033](https://github.com/WordPress/gutenberg/pull/21033)
- PlainText v2 [21076](https://github.com/WordPress/gutenberg/pull/21076)
	- Editable Component [18361](https://github.com/WordPress/gutenberg/pull/18361)
​
## Documentation
​
- Add ESNext example for unregisterBlockType [20784](https://github.com/WordPress/gutenberg/pull/20784)
- Docs/SlotFills: Small update for consistency [20767](https://github.com/WordPress/gutenberg/pull/20767)
- Correct 2nd param of useViewportMatch() usage [20911](https://github.com/WordPress/gutenberg/pull/20911)
- Include `npm run dev` guidance in "Getting Started" [21015](https://github.com/WordPress/gutenberg/pull/21015)
- Document default login credentials and `wp-env run` command [20678](https://github.com/WordPress/gutenberg/pull/20678)
- Fixes docblock for useViewportMatch [20919](https://github.com/WordPress/gutenberg/pull/20919)
- Lowercase visual editor and code editor to match block editor and classic editor [20968](https://github.com/WordPress/gutenberg/pull/20968)
- Update README.md [20913](https://github.com/WordPress/gutenberg/pull/20913)
- Add Custom Block Editor to TOC and Manifest [20749](https://github.com/WordPress/gutenberg/pull/20749)
- Add tutorial link to Table of Contents for Custom Block Editor [20750](https://github.com/WordPress/gutenberg/pull/20750)
​
## Code Quality
​
- Block Editor: Use useResizeObserver in place of direct react-resize-aware dependency [20889](https://github.com/WordPress/gutenberg/pull/20889)
- E2E Test Utils: Improve durability of embedding matcher [20811](https://github.com/WordPress/gutenberg/pull/20811)
- Framework: Migrate/remove temporary compatibility script initialization [19178](https://github.com/WordPress/gutenberg/pull/19178)
- Framework: Use WHATWG URL in place of legacy url module [19823](https://github.com/WordPress/gutenberg/pull/19823)
- Nav Block: Remove 'frontend' from style comments [21034](https://github.com/WordPress/gutenberg/pull/21034)
- Project Management Automation: Add TypeScript type-checking [20850](https://github.com/WordPress/gutenberg/pull/20850)
- Refactor the inserter menu component and split into multiple smaller components [20880](https://github.com/WordPress/gutenberg/pull/20880)
- Remove iframe from content elements [20976](https://github.com/WordPress/gutenberg/pull/20976)
- Update Search/RSS block render method [20977](https://github.com/WordPress/gutenberg/pull/20977)
​
## Various
​
- Update glossary [20934](https://github.com/WordPress/gutenberg/pull/20934)
- Improve performance testing [20802](https://github.com/WordPress/gutenberg/pull/20802)
- Edit Post: Register block patterns as separate plugin [20871](https://github.com/WordPress/gutenberg/pull/20871)
- Accessibility: updated headings to reflect semantic relationship between html tag and it's content. [16444](https://github.com/WordPress/gutenberg/pull/16444)
- Add Prettier shared config package [20026](https://github.com/WordPress/gutenberg/pull/20026)
- Add default styles to the TabPanel component [20872](https://github.com/WordPress/gutenberg/pull/20872)
- Add isFileURL method and use it on all native media upload checks. [20985](https://github.com/WordPress/gutenberg/pull/20985)
- Add menus endpoints. [20292](https://github.com/WordPress/gutenberg/pull/20292)
- Block Patterns: Update text-two-columns.json [20890](https://github.com/WordPress/gutenberg/pull/20890)
- Block Styles: Remove the block margin in the style selector [19983](https://github.com/WordPress/gutenberg/pull/19983)
- Block patterns: improve success notice [21005](https://github.com/WordPress/gutenberg/pull/21005)
- Blocks: Allow the Default Style selector to be hidden. [20620](https://github.com/WordPress/gutenberg/pull/20620)
- E2E Tests: Mock Embed response for InnerBlocks locking test [20481](https://github.com/WordPress/gutenberg/pull/20481)
- ESLint Plugin: Relax `prefer-const` for destructuring assignment [20737](https://github.com/WordPress/gutenberg/pull/20737)
- Gallery: Update UI of controls [20776](https://github.com/WordPress/gutenberg/pull/20776)
- Improves RTL style conversion [20503](https://github.com/WordPress/gutenberg/pull/20503)
- Minor change to switch Help link target to _blank, add rels [20800](https://github.com/WordPress/gutenberg/pull/20800)
- Mobile: Add accessibility label to Block List Footer [20633](https://github.com/WordPress/gutenberg/pull/20633)
- Moves category multi select from LatestPosts to QueryControls [20832](https://github.com/WordPress/gutenberg/pull/20832)
- Paste: replace iframes with url [20983](https://github.com/WordPress/gutenberg/pull/20983)
- Polish poster image button arrangement. [20754](https://github.com/WordPress/gutenberg/pull/20754)
- Preview Button: Remove the separator and border, and reduce the size of the icon. [20683](https://github.com/WordPress/gutenberg/pull/20683)
- RangeControl: Improve disabled rendering and interactions [20723](https://github.com/WordPress/gutenberg/pull/20723)
- Reduce gap between block library and preview [20777](https://github.com/WordPress/gutenberg/pull/20777)
- Remove aria-expanded from close button in Publish panel [20993](https://github.com/WordPress/gutenberg/pull/20993)
- Remove feature flag for mobile page templates [20718](https://github.com/WordPress/gutenberg/pull/20718)
- Remove inaccurate message from image block [20909](https://github.com/WordPress/gutenberg/pull/20909)
- Removed the textarea width restriction for the Shortcode block [20624](https://github.com/WordPress/gutenberg/pull/20624)
- Revert "Framework: Travis: Avoid skipping Puppeteer download" [20828](https://github.com/WordPress/gutenberg/pull/20828)
- Show errors in the media replace control [19244](https://github.com/WordPress/gutenberg/pull/19244)
- Styles Panel: Don't force it to be closed by default. [20617](https://github.com/WordPress/gutenberg/pull/20617)
- Update Navigation Menu Item icon [20763](https://github.com/WordPress/gutenberg/pull/20763)
- Update page template picker after design review [20883](https://github.com/WordPress/gutenberg/pull/20883)
- Latest Posts: Testing larger margins [20563](https://github.com/WordPress/gutenberg/pull/20563)
- Add codeowners for env package [20667](https://github.com/WordPress/gutenberg/pull/20667)
- Scripts: Update all webpack related dependencies [20916](https://github.com/WordPress/gutenberg/pull/20916)
- Dependencies webpack plugin: Let the output file be specified when output is combined [20844](https://github.com/WordPress/gutenberg/pull/20844)

= 7.7.1 =

### Bug Fixes

- Fix Drag and Drop into the columns block.
- Fix the columns block selection.
- Fix applying colors and backgrounds to the columns block.
- Fix the RangeControl controlled behavior.


= 7.7.0 =

### Features

- Add the initial version of the Patterns UI as a sidebar plugin (This is not the final interface and work is in progress to integrate with the main block inserter). [20354](https://github.com/WordPress/gutenberg/pull/20354), [20715](https://github.com/WordPress/gutenberg/pull/20715).
  - Add an initial set of patterns [20724](https://github.com/WordPress/gutenberg/pull/20724).

### Enhancements

- Update the Block and editor UI. [19344](https://github.com/WordPress/gutenberg/pull/19344)
  - New icons. [20464](https://github.com/WordPress/gutenberg/pull/20464)
  - Avoid empty menu groups. [20495](https://github.com/WordPress/gutenberg/pull/20495)
  - Block Placeholders. [20441](https://github.com/WordPress/gutenberg/pull/20441), [20676](https://github.com/WordPress/gutenberg/pull/20676).
  - Various tweaks [20679](https://github.com/WordPress/gutenberg/pull/20679), [20578](https://github.com/WordPress/gutenberg/pull/20578).
- Improve the Back to WP Admin button in Fullscreen Mode. [20603](https://github.com/WordPress/gutenberg/pull/20603)
- Make the editor Fullscreen by default. [20611](https://github.com/WordPress/gutenberg/pull/20611)
- Remove template locking from the columns block [20465](https://github.com/WordPress/gutenberg/pull/20465)
- Make the inserter full height. [20526](https://github.com/WordPress/gutenberg/pull/20526)

### Bug Fixes

- A11y:
  - Deselect first/last gallery images on blur. [14930](https://github.com/WordPress/gutenberg/pull/14930)
  - Revert top toolbar tab order [20571](https://github.com/WordPress/gutenberg/pull/20571)
- Add an overlay to the html block preview to fix block selection in Firefox. [20425](https://github.com/WordPress/gutenberg/pull/20425)
- Add missing accessibility attributes in the SVG icons. [20538](https://github.com/WordPress/gutenberg/pull/20538)
- Fix invalid syntax error on Safari 12. [20507](https://github.com/WordPress/gutenberg/pull/20507)
- Use a consistent width for the link suggetions. [20448](https://github.com/WordPress/gutenberg/pull/20448)
- Use full labels for directional block movers. [20664](https://github.com/WordPress/gutenberg/pull/20664)
- Columns block: Force 50% column width at mid-range viewport. [20597](https://github.com/WordPress/gutenberg/pull/20597)
- Media & Text block: Fix frontend styles when "Crop image to fill" is selected [20539](https://github.com/WordPress/gutenberg/pull/20539)
- Latest Post block:
  - Fix the excerpt length. [20313](https://github.com/WordPress/gutenberg/pull/20313)
  - Don't trim manual exerptts [20432](https://github.com/WordPress/gutenberg/pull/20432)
- Fix sidebar scroll issue on small viewports. [20491](https://github.com/WordPress/gutenberg/pull/20491)
- Social Link block:
  - Escape generated class name. [20479](https://github.com/WordPress/gutenberg/pull/20479)
  - Fix label attribute type as string. [20468](https://github.com/WordPress/gutenberg/pull/20468)
  - i18n: Use placeholder for the default label [20475](https://github.com/WordPress/gutenberg/pull/20475)
- Simulated Queries (Device previews):
  - Check for match in stylesheet host and protocol to prevent Chrome breakage. [20673](https://github.com/WordPress/gutenberg/pull/20673)
  - Fix IE11 editor breakage. [20226](https://github.com/WordPress/gutenberg/pull/20226)
  - Fix incorrectly displayed preview option for private post types. [20604](https://github.com/WordPress/gutenberg/pull/20604)
  - Focus preview button after opening preview. [20570](https://github.com/WordPress/gutenberg/pull/20570)
- Fix isURL regex to take account file urls. [20435](https://github.com/WordPress/gutenberg/pull/20435)
- Fix error when deleting empty paragraphs in IE11. [20594](https://github.com/WordPress/gutenberg/pull/20594)
- Fix hidden inserter toggle behind the popover. [20663](https://github.com/WordPress/gutenberg/pull/20663)
- Fix block registration shared defaults reuse across blocks. [20565](https://github.com/WordPress/gutenberg/pull/20565)
- Shim meta attributes for early block registrations. [20544](https://github.com/WordPress/gutenberg/pull/20544)
- Fix bouncing Custom color formatter. [20612](https://github.com/WordPress/gutenberg/pull/20612)
- Fix Gallery block styles in Edge causing editor breakage. [20690](https://github.com/WordPress/gutenberg/pull/20690)

### New APIs:

- @wordpress/env: Add support for ZIP URL sources. [20426](https://github.com/WordPress/gutenberg/pull/20426)

### Experiments

- Lighter Block DOM: allow block types to render their own wrapper [19701](https://github.com/WordPress/gutenberg/pull/19701)
  - Lighter InnerBlocks. [19910](https://github.com/WordPress/gutenberg/pull/19910)
  - Automatically add block class. [20658](https://github.com/WordPress/gutenberg/pull/20658)
-  BlockPreview: Add __experimentalOnReady prop. [17242](https://github.com/WordPress/gutenberg/pull/17242)
- Edit Site:
  - Update template navigation to use new link control. [20366](https://github.com/WordPress/gutenberg/pull/20366)
  - Update the edit site save modal UI. [20608](https://github.com/WordPress/gutenberg/pull/20608)
- Fix the block toolbar in the Widgets and Site Edit screens. [20458](https://github.com/WordPress/gutenberg/pull/20458)
- Fix widgets screen inserter [20680](https://github.com/WordPress/gutenberg/pull/20680)

### Documentation

- Add tutorial for creating a custom block editor instance. [20410](https://github.com/WordPress/gutenberg/pull/20410)
- Create a new "Gutenberg as a Platform" page. [20666](https://github.com/WordPress/gutenberg/pull/20666)
- Typos and tweaks: [20382](https://github.com/WordPress/gutenberg/pull/20382), [20386](https://github.com/WordPress/gutenberg/pull/20386), [20517](https://github.com/WordPress/gutenberg/pull/20517), [20662](https://github.com/WordPress/gutenberg/pull/20662), [20454](https://github.com/WordPress/gutenberg/pull/20454), [20659](https://github.com/WordPress/gutenberg/pull/20659).

### Code Quality

- Refactoring to existing blocks to use a lighter DOM:
  - List block. [20498](https://github.com/WordPress/gutenberg/pull/20498)
  - Image block. [20576](https://github.com/WordPress/gutenberg/pull/20576)
  - Heading. [20493](https://github.com/WordPress/gutenberg/pull/20493)
- Consistent block focus behaviour on mount. [20577](https://github.com/WordPress/gutenberg/pull/20577)
- Cleanup CSS variables. [20529](https://github.com/WordPress/gutenberg/pull/20529)
- Use the EditorSkeleton component in the widgets and Edit Site pages. [20440](https://github.com/WordPress/gutenberg/pull/20440), [20431](https://github.com/WordPress/gutenberg/pull/20431).
- Refactor SlotFill components. [19242](https://github.com/WordPress/gutenberg/pull/19242)
- Remove useless style override for floats. [20501](https://github.com/WordPress/gutenberg/pull/20501)
- Block popover: remove data-type. [20531](https://github.com/WordPress/gutenberg/pull/20531)
- Resizable editor improvements. [20259](https://github.com/WordPress/gutenberg/pull/20259)

### Various

- @wordpress/env:
  - Save the database as a volume. [20648](https://github.com/WordPress/gutenberg/pull/20648)
  - Fix accidental quotes in Site Title. [20520](https://github.com/WordPress/gutenberg/pull/20520)
  - Set owner of wp-content to www-data. [20406](https://github.com/WordPress/gutenberg/pull/20406)
- @wordpress/create-block:
  - Fix system requirements checks. [20461](https://github.com/WordPress/gutenberg/pull/20461) [20456](https://github.com/WordPress/gutenberg/pull/20456)
- Fix React warning triggered by the BlockToolbar component. [20546](https://github.com/WordPress/gutenberg/pull/20546)
- Skip the Type Writer effect component in IE 11. [20485](https://github.com/WordPress/gutenberg/pull/20485)
- Update browserslist to fix out-of-date caniuse-lite messages [20709](https://github.com/WordPress/gutenberg/pull/20709)
- Add storybook stories:
  - TextControl [20467](https://github.com/WordPress/gutenberg/pull/20467)
  - TextAreaControl [20472](https://github.com/WordPress/gutenberg/pull/20472)
  - SelectControl [20482](https://github.com/WordPress/gutenberg/pull/20482)
  - Tooltip [20322](https://github.com/WordPress/gutenberg/pull/20322)
- E2E Tests:
  - Add test for the Image block. [20622](https://github.com/WordPress/gutenberg/pull/20622)
  - More stable embed test. [20668](https://github.com/WordPress/gutenberg/pull/20668)
  - Fix intermittent RichText e2e test failure. [20457](https://github.com/WordPress/gutenberg/pull/20457)
- Travis: Avoid skipping Puppeteer download. [20547](https://github.com/WordPress/gutenberg/pull/20547)
- Plugin: Bump minimum WordPress version to 5.3 [20628](https://github.com/WordPress/gutenberg/pull/20628)
- @wordrpess/priority-queue: Fix for environments that don't have `window` defined. [20486](https://github.com/WordPress/gutenberg/pull/20486)
- Update jest configuration to only ignore tests from /wordpress/ as a subdirectory [20420](https://github.com/WordPress/gutenberg/pull/20420)



= 7.6.0 =

## Features
- Add a rotating list of tips to the inserter help panel [20163](https://github.com/WordPress/gutenberg/pull/20163)

## Enhancements
- Improve find-ability for social/video embeds [20224](https://github.com/WordPress/gutenberg/pull/20224)

## New APIs
- Ensure packages-update wp-scripts command works with missing dependencies [20408](https://github.com/WordPress/gutenberg/pull/20408)
- Add new option in dependencies webpack plugin to combine assets files into one file [20330](https://github.com/WordPress/gutenberg/pull/20330)
- Environment:
    - Add custom port numbers to .wp-env.json [20158](https://github.com/WordPress/gutenberg/pull/20158)
    - Add support for local override files. [20341](https://github.com/WordPress/gutenberg/pull/20341)
    - Add debug mode. [20348](https://github.com/WordPress/gutenberg/pull/20348)

## Experimental
- New blocks:
    - Post Featured Image. [19875](https://github.com/WordPress/gutenberg/pull/19875)
    - Comments Count block. [19953](https://github.com/WordPress/gutenberg/pull/19953)
    - Comments Form block. [19954](https://github.com/WordPress/gutenberg/pull/19954)
    - Post Tags block. [19580](https://github.com/WordPress/gutenberg/pull/19580)
- Add new features to the Post Excerpt block. [19715](https://github.com/WordPress/gutenberg/pull/19715)
- Allow changing Site Title block heading level. [20361](https://github.com/WordPress/gutenberg/pull/20361)
- Render the post comments form properly [20279](https://github.com/WordPress/gutenberg/pull/20279)
- Add new features to the Post Date block. [19857](https://github.com/WordPress/gutenberg/pull/19857)
- Add multiple template loading [19141](https://github.com/WordPress/gutenberg/pull/19141)
- Show error when resolved block template is empty [20239](https://github.com/WordPress/gutenberg/pull/20239)

## Bug Fixes
- Overflowing `LinkControl` block editor component. [20154](https://github.com/WordPress/gutenberg/pull/20154)
- Broken gallery to image transform and inconsistent types used in the gallery block [20084](https://github.com/WordPress/gutenberg/pull/20084)
- Missing label on heading toolbar. [20248](https://github.com/WordPress/gutenberg/pull/20248)
- Sidebar jumpiness. [20355](https://github.com/WordPress/gutenberg/pull/20355)
- Fix wrong imports in PluginBlockSettingsMenuItem [20356](https://github.com/WordPress/gutenberg/pull/20356)
- Color formatter appears when color choosing is not possible [20222](https://github.com/WordPress/gutenberg/pull/20222)
- Crash when updating a post with the latest post block [20289](https://github.com/WordPress/gutenberg/pull/20289)
- Inconsistency on Import from JSON button look [20416](https://github.com/WordPress/gutenberg/pull/20416)
- Inline image width pop-up 'wanders' down page [20232](https://github.com/WordPress/gutenberg/pull/20232)
- Styling problem on vertically aligned blocks [20368](https://github.com/WordPress/gutenberg/pull/20368)
- Remove unnecessary aria-label from link formatter [18742](https://github.com/WordPress/gutenberg/pull/18742)
- Make navigation button expand to fit longer nav link text [20230](https://github.com/WordPress/gutenberg/pull/20230)
- Flow for gallery creation and editing [20287](https://github.com/WordPress/gutenberg/pull/20287)
- Fix background color for dark themes on the spacer block [20296](https://github.com/WordPress/gutenberg/pull/20296)
- Show metaboxes peeking in even on tiny screens. [20262](https://github.com/WordPress/gutenberg/pull/20262)
- Add an edit state to media frames to fix an issue when opening a new tab. [17642](https://github.com/WordPress/gutenberg/pull/17642)

## Documentation
- Add a basic storybook story listing all the @wordpress/icons [20266](https://github.com/WordPress/gutenberg/pull/20266)
- Add docs for variations in the block registration section [20145](https://github.com/WordPress/gutenberg/pull/20145)
- Improve README for `<LinkControl />` component. [19677](https://github.com/WordPress/gutenberg/pull/19677)
- Remove the devhub manifest file [20175](https://github.com/WordPress/gutenberg/pull/20175)
- Several documentation improvements and typo fixes: [20385](https://github.com/WordPress/gutenberg/pull/20385), [20378](https://github.com/WordPress/gutenberg/pull/20378), [20392](https://github.com/WordPress/gutenberg/pull/20392), [20381](https://github.com/WordPress/gutenberg/pull/20381), [20388](https://github.com/WordPress/gutenberg/pull/20388), [20371](https://github.com/WordPress/gutenberg/pull/20371), [20380](https://github.com/WordPress/gutenberg/pull/20380), [20384](https://github.com/WordPress/gutenberg/pull/20384), [20379](https://github.com/WordPress/gutenberg/pull/20379), [20391](https://github.com/WordPress/gutenberg/pull/20391), [20251](https://github.com/WordPress/gutenberg/pull/20251)

## Various
- Create block: Add support for `format:js` to ESNext template [20335](https://github.com/WordPress/gutenberg/pull/20335)
- Add check for minimum system requirements on create block [20398](https://github.com/WordPress/gutenberg/pull/20398)
- Conditionally apply Editor Skeleton html element styles [20245](https://github.com/WordPress/gutenberg/pull/20245)
- Environment:
    - Check for legacy installs and provide the option to delete them. [20340](https://github.com/WordPress/gutenberg/pull/20340)
    - Fix testsPath on local sources [20353](https://github.com/WordPress/gutenberg/pull/20353)
    - Use user with UID=33 to run WP CLI commands [20403](https://github.com/WordPress/gutenberg/pull/20403)
    - Fix issue where docker & wp had different URLs [20228](https://github.com/WordPress/gutenberg/pull/20228)
    - No longer show error message twice [20157](https://github.com/WordPress/gutenberg/pull/20157)
    - Support wp-config.php overrides. [20352](https://github.com/WordPress/gutenberg/pull/20352)
    - Support overwriting generated file directory with an environment variable [20253](https://github.com/WordPress/gutenberg/pull/20253)

= 7.5.0 =

## Features

- Mark the Social Links block as a stable block [20134](https://github.com/WordPress/gutenberg/pull/20134) [19887](https://github.com/WordPress/gutenberg/pull/19887) [20074](https://github.com/WordPress/gutenberg/pull/20074) [20150](https://github.com/WordPress/gutenberg/pull/20150) [20101](https://github.com/WordPress/gutenberg/pull/20101)
- Support aadding featured images to Latest Posts block [17151](https://github.com/WordPress/gutenberg/pull/17151)
- Add support for TikTok video Embeds [19345](https://github.com/WordPress/gutenberg/pull/19345)
- Add inline text color support [16014](https://github.com/WordPress/gutenberg/pull/16014)
- Add text color support to Columns block [20016](https://github.com/WordPress/gutenberg/pull/20016)

## Enhancements

- Add type and angle picking to the custom gradient component [19582](https://github.com/WordPress/gutenberg/pull/19582)
- Add transform for button to buttons block [20063](https://github.com/WordPress/gutenberg/pull/20063)
- Navigation block:
	- Implement new design for sub-menus [19681](https://github.com/WordPress/gutenberg/pull/19681)
	- Set inherit color to anchor elements [20038](https://github.com/WordPress/gutenberg/pull/20038)
	- Fix getting Navigation parent block [20032](https://github.com/WordPress/gutenberg/pull/20032) [20057](https://github.com/WordPress/gutenberg/pull/20057)
	- Set width in order to show caret [20075](https://github.com/WordPress/gutenberg/pull/20075)
    - Improve colors handling [20022](https://github.com/WordPress/gutenberg/pull/20022)
    - Rename background color CSS class [20018](https://github.com/WordPress/gutenberg/pull/20018)
- Block Library: Avoid column width auto-adjustment when sibling width changes [19515](https://github.com/WordPress/gutenberg/pull/19515) [20169](https://github.com/WordPress/gutenberg/pull/20169)
- A11y:
    - Incorporate settings in the edit state of the LinkControl component [20052](https://github.com/WordPress/gutenberg/pull/20052)
    - Announce all Notice components messages [15745](https://github.com/WordPress/gutenberg/pull/15745)
    - Button block: Remove title attribute [19735](https://github.com/WordPress/gutenberg/pull/19735)
    - Navigation block: Remove title attribute [19990](https://github.com/WordPress/gutenberg/pull/19990)
- Image block: Keep existing caption if the stored one is empty [19641](https://github.com/WordPress/gutenberg/pull/19641)
- Enhance the custom gradient picker UI [20099](https://github.com/WordPress/gutenberg/pull/20099)

## New APIs

- Allow third-party keyboard shortcuts registration in the keyboard shortcuts modal [19965](https://github.com/WordPress/gutenberg/pull/19965)
- Stabilize the AnglePickerControl component [20118](https://github.com/WordPress/gutenberg/pull/20118)
- Add .wp-env.json config file support to @wordpress/env [20002](https://github.com/WordPress/gutenberg/pull/20002)
- Blocks: Promote block variations to stable API [20068](https://github.com/WordPress/gutenberg/pull/20068)
- Mark the gradients theme API as stable [20107](https://github.com/WordPress/gutenberg/pull/20107)

## Experimental

- Add ability to disable the block popover through __experimentalUIParts.hasPopover option [19922](https://github.com/WordPress/gutenberg/pull/19922)
- Add the __experimentalEditorSkeleton component to the block-editor package [20050](https://github.com/WordPress/gutenberg/pull/20050) [20132](https://github.com/WordPress/gutenberg/pull/20132)

## Bug Fixes

- A11y: Show open button when the sidebar is closed and tabbing out of the content [19726](https://github.com/WordPress/gutenberg/pull/19726)
- IE11 Compatibility: Add DOMRect polyfill [20110](https://github.com/WordPress/gutenberg/pull/20110)
- Block Editor: Fix warning when rendering InnerBlocks [20082](https://github.com/WordPress/gutenberg/pull/20082)
- Featured image appears cropped [20128](https://github.com/WordPress/gutenberg/pull/20128)
- Fix predefined text colors used in the Group block on the frontend [20119](https://github.com/WordPress/gutenberg/pull/20119)
- Use array form for contrast checkers. [20143](https://github.com/WordPress/gutenberg/pull/20143)
- i18n: make experimentalUseColors labels translatable [20112](https://github.com/WordPress/gutenberg/pull/20112)
- Multi select: remove inserter between selected blocks [20096](https://github.com/WordPress/gutenberg/pull/20096)
- Remove alignment options from nested Button blocks [19824](https://github.com/WordPress/gutenberg/pull/19824)
- URL: Conform to URL Living Standard definition of valid URL [19871](https://github.com/WordPress/gutenberg/pull/19871)
- Select the correct media in the media modal when replacing existing media [20100](https://github.com/WordPress/gutenberg/pull/20100)
- Avoid resizing the editor canvas when opening the publish panel [19843](https://github.com/WordPress/gutenberg/pull/19843)
- Fix Media & Text block styling when media is set to show on the right [20125](https://github.com/WordPress/gutenberg/pull/20125)
- Fix excerpt rendering in the Latest posts block [19669](https://github.com/WordPress/gutenberg/pull/19669)

## Documentation

- Docs: Contributor Guide update subpages [19939](https://github.com/WordPress/gutenberg/pull/19939)
- Prettier: Update format-js to use default config, and update editor docs usage [20036](https://github.com/WordPress/gutenberg/pull/20036)
- Target docs to manifest.json [15639](https://github.com/WordPress/gutenberg/pull/15639)
- Update main project README [19743](https://github.com/WordPress/gutenberg/pull/19743)
- Update the Getting Started Docs to use `wp-env` [20044](https://github.com/WordPress/gutenberg/pull/20044)
- Typos and tweaks: [20055](https://github.com/WordPress/gutenberg/pull/20055) [20077](https://github.com/WordPress/gutenberg/pull/20077) [20025](https://github.com/WordPress/gutenberg/pull/20025) [20060](https://github.com/WordPress/gutenberg/pull/20060) [19470](https://github.com/WordPress/gutenberg/pull/19470)

## Various

- Block Editor: Update BEM syntax to CSS modifer guidelines [19738](https://github.com/WordPress/gutenberg/pull/19738)
- Block Library: Standardize PHP function names used [20085](https://github.com/WordPress/gutenberg/pull/20085) [20039](https://github.com/WordPress/gutenberg/pull/20039)
- Project Management Automation:
	- Log skipped tasks and retain wrapped task names. [20034](https://github.com/WordPress/gutenberg/pull/20034)
	- Support adding milestones for fork PRs. [20058](https://github.com/WordPress/gutenberg/pull/20058)
	- Avoid gracefully handling error [20009](https://github.com/WordPress/gutenberg/pull/20009)
	- Avoid milestone task for forks [20049](https://github.com/WordPress/gutenberg/pull/20049)
	- Call core setFailed with error message [20012](https://github.com/WordPress/gutenberg/pull/20012)
	- Check error object for parsed errors [20014](https://github.com/WordPress/gutenberg/pull/20014)
	- Guard against non-matching commits in `addMilestone`. [20147](https://github.com/WordPress/gutenberg/pull/20147)
	- Tolerate duplicate milestone [20011](https://github.com/WordPress/gutenberg/pull/20011)
    - Pull Request Automation: Avoid automation tasks for forked repository [20021](https://github.com/WordPress/gutenberg/pull/20021)
- @wordpress/env:
	- Fix GitHub source pattern [20131](https://github.com/WordPress/gutenberg/pull/20131)
	- Fix syntax error where spread operator could fail [20113](https://github.com/WordPress/gutenberg/pull/20113)
- Move existing icons to the @wordpress/icons package [20091](https://github.com/WordPress/gutenberg/pull/20091) [20072](https://github.com/WordPress/gutenberg/pull/20072) [19959](https://github.com/WordPress/gutenberg/pull/19959) [20094](https://github.com/WordPress/gutenberg/pull/20094) [20087](https://github.com/WordPress/gutenberg/pull/20087)
- Ensure the default Prettier config is used with `lint-js` when needed [20071](https://github.com/WordPress/gutenberg/pull/20071)
- Data: Log first-pass `useSelect` errors [20122](https://github.com/WordPress/gutenberg/pull/20122)
- Compat: Social Links: Remove legacy renderers from packages [20098](https://github.com/WordPress/gutenberg/pull/20098)
- Core Data: Mark the `getEntityRecordNoResolver` selector as experimental. [20053](https://github.com/WordPress/gutenberg/pull/20053)
- Core Data: Remove unused `__experimentalUseEntitySaving` hook. [20148](https://github.com/WordPress/gutenberg/pull/20148)
- Hide the navigation block behind feature flag [20133](https://github.com/WordPress/gutenberg/pull/20133)
- Fix Intermitent e2e test failures [20065](https://github.com/WordPress/gutenberg/pull/20065)
- Move the e2e tests to the right folders [20135](https://github.com/WordPress/gutenberg/pull/20135)
- Switch social link icons to import svg parts from primitives [19877](https://github.com/WordPress/gutenberg/pull/19877)


= 7.4.0 =

### Features

*   Add background color support to the Columns block. [17813](https://github.com/WordPress/gutenberg/pull/17813)
*   Add text color support for the Group block. [19181](https://github.com/WordPress/gutenberg/pull/19181)

### Enhancements

*   Navigation Block:
    *   Add submenu chevron indication setting. [19601](https://github.com/WordPress/gutenberg/pull/19601)
    *   Save the ID to the destination entity. [18641](https://github.com/WordPress/gutenberg/pull/18641)
    *   Select Parent Navigation Block after clicking "Create from all top-level pages". [19817](https://github.com/WordPress/gutenberg/pull/19817)
    *   Update Appender visibility. [19598](https://github.com/WordPress/gutenberg/pull/19598) [19846](https://github.com/WordPress/gutenberg/pull/19846)
    *   Move the Link Settings panel. [19917](https://github.com/WordPress/gutenberg/pull/19917)
    *   Improve the UX to add links. [19686](https://github.com/WordPress/gutenberg/pull/19686)
*   Multi-selection: don't focus first selected block. [19762](https://github.com/WordPress/gutenberg/pull/19762)
*   Use the new link control component in the RichText link format. [19462](https://github.com/WordPress/gutenberg/pull/19462)
*   Copy: Apply sentence case formatting to panel titles. [19901](https://github.com/WordPress/gutenberg/pull/19901)
*   A11y: Add conditions and new translation strings for the BlockMover. [19757](https://github.com/WordPress/gutenberg/pull/19757)

### New APIs

*   Add a new @wordpress/create-block package for block scaffolding. [19773](https://github.com/WordPress/gutenberg/pull/19773) [19867](https://github.com/WordPress/gutenberg/pull/19867)
*   Add a new @wordpress/icons package:
    *   Introduce the package. [17055](https://github.com/WordPress/gutenberg/pull/17055)
    *   Make it a package that is always embedded to avoid loading all the icons at once. [19809](https://github.com/WordPress/gutenberg/pull/19809)
    *   Move icons used in the project to the package. [19944](https://github.com/WordPress/gutenberg/pull/19944) [19808](https://github.com/WordPress/gutenberg/pull/19808) [19834](https://github.com/WordPress/gutenberg/pull/19834) [19862](https://github.com/WordPress/gutenberg/pull/19862) [19838](https://github.com/WordPress/gutenberg/pull/19838) [19943](https://github.com/WordPress/gutenberg/pull/19943) [19926](https://github.com/WordPress/gutenberg/pull/19926)
*   Add a new @wordpress/primitives package. [19781](https://github.com/WordPress/gutenberg/pull/19781) [19876](https://github.com/WordPress/gutenberg/pull/19876)

### Bug Fixes

*   Prevent gallery images from creating undo levels as they load. [19937](https://github.com/WordPress/gutenberg/pull/19937)
*   FontSizePicker: Adjust Select Button size. [19479](https://github.com/WordPress/gutenberg/pull/19479)
*   Remove post title escaping. [19955](https://github.com/WordPress/gutenberg/pull/19955)
*   Fix Failure message styling in placeholders. [19673](https://github.com/WordPress/gutenberg/pull/19673)
*   Fix RTL styles for the Media Text block. [18764](https://github.com/WordPress/gutenberg/pull/18764)
*   Fix panel header styles. [19842](https://github.com/WordPress/gutenberg/pull/19842)
*   Fix the editor fixed position at the 960px breakpoint. [19970](https://github.com/WordPress/gutenberg/pull/19970)
*   Allow disabling color selection but keeping gradient support. [19925](https://github.com/WordPress/gutenberg/pull/19925)
*   Prevent crash when creating a hierarchical post without a title. [19936](https://github.com/WordPress/gutenberg/pull/19936)
*   Media & Text block: "Crop image to fill entire column" setting resets on image change. [19765](https://github.com/WordPress/gutenberg/pull/19765)
*   Prevent Alt+F10 from scrolling to the top. [19896](https://github.com/WordPress/gutenberg/pull/19896)
*   Fix clearing multi-selection with side click. [19787](https://github.com/WordPress/gutenberg/pull/19787)
*   Update hover and focus selectors for "Move to Trash" to ensure the link is always red [19974](https://github.com/WordPress/gutenberg/pull/19974).
*   Popover component:
    *   clean up requestAnimationFrame. [19771](https://github.com/WordPress/gutenberg/pull/19771)
    *   fix typo causing the mobile inserter to go out of view. [19978](https://github.com/WordPress/gutenberg/pull/19978)
*   Fix bug in block multi-selection causing Rich text editing to be disabled. [19839](https://github.com/WordPress/gutenberg/pull/19839)
*   Fix useSelect React hook timing and rerendering issues. [19286](https://github.com/WordPress/gutenberg/pull/19286)
*   Core-data: do not publish outdated state to subscribers during updates. [19752](https://github.com/WordPress/gutenberg/pull/19752)
*   LinkControl component (Navigation and buttons blocks):
    *   Initialize inputValue state from value prop. [19737](https://github.com/WordPress/gutenberg/pull/19737)
    *   Handle submission via form handler. [19651](https://github.com/WordPress/gutenberg/pull/19651)
    *   Use URL as a link when title empty. [19739](https://github.com/WordPress/gutenberg/pull/19739)
    *   Prevent focus loss in edit mode toggle. [19931](https://github.com/WordPress/gutenberg/pull/19931)
    *   Resolve error when value is undefined. [19856](https://github.com/WordPress/gutenberg/pull/19856)
    *   Handle Popover onClose for LinkControl. [19885](https://github.com/WordPress/gutenberg/pull/19885)

### Experiments

*   Add AnglePicker Component and useDragging hook. [19637](https://github.com/WordPress/gutenberg/pull/19637)
*   Add Global styles CSS variables generation mechanism. [19883](https://github.com/WordPress/gutenberg/pull/19883)
*   Allow blocks to register variations that shows-up in the inserter. [19243](https://github.com/WordPress/gutenberg/pull/19243)
*   Block Directory: Refactor the reducer by breaking out the block management actions into their own reducer. [19330](https://github.com/WordPress/gutenberg/pull/19330)

### Documentation

*   Add docs for LocalAutosaveMonitor and __experimentalUpdateLocalAutosaveInterval. [19915](https://github.com/WordPress/gutenberg/pull/19915)
*   Add markdownlint script to lint docs markup. [19855](https://github.com/WordPress/gutenberg/pull/19855)
*   Add format-js detailed documentaation to @wordpress/scripts package. [19946](https://github.com/WordPress/gutenberg/pull/19946)
*   Reorganize the Contributors Guide. [19853](https://github.com/WordPress/gutenberg/pull/19853)
*   Clarify when isEligible function is called. [19899](https://github.com/WordPress/gutenberg/pull/19899)
*   Typos and tweaks: [19833](https://github.com/WordPress/gutenberg/pull/19833), [19914](https://github.com/WordPress/gutenberg/pull/19914), [19736](https://github.com/WordPress/gutenberg/pull/19736), [19759](https://github.com/WordPress/gutenberg/pull/19759), [19869](https://github.com/WordPress/gutenberg/pull/19869), [19802](https://github.com/WordPress/gutenberg/pull/19802), [19813](https://github.com/WordPress/gutenberg/pull/19813).

### Various

*   Introduce Prettier Formatting:
    *   Add the formatting script. [18048](https://github.com/WordPress/gutenberg/pull/18048) [19994](https://github.com/WordPress/gutenberg/pull/19994)
    *   Format the codebase. [19963](https://github.com/WordPress/gutenberg/pull/19963)
    *   Set a consistent line width. [19992](https://github.com/WordPress/gutenberg/pull/19992)
*   Automation:
    *   Fix pull request merge automation errors. [19768](https://github.com/WordPress/gutenberg/pull/19768)
    *   Run pull request automation on closed. [19742](https://github.com/WordPress/gutenberg/pull/19742)
    *   Add a step that updates CHANGELOG files before npm releases. [19764](https://github.com/WordPress/gutenberg/pull/19764)
*   Allow Babel Stage 4 features. [19831](https://github.com/WordPress/gutenberg/pull/19831) [19065](https://github.com/WordPress/gutenberg/pull/19065)
*   Use a Link to the changelog instead of adding it inline in the plugin README. [19761](https://github.com/WordPress/gutenberg/pull/19761)
*   Use require.resolve() in @wordpress/jest-preset-default config [19957](https://github.com/WordPress/gutenberg/pull/19957).
*   Fix multi-selection intermittent e2e failure. [19865](https://github.com/WordPress/gutenberg/pull/19865)
*   Add Placeholder component to Storybook. [19734](https://github.com/WordPress/gutenberg/pull/19734)
*   Include block.json files in the plugin build output. [19786](https://github.com/WordPress/gutenberg/pull/19786)
*   Rename patterns to variations in the Block API. [19966](https://github.com/WordPress/gutenberg/pull/19966)
*   Paragraph block:
    *   remove min-height. [19835](https://github.com/WordPress/gutenberg/pull/19835)
    *   remove unnecessary CSS after shortcuts removal. [19821](https://github.com/WordPress/gutenberg/pull/19821)
*   Refactor ObserveTyping as function component. [19881](https://github.com/WordPress/gutenberg/pull/19881)
*   Move the is-navigate-mode classname to the WritingFlow component. 19868
*   Block: use React context to provide the selected element. [19782](https://github.com/WordPress/gutenberg/pull/19782)
*   Remove dead is-hovered selectors. [19870](https://github.com/WordPress/gutenberg/pull/19870)
*   Remove the editor dependency from the block library. [16160](https://github.com/WordPress/gutenberg/pull/16160)
*   Remove an unnecessary import from the playground. [19893](https://github.com/WordPress/gutenberg/pull/19893)
*   Refactor the RichText wrapper to use React hooks for wrapper component. [19095](https://github.com/WordPress/gutenberg/pull/19095)
*   RichText API: Limit "prefix" transformations to Paragraph blocks. [19727](https://github.com/WordPress/gutenberg/pull/19727)
*   Apply width-based modifier classes to Placeholder only when the width is known. [19825](https://github.com/WordPress/gutenberg/pull/19825)
*   Various:
*   Refactor the server-side rendering of the Navigation block. [19989](https://github.com/WordPress/gutenberg/pull/19989) [19991](https://github.com/WordPress/gutenberg/pull/19991)
*   Fix server-registered fixtures script. [19884](https://github.com/WordPress/gutenberg/pull/19884)
*   Remove the RichText is-selected class. [19822](https://github.com/WordPress/gutenberg/pull/19822)
*   Testing: Use deterministic selectors for incremented IDs. [19844](https://github.com/WordPress/gutenberg/pull/19844)


= 7.3.0 =


## Enhancements

- Add border to table header & footer [19450](https://github.com/WordPress/gutenberg/pull/19450)
- Add the new replace flow to the cover [19583](https://github.com/WordPress/gutenberg/pull/19583), media text [19198](https://github.com/WordPress/gutenberg/pull/19198), file [19174](https://github.com/WordPress/gutenberg/pull/19174), audio [19158](https://github.com/WordPress/gutenberg/pull/19158) and video [19162](https://github.com/WordPress/gutenberg/pull/19162) block.
- Components: improve ToolbarButton [18931](https://github.com/WordPress/gutenberg/pull/18931)
- Sibling inserter: fix dead zone between blocks [19719](https://github.com/WordPress/gutenberg/pull/19719) [19729](https://github.com/WordPress/gutenberg/pull/19729)
- Top toolbar: adjust tab order [19623](https://github.com/WordPress/gutenberg/pull/19623)
- Regions: position publish region after sidebar [19427](https://github.com/WordPress/gutenberg/pull/19427)
- Better accessibility labels for blocks [18132](https://github.com/WordPress/gutenberg/pull/18132)
- Breadcrumb: add accessibility label [19597](https://github.com/WordPress/gutenberg/pull/19597)
- Navigation: add background color [19108](https://github.com/WordPress/gutenberg/pull/19108)

## Performance

- Lighter block DOM:
	- Put sibling inserter in popover [19456](https://github.com/WordPress/gutenberg/pull/19456)
	- Remove extra div wrapper [19010](https://github.com/WordPress/gutenberg/pull/19010)
	- Remove inner div wrapper [19593](https://github.com/WordPress/gutenberg/pull/19593)
	- Split out toolbar rendering [19564](https://github.com/WordPress/gutenberg/pull/19564)
	- Put side inserter in Popover [19406](https://github.com/WordPress/gutenberg/pull/19406)
	- Rewrite drop zone with hooks (useDropZone) [19514](https://github.com/WordPress/gutenberg/pull/19514)
	- Merge effects [19617](https://github.com/WordPress/gutenberg/pull/19617)
	- Fix alignments [19704](https://github.com/WordPress/gutenberg/pull/19704)
	- Clean up after control removal [19618](https://github.com/WordPress/gutenberg/pull/19618)
	- Reposition tabbable inserter [19596](https://github.com/WordPress/gutenberg/pull/19596)
- Avoid rerendering every block when caret moves in and out of formatting [19524](https://github.com/WordPress/gutenberg/pull/19524)

## Bug Fixes

- Navigation:
	- Format the allowed styles [19477](https://github.com/WordPress/gutenberg/pull/19477)
	- Show recent pages as default suggestions when creating Nav Links [19458](https://github.com/WordPress/gutenberg/pull/19458)
	- Define allowedFormats option for NavigationLink [19507](https://github.com/WordPress/gutenberg/pull/19507)
	- Rename the LinkControl's edit button title [19505](https://github.com/WordPress/gutenberg/pull/19505)
	- Use underline instead of bottom border for nav links [19538](https://github.com/WordPress/gutenberg/pull/19538)
	- Do not output Links with empty labels [19652](https://github.com/WordPress/gutenberg/pull/19652)
	- Remove draggable from all navigation-link blocks [19648](https://github.com/WordPress/gutenberg/pull/19648)
	- Remove duplicate CSS from Navigation that is aleady in Link CSS [19540](https://github.com/WordPress/gutenberg/pull/19540)
	- Remove the text color button double border on the navigation block toolbar [19567](https://github.com/WordPress/gutenberg/pull/19567)
	- Replace, on editing a Link, the current label with the title of page or post [19461](https://github.com/WordPress/gutenberg/pull/19461)
	- Add description for the Link Settings Description in the Link Block settings [19508](https://github.com/WordPress/gutenberg/pull/19508)
	- Fix Link url escaping [19679](https://github.com/WordPress/gutenberg/pull/19679)
	- Fix alignment on left border between menu navigation controls and menu item [19511](https://github.com/WordPress/gutenberg/pull/19511)
	- Styling fixes after navigation feature merge [19455](https://github.com/WordPress/gutenberg/pull/19455)
- Add support for align wide to deprecated versions of gallery block [19522](https://github.com/WordPress/gutenberg/pull/19522)
- Block top toolbar: fix mover direction [19574](https://github.com/WordPress/gutenberg/pull/19574)
- Editor keyboard shortcuts: fix Toggle Sidebar [19605](https://github.com/WordPress/gutenberg/pull/19605)
- Editor: Fix Block Embed Input size [19438](https://github.com/WordPress/gutenberg/pull/19438)
- Fix ServerSideRender component showing className [19555](https://github.com/WordPress/gutenberg/pull/19555)
- Fix writing flow focus capturing [19621](https://github.com/WordPress/gutenberg/pull/19621)
- Fix small visual select glitch [19590](https://github.com/WordPress/gutenberg/pull/19590)
- Fix the height of the tags tokens [19592](https://github.com/WordPress/gutenberg/pull/19592)
- Fix buttons block Link shortcut not working with multiple buttons [19492](https://github.com/WordPress/gutenberg/pull/19492)
- Disable HTML on Link [19483](https://github.com/WordPress/gutenberg/pull/19483)
- Fix managing page break in the block manager [19303](https://github.com/WordPress/gutenberg/pull/19303)
- Show predefined colors in the navigation block [19493](https://github.com/WordPress/gutenberg/pull/19493)
- Update CSS rule on the widgets screen required for drag & drop [19428](https://github.com/WordPress/gutenberg/pull/19428)
- Multi block selection: fix tabbing [19700](https://github.com/WordPress/gutenberg/pull/19700)
- Multi block selection: set focus back after attempt [19720](https://github.com/WordPress/gutenberg/pull/19720)
- RichText: don't set focus when applying format [19536](https://github.com/WordPress/gutenberg/pull/19536)
- Writing Flow: fix list selection [19721](https://github.com/WordPress/gutenberg/pull/19721)
- Fix Color Picker Format Toggle placement [19607](https://github.com/WordPress/gutenberg/pull/19607)
- Fix Columns block pattern picker item margin. [19494](https://github.com/WordPress/gutenberg/pull/19494)
- Fix block styles for More block [19745](https://github.com/WordPress/gutenberg/pull/19745)
- Block: fix hasMovers BlockList setting for top toolbar [19619](https://github.com/WordPress/gutenberg/pull/19619)

## New APIs

- Components: add ImageSizeControl component [17148](https://github.com/WordPress/gutenberg/pull/17148)
- Add block collections [17609](https://github.com/WordPress/gutenberg/pull/17609)
- Add `Text` component [18495](https://github.com/WordPress/gutenberg/pull/18495)
- Add warning package [19317](https://github.com/WordPress/gutenberg/pull/19317)
- Components: add isFocusable state to Button [19337](https://github.com/WordPress/gutenberg/pull/19337)

## Experiments

- Edit Site:
	- Add a Post Author block [19576](https://github.com/WordPress/gutenberg/pull/19576)
	- Add a Post Date block [19578](https://github.com/WordPress/gutenberg/pull/19578)
	- Add a Post Excerpt block [19579](https://github.com/WordPress/gutenberg/pull/19579)
	- Implement Template Part block editing 2 [19203](https://github.com/WordPress/gutenberg/pull/19203)
	- Add template loading [19081](https://github.com/WordPress/gutenberg/pull/19081)
- Block Directory:
	- Change 'update' icon to text to be more communicative [19451](https://github.com/WordPress/gutenberg/pull/19451)
	- Update the action button label to read 'Add block' [19412](https://github.com/WordPress/gutenberg/pull/19412)
- useColors:
	- Fix contrast check [19500](https://github.com/WordPress/gutenberg/pull/19500)
	- Directly pass ref for color detecting [19474](https://github.com/WordPress/gutenberg/pull/19474)
- InnerBlocks: Fix toolbar capturing [19530](https://github.com/WordPress/gutenberg/pull/19530)

## Documentation

- Add js syntax highlighting to documentation [19467](https://github.com/WordPress/gutenberg/pull/19467)
- Add lint-md section to scripts readme [19716](https://github.com/WordPress/gutenberg/pull/19716)
- Add linting of source in markdown files [19518](https://github.com/WordPress/gutenberg/pull/19518)
- Document packages-update wp-scripts command [19711](https://github.com/WordPress/gutenberg/pull/19711)
- Linting Documentation [19543](https://github.com/WordPress/gutenberg/pull/19543)
- More visibility to the theme opt-in styles documentation [19463](https://github.com/WordPress/gutenberg/pull/19463)
- Remove spaces in title for consistency with other components and docs [19466](https://github.com/WordPress/gutenberg/pull/19466) [19464](https://github.com/WordPress/gutenberg/pull/19464)
- Update block-filters.md [19595](https://github.com/WordPress/gutenberg/pull/19595) [19684](https://github.com/WordPress/gutenberg/pull/19684)
- Update contributors guide with docker-compose info [19362](https://github.com/WordPress/gutenberg/pull/19362)
- Add js syntax highlighting to documentation [19465](https://github.com/WordPress/gutenberg/pull/19465)
- Use import statement instead of deconstruction in docs [19469](https://github.com/WordPress/gutenberg/pull/19469) [19471](https://github.com/WordPress/gutenberg/pull/19471)
- Fix Navigable Container component usage code [19615](https://github.com/WordPress/gutenberg/pull/19615)

## Various

- Block Editor: Remove (more) legacy "editor-" class name compatibility [19489](https://github.com/WordPress/gutenberg/pull/19489)
- Block toolbar: rewrite toolbar forcing [19527](https://github.com/WordPress/gutenberg/pull/19527)
- Breadcrumb: isolate logic [19573](https://github.com/WordPress/gutenberg/pull/19573)
- Contain selection logic in useMultiSelection [19529](https://github.com/WordPress/gutenberg/pull/19529)
- Move navigation and selection logic to WritingFlow [19397](https://github.com/WordPress/gutenberg/pull/19397)
- LinkControl
	- Refactor LinkControl API [19396](https://github.com/WordPress/gutenberg/pull/19396)
	- Remove Popover from LinkControl component [19638](https://github.com/WordPress/gutenberg/pull/19638)
	- Add search results label for initial suggestions [19665](https://github.com/WordPress/gutenberg/pull/19665)
	- Prevent space being reserved for scrollbar when items fit box [19633](https://github.com/WordPress/gutenberg/pull/19633)
	- Remove non-public fetchSearchSuggestions from LinkControl documentation [19710](https://github.com/WordPress/gutenberg/pull/19710)
	- Update Nav Block to use new showInitialSuggestions prop on LinkControl [19667](https://github.com/WordPress/gutenberg/pull/19667)
	- Flatten LinkControl components by mocking useSelect for tests [19705](https://github.com/WordPress/gutenberg/pull/19705)
- Remove core editor usage from block editor rich text [18789](https://github.com/WordPress/gutenberg/pull/18789)
- Add script to automatically update core packages [19448](https://github.com/WordPress/gutenberg/pull/19448)
- Adds tests for horizontal mover descriptions [19549](https://github.com/WordPress/gutenberg/pull/19549)
- Remove: Gradient Picker from cover block placeholder [19712](https://github.com/WordPress/gutenberg/pull/19712)
- Add SVGR support to wp-scripts [18243](https://github.com/WordPress/gutenberg/pull/18243)
- Add storybook for Panel component [18541](https://github.com/WordPress/gutenberg/pull/18541)
- Add supports html: false to new website blocks. [19646](https://github.com/WordPress/gutenberg/pull/19646)
- Add: Block editor keyboard shortcuts on the widgets screen [19432](https://github.com/WordPress/gutenberg/pull/19432)
- Added 8px padding to search input block. [19452](https://github.com/WordPress/gutenberg/pull/19452)
- Adds a "(no title)" label to links to pages or posts with no title [19528](https://github.com/WordPress/gutenberg/pull/19528)
- Array type attribute source query comma missing [19717](https://github.com/WordPress/gutenberg/pull/19717)
- Block Editor: Make initial inner blocks non-dirtying. [19521](https://github.com/WordPress/gutenberg/pull/19521)
- Block Popover: editor canvas as boundary [19322](https://github.com/WordPress/gutenberg/pull/19322)
- Check for existing of avatar_urls array before trying to return the avatar img part of user autocomplete fragment [18259](https://github.com/WordPress/gutenberg/pull/18259)
- Update downshift dependency to v4.0.5 [19661](https://github.com/WordPress/gutenberg/pull/19661)
- Components: replace console.warn with @wordpress/warning [19687](https://github.com/WordPress/gutenberg/pull/19687)
- DOM: Mark stripHTML as unstable [19725](https://github.com/WordPress/gutenberg/pull/19725)
- Decode HTML entities for publish link [19517](https://github.com/WordPress/gutenberg/pull/19517)
- Expose custom gradient picker [19480](https://github.com/WordPress/gutenberg/pull/19480)
- Gallerys ids are saved as numbers [19163](https://github.com/WordPress/gutenberg/pull/19163)
- Media & Text: Remove "Insert from URL" from the replacement flow. [19606](https://github.com/WordPress/gutenberg/pull/19606)
- Page template previews [19106](https://github.com/WordPress/gutenberg/pull/19106)
- Post-Author: Move HTML tags outside of the translatable string [19675](https://github.com/WordPress/gutenberg/pull/19675)
- Priority Queue: Invoke callback when flushing queue [19282](https://github.com/WordPress/gutenberg/pull/19282)
- RichText: split out inline warning [19545](https://github.com/WordPress/gutenberg/pull/19545)
- Storybook: Update to latest 5.3 [19599](https://github.com/WordPress/gutenberg/pull/19599)
- Update `npm-package-json-lint-config` docs [19584](https://github.com/WordPress/gutenberg/pull/19584)
- Update the float on the Spinner to `none` [19338](https://github.com/WordPress/gutenberg/pull/19338)
- Wrap color palette in fieldset with label inside of a legend [19546](https://github.com/WordPress/gutenberg/pull/19546)
- Check Symbol.iterator not Symbol.toStringTag (redux-routine) [19666](https://github.com/WordPress/gutenberg/pull/19666)
- Skip intermittent end to end test on the button block [19653](https://github.com/WordPress/gutenberg/pull/19653)
- Fix e2e test failures via console log exception to handle temp `wpnonce` error [19532](https://github.com/WordPress/gutenberg/pull/19532)
- Packages: Mark build-styles as side-effectful [19535](https://github.com/WordPress/gutenberg/pull/19535)
- docgen: Omit unknown type tag from Markdown format output [19571](https://github.com/WordPress/gutenberg/pull/19571)
- Build Tooling: Skip package for build if package.json unreadable [19439](https://github.com/WordPress/gutenberg/pull/19439)




= 7.2.0 =

### New Features

- Add a new Buttons block. [#17352](https://github.com/wordpress/gutenberg/pull/17352)
- Support adding links to Media & Text block image. [#18139](https://github.com/wordpress/gutenberg/pull/18139)
- Navigation block: Support changing the font size. [#19127](https://github.com/wordpress/gutenberg/pull/19127)
- Gallery block: Add images size selector. [#18581](https://github.com/wordpress/gutenberg/pull/18581)

### Enhancements

- Improve the block inserter search algorithm. [#19122](https://github.com/wordpress/gutenberg/pull/19122)
- Improve the block placeholders design and responsiveness. [#18745](https://github.com/wordpress/gutenberg/pull/18745)
- Navigation mode: Auto-enable when tabbing to the block list with an existing block selection. [#19238](https://github.com/wordpress/gutenberg/pull/19238) [#19298](https://github.com/wordpress/gutenberg/pull/19298)
- Use tabs for gradient and color. [#19133](https://github.com/wordpress/gutenberg/pull/19133)
- Add "download" keyword to the File block. [#18995](https://github.com/wordpress/gutenberg/pull/18995)
- Add "poem" keyword to the Verse block. [#19355](https://github.com/wordpress/gutenberg/pull/19355)
- Convert to blocks:
    - preserve text alignment. [#19097](https://github.com/wordpress/gutenberg/pull/19097)
    - Skip shortcode if not on its own line. [#19059](https://github.com/wordpress/gutenberg/pull/19059)
- Writing flow: Improve tabbing for Edit mode. [#19235](https://github.com/wordpress/gutenberg/pull/19235)
- Use Popover for the block toolbar. [#18779](https://github.com/wordpress/gutenberg/pull/18779)
- Improve the block multi-selection styles. [#19094](https://github.com/wordpress/gutenberg/pull/19094) [#19121](https://github.com/wordpress/gutenberg/pull/19121)
- Support reduced-motion for Social Links transitions. [#18750](https://github.com/wordpress/gutenberg/pull/18750)
- Use the default cursor for Select Tool [#19157](https://github.com/wordpress/gutenberg/pull/19157)
- Round position attributes on cover focal point save. [#19183](https://github.com/wordpress/gutenberg/pull/19183)
- Remove block inserter shortcuts. [#19045](https://github.com/wordpress/gutenberg/pull/19045)
- Navigation block:
    - Clarify the placeholder label. [#19105](https://github.com/wordpress/gutenberg/pull/19105)
    - Removes the reusable block option from the items. [#19250](https://github.com/wordpress/gutenberg/pull/19250)
    - Sub-items white background adjustment. [#18976](https://github.com/wordpress/gutenberg/pull/18976)
- Adjustments to the welcome guide. [#19195](https://github.com/wordpress/gutenberg/pull/19195)
- Audio block: Don't render an empty audio tag. [#18850](https://github.com/wordpress/gutenberg/pull/18850)
- Make validation of block html tags and attributes case insensitive [#19207](https://github.com/wordpress/gutenberg/pull/19207)
- Block examples: concatenate strings and add translators notes. [#19048](https://github.com/wordpress/gutenberg/pull/19048)
- Show the trash button as a link. [#19131](https://github.com/wordpress/gutenberg/pull/19131)
- Removed the bottom-margin for the RadioControl component. [#19340](https://github.com/wordpress/gutenberg/pull/19340)
- Copy:
    - Capitalize "Manager" in Block Manager. [#19375](https://github.com/wordpress/gutenberg/pull/19375)
    - Expand on sentence case usage. [#18758](https://github.com/wordpress/gutenberg/pull/18758) [#19377](https://github.com/wordpress/gutenberg/pull/19377)
    - Update the copy of the Experiments page [#18233](https://github.com/wordpress/gutenberg/pull/18233)
    - Removes title case from alignments for text and image. [#18757](https://github.com/wordpress/gutenberg/pull/18757)
    - Unify not capitalizing the heading for each of the attributes. [#19374](https://github.com/wordpress/gutenberg/pull/19374)
    - Updates description of the navigation block. [#19098](https://github.com/wordpress/gutenberg/pull/19098)

### Performance:

- Remove the BlockAsyncRenderProvider and render parents asynchronously [#19343](https://github.com/wordpress/gutenberg/pull/19343)

###  Bugs:

- A11y:
    - Make text alignment items radio menu items. [#19233](https://github.com/wordpress/gutenberg/pull/19233)
    - Add group role to the  block wrapper element. [#19213](https://github.com/wordpress/gutenberg/pull/19213)
    - Prevent tabbing to the block drag handle. [#19211](https://github.com/wordpress/gutenberg/pull/19211)
    - Add a label attribute to the Social Icons block. [#18651](https://github.com/wordpress/gutenberg/pull/18651)
    - Improve Welcome guide and modal component. [#19261](https://github.com/wordpress/gutenberg/pull/19261) [#19290](https://github.com/wordpress/gutenberg/pull/19290)
- Pasting:
    - Content that results in a new block shouldn't be treated as inline content. [#19084](https://github.com/wordpress/gutenberg/pull/19084)
    - Preserve inline images. [#19064](https://github.com/wordpress/gutenberg/pull/19064)
    - Remove trailing br elements. [#19035](https://github.com/wordpress/gutenberg/pull/19035)
    - Remove windows paste markers. [#19040](https://github.com/wordpress/gutenberg/pull/19040)
    - Strip HTML formatting space for inline text. [#19043](https://github.com/wordpress/gutenberg/pull/19043)
    - Apply active formats when pasting inline. [#14815](https://github.com/wordpress/gutenberg/pull/14815)
- Rich Text:
    - Fix applying a format across 2 other formats. [#19053](https://github.com/wordpress/gutenberg/pull/19053)
    - Fix using composed characters on Safari. [#19171](https://github.com/wordpress/gutenberg/pull/19171)
- Fix block navigation using the up arrow key. [#19135](https://github.com/wordpress/gutenberg/pull/19135)
- Fix Welcome Guide modal display for Internet Explorer. [#19201](https://github.com/wordpress/gutenberg/pull/19201)
- Fix Gallery block crashing on the contributor role. [#19060](https://github.com/wordpress/gutenberg/pull/19060)
- Only show available image sizes for Image and Gallery blocks. [#19301](https://github.com/wordpress/gutenberg/pull/19301)
- Remove the circle mask style from the Image block, and add a "rounded" style instead. [#19028](https://github.com/wordpress/gutenberg/pull/19028)
- Fix the Jest Preset Default package: Update preset file extension for inclusion in NPM deployments. [#19306](https://github.com/wordpress/gutenberg/pull/19306)
- Fix the Base Styles package: Import colors into variables. [#19159](https://github.com/wordpress/gutenberg/pull/19159)
- Limit the Next Page (Page Break) block to root level only. [#18260](https://github.com/wordpress/gutenberg/pull/18260)
- Navigation mode: fix reverse tabbing to the post title. [#19305](https://github.com/wordpress/gutenberg/pull/19305)
- Reposition Popovers on click. [#19268](https://github.com/wordpress/gutenberg/pull/19268)
- Fix RangeControl initialPosition prop to accept 0 as a value. [#18611](https://github.com/wordpress/gutenberg/pull/18611) [#19202](https://github.com/wordpress/gutenberg/pull/19202)
- CustomSelectControl: Use items width instead of 100%. [#19150](https://github.com/wordpress/gutenberg/pull/19150)
- Verse block: fix white space. [#19173](https://github.com/wordpress/gutenberg/pull/19173)
- Add missing i18n to the Latest Posts block settings strings [#19032](https://github.com/wordpress/gutenberg/pull/19032)
- Fix ColorPicker alpha value normalization. [#18991](https://github.com/wordpress/gutenberg/pull/18991)
- Fix Post title encoding. [#19187](https://github.com/wordpress/gutenberg/pull/19187)
- Fix dates alignments in the picker. [#19294](https://github.com/wordpress/gutenberg/pull/19294)
- Media Replace Flow: Don't show the URL option unless there is a handler. [#19063](https://github.com/wordpress/gutenberg/pull/19063)
- Popover: don't render fallback anchor if anchorRef is defined. [#19308](https://github.com/wordpress/gutenberg/pull/19308)
- Fix cursor position when splitting blocks with IME keyboard. [#19055](https://github.com/wordpress/gutenberg/pull/19055)
- URLInput: Avoid showing the suggestions loader when disabled. [#18979](https://github.com/wordpress/gutenberg/pull/18979)
- Translate block example strings. [#18162](https://github.com/wordpress/gutenberg/pull/18162)
- Writing flow: simplify & fix tabbing out of block. [#19312](https://github.com/wordpress/gutenberg/pull/19312)

### New APIs:

- Button component:
    - Support the icon prop and use a consistent button height. [#19193](https://github.com/wordpress/gutenberg/pull/19193) [#19366](https://github.com/wordpress/gutenberg/pull/19366) [#19123](https://github.com/wordpress/gutenberg/pull/19123) [#19058](https://github.com/wordpress/gutenberg/pull/19058)
    - Deprecate IconButton and replace its usage with Button. [#19299](https://github.com/wordpress/gutenberg/pull/19299) [#19241](https://github.com/wordpress/gutenberg/pull/19241)
    - Support isPressed prop in Button and SVG components. [#17748](https://github.com/wordpress/gutenberg/pull/17748)
- New the @wordpress/keyboard-shortcuts package:
    - Add the package. [#19100](https://github.com/wordpress/gutenberg/pull/19100)
    - Optimize useShortcut performance. [#19341](https://github.com/wordpress/gutenberg/pull/19341)
    - Refactor KeyboardShortcuts component to rely on useKeyboardShortcut hook. [#19325](https://github.com/wordpress/gutenberg/pull/19325)
    - Refactor existing editor shortcuts to rely on the package. [#19320](https://github.com/wordpress/gutenberg/pull/19320) [#19327](https://github.com/wordpress/gutenberg/pull/19327) [#19332](https://github.com/wordpress/gutenberg/pull/19332) [#19318](https://github.com/wordpress/gutenberg/pull/19318) [#19334](https://github.com/wordpress/gutenberg/pull/19334) [#19385](https://github.com/wordpress/gutenberg/pull/19385) [#19395](https://github.com/wordpress/gutenberg/pull/19395)
- New React hook: useInstanceId. [#19091](https://github.com/wordpress/gutenberg/pull/19091)
- Support running arbitrary commands on the @wordpress/env containers and use it for linting and server registered fixtures. [#18986](https://github.com/wordpress/gutenberg/pull/18986)
- Font Size Picker: Add default size [#18273](https://github.com/wordpress/gutenberg/pull/18273)


### Experiments

- Full Site Editing:
    - Add package with barebones site editor screen. [#19054](https://github.com/wordpress/gutenberg/pull/19054)
    - Add Multi-Entity Saving flow. [#18029](https://github.com/wordpress/gutenberg/pull/18029) [#19155](https://github.com/wordpress/gutenberg/pull/19155)
- Widgets screen & customizer:
    - Fix Customiser block editor crash. [#19023](https://github.com/wordpress/gutenberg/pull/19023)
    - Fix Drag & Drop not working on the widgets screen. [#19029](https://github.com/wordpress/gutenberg/pull/19029)
- Allow parent Block to consume child Block's toolbar. [#18440](https://github.com/wordpress/gutenberg/pull/18440)
- Allow disabling the Block UI. [#18173](https://github.com/wordpress/gutenberg/pull/18173)
- Block Directory:
    - Update the regular expression that determines whether the plugin is using an img URL or an icon slug. [#19316](https://github.com/wordpress/gutenberg/pull/19316)
    - Use the block's title for alt text on block directory plugin items. [#19263](https://github.com/wordpress/gutenberg/pull/19263)

### Documentation

- Add types documention:
    - @wordpress/a11y [#19096](https://github.com/wordpress/gutenberg/pull/19096)
    - @wordpress/blob [#19092](https://github.com/wordpress/gutenberg/pull/19092)
    - @wordpress/dom-ready [#19089](https://github.com/wordpress/gutenberg/pull/19089)
    - @wordpress/is-shallow-equal [#19090](https://github.com/wordpress/gutenberg/pull/19090)
    - @wordpress/priority-queue [#18997](https://github.com/wordpress/gutenberg/pull/18997)
    - @wordpress/i18n [#19099](https://github.com/wordpress/gutenberg/pull/19099)
- Document the CustomSelectControl component. [#19026](https://github.com/wordpress/gutenberg/pull/19026)
- Document the WritingFlow component. [#19314](https://github.com/wordpress/gutenberg/pull/19314)
- Link to the User Support Documentation. [#19361](https://github.com/wordpress/gutenberg/pull/19361)
- Add more documentation for @wordpress/env. [#19194](https://github.com/wordpress/gutenberg/pull/19194)
- Add nested block / InnerBlocks tutorial. [#17559](https://github.com/wordpress/gutenberg/pull/17559)
- Add Developer Tools setup in Getting Started. [#19074](https://github.com/wordpress/gutenberg/pull/19074)
- Use ESNext as default code example format. [#17873](https://github.com/wordpress/gutenberg/pull/17873)
- Add standalone npm package release docs [#19381](https://github.com/wordpress/gutenberg/pull/19381)
- Typos and tweaks: [#19280](https://github.com/wordpress/gutenberg/pull/19280) [#19236](https://github.com/wordpress/gutenberg/pull/19236) [#19376](https://github.com/wordpress/gutenberg/pull/19376) [#19146](https://github.com/wordpress/gutenberg/pull/19146) [#19022](https://github.com/wordpress/gutenberg/pull/19022) [#19005](https://github.com/wordpress/gutenberg/pull/19005) [#18423](https://github.com/wordpress/gutenberg/pull/18423) [#19347](https://github.com/wordpress/gutenberg/pull/19347)


### Various

- Block Editor: Remove legacy "editor-" class name compatibility. [#19050](https://github.com/wordpress/gutenberg/pull/19050)(https://github.com/wordpress/gutenberg/pull/19046)
- Block Editor: Test ContrastChecker notices by string comparison. [#19169](https://github.com/wordpress/gutenberg/pull/19169)
- Fix useColors crashes on storybook. [#19046]
- Data: Remove unused forceRender argument [#19206](https://github.com/wordpress/gutenberg/pull/19206)
- Define useSelect dependencies properly. [#19044](https://github.com/wordpress/gutenberg/pull/19044)
- Deprecate @wordpress/nux package. [#18981](https://github.com/wordpress/gutenberg/pull/18981)
- E2E Test Utils: Remove empty, unused KeyboardMode file. [#19166](https://github.com/wordpress/gutenberg/pull/19166)
- Popover: remove buffer options [#19283](https://github.com/wordpress/gutenberg/pull/19283)
- Refactor the MediaReplaceFlow component to use Dropdown. [#19126](https://github.com/wordpress/gutenberg/pull/19126)
- Remove unused is-hovered class from the block wrapper. [#19390](https://github.com/wordpress/gutenberg/pull/19390)
- RichText:
    - Rewrite withFilters with hooks. [#19117](https://github.com/wordpress/gutenberg/pull/19117)
    - split out boundary style calculation. [#19319](https://github.com/wordpress/gutenberg/pull/19319)
- WritingFlow: rewrite with hooks. [#19393](https://github.com/wordpress/gutenberg/pull/19393)
- Project management: Add prepublish packages command for npm releases. [#19214](https://github.com/wordpress/gutenberg/pull/19214)
- Remove unused blocks-font-size classname. [#19208](https://github.com/wordpress/gutenberg/pull/19208)
- Add a pre-commit hook to check whether API docs are updated. [#18820](https://github.com/wordpress/gutenberg/pull/18820)
- Add mechanism to set a width on withViewportMatch. [#17085](https://github.com/wordpress/gutenberg/pull/17085)
- Add minimum and maximum values to the Gallery columns attribute. [#16314](https://github.com/wordpress/gutenberg/pull/16314)
- Include demo block templates in build ZIP. [#19072](https://github.com/wordpress/gutenberg/pull/19072)
- Fix CSS Coding Standards issue. [#19272](https://github.com/wordpress/gutenberg/pull/19272)
- Resolve WordPress package type imports. [#18927](https://github.com/wordpress/gutenberg/pull/18927)
- Add e2e tests:
    - Splitting and merging text. [#19049](https://github.com/wordpress/gutenberg/pull/19049)
    - InnerBlocks renderAppender. [#14996](https://github.com/wordpress/gutenberg/pull/14996)
    - Navigation block. [#19189](https://github.com/wordpress/gutenberg/pull/19189)
    - Validate embed rendering before proceeding to next [#19042](https://github.com/wordpress/gutenberg/pull/19042)
- Add unit tests to the useViewportMatch and useMediaQuery React hooks. [#19019](https://github.com/wordpress/gutenberg/pull/19019)



= 7.1.0 =

### Features

* Adding a menu to visually [switch between edit and](https://github.com/WordPress/gutenberg/pull/18624) [navigation](https://github.com/WordPress/gutenberg/pull/18829) [modes](https://github.com/WordPress/gutenberg/pull/18805) and announce the mode changes to screen reader users.
* Support adding [a caption to the Table block](https://github.com/WordPress/gutenberg/pull/15554).
* Implement a [Welcome Guide](https://github.com/WordPress/gutenberg/pull/18041) modal.

### Enhancements

* Use a [Fixed Block](https://github.com/WordPress/gutenberg/pull/18686) [Toolbar](https://github.com/WordPress/gutenberg/pull/18945https://github.com/WordPress/gutenberg/pull/18945) [on](https://github.com/WordPress/gutenberg/pull/19014) Mobile Web.
* Block UI:
    * [Remove the parent block from the block title](https://github.com/WordPress/gutenberg/pull/18795) component.
    * [Remove dashed](https://github.com/WordPress/gutenberg/pull/18105) [outlines](https://github.com/WordPress/gutenberg/pull/18865) for child and parent blocks.
    * Remove [hover](https://github.com/WordPress/gutenberg/pull/18862) [styles](https://github.com/WordPress/gutenberg/pull/18904).
* Navigation block:
    * Keep a single place to trigger the “[Open in a new tab](https://github.com/WordPress/gutenberg/pull/18532)” option.
    * Fix overflow by allowing [wrapping of menu items](https://github.com/WordPress/gutenberg/pull/18431).
    * Fix [double click to open the appender](https://github.com/WordPress/gutenberg/pull/18379).
    * Add a **type=submit** to the [search suggestion buttons](https://github.com/WordPress/gutenberg/pull/18933).
    * Support [justifying the menu items](https://github.com/WordPress/gutenberg/pull/18909).
    * Use [correct classnames](https://github.com/WordPress/gutenberg/pull/18926) for Link block save output.
    * Remove the [inspector controls](https://github.com/WordPress/gutenberg/pull/18948).
* Improve the block multi-selection:
    * A11y: [Use the browser’s selection](https://github.com/WordPress/gutenberg/pull/16835) default color. 
    * Polish the [styles](https://github.com/WordPress/gutenberg/pull/18867).
    * [Responsive](https://github.com/WordPress/gutenberg/pull/18915) multi-selection.
    * [Allow pasting](https://github.com/WordPress/gutenberg/pull/18746) on multi-selection.
* Improve the [Image blocks replacement flow/UI](https://github.com/WordPress/gutenberg/pull/16200).
* Disable the [HTML mode in the Cover block](https://github.com/WordPress/gutenberg/pull/18730).
* Add [friendly offline error messages](https://github.com/WordPress/gutenberg/pull/17961) on Rest API request failures.
* [Round the focal point](https://github.com/WordPress/gutenberg/pull/18765) coordinates.
* Popover & Dropdowns: Consistently and [smoothly](https://github.com/WordPress/gutenberg/pull/18813) [adjust](https://github.com/WordPress/gutenberg/pull/18936) the [position on scroll](https://github.com/WordPress/gutenberg/pull/17867).
* Remove [clearing the block selection](https://github.com/WordPress/gutenberg/pull/18621) on sidebar tab switch.
* [Separate editor notices](https://github.com/WordPress/gutenberg/pull/18871) by border instead of margin.
* Allow [drag and dropping images into the featured image](https://github.com/WordPress/gutenberg/pull/17486https://github.com/WordPress/gutenberg/pull/17486) box.

### Bug Fixes

* Prevent [resized Image blocks](https://github.com/WordPress/gutenberg/pull/18728) from overlapping the boundaries of the block.
* Fix [wrong link to attachment page](https://github.com/WordPress/gutenberg/pull/18731) after replacing images.
* Fix Media & Text block: "[Crop image to fill entire column](https://github.com/WordPress/gutenberg/pull/18729)" reset on image change.
* Fix the [Snackbar notices position](https://github.com/WordPress/gutenberg/pull/18801).
* Save the [Verse block line breaks](https://github.com/WordPress/gutenberg/pull/18372) as single characters.
* [Remove has-background-dim-NaN classname](https://github.com/WordPress/gutenberg/pull/18011) from the Cover block.
* Normalize the keys of the [apiFetch preloaded data](https://github.com/WordPress/gutenberg/pull/18724) to avoid unnecessary Rest API calls.
* Fix [CSS styles of the ColorPicker](https://github.com/WordPress/gutenberg/pull/18448) component.
* Update the Inspector slots to use the bubblesVirtually slots Fixing [RichText usage in Inspector controls](https://github.com/WordPress/gutenberg/pull/16807).
* Move the [Modals and Popovers](https://github.com/WordPress/gutenberg/pull/18775) to the right position in the DOM.
* Fix [alignment of date picker days](https://github.com/WordPress/gutenberg/pull/18856) when used in block.
* Fix alignment of [ToggleControl label](https://github.com/WordPress/gutenberg/pull/18815).
* Fix [the toggled state](https://github.com/WordPress/gutenberg/pull/18868) in the block toolbar buttons.
* Fix the [multi-select inspector padding](https://github.com/WordPress/gutenberg/pull/18847).
* Fix the behavior that allows writing by [clicking anywhere in the canvas](https://github.com/WordPress/gutenberg/pull/18732).
* Prevent [private posts with a future date](https://github.com/WordPress/gutenberg/pull/18834) from becoming public on update.
* Fix [useColors crashes if contrast checkers](https://github.com/WordPress/gutenberg/pull/18884) are not specified.
* Render [metaboxes as a single seemless unit](https://github.com/WordPress/gutenberg/pull/18873) to fix styling issues for themes with colored backgrounds.
* Fix the [FontSizePicker custom option](https://github.com/WordPress/gutenberg/pull/18842).
* Fix [reusable blocks](https://github.com/WordPress/gutenberg/pull/18902) showing up as too tall.
* Fix [Drop Cap + alignment](https://github.com/WordPress/gutenberg/pull/18831) producing a gap between paragraphs.
* Fix [Cover to Image block transform](https://github.com/WordPress/gutenberg/pull/18023) when no image is used in the Cover block.
* Ensure [empty classname is not output](https://github.com/WordPress/gutenberg/pull/18861) onto table element.
* Fix [scrolling the sidebar on mobile](https://github.com/WordPress/gutenberg/pull/18937).
* I18: Fix the [Code block](https://github.com/WordPress/gutenberg/pull/18964) [example](https://github.com/WordPress/gutenberg/pull/18993) [string](https://github.com/WordPress/gutenberg/pull/18973).

### APIs

* Support a [**disabled** prop in the RichText](https://github.com/WordPress/gutenberg/pull/18792) component.
* Add a [new](https://github.com/WordPress/gutenberg/pull/18827) [CustomSelectControl](https://github.com/WordPress/gutenberg/pull/17926) [component](https://github.com/WordPress/gutenberg/pull/18944).
* Add a new [TextHighlight](https://github.com/WordPress/gutenberg/pull/18609) component.
* Add a new [CustomGradientPicker](https://github.com/WordPress/gutenberg/pull/17603) component.
* Add [useViewportMatch](https://github.com/WordPress/gutenberg/pull/18816) [React hook](https://github.com/WordPress/gutenberg/pull/18950) to the @wordpress/compose package.
* Allowing [changing the aXe config](https://github.com/WordPress/gutenberg/pull/18712) in the @wordpress/just-puppeteer-axe package.

### Experiments

* Block Content Areas:
    * Add a [demo templates](https://github.com/WordPress/gutenberg/pull/18554) directory. 
    * Add the [Template Part](https://github.com/WordPress/gutenberg/pull/18736) block.
    * Add [documentation](https://github.com/WordPress/gutenberg/pull/18890) for the current state of the experiment.
* Widgets screen:
    * Clear the block selection when [clicking outside the widget areas](https://github.com/WordPress/gutenberg/pull/17851).
* APIs:
    * Add a new [\_\_experimentalResolveSelect](https://github.com/WordPress/gutenberg/pull/17558https://github.com/WordPress/gutenberg/pull/17558) API to the data package.
    * Add [color detection and contrast checks support](https://github.com/WordPress/gutenberg/pull/18547) to the useColors hook.

### Documentation

* Improvements to the [Getting Started](https://github.com/WordPress/gutenberg/pull/18769) documentation.
* Include [TypeScript type checking](https://github.com/WordPress/gutenberg/pull/18879) in Testing Overview.
* Add [JSDoc recommendations](https://github.com/WordPress/gutenberg/pull/18920).
* Reintroduce [NodeJS LTS](https://github.com/WordPress/gutenberg/pull/18923) support commitment.
* Typos and tweaks: [1](https://github.com/WordPress/gutenberg/pull/18752), [2](https://github.com/WordPress/gutenberg/pull/18882), [3](https://github.com/WordPress/gutenberg/pull/18882), [4](https://github.com/WordPress/gutenberg/pull/18916), [5](https://github.com/WordPress/gutenberg/pull/18961), [6](https://github.com/WordPress/gutenberg/pull/19012).

### Performance

* Avoid [rerendering the EditorRegions component](https://github.com/WordPress/gutenberg/pull/18776) on each click.
* Flatten and simplify the [align hook](https://github.com/WordPress/gutenberg/pull/18963) [rendering](https://github.com/WordPress/gutenberg/pull/19008).
* Shim the [meta attribute source](https://github.com/WordPress/gutenberg/pull/18960) on block registration.

### Various

* Storybook: Add [StoryShots integration](https://github.com/WordPress/gutenberg/pull/18031) to generate unit tests.
* Work on the stability of e2e tests: [1](https://github.com/WordPress/gutenberg/pull/18662), [2](https://github.com/WordPress/gutenberg/pull/18754), [3](https://github.com/WordPress/gutenberg/pull/18753), [4](https://github.com/WordPress/gutenberg/pull/18773), [5](https://github.com/WordPress/gutenberg/pull/18771).
* Use [consistent theme colors and font sizes](https://github.com/WordPress/gutenberg/pull/18761) in e2e tests.
* Travis: [Skip the deploy stage](https://github.com/WordPress/gutenberg/pull/18788) on PRs.
* And a Travis job to check the [IE11 compatibility of the produced JavaScript builds](https://github.com/WordPress/gutenberg/pull/18774).
* Avoid usage of [editor store on block editor](https://github.com/WordPress/gutenberg/pull/18784) reusable blocks inserter.
* Replace the [fs-extra dependency with rimraf](https://github.com/WordPress/gutenberg/pull/18790).
* RSS block: Remove [PHP 5.2 compatibility code](https://github.com/WordPress/gutenberg/pull/15806).
* Update the [Columns block to use the Patterns API](https://github.com/WordPress/gutenberg/pull/18283).
* Refactor the [BlockToolbar component](https://github.com/WordPress/gutenberg/pull/18843) to use React hooks.
* Refactor the [BlockDraggable](https://github.com/WordPress/gutenberg/pull/18756) component for a simpler React tree.
* Refactor the [BlockHTML](https://github.com/WordPress/gutenberg/pull/18968) component to use React hooks.
* Refactor the [BlockList](https://github.com/WordPress/gutenberg/pull/18821) component to use React hooks.
* Refactor the [BlockInsertionPoint](https://github.com/WordPress/gutenberg/pull/18821) component to use React hooks.
* [Split @wordpress/urls into multiple modules](https://github.com/WordPress/gutenberg/pull/18689https://github.com/WordPress/gutenberg/pull/18689)/files to allow better tree-shaking.
* Improve the Storybook setup to allow [updates on style changes](https://github.com/WordPress/gutenberg/pull/18676).
* Enforce consistent usage of [Button and ToolbarGroup](https://github.com/WordPress/gutenberg/pull/18817) components.
* Use the [colors hook in the Paragraph block](https://github.com/WordPress/gutenberg/pull/18148).
* Add missing actions and tests for [lockPostAutosaving, unlockPostAutosaving](https://github.com/WordPress/gutenberg/pull/18854).
* [Collapse passed](https://github.com/WordPress/gutenberg/pull/16755) [tests](https://github.com/WordPress/gutenberg/pull/18896) in Travis jobs.
* Add [side effects property to the @wordpress/components package](https://github.com/WordPress/gutenberg/pull/18911) to allow tree-shaking.
* Add a [script to perform patch releases](https://github.com/WordPress/gutenberg/pull/18938) for old npm package versions.
* Reuse the [URLInput component in the Social Links](https://github.com/WordPress/gutenberg/pull/18905) block and [disable suggestions](https://github.com/WordPress/gutenberg/pull/18946).
* Improve and simplify [reusable block](https://github.com/WordPress/gutenberg/pull/18903) [styles](https://github.com/WordPress/gutenberg/pull/18958).
* Refactor the [Gallery edit component](https://github.com/WordPress/gutenberg/pull/18265) to be semi-cross-platform.
* Run tests using the same [environment](https://github.com/WordPress/gutenberg/pull/18703) version used for development.
* Add [CPU/Network slowdown configuration](https://github.com/WordPress/gutenberg/pull/18770) options to the e2e tests setup.
* Enable [Type checking for the @wordpress/token-list](https://github.com/WordPress/gutenberg/pull/18839) package.
* Move the [changelog.txt and readme.txt files](https://github.com/WordPress/gutenberg/pull/18828) to the GitHub repository.

= 7.0.0 =

### Features

*   Add a new Navigation block (previously available as an experiment)
    *   [Highlight menu items](https://github.com/WordPress/gutenberg/pull/18435) without defined URL.
    *   Prevent [error in Firefox](https://github.com/WordPress/gutenberg/pull/18455) when removing the block.
    *   [Remove background color](https://github.com/WordPress/gutenberg/pull/18407) from the Navigation block and rely on the Group block.
    *   Remove the [background shadow](https://github.com/WordPress/gutenberg/pull/18485) for the submenus dropdown.
    *   [Rename "Navigation Menu Item"](https://github.com/WordPress/gutenberg/pull/18422https://github.com/WordPress/gutenberg/pull/18422) block to "Link".
    *   Remove [unnecessary color attributes](https://github.com/WordPress/gutenberg/pull/18540).
    *   Allow [addition CSS](https://github.com/WordPress/gutenberg/pull/18466) [classes](https://github.com/WordPress/gutenberg/pull/18629).
    *   Drop the [“menu” suffix from the block name](https://github.com/WordPress/gutenberg/pull/18551).
    *   [Escape special](https://github.com/WordPress/gutenberg/pull/18607) [characters](https://github.com/WordPress/gutenberg/pull/18617) in the frontend.
    *   Remove from [experimental features](https://github.com/WordPress/gutenberg/pull/18594).
    *   Add [style variations](https://github.com/WordPress/gutenberg/pull/18553).

### Enhancements

*   Use [gradient classnames](https://github.com/WordPress/gutenberg/pull/18590) instead of inline styles for the Cover block.
*   Inserter: Add [keyboard shortcut styling](https://github.com/WordPress/gutenberg/pull/18623) to "/" in the default tip.
*   [Restore the caret position](https://github.com/WordPress/gutenberg/pull/17824) properly on undo.
*   Add keywords to improve the [discoverability of the Audio block](https://github.com/WordPress/gutenberg/pull/18673).
*   Show [video preview on Cover block](https://github.com/WordPress/gutenberg/pull/18009) inspector panel.

### Bug Fixes

*   Fix [hidden nested images](https://github.com/WordPress/gutenberg/pull/18347) in the content column.
*   Fix [double border issue](https://github.com/WordPress/gutenberg/pull/18358) in the keyboard shortcuts modal.
*   Fix [off-centered publish button](https://github.com/WordPress/gutenberg/pull/17726).
*   Fix [error when isRTL config is not provided](https://github.com/WordPress/gutenberg/pull/18526) in the block editor settings.
*   Fix [full width Table block](https://github.com/WordPress/gutenberg/pull/18469) mobile regression.
*   A11y: Add a screen reader text [label for the Search block](https://github.com/WordPress/gutenberg/pull/17983).
*   Fix [text patterns undo](https://github.com/WordPress/gutenberg/pull/18533) after mouse move.
*   Fix block [drag and drop for the  contributor role](https://github.com/WordPress/gutenberg/pull/15054).
*   [Update the link when switching the image used](https://github.com/WordPress/gutenberg/pull/17226) in the Image block.
*   Fix php [error triggered when **gutenberg_register_packages_scripts**](https://github.com/WordPress/gutenberg/pull/18599) is run more than once.
*   Fix special characters [escaping for the post title](https://github.com/WordPress/gutenberg/pull/18616).
*   Fix [JavaScript errors triggered when selectors are called](https://github.com/WordPress/gutenberg/pull/18559) before the editor being initialized.
*   Fix [BaseControl component label](https://github.com/WordPress/gutenberg/pull/18646) when no id is passed.
*   [Preserve whitespace](https://github.com/WordPress/gutenberg/pull/18656) when converting blocks Preformatted and Paragraph blocks.
*   Fix [multiple paste issues](https://github.com/WordPress/gutenberg/pull/17470) creating unnecessary empty spaces.

### New APIs

*   Add a new [Card component](https://github.com/WordPress/gutenberg/pull/17963) [to](https://github.com/WordPress/gutenberg/pull/18681) @wordpress/components.
*   Add [label support for the URLInput](https://github.com/WordPress/gutenberg/pull/15669) [component](https://github.com/WordPress/gutenberg/pull/18488).
*   Support the [isMatch option for the shorcode transforms](https://github.com/WordPress/gutenberg/pull/18459).

### Experiments

*   Block Content areas:
    *   Add [Post Title and Post Content](https://github.com/WordPress/gutenberg/pull/18461) [blocks](https://github.com/WordPress/gutenberg/pull/18543).
    *   Add [template parts](https://github.com/WordPress/gutenberg/pull/18339) CPT and the theme resolution logic.
*   Widgets Screen:
    *   [Refactor the legacy widgets block](https://github.com/WordPress/gutenberg/pull/15801) to support all blocks.
    *   Fix [widget areas margins](https://github.com/WordPress/gutenberg/pull/18528).
    *   Add [isRTL setting](https://github.com/WordPress/gutenberg/pull/18545).
*   APIs
    *   **useColors** hook: Enhance the [contrast checking API](https://github.com/WordPress/gutenberg/pull/18237) and provide [access to the color value](https://github.com/WordPress/gutenberg/pull/18544).
    *   Introduce [createInterpolateElement](https://github.com/WordPress/gutenberg/pull/17376) to allow translation of complex strings with HTML content.
    *   A11y: Refactor the [accessibility behavior of the Toolbar](https://github.com/WordPress/gutenberg/pull/18534) component.
*   Social Links:
    *   [Capitalize LinkedIn](https://github.com/WordPress/gutenberg/pull/18638) and [GitHub](https://github.com/WordPress/gutenberg/pull/18714) properly.
    *   Fix frontend [styling](https://github.com/WordPress/gutenberg/pull/18410).

### Documentation

*   Add a [Backward Compatibility policy](https://github.com/WordPress/gutenberg/pull/18499) document.
*   Clarify the [npm packages release](https://github.com/WordPress/gutenberg/pull/18516) documentation.
*   Add documentation for the [@wordpress/env wp-env.json config file](https://github.com/WordPress/gutenberg/pull/18643).
*   Typos and tweaks: [1](https://github.com/WordPress/gutenberg/pull/18400), [2](https://github.com/WordPress/gutenberg/pull/18404), [3](https://github.com/WordPress/gutenberg/pull/18449), [4](https://github.com/WordPress/gutenberg/pull/18403), [5](https://github.com/WordPress/gutenberg/pull/18452), [6](https://github.com/WordPress/gutenberg/pull/18460), [7](https://github.com/WordPress/gutenberg/pull/18475), [8](https://github.com/WordPress/gutenberg/pull/18507), [9](https://github.com/WordPress/gutenberg/pull/18059), [10](https://github.com/WordPress/gutenberg/pull/17911), [11](https://github.com/WordPress/gutenberg/pull/18558), [12](https://github.com/WordPress/gutenberg/pull/18277), [13](https://github.com/WordPress/gutenberg/pull/18572), [14](https://github.com/WordPress/gutenberg/pull/18587), [15](https://github.com/WordPress/gutenberg/pull/18592), [16](https://github.com/WordPress/gutenberg/pull/18436), [17](https://github.com/WordPress/gutenberg/pull/18446), [18](https://github.com/WordPress/gutenberg/pull/18707), [19](https://github.com/WordPress/gutenberg/pull/18450), [20](https://github.com/WordPress/gutenberg/pull/18713).

### Various

*   Refactor the [RichText component](https://github.com/WordPress/gutenberg/pull/17779): Remove the inner Editable component.
*   Integrate [the](https://github.com/WordPress/gutenberg/pull/18514) [Gutenberg Playground](https://github.com/WordPress/gutenberg/pull/18191) into Storybook.
*   Increase [WordPress minimum supported](https://github.com/WordPress/gutenberg/pull/15809) by the plugin to 5.2.0.
*   Refactor the [Paragraph block edit function](https://github.com/WordPress/gutenberg/pull/18125) as a functional component.
*   Refactor the [Cover block edit function](https://github.com/WordPress/gutenberg/pull/18116) as a functional component.
*   Add new components to Storybook.
    *   [RadioControl](https://github.com/WordPress/gutenberg/pull/18474) component.
    *   [TabPanel](https://github.com/WordPress/gutenberg/pull/18402) component.
    *   [Popover](https://github.com/WordPress/gutenberg/pull/18096) component.
    *   [BaseControl](https://github.com/WordPress/gutenberg/pull/18648) component.
    *   [Tip](https://github.com/WordPress/gutenberg/pull/18542) component.
*   Include [WordPress eslint plugin](https://github.com/WordPress/gutenberg/pull/18457) in React eslint ruleset in @wordpress/eslint-plugin.
*   [Block PRs  on mobile unit test failures](https://github.com/WordPress/gutenberg/pull/18454) in Travis.
*   Polish the [PostSchedule popover styling](https://github.com/WordPress/gutenberg/pull/18235).
*   Fix the [API documentation generation tool](https://github.com/WordPress/gutenberg/pull/18253) when spaces are used in folder names.
*   Add [missing @babel/runtime dependency](https://github.com/WordPress/gutenberg/pull/18626) to the @wordpress/jest-puppeteer-axe.
*   [Refactor the Layout component](https://github.com/WordPress/gutenberg/pull/18044) [to](https://github.com/WordPress/gutenberg/pull/18658) [separate](https://github.com/WordPress/gutenberg/pull/18683) the UI from the content.
*   Align [Dropdown and DropdownMenu](https://github.com/WordPress/gutenberg/pull/18631) components styling.
*   Remove [max-width style from the Image block](https://github.com/WordPress/gutenberg/pull/14911).
*   Remove the [CollegeHumor embed](https://github.com/WordPress/gutenberg/pull/18591) block.
*   Add unit tests: 
    *   Ensure [consecutive edits](https://github.com/WordPress/gutenberg/pull/17917) to the same attribute are considered persistent.
    *   Test the [core-data undo reducer](https://github.com/WordPress/gutenberg/pull/18642).

= 6.9.0 =

### Features

* Support changing the [image title attribute](https://github.com/WordPress/gutenberg/pull/11070) in the Image block.

### Bugs

* Fix  [invalid Pullquote blocks](https://github.com/WordPress/gutenberg/pull/18194) when setting a color from the palette presets.
* Fix the columns left/right [full-width margins](https://github.com/WordPress/gutenberg/pull/18021).
* Prevent [fast consecutive updates](https://github.com/WordPress/gutenberg/pull/18219) from triggering blocks reset.
* Fix block [movers for floated blocks](https://github.com/WordPress/gutenberg/pull/18230).
* Fix [Radio buttons styling](https://github.com/WordPress/gutenberg/pull/18183) in meta boxes.
* Fix the [default image sizes used for featured images](https://github.com/WordPress/gutenberg/pull/15844) displayed in the editor.
* Prevent the unsaved changes warning from popping-up when [deleting posts](https://github.com/WordPress/gutenberg/pull/18275).
* Revert [img and iframe styles](https://github.com/WordPress/gutenberg/pull/18287) to block editor container scope.
* Block Merge: guard for [undefined attribute definition](https://github.com/WordPress/gutenberg/pull/17937).

### Enhancements

* Inserter: [Immediately insert block](https://github.com/WordPress/gutenberg/pull/16708) when only one block type is allowed.
* Update the list of the [default available gradients](https://github.com/WordPress/gutenberg/pull/18214).
* [Disable indent/outdent buttons](https://github.com/WordPress/gutenberg/pull/17819) when necessary in the List block.

### New APIs

* Add theme support API to define [custom gradients presets](https://github.com/WordPress/gutenberg/pull/17841).
* Mark the [AsyncMode](https://github.com/WordPress/gutenberg/pull/18154) data module API as stable.
* Mark the [mediaUpload @wordpress/block-editor setting](https://github.com/WordPress/gutenberg/pull/18156) as stable.
* Add a **wpenv.json** [config file support for](https://github.com/WordPress/gutenberg/pull/18121) [@wordpress/env](https://github.com/WordPress/gutenberg/pull/18294).

### Various

* Refactor the way [HTML is escaped by the RichText](https://github.com/WordPress/gutenberg/pull/17994) component.
* Refactor and [simplify the block margins CSS](https://github.com/WordPress/gutenberg/pull/18346) in the editor.
* Use [HTTPS git clone](https://github.com/WordPress/gutenberg/pull/18136) in the Gutenberg release tool for more stability.
* Update [ExternalLink](https://github.com/WordPress/gutenberg/pull/18142), [BaseControl and FormTokenField](https://github.com/WordPress/gutenberg/pull/18165) components to use the VisuallyHidden component for the screen reader text.
* Add several components to Storybook: 
  * [Spinner](https://github.com/WordPress/gutenberg/pull/18145),
  * [Draggable](https://github.com/WordPress/gutenberg/pull/18070),
  * [RangeControl](https://github.com/WordPress/gutenberg/pull/17846),
  * [FontSizePicker](https://github.com/WordPress/gutenberg/pull/18149),
  * [Modal](https://github.com/WordPress/gutenberg/pull/18083),
  * [Snackbar](https://github.com/WordPress/gutenberg/pull/18386),
  * [ToggleControl](https://github.com/WordPress/gutenberg/pull/18388),
  * [ResizableBox](https://github.com/WordPress/gutenberg/pull/18097/files).
* Refactor the [block-directory search to insert](https://github.com/WordPress/gutenberg/pull/17576) as an Inserter plugin.
* Improve the experimental [useColors React](https://github.com/WordPress/gutenberg/pull/18147) [hook](https://github.com/WordPress/gutenberg/pull/18286).
* Upgrade [Puppeteer](https://github.com/WordPress/gutenberg/pull/18205) to the last version.
* Update to the [last version of npm-package-json-lint](https://github.com/WordPress/gutenberg/pull/18160).
* **i18n**: Fix string concatenation in the [Verse block example](https://github.com/WordPress/gutenberg/pull/18365) and add `translators` string.
* Change Detection: Add an [e2e test case for post trashing](https://github.com/WordPress/gutenberg/pull/18290).
* Fix the [e2e tests watch command](https://github.com/WordPress/gutenberg/pull/18391).

### Experimental

* Block Content Areas:
  * Support [loading block templates](https://github.com/WordPress/gutenberg/pull/18247) from themes.
* Navigation block:
  * Add [default frontend styles](https://github.com/WordPress/gutenberg/pull/18094) for the Navigation block.
  * Use [RichText for navigation menu item](https://github.com/WordPress/gutenberg/pull/18182) instead of TextControl.
  * Add [block navigator](https://github.com/WordPress/gutenberg/pull/18202) to the inspector panel.
  * Use an [SVG icon](https://github.com/WordPress/gutenberg/pull/18222) for the color selector.
  * Add a new API for [horizontal movers](https://github.com/WordPress/gutenberg/pull/16615) and [use](https://github.com/WordPress/gutenberg/pull/18234) it for the navigation block.
  * Add a new [Link creation](https://github.com/WordPress/gutenberg/pull/17846) [and](https://github.com/WordPress/gutenberg/pull/18405) [edition](https://github.com/WordPress/gutenberg/pull/18225) [UI](https://github.com/WordPress/gutenberg/pull/18285) and [use](https://github.com/WordPress/gutenberg/pull/18062) it for the navigation block.
  * Add an [appender](https://github.com/WordPress/gutenberg/pull/18100) to the block navigator.
  * Add a block [placeholder](https://github.com/WordPress/gutenberg/pull/18363).
  * Various fixes and refactorings: [1](https://github.com/WordPress/gutenberg/pull/18189), [2](https://github.com/WordPress/gutenberg/pull/18178), [3](https://github.com/WordPress/gutenberg/pull/18188), [4](https://github.com/WordPress/gutenberg/pull/18153), [5](https://github.com/WordPress/gutenberg/pull/18221), [6](https://github.com/WordPress/gutenberg/pull/18278), [7](https://github.com/WordPress/gutenberg/pull/18172), [8](https://github.com/WordPress/gutenberg/pull/18346), [9](https://github.com/WordPress/gutenberg/pull/18376), [10](https://github.com/WordPress/gutenberg/pull/18150), [11](https://github.com/WordPress/gutenberg/pull/18292), [12](https://github.com/WordPress/gutenberg/pull/18374), [13](https://github.com/WordPress/gutenberg/pull/18367), [14](https://github.com/WordPress/gutenberg/pull/18350), [15](https://github.com/WordPress/gutenberg/pull/18412).
* Add [ResponsiveBlockControl](https://github.com/WordPress/gutenberg/pull/16790) component.
* Add initial [API for block patterns](https://github.com/WordPress/gutenberg/pull/18270).

### Documentation

* Add an introduction [README for Storybook](https://github.com/WordPress/gutenberg/pull/18245).
* Typos and fixes: [1](https://github.com/WordPress/gutenberg/pull/18187), [2](https://github.com/WordPress/gutenberg/pull/18198), [3](https://github.com/WordPress/gutenberg/pull/18204https://github.com/WordPress/gutenberg/pull/18204), [4](https://github.com/WordPress/gutenberg/pull/18218), [5](https://github.com/WordPress/gutenberg/pull/18221), [6](https://github.com/WordPress/gutenberg/pull/18226).


= 6.8.0 =

### Features

*   [Support gradients](https://github.com/WordPress/gutenberg/pull/18001) in Cover block.
*   Add a breadcrumb bar to support [block hierarchy selection](https://github.com/WordPress/gutenberg/pull/17838).

### Enhancements

*   Cover block: change the [minimum height input step size](https://github.com/WordPress/gutenberg/pull/17927) to one.
*   Allow setting a [display name for blocks](https://github.com/WordPress/gutenberg/pull/17519) based on their content in the BlockNavigator.
*   [Hide the gradients panel](https://github.com/WordPress/gutenberg/pull/18091) if an empty set of gradients is explicitly defined.
*   [Do not transform list items into paragraphs](https://github.com/WordPress/gutenberg/pull/18032) when deleting first list item and list is not empty.
*   Replace inline styles with [classnames for the gradient palette](https://github.com/WordPress/gutenberg/pull/18008).
*   [Preserve list attributes](https://github.com/WordPress/gutenberg/pull/17144) (start, type and reversed) when pasting or converting HTML to blocks. 

### Bugs

*   [Clear local autosaves](https://github.com/WordPress/gutenberg/pull/18051) after successful saves.
*   Fix the [columns block](https://github.com/WordPress/gutenberg/pull/17968) width overflow issue when using more than two columns.
*   Fix the [Link Rel input](https://github.com/WordPress/gutenberg/pull/17398) not showing the saved value of the link rel attribute.
*   Fix JavaScript errors triggered when using [links without href](https://github.com/WordPress/gutenberg/pull/17928) in HTML mode.
*   Move the [default list styles](https://github.com/WordPress/gutenberg/pull/17958) to the theme editor styles.
*   Fix [Invalid import](https://github.com/WordPress/gutenberg/pull/17969) statement for deprecated call in the Modal component.
*   Fix a small visual glitch in the [Publish button](https://github.com/WordPress/gutenberg/pull/18016).
*   Prevent blank page when using the [Media Modal Edit Image "back"](https://github.com/WordPress/gutenberg/pull/18007) button.
*   Allow the [shortcode transform](https://github.com/WordPress/gutenberg/pull/17925) to apply to all the provided shortcode aliases. 
*   Fix JavaScript error triggered when using arrows on an [empty URLInput](https://github.com/WordPress/gutenberg/pull/18088).
*   Fix [extra margins added to Gallery blocks](https://github.com/WordPress/gutenberg/pull/18019) by list editor styles.
*   Fix [custom button background color](https://github.com/WordPress/gutenberg/pull/18037) not reflected on reload.
*   [Preserve List block attributes](https://github.com/WordPress/gutenberg/pull/18102) when splitting into multiple lists. 
*   Fix [checkbox styles](https://github.com/WordPress/gutenberg/pull/18108) when used in metaboxes.
*   Make the [FontSizePicker style](https://github.com/WordPress/gutenberg/pull/18078) independent from WordPress core styles.
*   Fix overlapping controls in the [Inline Image formatting toolbar](https://github.com/WordPress/gutenberg/pull/18090).
*   Fix [strikethrough formatting](https://github.com/WordPress/gutenberg/pull/17187) when copy/pasting from Google Docs in Safari.
*   Allow [media upload post processing](https://github.com/WordPress/gutenberg/pull/18106) for all 5xx REST API responses.

## Experiments

*   Navigation block:
    *   Support [color customization](https://github.com/WordPress/gutenberg/pull/17832).
    *   Improve the [Link edition UI](https://github.com/WordPress/gutenberg/pull/17986).
*   Block Content Areas:
    *   Implement a frontend [template loader](https://github.com/WordPress/gutenberg/pull/17626) based on the  **wp_template** CPT.
    *   Add a temporary [UI to edit **wp_template**](https://github.com/WordPress/gutenberg/pull/17625) CPT posts.
    *   Add a [Site title block](https://github.com/WordPress/gutenberg/pull/17207).

### New APIs

*   Add [VisuallyHidden](https://github.com/WordPress/gutenberg/pull/18022) component.
*   Add [**@wordpress/base-styles**](https://github.com/WordPress/gutenberg/pull/17883) package to share the common variables/mixins used by the WordPress packages.
*   Add [Platform component](https://github.com/WordPress/gutenberg/pull/18058) to allow writing platform (web, mobile) specific logic.
*   Add isInvalidDate prop to [DatePicker](https://github.com/WordPress/gutenberg/pull/17498).
*   @wordpress/env improvements:
    *   Support [custom ports](https://github.com/WordPress/gutenberg/pull/17697).
    *   Support using it for [themes](https://github.com/WordPress/gutenberg/pull/17732).
*   Add a new experimental React  hook to [support colors in blocks](https://github.com/WordPress/gutenberg/pull/16781).
*   Add a new experimental [DimentionControl](https://github.com/WordPress/gutenberg/pull/16791) component.

### Various

*   Storybook:
    *   Add a story for the [CheckboxControl](https://github.com/WordPress/gutenberg/pull/17891) component.
    *   Add a story for the [Dashicon](https://github.com/WordPress/gutenberg/pull/18027) component.
    *   Add a story for the [ColorPalette](https://github.com/WordPress/gutenberg/pull/17997) component.
    *   Add a story for the [ColorPicker](https://github.com/WordPress/gutenberg/pull/18013) component.
    *   Add a story for the [ExternalLink](https://github.com/WordPress/gutenberg/pull/18084) component.

Add knobs to the [ColorIndicator Story](https://github.com/WordPress/gutenberg/pull/18015).

*   Several other [enhancements to existing stories](https://github.com/WordPress/gutenberg/pull/18030).
*   [Linting fixes](https://github.com/WordPress/gutenberg/pull/17981) for Storybook config.
*   Fix Lint warnings triggered by [JSDoc definitions](https://github.com/WordPress/gutenberg/pull/18025).
*   [Reorganize e2e tests](https://github.com/WordPress/gutenberg/pull/17990) [specs](https://github.com/WordPress/gutenberg/pull/18020) into three folders: editor, experimental and plugin.
*   Cleanup [skipped e2e tests](https://github.com/WordPress/gutenberg/pull/18003).
*   Add a [link to Storybook](https://github.com/WordPress/gutenberg/pull/17982) from the Gutenberg playground.
*   Optimize the **@wordpress/compose** package to [support tree-shaking](https://github.com/WordPress/gutenberg/pull/17945).
*   Code Quality:
    *   Refactor the [Button block edit function](https://github.com/WordPress/gutenberg/pull/18006) to use a functional component.
    *   Change the name of the [accumulated variables](https://github.com/WordPress/gutenberg/pull/17893) in reduce functions.
    *   Remove wrapper around the [Table block cells](https://github.com/WordPress/gutenberg/pull/17711).
*   Fix several issues related to [Node 12](https://github.com/WordPress/gutenberg/pull/18054) [becoming](https://github.com/WordPress/gutenberg/pull/18057) LTS.
*   Add the [Block Inspector](https://github.com/WordPress/gutenberg/pull/18077) to the Gutenberg playground.

### Documentation

*   Enhance the [Git workflow](https://github.com/WordPress/gutenberg/pull/17662) documentation.
*   Clarify [block naming conventions](https://github.com/WordPress/gutenberg/pull/18117).
*   Tweaks and typos: [1](https://github.com/WordPress/gutenberg/pull/17980), [2](https://github.com/WordPress/gutenberg/pull/18039).

= 6.7.0 =

### Features

*   Add [gradient backgrounds support](https://github.com/WordPress/gutenberg/pull/17169) to the Button block.

### Bug Fixes

*   i18n : Include the plural version of the “[remove block](https://github.com/WordPress/gutenberg/pull/17665)” string.
*   Update dropdown menu items to match [hover](https://github.com/WordPress/gutenberg/pull/17621) [style](https://github.com/WordPress/gutenberg/pull/17581) in other places.
*   Smoothly [reposition Popovers on scroll](https://github.com/WordPress/gutenberg/pull/17699).
*   Fix [margin styles for Gallery](https://github.com/WordPress/gutenberg/pull/17694) and Social links blocks.
*   Fix [popovers hidden on mobile](https://github.com/WordPress/gutenberg/pull/17696).
*   Ensure [sidebar plugins do not get auto-closed](https://github.com/WordPress/gutenberg/pull/17712) when opened on small screens.
*   Fix the design of the [Checkbox component in IE11](https://github.com/WordPress/gutenberg/pull/17714).
*   Add [has-text-color](https://github.com/WordPress/gutenberg/pull/17742) classname to heading block.
*   Prevent [figure margin reset CSS](https://github.com/WordPress/gutenberg/pull/17737) from being included in the frontend.
*   Fix the [scaling of the pinned plugins menu icons](https://github.com/WordPress/gutenberg/pull/17752).
*   Fix [Heading and paragraph colors](https://github.com/WordPress/gutenberg/pull/17728) not applied inside the cover block.
*   [Close Nux tips](https://github.com/WordPress/gutenberg/pull/17663) when clicking outside the tip.
*   Fix [meta attribute source](https://github.com/WordPress/gutenberg/pull/17820) for post types other than post.
*   Fix ”[Open in New Tab](https://github.com/WordPress/gutenberg/pull/17794)” not being persisted.
*   Fix [redo](https://github.com/WordPress/gutenberg/pull/17827) [behavior](https://github.com/WordPress/gutenberg/pull/17861) and expand test coverage.
*   I18n: Fix missing translation for the [“All content copied” string](https://github.com/WordPress/gutenberg/pull/17828).
*   Fix the [block preview padding](https://github.com/WordPress/gutenberg/pull/17807) in themes with custom backgrounds.
*   Fix [merging list blocks](https://github.com/WordPress/gutenberg/pull/17845) with indented list items.
*   Fix [inline image controls](https://github.com/WordPress/gutenberg/pull/17750) display condition.
*   Fix clicking the [redirect element](https://github.com/WordPress/gutenberg/pull/17798) focuses the inserted paragraph.
*   Fix [editing meta attributes](https://github.com/WordPress/gutenberg/pull/17850) with multiple set to true.
*   Add [No Preview Available](https://github.com/WordPress/gutenberg/pull/17848) text to the inserter preview panel.
*   [Prevent block controls from disappearing](https://github.com/WordPress/gutenberg/pull/17876) when switching the List block type.
*   Avoid [trailing space](https://github.com/WordPress/gutenberg/pull/17842) at the end of a translatable string.
*   Fix [left aligned nested blocks](https://github.com/WordPress/gutenberg/pull/17804).
*   Fix the top margin of the [RadioControl help text](https://github.com/WordPress/gutenberg/pull/17677).
*   Fix [invalid HTML](https://github.com/WordPress/gutenberg/pull/17754) used in the Featured Image panel.
*   Make sure that all [edits after saving](https://github.com/WordPress/gutenberg/pull/17888) are considered persistent by default.
*   Ensure that [sidebar is closed on the first visit](https://github.com/WordPress/gutenberg/pull/17902) on small screens.
*   Update the [columns block example](https://github.com/WordPress/gutenberg/pull/17904) to avoid overlapping issues.
*   Remove unnecessary default styles for [H2 heading inside Cover blocks](https://github.com/WordPress/gutenberg/pull/17815).
*   Fix [Media & Text block alignment](https://github.com/WordPress/gutenberg/pull/10812) in IE11.
*   Remove [unnecessary padding](https://github.com/WordPress/gutenberg/pull/17907https://github.com/WordPress/gutenberg/pull/17907) in the Columns block.
*   Fix the [Columns block height](https://github.com/WordPress/gutenberg/pull/17901) in IE11.
*   Correctly update [RichText value after undo](https://github.com/WordPress/gutenberg/pull/17840).
*   Prevent the [snackbar link components](https://github.com/WordPress/gutenberg/pull/17887) from hiding on focus.
*   Fix [block toolbar position](https://github.com/WordPress/gutenberg/pull/17894) in IE11.
*   Retry [uploading images](https://github.com/WordPress/gutenberg/pull/17858) on failures.

### Performance

*   Avoid [continuously reset browser selection](https://github.com/WordPress/gutenberg/pull/17869) (improve typing performance in iOS).

### Enhancements

*   Polish [FontSize Picker design](https://github.com/WordPress/gutenberg/pull/17647).
*   Use body color for the [post publish panel](https://github.com/WordPress/gutenberg/pull/17731).
*   Limit the width and height of the [pinnable plugins icons](https://github.com/WordPress/gutenberg/pull/17722).
*   Add a [max width to the Search block](https://github.com/WordPress/gutenberg/pull/17648) input.

### Experiments

*   Menu Navigation block:
*   Implement initial state containing [top level pages](https://github.com/WordPress/gutenberg/pull/17637).
*   Fix [menu alignment](https://github.com/WordPress/gutenberg/pull/17630).
*   Fix the [classname](https://github.com/WordPress/gutenberg/pull/17853) in frontend.
*   Block Directory
*   Change the [relative time string](https://github.com/WordPress/gutenberg/pull/17535).
*   Widgets Screen
*   Fix the [styling of the inspector panel](https://github.com/WordPress/gutenberg/pull/17880).

### Documentation

*   Fix [@wordpress/data-controls examples](https://github.com/WordPress/gutenberg/pull/17773).
*   Typos and tweaks: [1](https://github.com/WordPress/gutenberg/pull/17821), [2](https://github.com/WordPress/gutenberg/pull/17909).

### Various

*   Introduce the [@wordpress/env](https://github.com/WordPress/gutenberg/pull/17668) package, A zero-config, self-contained local WordPress environment for development and testing.
*   Add [Storybook](https://github.com/WordPress/gutenberg/pull/17475) [to](https://github.com/WordPress/gutenberg/pull/17762) develop and showcase UI components:
*   [Add](https://github.com/WordPress/gutenberg/pull/17910) [ButtonGroup](https://github.com/WordPress/gutenberg/pull/17884) component.
*   Add [ScrollLock](https://github.com/WordPress/gutenberg/pull/17886) component.
*   Add [Animate](https://github.com/WordPress/gutenberg/pull/17890https://github.com/WordPress/gutenberg/pull/17890) component.
*   Add [Icon and IconButton](https://github.com/WordPress/gutenberg/pull/17868) components.
*   Add [ClipboardButton](https://github.com/WordPress/gutenberg/pull/17913) component.
*   Add [ColorIndicator](https://github.com/WordPress/gutenberg/pull/17924) component.
*   [Remove RichText](https://github.com/WordPress/gutenberg/pull/17607) [wrapper](https://github.com/WordPress/gutenberg/pull/17713) and use Popover for the inline toolbar.
*   Improve the way the [lock file](https://github.com/WordPress/gutenberg/pull/17705) handles local dependencies.
*   Refactor [ColorPalette](https://github.com/WordPress/gutenberg/pull/17154) by extracting its design.
*   Improve [E2E test reliability](https://github.com/WordPress/gutenberg/pull/17679) by consuming synchronous data and bailing on save failure.
*   Replace the [isDismissable prop with isDismissible](https://github.com/WordPress/gutenberg/pull/17689) in the Modal component.
*   Add eslint-plugin-jest to the default @wordpress/scripts [linting config](https://github.com/WordPress/gutenberg/pull/17744).
*   Update @wordpress/scripts to use the [latest version of webpack](https://github.com/WordPress/gutenberg/pull/17753) for build and start commands.
*   Cleanup [Dashicon component](https://github.com/WordPress/gutenberg/pull/17741).
*   Update the [Excerpt help link](https://github.com/WordPress/gutenberg/pull/17753).
*   [Release tool](https://github.com/WordPress/gutenberg/pull/17717): fix wrong package.json used when bumping the stable released version.
*   Fix several [typos](https://github.com/WordPress/gutenberg/pull/17666) in [code](https://github.com/WordPress/gutenberg/pull/17800) and [files](https://github.com/WordPress/gutenberg/pull/17782).
*   Update [E2E tests](https://github.com/WordPress/gutenberg/pull/17859) to accommodate WP 5.3 Beta 3 changes.
*   Define the “[sideEffects](https://github.com/WordPress/gutenberg/pull/17862)” property for @wordpress packages.
*   Add [nested embed e2e test](https://github.com/WordPress/gutenberg/pull/15909).
*   I18N: Always return the [translation file](https://github.com/WordPress/gutenberg/pull/17900) prefixed with `gutenberg-`.
*   Use [wp.org CDN for images](https://github.com/WordPress/gutenberg/pull/17935) used in block preview.

= 6.6.0 =

### Enhancements

-   Turn [Stack on mobile toggle on by default](https://github.com/WordPress/gutenberg/pull/14364) in the Media & Text block.
-   Only show the Inserter [help panel in the topbar inserter](https://github.com/WordPress/gutenberg/pull/17545).
-   Use minimum height instead of height for [Cover height control label](https://github.com/WordPress/gutenberg/pull/17634).
-   Update the [buttons](https://github.com/WordPress/gutenberg/pull/17645)  [styling](https://github.com/WordPress/gutenberg/pull/17651) to match core.
-   Add [preview examples](https://github.com/WordPress/gutenberg/pull/17493) for multiple core blocks.

### New APIs

-   Implement [EntityProvider](https://github.com/WordPress/gutenberg/pull/17153) and use it to refactor the meta block attributes.

### Experimental

-   Introduce the [wp_template custom post type](https://github.com/WordPress/gutenberg/pull/17513) to preempt the block content areas work.
-   Use the [entities store for the widgets](https://github.com/WordPress/gutenberg/pull/17319) screen.

### Bugs

-   Fix javascript error potentially triggered when using [saveEntityRecord action](https://github.com/WordPress/gutenberg/pull/17492).
-   Avoid marking the [post as dirty when forcing an undo level](https://github.com/WordPress/gutenberg/pull/17487) (RichText).
-   Fix [Post Publish Panel overlapping the user profile](https://github.com/WordPress/gutenberg/pull/17075) dropdown menu.
-   Fix and align [collapsing logic for Save Draft and Saved](https://github.com/WordPress/gutenberg/pull/17506) button states.
-   [Remove Reusable block name and description](https://github.com/WordPress/gutenberg/pull/17530) from the inserter help panel.
-   Fix spacing issues in the [inserter panel previews](https://github.com/WordPress/gutenberg/pull/17531).
-   Gallery block: [Don't show the caption gradient overlay](https://github.com/WordPress/gutenberg/pull/17561) unless image is selected or a caption is set.
-   Gallery block: Fix [custom alignment layouts](https://github.com/WordPress/gutenberg/pull/17586)
-   Fix [dirtiness detection when server-side saving filters](https://github.com/WordPress/gutenberg/pull/17532) are used.
-   Remove [wrong i18n](https://github.com/WordPress/gutenberg/pull/17546)  [domain](https://github.com/WordPress/gutenberg/pull/17591).
-   Fix [invalid block warning](https://github.com/WordPress/gutenberg/pull/17572) panel.
-   Fix various issues in related to the [BlockDirectory inserter](https://github.com/WordPress/gutenberg/pull/17517).
-   Cover block: [Show Height control](https://github.com/WordPress/gutenberg/pull/17371) only if an image background is selected.
-   Fix [RichText composition input](https://github.com/WordPress/gutenberg/pull/17610) issues.
-   Fix [block placeholders spacing](https://github.com/WordPress/gutenberg/pull/17616) after Core inputs updates.
-   Fix [checkbox design](https://github.com/WordPress/gutenberg/pull/17571) (color and background) after Core updates.
-   Fix [radio buttons design](https://github.com/WordPress/gutenberg/pull/17613) after Core updates.
-   Remove any existing subscriptions before adding a new save metaboxes sub to [prevent multiple saves](https://github.com/WordPress/gutenberg/pull/17522).
-   [Clear auto-draft titles](https://github.com/WordPress/gutenberg/pull/17633) on save if not changed explicitly.
-   Fix [block error boundary](https://github.com/WordPress/gutenberg/pull/17602).
-   Fix [select elements](https://github.com/WordPress/gutenberg/pull/17646) design in the sidebar after Core updates.
-   Allow using [space with modifier keys](https://github.com/WordPress/gutenberg/pull/17611) at the beginning of list items.
-   Fix the [inputs height](https://github.com/WordPress/gutenberg/pull/17659) after Core updates.
-   fix conflict between [remote and local autosaves](https://github.com/WordPress/gutenberg/pull/17501).

### Performance

-   Request the [Image block’s metadata](https://github.com/WordPress/gutenberg/pull/17504) only if the block is selected.
-   Improve the performance of the [block reordering animation in Safari](https://github.com/WordPress/gutenberg/pull/17573).
-   Remove [Autocomplete component wrappers](https://github.com/WordPress/gutenberg/pull/17580).

### Various

-   [Replace registered social links blocks](https://github.com/WordPress/gutenberg/pull/17494) if already registered in Core.
-   More stable [List block e2e](https://github.com/WordPress/gutenberg/pull/17482)  [tests](https://github.com/WordPress/gutenberg/pull/17599).
-   Add e2e tests to validate the [date picker UI](https://github.com/WordPress/gutenberg/pull/17490) behavior.
-   Add e2e tests to validate the [local auto-save](https://github.com/WordPress/gutenberg/pull/17503) behavior.
-   Mark the [social links block as experimental](https://github.com/WordPress/gutenberg/pull/17526).
-   [Update the e2e tests](https://github.com/WordPress/gutenberg/pull/17566) to accommodate the new theme.
-   Align the [version of lodash](https://github.com/WordPress/gutenberg/pull/17528) with WordPress core.
-   Add phpcs rule to [detect unused variables](https://github.com/WordPress/gutenberg/pull/17300).
-   Simplify [Block Selection Reducer](https://github.com/WordPress/gutenberg/pull/17467).
-   Add [has-background classes](https://github.com/WordPress/gutenberg/pull/17529) to pullquote and Media & Text blocks for consistency.
-   Tidy up [button vertical align styles](https://github.com/WordPress/gutenberg/pull/17601).
-   Update [browserslist](https://github.com/WordPress/gutenberg/pull/17643) dependency.

### Documentation

-   Add [scripts/styles dependency management](https://github.com/WordPress/gutenberg/pull/17489) documentation.
-   Update [docs with the example property](https://github.com/WordPress/gutenberg/pull/17507) used for Inserter previews.
-   Typos and tweaks: [1](https://github.com/WordPress/gutenberg/pull/17449), [2](https://github.com/WordPress/gutenberg/pull/17499), [3](https://github.com/WordPress/gutenberg/pull/17514), [4](https://github.com/WordPress/gutenberg/pull/17502), [5](https://github.com/WordPress/gutenberg/pull/17595).

### Mobile

-   Add [rounded corners on media placeholder](https://github.com/WordPress/gutenberg/pull/16729) and unsupported blocks.
-   Fix link editing when the [cursor is at the beginning of a link](https://github.com/WordPress/gutenberg/pull/17631).

= 6.5.0 =

### Features
*   Add a [new](https://github.com/WordPress/gutenberg/pull/17402) [Social links](https://github.com/WordPress/gutenberg/pull/16897) [block](https://github.com/WordPress/gutenberg/pull/17380).
*   Support [border radius changes](https://github.com/WordPress/gutenberg/pull/17253) in the Button block.
*   Support [adding a caption to the Gallery block](https://github.com/WordPress/gutenberg/pull/17101).
*   Support [local autosaves](https://github.com/WordPress/gutenberg/pull/16490).
### Enhancements
*   [Disable the click-through](https://github.com/WordPress/gutenberg/pull/17239) behavior in desktop.
*   Update the [labels width](https://github.com/WordPress/gutenberg/pull/14478) to fit their content.
*   Avoid displaying console warnings when [blocks are upgraded using deprecated versions](https://github.com/WordPress/gutenberg/pull/16862).
*   Reduce the [padding around the in-between block inserter](https://github.com/WordPress/gutenberg/pull/17136).
*   Improve the design of [the](https://github.com/WordPress/gutenberg/pull/17315) [block movers](https://github.com/WordPress/gutenberg/pull/17216).
*   Align the [Gallery block image](https://github.com/WordPress/gutenberg/pull/17316) [controls](https://github.com/WordPress/gutenberg/pull/17374) with the block movers design.
*   [Remove child blocks](https://github.com/WordPress/gutenberg/pull/17128) from the block manager.
*   [Remove duplicated "Enable" label](https://github.com/WordPress/gutenberg/pull/17375) from the options panel.
*   Use [sentence case](https://github.com/WordPress/gutenberg/pull/17336) for all tooltips.
*   [Remove the forced gray scale](https://github.com/WordPress/gutenberg/pull/17415) from the category icons.
*   Move the [alignment controls to toolbar of the Heading](https://github.com/WordPress/gutenberg/pull/17419) block.
*   Use the [featured image frame](https://github.com/WordPress/gutenberg/pull/17410) in the Media modal.
### Bug Fixes
*   Update the [Post Schedule label](https://github.com/WordPress/gutenberg/pull/15757) to correctly reflect the date and time display settings.
*   Clean up the [block toolbar position](https://github.com/WordPress/gutenberg/pull/17197) for wide full blocks.
*   Fix the [cropped focus indicator](https://github.com/WordPress/gutenberg/pull/17215) in the block inserter.
*   Browser incompatibilities:
    *   [Fallback to setTimeout in RichText](https://github.com/WordPress/gutenberg/pull/17213) if no requestIdleCallback is not supported.
    *   [Block toolbar fixes](https://github.com/WordPress/gutenberg/pull/17214) for IE11.
    *   Fix [Backspace usage in RichText](https://github.com/WordPress/gutenberg/pull/17256) for IE11.
*   Prevent clicking the [next/previous month in the Post Schedule](https://github.com/WordPress/gutenberg/pull/17201) popover from closing it.
*   Prevent the [private posts from triggering the unsaved changes](https://github.com/WordPress/gutenberg/pull/17210) [warnings](https://github.com/WordPress/gutenberg/pull/17257) after saving.
*   Fix the usage of the [useReducedMotion hook in Node.js](https://github.com/WordPress/gutenberg/pull/17165) context.
*   A11y:
    *   Use [darker form field borders](https://github.com/WordPress/gutenberg/pull/17218).
    *   Fix the [modal escape key propagation](https://github.com/WordPress/gutenberg/pull/17297).
    *   [Move focus back from the Modal to the More Menu](https://github.com/WordPress/gutenberg/pull/16964) when it was used to open the Modal.
*   [Trim leading and trailing whitespaces](https://github.com/WordPress/gutenberg/pull/17320) when inserting links.
*   Prevent using the paragraph block when [pasting unformatted text into RichText](https://github.com/WordPress/gutenberg/pull/17140).
*   Fix styling of [classic block's block controls](https://github.com/WordPress/gutenberg/pull/17323).
*   Fix the [showing/hiding logic of the **Group** menu item](https://github.com/WordPress/gutenberg/pull/17353) in the block settings menu.
*   Fix [invalid HTML nesting](https://github.com/WordPress/gutenberg/pull/17342) of buttons.
*   Fix [React warning when using withFocusReturn](https://github.com/WordPress/gutenberg/pull/17354) Higher-order component.
*   Fix [lengthy content cuts](https://github.com/WordPress/gutenberg/pull/17365) in the Cover block.
*   Disable [multi-selection when resizing](https://github.com/WordPress/gutenberg/pull/17359).
*   Fix the [permalink UI in RTL](https://github.com/WordPress/gutenberg/pull/13919) languages.
*   Fix multiple issues related to the [reusable blocks](https://github.com/WordPress/gutenberg/pull/14367) editing/previewing UI.
*   Remove filter that [unsets auto-draft titles](https://github.com/WordPress/gutenberg/pull/17317).
*   Fix the [Move to trash](https://github.com/WordPress/gutenberg/pull/17427) button redirection.
*   Prevent [undo/redo history cleaning on autosaves](https://github.com/WordPress/gutenberg/pull/17420).
*   Add i18n support for title [Content Blocks string](https://github.com/WordPress/gutenberg/pull/17435).
*   Add missing extra [classnames to the Column block](https://github.com/WordPress/gutenberg/pull/17422).
*   Fix  JavaScript error triggered when using a [multi-line RichText](https://github.com/WordPress/gutenberg/pull/17447).
*   Fix [RichText](https://github.com/WordPress/gutenberg/pull/17451) [focus](https://github.com/WordPress/gutenberg/pull/17450) related issues.
*   Fix [undo levels](https://github.com/WordPress/gutenberg/pull/17259) [inconsistencies](https://github.com/WordPress/gutenberg/pull/17452).
*   Fix [multiple post meta fields edits](https://github.com/WordPress/gutenberg/pull/17455).
*   Fix [selecting custom colors](https://github.com/WordPress/gutenberg/pull/17381) in RTL languages.
### Experiments
*   Add [one-click search and install blocks](https://github.com/WordPress/gutenberg/pull/17431) from the block directory to the inserter.
*   Refactor the [Navigation block](https://github.com/WordPress/gutenberg/pull/16796) [to](https://github.com/WordPress/gutenberg/pull/17343) [be](https://github.com/WordPress/gutenberg/pull/17328) a dynamic block.
*   Add a [block navigator to the Navigation](https://github.com/WordPress/gutenberg/pull/17265) [block](https://github.com/WordPress/gutenberg/pull/17446).
*   Only show the [customizer block based widgets](https://github.com/WordPress/gutenberg/pull/16956) if the experimental widget screen is enabled.
### APIs
*   Add a [disableDropZone prop for MediaPlaceholder](https://github.com/WordPress/gutenberg/pull/17077) component.
*   Add [post autosave locking](https://github.com/WordPress/gutenberg/pull/16249).
*   [PluginPrePublishPanel](https://github.com/WordPress/gutenberg/pull/16378) and [PluginPostPublishPanel](https://github.com/WordPress/gutenberg/pull/16383) support icon prop and inherits from registerPlugin.
*   Allow [disabling the Post Status](https://github.com/WordPress/gutenberg/pull/17117) settings panel.
*   Restore the [keepPlaceholderOnFocus](https://github.com/WordPress/gutenberg/pull/17439) [RichText](https://github.com/WordPress/gutenberg/pull/17445) prop.
### Various
*   Upgrade [React and React DOM](https://github.com/WordPress/gutenberg/pull/16982) to 16.9.0.
*   Add [TypeScript JSDoc linting](https://github.com/WordPress/gutenberg/pull/17014) to the @wordpress/url package.
*   Run [npm audit](https://github.com/WordPress/gutenberg/pull/17192) to fix the reported vulnerabilities.
*   Switch the local environment to an [environment based on the](https://github.com/WordPress/gutenberg/pull/17004) [Core setup](https://github.com/WordPress/gutenberg/pull/17296).
*   Set a constant namespace for [module sourcemaps](https://github.com/WordPress/gutenberg/pull/17024).
*   [Refactor the loading animation](https://github.com/WordPress/gutenberg/pull/17106) to rely on the Animate component.
*   Code improvements to [block PHP files](https://github.com/WordPress/gutenberg/pull/17288).
*   Enable the [duplicate style property](https://github.com/WordPress/gutenberg/pull/17287) linting rule.
*   Update [Husky & Lint-staged](https://github.com/WordPress/gutenberg/pull/17310) to the latest versions.
*   Restore the usage of the [latest npm version](https://github.com/WordPress/gutenberg/pull/17171) in CI.
*   Add [ESLint as peer dependency to eslint-plugin](https://github.com/WordPress/gutenberg/pull/17417).
*   [Conditionally include the block styles](https://github.com/WordPress/gutenberg/pull/17429) functionality to avoid conflicts with Core.
*   Add missing [deprecated setFocusedElement prop](https://github.com/WordPress/gutenberg/pull/17421) to the RichText component.
*   Support [generating assets in PHP format](https://github.com/WordPress/gutenberg/pull/17298) in the webpack dependency extraction plugin.
### Documentation
*   Update the [reviews and merging documentation](https://github.com/WordPress/gutenberg/pull/16915).
*   Fix [type docs](https://github.com/WordPress/gutenberg/pull/17206) for the Notices package.
*   Add a link to the [fixtures tests document](https://github.com/WordPress/gutenberg/pull/17283) in the Testing Overview.
*   Adds documentation for the [onClose prop of MediaUpload](https://github.com/WordPress/gutenberg/pull/17403).
*   Tweaks and typos: [1](https://github.com/WordPress/gutenberg/pull/17097), [2](https://github.com/WordPress/gutenberg/pull/17285), [3](https://github.com/WordPress/gutenberg/pull/17292), [4](https://github.com/WordPress/gutenberg/pull/17286), [5](https://github.com/WordPress/gutenberg/pull/17304), [6](https://github.com/WordPress/gutenberg/pull/17349), [7](https://github.com/WordPress/gutenberg/pull/17377), [8](https://github.com/WordPress/gutenberg/pull/17436).


= 6.4.0 =

### Features
- Add the option to [select the style that is automatically applied](https://github.com/WordPress/gutenberg/pull/16465).
- Add the option to [resize Cover Block ](https://github.com/WordPress/gutenberg/pull/17143).
- Allow directly setting a [solid background color on Cover](https://github.com/WordPress/gutenberg/pull/17041) block.
- Add [list start, reversed settings](https://github.com/WordPress/gutenberg/pull/15113).
- Add a [help panel to the inserter available in all blocks](https://github.com/WordPress/gutenberg/pull/16813).
- [Typewriter experience](https://github.com/WordPress/gutenberg/pull/16460).
- Add [circle-crop variation](https://github.com/WordPress/gutenberg/pull/16475) to Image block.

### Enhancements
-   Add [overflow support inside block switcher](https://github.com/WordPress/gutenberg/pull/16984).
-   Update [GitHub action exit codes.](https://github.com/WordPress/gutenberg/pull/17002)
-   Core Data: [return updated record in saveEntityRecord](https://github.com/WordPress/gutenberg/pull/17030).
-   Latest Posts Block: [(no title) instead of (Untitled) for a post without a title](https://github.com/WordPress/gutenberg/pull/17074).
-   [Remove borders around inserter items for blocks with children blocks](https://github.com/WordPress/gutenberg/pull/17083).
-   Add [disabled block count](https://github.com/WordPress/gutenberg/pull/17103) in the block manager.
-   Writing Flow:
	-   Add [splitting in the quote block](https://github.com/WordPress/gutenberg/pull/17121).
	-   Allow [undoing of patterns with BACKSPACE and ESC.](https://github.com/WordPress/gutenberg/pull/14776)

### Experiments
-   Widgets Screen:
	-   Fix: [Blocks are too close together](https://github.com/WordPress/gutenberg/issues/16992).
	-   Add [Button block appender](https://github.com/WordPress/gutenberg/pull/16971).

### New APIs
- Add [callbacks to ServerSideRenderer](https://github.com/WordPress/gutenberg/pull/16512) to handle failures with custom renderers.
- Add the [block example API](https://github.com/WordPress/gutenberg/pull/17124) and use it for inserter and switcher previews.
- Enable an [optional namespace parameter for hasAction & hasFilter ](https://github.com/WordPress/gutenberg/pull/15362).


### Bug Fixes
- The [duplicate button appears even if the block is not allowed](https://github.com/WordPress/gutenberg/pull/17007).
- [Double scrollbar appearing](https://github.com/WordPress/gutenberg/pull/17031) in full-screen mode.
- RichText: [ignore selection changes during composition](https://github.com/WordPress/gutenberg/pull/16960)
- Missing [default functions as props in BlockEditorProvider](https://github.com/WordPress/gutenberg/pull/17036).
- [Button block does not center](https://github.com/WordPress/gutenberg/pull/17063)  on the editor.
- Guard [block component against zombie state](https://github.com/WordPress/gutenberg/pull/17092) bug.
- Add [truthy check for the Popover component](https://github.com/WordPress/gutenberg/pull/17100) onClose prop before calling it.
- Make InnerBlocks [only force the template on directly set lockings](https://github.com/WordPress/gutenberg/pull/16973).
- Check to [ensure focus has intentionally left the wrapped component in withFocusOutside](https://github.com/WordPress/gutenberg/pull/17051) HOC.
- Correctly [transform images with external sources](https://github.com/WordPress/gutenberg/pull/16548) into a gallery.
- [Block toolbar appears above sidebar](https://github.com/WordPress/gutenberg/pull/17108) on medium viewports.
- [Basecontrol name undefined](https://github.com/WordPress/gutenberg/pull/17044/files) triggring eslint-plugin TypeError.
- [Image flickering & focus lose](https://github.com/WordPress/gutenberg/pull/17175) on resizing.
- Add [get_item_schema function to WP_REST_Widget_Areas_Controller ](https://github.com/WordPress/gutenberg/pull/15981).
- [Empty Classic Editor inside innerBlock fatal error](https://github.com/WordPress/gutenberg/pull/17164).
- [Changing month in post publish date closes the popover](https://github.com/WordPress/gutenberg/pull/17164).

### Various

-   Update [re-resizable dependency](https://github.com/WordPress/gutenberg/pull/17011)
-   Use [mixins in button styles instead of media queries.](https://github.com/WordPress/gutenberg/pull/17012)
-   [Fix performance tests with the introduction of the navigation mode](https://github.com/WordPress/gutenberg/pull/17034)
-   RichText code improvements: [#16905](https://github.com/WordPress/gutenberg/pull/16905), [#16962](https://github.com/WordPress/gutenberg/pull/16962).
-   Scripts:
	- Improve the way [test files are discovered](https://github.com/WordPress/gutenberg/pull/17033).
	- Improve [recommended settings](https://github.com/WordPress/gutenberg/pull/17027) included in the package.
	- Use [the SCSS shared stylelint-config-wordpress config](https://github.com/WordPress/gutenberg/pull/17060).
-   [Ignore the WordPress directory](https://github.com/WordPress/gutenberg/pull/16243) in stylelint.
-   Fix: [edit post sets some default block appender styles](https://github.com/WordPress/gutenberg/pull/16943).
-   Build: [remove global install of latest npm](https://github.com/WordPress/gutenberg/pull/17134).
-   Project automation:
    - Rewrite [actions using JavaScript](https://github.com/WordPress/gutenberg/pull/17080).
    - Fix: [Add first-time contributor label](https://github.com/WordPress/gutenberg/pull/17156).
    - Fix: [Add milestone](https://github.com/WordPress/gutenberg/pull/17157).
-   Remove [unused CSS from ColorPalette](https://github.com/WordPress/gutenberg/pull/17152) component.


### Documentation
-   Add [examples for the lockPostSaving and unlockPostSaving](https://github.com/WordPress/gutenberg/pull/16713)actions.
-   Add guidance for [adding/proposing/suggesting new components](https://github.com/WordPress/gutenberg/pull/16845) to the wordpress/components npm package.
-   Add section about [updating package after new releases](https://github.com/WordPress/gutenberg/pull/17026).
-   Add [ESNext examples to format API](https://github.com/WordPress/gutenberg/pull/16804) tutorial.
-   Document [server-side functions that allow registering block styles](https://github.com/WordPress/gutenberg/pull/16997).


### Mobile
-   [Reset toolbar scroll on content change](https://github.com/WordPress/gutenberg/pull/16945).
-   [Extract caption component](https://github.com/WordPress/gutenberg/pull/16825).
-   [Not use ListEdit](https://github.com/WordPress/gutenberg/pull/17070).
-   [Hide replaceable blocks when adding blocks](https://github.com/WordPress/gutenberg/pull/16931).
-   Make [tapping at the end of post always insert at the end of the post.](https://github.com/WordPress/gutenberg/pull/16934)
= 6.3.0 =

### Features

-   A11y: Support [Navigation and Edit modes](https://github.com/WordPress/gutenberg/pull/16500) to ease navigating between blocks.
-   [Support text alignments](https://github.com/WordPress/gutenberg/pull/16111) in Table block columns.
-   Support changing the [separator block color](https://github.com/WordPress/gutenberg/pull/16784).

### Enhancements

-   Improvements to the BlockPreview component:
	-   Support [previewing a multiple blocks](https://github.com/WordPress/gutenberg/pull/16033) (a template).
	-   [Unify BlockPreview and BlockPreviewContent](https://github.com/WordPress/gutenberg/pull/16801) into a unique component.
	-   Hide [block appenders](https://github.com/WordPress/gutenberg/pull/16887).
	-   [Expose the component](https://github.com/WordPress/gutenberg/pull/16834) in the block-editor module.
	-   [Scale the preview content](https://github.com/WordPress/gutenberg/pull/16873) according to the width of the preview container.
-   Improvements to the Modal component design:
	-   Increase the [padding of the Modal component](https://github.com/WordPress/gutenberg/pull/16690).
	-   Correct the [position of the close button](https://github.com/WordPress/gutenberg/pull/16883).
-   Use classnames instead of inline styles for text alignments in:
	-   [Verse block](https://github.com/WordPress/gutenberg/pull/16777).
	-   [Quote block](https://github.com/WordPress/gutenberg/pull/16779).
	-   [Paragraph block](https://github.com/WordPress/gutenberg/pull/16794).
-   Add a [purple color option](https://github.com/WordPress/gutenberg/pull/16833) to the default color palette.
-   A11y: Visible [focus and active styles for Windows high contrast mode](https://github.com/WordPress/gutenberg/pull/16554).
-   Improve the design of the [inline image controls](https://github.com/WordPress/gutenberg/pull/16793) in the Gallery block.
-   I18n: Align the [Read more string](https://github.com/WordPress/gutenberg/pull/16865) with WordPress Core.
-   Removes the word-break :break-all CSS rule from the [table cells](https://github.com/WordPress/gutenberg/pull/16741).
-   Update the [Notice dismiss button](https://github.com/WordPress/gutenberg/pull/16926) to match other Gutenberg UI (color and icon).
-   Modifies the shortcut hierarchy in the [keyboard shortcuts modal](https://github.com/WordPress/gutenberg/pull/16724).
-   Remove [edit gallery toolbar button](https://github.com/WordPress/gutenberg/pull/16778).
-   Add the possibility to [disable document settings panels registered by plugins](https://github.com/WordPress/gutenberg/pull/16900).
-   [ESLint plugin: Enable `wp` global by default](https://github.com/WordPress/gutenberg/pull/16904) in the `recommended` config.

### Experiments

-   Add a settings page to the plugin to [enable/disable experimental features](https://github.com/WordPress/gutenberg/pull/16626).
-   Add [padding when interacting with](https://github.com/WordPress/gutenberg/pull/14961)  [nested blocks](https://github.com/WordPress/gutenberg/pull/16820) to ease parent block selections.
-   Widgets Screen:
	-   Prevent the [block toolbar from overlapping](https://github.com/WordPress/gutenberg/pull/16765) the widget area header.
	-   Add the [BlockEditorKeyboardShortcuts](https://github.com/WordPress/gutenberg/pull/16972) component.
	-   Fixed [block paddings](https://github.com/WordPress/gutenberg/pull/16944).

### New APIs

-   Support [Entities](https://github.com/WordPress/gutenberg/pull/16823)  [Local Edits](https://github.com/WordPress/gutenberg/pull/16867) in the Core Data Module.
-   Support [autosaving entities](https://github.com/WordPress/gutenberg/pull/16903) in the Core Data Module.
-   Add support for [disabled dropdown items](https://github.com/WordPress/gutenberg/pull/15976) in SelectControl.
-   Add [onFocusOutside](https://github.com/WordPress/gutenberg/pull/14851) prop as a replacement to Popover onClickOutside.
-   [Stop using unstable props on DropdownMenu.](https://github.com/WordPress/gutenberg/pull/15968)

### Bug Fixes

-   [Prevent tooltips from appearing](https://github.com/WordPress/gutenberg/pull/16800) on mouse down.
-   Avoid passing event object to [save button onSave prop](https://github.com/WordPress/gutenberg/pull/16770).
-   Prevent [image captions loss](https://github.com/WordPress/gutenberg/pull/15004) when editing a Gallery block.
-   Rerender [FormtTokenField](https://github.com/WordPress/gutenberg/pull/14819) component when the suggestions prop changes.
-   Handle scalar [return types values in useSelect](https://github.com/WordPress/gutenberg/pull/16669).
-   Fix [php notice](https://github.com/WordPress/gutenberg/pull/16189) that can be triggered while using the Search block.
-   Fix the [Resolve Block Modal](https://github.com/WordPress/gutenberg/pull/15581) columns sizes.
-   Fix [duplicate content when pasting](https://github.com/WordPress/gutenberg/pull/16857) text into newly focused RichText.
-   Fix [Table block cell selection](https://github.com/WordPress/gutenberg/pull/16653) when clicking on the edge of the cells.
-   Prevent the [CSS reset](https://github.com/WordPress/gutenberg/pull/16856) from applying to the meta boxes.
-   Fix [misaligned Block toolbars](https://github.com/WordPress/gutenberg/pull/16858) on floated blocks.
-   Fix the [Notice component](https://github.com/WordPress/gutenberg/pull/16861) close button alignment and [height](https://github.com/WordPress/gutenberg/pull/16891).
-   [Link to the full size images](https://github.com/WordPress/gutenberg/pull/16011) in the Gallery block.
-   Avoid leaking CSS transforms when [disabling block animations](https://github.com/WordPress/gutenberg/pull/16893).
-   A11y: Avoid focusing the PostTitle component when [switching between code and visual editor](https://github.com/WordPress/gutenberg/pull/16874).
-   A11y: Add a [confirmation step to enable the Custom Fields](https://github.com/WordPress/gutenberg/pull/15688)  [option](https://github.com/WordPress/gutenberg/pull/16918).
-   [Disable block insertion buttons](https://github.com/WordPress/gutenberg/pull/15024) and [prevent moving blocks](https://github.com/WordPress/gutenberg/pull/14924) depending on the contextual restrictions (template locking and default block availability).
-   Fix [Block manager not honoring the allowed_block_types](https://github.com/WordPress/gutenberg/pull/16586) hook.
-   [Keep the Image block alt and caption attributes](https://github.com/WordPress/gutenberg/pull/16051) while uploading a new image.
-   Don't render [drop zone below the default block appender](https://github.com/WordPress/gutenberg/pull/16119).
-   Prevent horizontal [arrow navigation errors](https://github.com/WordPress/gutenberg/pull/16846).
-   Fix [shifting menu items on DropdownMenu](https://github.com/WordPress/gutenberg/pull/16871).
-   Make API Fetch [refresh nonces as soon as they expired](https://github.com/WordPress/gutenberg/pull/16683).

### Various
-   GitHub actions:
	-   [Automatically assign issues](https://github.com/WordPress/gutenberg/pull/16700) to PR authors.
	-   Automatically assign the [First-time Contributor label](https://github.com/WordPress/gutenberg/pull/16762).
-   Avoid [unguarded getRangeAt usage](https://github.com/WordPress/gutenberg/pull/16212) and add eslint rule.
-   Make the [e2e transforms tests](https://github.com/WordPress/gutenberg/pull/16739) more stable.
-   [ESLint no-unused-vars-before-return rule](https://github.com/WordPress/gutenberg/pull/16799): Exempt destructuring only if to multiple properties.
-   Output an [informational message for deprecations](https://github.com/WordPress/gutenberg/pull/16774) when no version provided.
-   Refactor [registry selectors](https://github.com/WordPress/gutenberg/pull/16692) to allow calling them from other regular selectors.
-   Bail early in the [deactivatePlugin e2e test utility](https://github.com/WordPress/gutenberg/pull/16816) if plugin is already inactive.
-   Fix the [CheckboxControl](https://github.com/WordPress/gutenberg/pull/16551)  [styles](https://github.com/WordPress/gutenberg/pull/16863) in a WordPress agnostic context.
-   Move the [auto-draft status and default title handling](https://github.com/WordPress/gutenberg/pull/16814) to the server.
-   Code quality tweaks to the [Table block e2e tests](https://github.com/WordPress/gutenberg/pull/16872).
-   [Fix JSDocs errors](https://github.com/WordPress/gutenberg/pull/16870) across the entire repository.
-   [Upgrade Lerna](https://github.com/WordPress/gutenberg/pull/16919) to the latest version (3.16.4).
-   [Upgrade](https://github.com/WordPress/gutenberg/pull/16875)  [Puppeteer](https://github.com/WordPress/gutenberg/pull/16937) to the latest version (1.19.0).
-   [Upgrade ESLint](https://github.com/WordPress/gutenberg/pull/16921) to the latest version (6.1.0).
-   Run [npm audit fix](https://github.com/WordPress/gutenberg/pull/16963) to fix dependency vulnerabilities.
-   Audit and fix all [missing or obsolete package dependencies](https://github.com/WordPress/gutenberg/pull/16969).
-   Fix issue with [jest caching of block.json](https://github.com/WordPress/gutenberg/pull/16899) files.
-   Add [eslint-plugin-jsdoc lint rule](https://github.com/WordPress/gutenberg/pull/16869) for better JSDoc linting.
-   Fix [intermittent RichText e2e test failures](https://github.com/WordPress/gutenberg/pull/16952).
-   [Replace the react-click-outside dependency usage](https://github.com/WordPress/gutenberg/pull/16878) with our own Higher-order component withFocusOutside.
-   Improve the [usage of eslint-disable directives](https://github.com/WordPress/gutenberg/pull/16941).
-   Migrate the [GitHub Actions](https://github.com/WordPress/gutenberg/pull/16981) to the new YAML syntax.

### Documentation

-   Enhance the components Design Documentation and guidelines:
	-   [DateTime](https://github.com/WordPress/gutenberg/pull/16757) component.
	-   [Spinner](https://github.com/WordPress/gutenberg/pull/16760) component.
	-   [ClipboardButton](https://github.com/WordPress/gutenberg/pull/16758) component.
-   Add section about adding [new dependencies to WordPress](https://github.com/WordPress/gutenberg/pull/16876)  [packages](https://github.com/WordPress/gutenberg/pull/16923).
-   Add [Figma ressources](https://github.com/WordPress/gutenberg/pull/16892) to the Design documentation.
-   Document [URL inputs reusable components](https://github.com/WordPress/gutenberg/pull/16566).
-   Typos and tweaks: [1](https://github.com/WordPress/gutenberg/pull/16852), [2](https://github.com/WordPress/gutenberg/pull/16832), [3](https://github.com/WordPress/gutenberg/pull/16908).

### Mobile

-   Refactor [BlockToolbar out of](https://github.com/WordPress/gutenberg/pull/16677)  [BlockList](https://github.com/WordPress/gutenberg/pull/16906).
-   Fix [toolbar bottom inset for iPhone X](https://github.com/WordPress/gutenberg/pull/16961) devices.

= 6.2.0 =

### Enhancements
- Introduce [Link Target](https://github.com/WordPress/gutenberg/pull/10128)  [support](https://github.com/WordPress/gutenberg/pull/16497) in Button block.
- Limit the [maximum height of the HTML block](https://github.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://github.com/WordPress/gutenberg/pull/16751) from the Cover and Media & Text blocks.
- A11y: Improving and standardize the [block styles focus and active states](https://github.com/WordPress/gutenberg/pull/16545).
- Always [collapse block alignment toolbars](https://github.com/WordPress/gutenberg/pull/16557).

### Bug Fixes
- Fix using the [Classic block in nested contexts](https://github.com/WordPress/gutenberg/pull/16477).
- Fix [lost nested blocks](https://github.com/WordPress/gutenberg/pull/14443) if the container block is missing.
- Fix [pasting content into nested blocks](https://github.com/WordPress/gutenberg/pull/16717).
- Fix [race condition in the block moving animation](https://github.com/WordPress/gutenberg/pull/16750) causing blocks to overlap.
- A11y: Make the [Table block accessible](https://github.com/WordPress/gutenberg/pull/16324) at high zoom levels.
- A11y: Change the [font size picker markup](https://github.com/WordPress/gutenberg/pull/16148) to use select.
- A11y: Match the [primary button disabled](https://github.com/WordPress/gutenberg/pull/16103)  [state](https://github.com/WordPress/gutenberg/pull/16769) to Core's color contrast.
- Fix the [z-index of the block toolbars](https://github.com/WordPress/gutenberg/pull/16530) for blocks following wide aligned blocks.
- [Hide the columns count control](https://github.com/WordPress/gutenberg/pull/16476) when the columns block placeholder is shown.
- [Prevent the block movers from disappearing](https://github.com/WordPress/gutenberg/pull/16579) on middle breakpoints for full/wide blocks.
- [Slimmer top/bottom spacing inside notices](https://github.com/WordPress/gutenberg/pull/16589) shown outside the editor canvas.
- Fix [converting video shortcode into video blocks](https://github.com/WordPress/gutenberg/pull/16588) when file type sources are used.
- [Localize the read more link](https://github.com/WordPress/gutenberg/pull/16665) in the latest posts block.
- Fix issue with [inconsistent nesting appender](https://github.com/WordPress/gutenberg/pull/16453).
- Fix styling of [IconButton used in ButtonGroup](https://github.com/WordPress/gutenberg/pull/16686) components.
- [Remove Change Permalinks button](https://github.com/WordPress/gutenberg/pull/16395) when permalink is not editable.
- Fix [aspect ratio typo and recalculate padding](https://github.com/WordPress/gutenberg/pull/16573) in embed block.
- Ensure [hour/minute fields are always shown left to right](https://github.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://github.com/WordPress/gutenberg/pull/14846).
- Improve the stability of the [RichText placeholder](https://github.com/WordPress/gutenberg/pull/16733).
- Add [custom placeholder support](https://github.com/WordPress/gutenberg/pull/16783) for the button block.
- Show the [image size labels on the block-based widget screen](https://github.com/WordPress/gutenberg/pull/16763).

### Documentation
- Clarify the [block title and description conventions](https://github.com/WordPress/gutenberg/pull/16458).
- Add [RichText component documentation](https://github.com/WordPress/gutenberg/pull/15956) to the Block Editor Handbook.
- Improve the [repository triage docs](https://github.com/WordPress/gutenberg/pull/16234).
- Adds documentation for the [PluginDocumentSettingPanel SlotFill](https://github.com/WordPress/gutenberg/pull/16620).
- Tweaks and typos: [1](https://github.com/WordPress/gutenberg/pull/16438), [2](https://github.com/WordPress/gutenberg/pull/16455), [3](https://github.com/WordPress/gutenberg/pull/16468), [4](https://github.com/WordPress/gutenberg/pull/16456), [5](https://github.com/WordPress/gutenberg/pull/16470), [6](https://github.com/WordPress/gutenberg/pull/16469), [7](https://github.com/WordPress/gutenberg/pull/16526), [8](https://github.com/WordPress/gutenberg/pull/16531), [9](https://github.com/WordPress/gutenberg/pull/16528), [10](https://github.com/WordPress/gutenberg/pull/16610), [11](https://github.com/WordPress/gutenberg/pull/16450), [12](https://github.com/WordPress/gutenberg/pull/16756) , [13](https://github.com/WordPress/gutenberg/pull/16693), [14](https://github.com/WordPress/gutenberg/pull/16787).

### Divers
- Add a [simple API to register block style variations](https://github.com/WordPress/gutenberg/pull/16356) on the server.
- Allow alternative blocks to be used to handle [Grouping interactions](https://github.com/WordPress/gutenberg/pull/16278).
- Fix Travis instability by [waiting for MySQL availability](https://github.com/WordPress/gutenberg/pull/16461) before install the plugin.
- Continue the [generic RichText component](https://github.com/WordPress/gutenberg/pull/16309) refactoring.
- Remove the [usage of the editor store](https://github.com/WordPress/gutenberg/pull/16184) from the block editor module.
- Update the [MilestoneIt GitHub action](https://github.com/WordPress/gutenberg/pull/16511) to read the plugin version from trunk.
- Refactor the post meta block attributes to use a generic [custom sources mechanism](https://github.com/WordPress/gutenberg/pull/16402).
- Expose [position prop in DotTip](https://github.com/WordPress/gutenberg/pull/14972) component.
- Avoid docker [containers automatic restart](https://github.com/WordPress/gutenberg/pull/16547).
- Bump [Lodash dependencies to 4.17.14](https://github.com/WordPress/gutenberg/pull/16567).
- Fix the [build command on Windows](https://github.com/WordPress/gutenberg/pull/16029) environments.
- Add allowedFormats and withoutInteractiveFormats props to the RichText component to [control the available formats per RichText](https://github.com/WordPress/gutenberg/pull/14542).
- Remove [inappropriate executable permissions](https://github.com/WordPress/gutenberg/pull/16687) from core-data package files.
- ESLint Plugin: [Exempt React hooks from no-unused-vars-before-return](https://github.com/WordPress/gutenberg/pull/16737).
- Use React [Portal based slots for the block toolbar](https://github.com/WordPress/gutenberg/pull/16421).
- Use [combineReducers utility from the data module](https://github.com/WordPress/gutenberg/pull/16752) instead of redux.
- Support [hideLabelFromVision prop](https://github.com/WordPress/gutenberg/pull/16701) in all control components.
- Adds missing [babel-jest and core-js](https://github.com/WordPress/gutenberg/pull/16259) dependencies to the scripts package.

### Mobile
- [Tapping on an empty editor](https://github.com/WordPress/gutenberg/pull/16439) area creates a new paragraph block.
- [Fix video uploads](https://github.com/WordPress/gutenberg/pull/16331) when the connection is lost and restored.
- Track [unsupported block list](https://github.com/WordPress/gutenberg/pull/16434).
- Insert [new block below the post title](https://github.com/WordPress/gutenberg/pull/16440) if the post title is selected.
- Run the [mobile tests in the Gutenberg CI](https://github.com/WordPress/gutenberg/pull/16404) server.
- Replace use of [deprecated componentWillReceiveProps](https://github.com/WordPress/gutenberg/pull/16577) in ImageEdit.
- Show placeholder when [adding block from the post title](https://github.com/WordPress/gutenberg/pull/16539).
- [Blur post title](https://github.com/WordPress/gutenberg/pull/16642) any time another block is selected.
- Inserting block from the post title [replaces empty blocks](https://github.com/WordPress/gutenberg/pull/16574).
- [Update Video caption placeholder color](https://github.com/WordPress/gutenberg/pull/16716) to match other placeholder text styles.
- Move the [post title selection state](https://github.com/WordPress/gutenberg/pull/16704) to the store.


= 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.

= 6.1.0 =

### Enhancements

*   [Introduce motion](https://github.com/WordPress/gutenberg/pull/16065)/animation when reordering/adding/removing blocks.
*   Improve the [Image block link settings](https://github.com/WordPress/gutenberg/pull/15570) and move it to the block toolbar.
*   Use a snackbar notice when clicking “[Copy all content](https://github.com/WordPress/gutenberg/pull/16265)”.
*   Show [REST API error messages](https://github.com/WordPress/gutenberg/pull/15657) as notices.
*   Clarify the wording of the view link in the [Permalink panel](https://github.com/WordPress/gutenberg/pull/16041).
*   [Hide the “Copy all content”](https://github.com/WordPress/gutenberg/pull/16286) button if the post is empty.
*   [Hide the ungroup action](https://github.com/WordPress/gutenberg/pull/16332) when there are no inner blocks.
*   Use admin schemes dependent [focus state for primary buttons](https://github.com/WordPress/gutenberg/pull/16275).
*   Add support for the [table cells scope attribute](https://github.com/WordPress/gutenberg/pull/16154) when pasting.

### Experiments

*   Introduce a new [Customizer Panel](https://github.com/WordPress/gutenberg/pull/16204) to edit block-based widget areas.
*   Add the [block inspector](https://github.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://github.com/WordPress/gutenberg/pull/16424).
*   Fix the [save in progress state](https://github.com/WordPress/gutenberg/pull/16303) of the Publish/Update Button.
*   Fix [adding/removing columns from the table block](https://github.com/WordPress/gutenberg/pull/16410) when using header/footer sections.
*   Fix Image block not [preserving custom dimensions](https://github.com/WordPress/gutenberg/pull/16125) when opening the media library.
*   [Resize Image blocks](https://github.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://github.com/WordPress/gutenberg/pull/16201).
*   Fix error when using the [“tag” block attribute source type](https://github.com/WordPress/gutenberg/pull/16290).
*   Fix [chrome rendering bug](https://github.com/WordPress/gutenberg/pull/16325) happening when resizing images.
*   Fix the [data-block style selector](https://github.com/WordPress/gutenberg/pull/16207) to avoid affecting third-party components.
*   Allow the [columns layout options](https://github.com/WordPress/gutenberg/pull/16371) to wrap on small screens.
*   Fix [isShallowEqual](https://github.com/WordPress/gutenberg/pull/16329) edge case when the second argument is undefined.
*   Prevent the [disabled block switcher icon](https://github.com/WordPress/gutenberg/pull/16390) from becoming unreadable.
*   Fix [Group Block deprecation](https://github.com/WordPress/gutenberg/pull/16348) and any deprecation relying on hooks.
*   A11y:
    *   Make the [top toolbar wrap](https://github.com/WordPress/gutenberg/pull/16250) at high zoom levels.
    *   Fix the [sticky notices](https://github.com/WordPress/gutenberg/pull/16255) at high zoom levels.

### Performance

*   Improve the performance of the [i18n Tannin library](https://github.com/WordPress/gutenberg/pull/16337).
*   Track the [block parent](https://github.com/WordPress/gutenberg/pull/16392) in the state to optimize hierarchy selectors.
*   Add a [cache key](https://github.com/WordPress/gutenberg/pull/16407) tracked in state to optimize the getBlock selector.

### Documentation

*   Document the [plugin release tool](https://github.com/WordPress/gutenberg/pull/16366).
*   Document the use-cases of the [dynamic blocks](https://github.com/WordPress/gutenberg/pull/16228).
*   Tweaks and typos: [1](https://github.com/WordPress/gutenberg/pull/16267), [2](https://github.com/WordPress/gutenberg/pull/16153), [3](https://github.com/WordPress/gutenberg/pull/16170), [4](https://github.com/WordPress/gutenberg/pull/16312), [5](https://github.com/WordPress/gutenberg/pull/16320), [6](https://github.com/WordPress/gutenberg/pull/16138).

### Various

*   Introduce a [PluginDocumentSettingPanel](https://github.com/WordPress/gutenberg/pull/13361) slot to allow third-party plugins to add panels to the document sidebar tab.
*   [Deploy the playground](https://github.com/WordPress/gutenberg/pull/16345) automatically to GitHub Pages. [https://wordpress.github.io/gutenberg/](https://wordpress.github.io/gutenberg/)
*   Extract a [generic RichText](http://try/move-rich-text) [component](https://github.com/WordPress/gutenberg/pull/16299) to the @wordpress/rich-text package.
*   Refactor the [editor initialization](https://github.com/WordPress/gutenberg/pull/15444) to rely on a component.
*   Remove unused internal [asType utility](https://github.com/WordPress/gutenberg/pull/16291).
*   Fix [react-no-unsafe-timeout ESlint rule](https://github.com/WordPress/gutenberg/pull/16292) when using variable assignment.
*   Add support for [watching block.json files](https://github.com/WordPress/gutenberg/pull/16150) when running “npm run dev”.
*   Remove: experimental status from [blockEditor.transformStyles](https://github.com/WordPress/gutenberg/pull/16126).
*   Upgrade [PHPCS composer dependencies](https://github.com/WordPress/gutenberg/pull/16387) and use [strict comparisons](https://github.com/WordPress/gutenberg/pull/16381) to align with the PHPCS guidelines.
*   Fix a small console warning when running [performance tests](https://github.com/WordPress/gutenberg/pull/16409).

### Mobile

*   Correct the position of the [block insertion indicator](https://github.com/WordPress/gutenberg/pull/16272).
*   Unify [Editor and Layout](https://github.com/WordPress/gutenberg/pull/16260) components with the web component hierarchy.


= 6.0.0 =

### Features

* Support choosing a [pre-defined layout for the Columns block](https://github.com/WordPress/gutenberg/pull/16129). 

### Enhancements

* Add [Snackbar notices](https://github.com/WordPress/gutenberg/pull/16020) support to the widgets screen.
* Add an [inner container to the Group](https://github.com/WordPress/gutenberg/pull/15210) [block](https://github.com/WordPress/gutenberg/pull/16202) to simplify theme styling.
* Avoid stacking successive [MediaPlaceholder errors](https://github.com/WordPress/gutenberg/pull/14721).
* Adjust the [DatePicker margins](https://github.com/WordPress/gutenberg/pull/16097).
* Update the [Tag Cloud block](https://github.com/WordPress/gutenberg/pull/16098) [copy](https://github.com/WordPress/gutenberg/pull/16107) when no terms are found.
* Add descriptive text and a link to [documentation in embed blocks](https://github.com/WordPress/gutenberg/pull/16101).
* Improve placeholder text [phrasing for media blocks](https://github.com/WordPress/gutenberg/pull/16135).
* Use classnames for the [text alignments in the heading block](https://github.com/WordPress/gutenberg/pull/16035).
* Make the [inserter category icons grayscale](https://github.com/WordPress/gutenberg/pull/16163).
* A11y: Make the [modal overlay scrim darker](https://github.com/WordPress/gutenberg/pull/15974).

### Bug Fixes

* Fix [warning messages triggered by the Group block](https://github.com/WordPress/gutenberg/pull/16096) icons.
* Fix [horizontal scrollbar on full-wide blocks](https://github.com/WordPress/gutenberg/pull/16085) with nesting.
* A11y: 
  * Re-enable the [menu item hover state](https://github.com/WordPress/gutenberg/pull/16168) on small screens.
  * Correct text zoom issue in the [Content Structure popover](https://github.com/WordPress/gutenberg/pull/15984).
* Fix the [Popovers position](https://github.com/WordPress/gutenberg/pull/15949) in the widgets screen.
* Fix the behavior of the [block toolbars in the widgets screen](https://github.com/WordPress/gutenberg/pull/15470).
* Fix the editor in IE11 (use the [CJS version of react-spring](https://github.com/WordPress/gutenberg/pull/16196)).
* Fix formatting of the [validation error messages](https://github.com/WordPress/gutenberg/pull/16173) in the console.
* Fix breakage when the [CPT doesn’t support title](https://github.com/WordPress/gutenberg/pull/16236).

### Various

* Document and simplify the [multi-entrypoints support](https://github.com/WordPress/gutenberg/pull/15982) in the @wordpress/scripts package. 
* Create sub-registry automatically when using [EditorProvider](https://github.com/WordPress/gutenberg/pull/15989).
* Use classnames utility instead of concatenating [classnames in the TabPanel](https://github.com/WordPress/gutenberg/pull/16081) component.
* Remove the default value for the [required onRequestClose prop](https://github.com/WordPress/gutenberg/pull/16074) in the Modal component.
* Remove the [editor package dependency](https://github.com/WordPress/gutenberg/pull/15548) from the media blocks.
* Fix the [playground build](https://github.com/WordPress/gutenberg/pull/15947) script.
* Fix the [GitHub action assigning milestones](https://github.com/WordPress/gutenberg/pull/16084).
* Fix [naming conventions](https://github.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://github.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://github.com/WordPress/gutenberg/pull/16095).
* Remove [SlotFillProvider and DropZoneProvider](https://github.com/WordPress/gutenberg/pull/15988) from the BlockEditorProvider.
* Add the initial version of the [Block Registration RFC](https://github.com/WordPress/gutenberg/pull/13693).
* Add [popoverProps prop to the Dropdown](https://github.com/WordPress/gutenberg/pull/14867) component.
* Update [Image Block's image classes](https://github.com/WordPress/gutenberg/pull/15464) with dimensions.
* Support registering [custom grouping blocks](https://github.com/WordPress/gutenberg/pull/15774).
* Fix h1 heading typo so [h1 is same size as title](https://github.com/WordPress/gutenberg/pull/16253).
* Remove the [custom class support from the legacy widget](https://github.com/WordPress/gutenberg/pull/16231) block.

### Documentation

* Prefer [register\_post\_meta](https://github.com/WordPress/gutenberg/pull/16032) over register\_meta.
* Add [mention of Figma](https://github.com/WordPress/gutenberg/pull/16140) to the design contributing docs.
* Add [supported attribute types](https://github.com/WordPress/gutenberg/pull/16220) for the Blocks API.
* Enhance the [Annotations API](https://github.com/WordPress/gutenberg/pull/16233) documentation.
* Tweaks and typos: [1](https://github.com/WordPress/gutenberg/pull/16083), [2](https://github.com/WordPress/gutenberg/pull/16073), [3](https://github.com/WordPress/gutenberg/pull/16087), [4](https://github.com/WordPress/gutenberg/pull/16102), [5](https://github.com/WordPress/gutenberg/pull/16145), [6](https://github.com/WordPress/gutenberg/pull/16143), [7](https://github.com/WordPress/gutenberg/pull/16144), [8](https://github.com/WordPress/gutenberg/pull/16232), [9](https://github.com/WordPress/gutenberg/pull/16121), [10](https://github.com/WordPress/gutenberg/pull/16235), [11](https://github.com/WordPress/gutenberg/pull/15394).

### Mobile

* Fix [multiline Image block captions](https://github.com/WordPress/gutenberg/pull/16071) in iOS.
* Avoid unnecessary [div elements in the content of Quote](https://github.com/WordPress/gutenberg/pull/16072) blocks.
* Update the default [colors used in the RichText](https://github.com/WordPress/gutenberg/pull/16016) component.
* Fix [pasting text on Post Title](https://github.com/WordPress/gutenberg/pull/16116).
* Unify the web and mobile components hierarchy:
  * [BlockPicker and Inserter](https://github.com/WordPress/gutenberg/pull/16114).
  * [BlockToolbar](https://github.com/WordPress/gutenberg/pull/16213).
  * [BlockMobileToolbar](https://github.com/WordPress/gutenberg/pull/16177).
  * [BlockListBlock](https://github.com/WordPress/gutenberg/pull/16223).
  * [BlockList](https://github.com/WordPress/gutenberg/pull/16239).
* Add native component [HTMLTextInput](https://github.com/WordPress/gutenberg/pull/16226).
* Update the video player to [open the URL by browser](https://github.com/WordPress/gutenberg/pull/16089) on Android.
* Re-enable the [Video block on Android](https://github.com/WordPress/gutenberg/pull/16215).

= 5.9.2 =

### Bug Fixes

 - Fix Regression for blocks using InnerBlocks.Content from the editor package (support forwardRef components in the block serializer).

= 5.9.1 =

### Bug Fixes

* Fix the issue where [statics for deprecated components were not hoisted](https://github.com/WordPress/gutenberg/pull/16152)

= 5.9.0 =

### Features

*   Allow [grouping/ungrouping blocks](https://github.com/WordPress/gutenberg/pull/14908) using the Group block.

### Enhancements

*   Improve the selection of inner blocks: [Clickthrough selection](https://github.com/WordPress/gutenberg/pull/15537).
*   Introduce the [snackbar notices](https://github.com/WordPress/gutenberg/pull/15594) and use them for the save success notices.
*   Use [consistent colors in the different menus](https://github.com/WordPress/gutenberg/pull/15531) items.
*   [Consolidate the different dropdown menus](https://github.com/WordPress/gutenberg/pull/14843) to use the DropdownMenu component.
*   Expand the [**prefered-reduced-motion** support](https://github.com/WordPress/gutenberg/pull/15850) to all the animations.
*   Add a subtle [animation to the snackbar](https://github.com/WordPress/gutenberg/pull/15908) notices and provide new React hooks for media queries.
*   Redesign the [Table block placeholder](https://github.com/WordPress/gutenberg/pull/15903).
*   [Always show the side inserter](https://github.com/WordPress/gutenberg/pull/15864) on the last empty paragraph block.
*   Widgets Screen:
    *   Add the [in progress state](https://github.com/WordPress/gutenberg/pull/16019) to the save button.
    *   Add the RichText [Format Library](https://github.com/WordPress/gutenberg/pull/15948).
*   Improve the [Group and Ungroup icons](https://github.com/WordPress/gutenberg/pull/16001).
*   The [Spacer block clears all](https://github.com/WordPress/gutenberg/pull/15874) the previous floated blocks.

### Bug Fixes

*   [Focus the Button block’s input](https://github.com/WordPress/gutenberg/pull/15951) upon creation.
*   Prevent [Embed block crashes](https://github.com/WordPress/gutenberg/pull/15866) when used inside locked containers.
*   Properly [center the default appender placeholder](https://github.com/WordPress/gutenberg/pull/15868).
*   Correct [default appender icon transition jump](https://github.com/WordPress/gutenberg/pull/15892) in Safari.
*   Only apply [appender margins](https://github.com/WordPress/gutenberg/pull/15888) when the appender is inside of a block.
*   Avoid loading [reusable blocks editor styles](https://github.com/WordPress/gutenberg/pull/14607) in the frontend.
*   Correct [position of the "Remove Featured Image" button](https://github.com/WordPress/gutenberg/pull/15928) on small screens.
*   Allow the [legacy widget block to render core widgets](https://github.com/WordPress/gutenberg/pull/15396).
*   A11y:
    *   Fix [wrong tab order in the data picker](https://github.com/WordPress/gutenberg/pull/15936) component.
    *   Remove the [access keyboard shortcuts](https://github.com/WordPress/gutenberg/pull/15191) from the Format Library.
*   Bail early in [createUpgradedEmbedBlock](https://github.com/WordPress/gutenberg/pull/15885) for invalid block types.
*   Fix [DateTimePicker styles](https://github.com/WordPress/gutenberg/pull/15389) when used outside the WordPress context.
*   Prevent the [Spacer block from being deselected](https://github.com/WordPress/gutenberg/pull/15884) when resized.
*   Remove the [word breaking from the Media & Text](https://github.com/WordPress/gutenberg/pull/15871) block.
*   [Keep the seconds value untouched](https://github.com/WordPress/gutenberg/pull/15495) when editing dates using the DateTimePicker component.
*   Fix [tooltips styles](https://github.com/WordPress/gutenberg/pull/16043) specificity.
*   Fix php errors happening when [calling get_current_screen](https://github.com/WordPress/gutenberg/pull/15983).

### Various

*   Introduce [useSelect](https://github.com/WordPress/gutenberg/pull/15737) and [useDispatch](https://github.com/WordPress/gutenberg/pull/15896) hooks to the data module.
*   Adding embedded [performance tests](https://github.com/WordPress/gutenberg/pull/14506) to the repository.
*   Support the [full plugin release process](https://github.com/WordPress/gutenberg/pull/15848) in the automated release tool.
*   Speed up the [packages build](https://github.com/WordPress/gutenberg/pull/15230) [tool](https://github.com/WordPress/gutenberg/pull/15920) script and the [Gutenberg plugin build](https://github.com/WordPress/gutenberg/pull/15226) config.
*   Extract media upload logic part into a new [@wordpress/media-utils package](https://github.com/WordPress/gutenberg/pull/15521).
*   Introduce [**Milestone-It** GitHub Action](https://github.com/WordPress/gutenberg/pull/15826) to auto-assign milestones to merged PRs.
*   Move the [transformStyles function](https://github.com/WordPress/gutenberg/pull/15572) to the block-editor package to use in the widgets screen.
*   Allow plugin authors to [override the default anchor attribute](https://github.com/WordPress/gutenberg/pull/15959) definition.
*   Add [overlayColor classname to cover blocks](https://github.com/WordPress/gutenberg/pull/15939) editor markup.
*   [Skip downloading chromium](https://github.com/WordPress/gutenberg/pull/15886) when building the plugin zip.
*   Add an [e2e test to check the heading colors](https://github.com/WordPress/gutenberg/pull/15784) [feature](https://github.com/WordPress/gutenberg/pull/15917).
*   [Lint the ESlint config file](https://github.com/WordPress/gutenberg/pull/15887) (meta).
*   Fix [i18n ESlint rules](https://github.com/WordPress/gutenberg/pull/15839) and use them in the [Gutenberg setup](https://github.com/WordPress/gutenberg/pull/15877).
*   Fix error in the [plugin release tool](https://github.com/WordPress/gutenberg/pull/15840) when switching branches.
*   Remove [unused stylesheet file](https://github.com/WordPress/gutenberg/pull/15845).
*   Improve the setup of the WordPress packages [package.json files](https://github.com/WordPress/gutenberg/pull/15879).
*   Remove the use of [popular plugins in e2e tests](https://github.com/WordPress/gutenberg/pull/15940).
*   Ignore [linting files located in build](https://github.com/WordPress/gutenberg/pull/15977) folders by default.
*   Add [default file patterns for the lint command](https://github.com/WordPress/gutenberg/pull/15890) of @wordpress/scripts.
*   Extract the [ServerSideRender](https://github.com/WordPress/gutenberg/pull/15635) component to an independent package.
*   Refactor the [HoverArea component as a React Hook](https://github.com/WordPress/gutenberg/pull/15038) instead.
*   Remove [useless dependency](https://github.com/WordPress/gutenberg/pull/16034) from the @wordpress/edit-post package.
*   [Deprecate components/selectors and actions](https://github.com/WordPress/gutenberg/pull/15770) moved to the editor package.
*   Update [browserslist](https://github.com/WordPress/gutenberg/pull/16066) dependency.

### Documentation

*   Document the [remaining APIs](https://github.com/WordPress/gutenberg/pull/15176) of the data module.
*   Add an [ESNext example](https://github.com/WordPress/gutenberg/pull/15828) to the i18n docs.
*   Fix inline docs and add tests for [color utils](https://github.com/WordPress/gutenberg/pull/15861).
*   Document missing [MenuItem prop](https://github.com/WordPress/gutenberg/pull/16061).
*   Typos and tweaks: [1](https://github.com/WordPress/gutenberg/pull/15835), [2](https://github.com/WordPress/gutenberg/pull/15836), [3](https://github.com/WordPress/gutenberg/pull/15831), [4](https://github.com/WordPress/gutenberg/pull/15697), [5](https://github.com/WordPress/gutenberg/pull/14841), [6](https://github.com/WordPress/gutenberg/pull/15717), [7](https://github.com/WordPress/gutenberg/pull/15942), [8](https://github.com/WordPress/gutenberg/pull/15950), [9](https://github.com/WordPress/gutenberg/pull/16059).

### Mobile

*   Fix [caret position](https://github.com/WordPress/gutenberg/pull/15833) when splitting text blocks.
*   Fix the initial value of the [“Open in New Tab” toggle](https://github.com/WordPress/gutenberg/pull/15812).
*   Fix [Video block crash](https://github.com/WordPress/gutenberg/pull/15857) on drawing on Android.
*   Fix caret position after [inline paste](https://github.com/WordPress/gutenberg/pull/15701).
*   [Focus the RichText component](https://github.com/WordPress/gutenberg/pull/15878) on block mount.
*   Port [KeyboardAvoidingView, KeyboardAwareFlatList and ReadableContentView](https://github.com/WordPress/gutenberg/pull/15913) to the @wordpress/components package.
*   Fix [press of Enter on post title](https://github.com/WordPress/gutenberg/pull/15944).
*   Move the [native unit tests](https://github.com/WordPress/gutenberg/pull/15589) to the Gutenberg repository.
*   Improve the [styling of the Quote block](https://github.com/WordPress/gutenberg/pull/15990).
*   Share [RichText line separator logic](https://github.com/WordPress/gutenberg/pull/15946) between web and native implementations.
*   Fix [Video block showing a black background](https://github.com/WordPress/gutenberg/pull/15991) when upload is in progress or upload has failed.
*   Allow passing a [style prop to the Icon](https://github.com/WordPress/gutenberg/pull/15778) component.
*   Enable [sound on the Video block](https://github.com/WordPress/gutenberg/pull/15997).
*   [Start playback immediately](https://github.com/WordPress/gutenberg/pull/15998) after video goes full screen.
*   Fix [mobile quotes](https://github.com/WordPress/gutenberg/pull/16013) insertion and removal of empty lines.
*   Move [unselected block accessibility handling](https://github.com/WordPress/gutenberg/pull/15225) to block-holder.
*   Make the [More block ready-only](https://github.com/WordPress/gutenberg/pull/16005).
*   Fix crash when [deleting all content of RichText](https://github.com/WordPress/gutenberg/pull/16018) based block.
*   Fix for [extra BR tag on Title field](https://github.com/WordPress/gutenberg/pull/16021) on Android.
*   Open [Video, Quote and More blocks](https://github.com/WordPress/gutenberg/pull/16031) to public.

= 5.8.0 =

# Features

- Support changing the text color in the Heading block.
- Support reordering gallery images.
- Complete the initial version of the widgets screen POC
  - Add an experimental endpoint to fetch the block-based widget areas.
  - Connect the screen to the widget areas endpoint.
  - Load the widget scripts.
  - Load colors, font sizes and file upload settings in the widgets screen.
  - Render the block based widget areas in the frontend.

# Enhancements

- Clarify the label of the custom classname inspector panel.
- Update Calendar block icon for better alignment with the Archives block icon.
- Add width constraints to the Media & Text block.
- Allow dropping blocks into container blocks using the new block appender.
- Provide default margins for the Latest Posts block excerpts.

# Bug Fixes

- Support block style variations for container blocks.
- A11y
  - Use semantic markup for the document outline.
  - Fix the reading order of the keyboard shortcuts modal.
  - Add a visible help text to the tags input.
  - Update the icon of the Heading block.
  - Move the View Posts anchor out of the toolbar section in the header.
  - Close the block settings menu after removing the block.
- Fix the blurriness of the disabled block switcher icons.
- Fix missing template validation warning.
- Fix several content spitting issues and make the onSplit prop stable.
- Allow the Shortcode block field to expand automatically.
- Left pad the DateTimePicker minutes input.
- Fix the frontend classname used for the Latest Posts block excerpts.
- Fix error happening when deleting the last block if the paragraph block is unregistered.
- Fix focus jumps when typing in meta block fields.

# Documentation

- Improve the Slot/Fill documentation.
- Document the GitHub teams used in the repository.
- Document the icon prop for the MediaPlaceholder component.
- Update the changelogs maintenance documentation.
- Clarify the save function documentation to discourage side effects.
- Clarify the block attributes documentation.
- Replace @link with @see in JSDocs.
- Fixes and tweaks to the API docs generation tool.
- Typos and tweaks: 1, 2, 3, 4, 5, 6, 7, 8.

# Various

- Add a new editor setting to allow disabling the code editor.
- Add a new @wordpress/data-controls package.
- Add an automation tool to simplify the Gutenberg release process.
- Support the all hook in non-production environments.
- Expose hasResolver property on the data module selectors.
- Support multiple pattern replacement for the custom-templated-path-webpack-plugin package.
- Update node-sass dependency to support the latest Node.js version.
- Fix React warning showing when loading the editor (Fill component).
- Fix React warning message when using the Image block.
- Refactor the popover component using React Hooks.
- Remove WebpackRTLPlugin usage.
- Remove an outdated chrome fix for iframes drag and drop.
- Skip Chromium download in Travis by default.
- Rewrite Node.js packages to use CommonJS exports.
- Speed up Docker and e2e tests setup Travis.
- Extracted the deprecated block version declarations to their own files.
- Add missing file from the published @wordpress/dependency-extraction-webpack-plugin-files package.
- Upgrade package dependencies: Lerna and Webpack Bundle Analyzer.

# Mobile

- Add the Quote block.
- Make the Video block publicly available.
- Fix bug when merging blocks.
- Improve the UI/UX of the different media blocks.
- Support nested lists.
- Fix Image block with an undefined url.
- Support rich captions in the Image block.
- Improve screen reader support on BottomSheet’s cells.
- Fix several focus related bugs.
- Fix undo related issue.
- Update onSplit method on the native RichText component to the latest version.
- Move the BottomSheet component to the @wordpress/components package.
- Handle the iOS z-gesture to exit modals and block selection.
- Implement the invalid block content UI.

= 5.7.0 =

## Features

*   Support setting a [width to the column block](https://github.com/WordPress/gutenberg/pull/15499).
*   Support showing [Post Content or excerpt in the Latest Posts](https://github.com/WordPress/gutenberg/pull/14627) [block](https://github.com/WordPress/gutenberg/pull/15453).
*   Support [headers and footers in the Table block](https://github.com/WordPress/gutenberg/pull/15409).

## Enhancement

*   Improve the UX of the Group block by using the [individual block appender](https://github.com/WordPress/gutenberg/pull/14943).
*   Support [updating images using Drag & Drop](https://github.com/WordPress/gutenberg/pull/14983).
*   Clarify the name of the [inline code format](https://github.com/WordPress/gutenberg/pull/15199).
*   Add a usability [warning when audio/video autoplay](https://github.com/WordPress/gutenberg/pull/15575) is applied.
*   Replace the [Page Break block icon](https://github.com/WordPress/gutenberg/pull/15627) with Material version.

## Bug Fixes

*   A11y:
    *   Fix [focal point picker input labels](https://github.com/WordPress/gutenberg/pull/15255).
    *   Add role to the [copy all content menu item](https://github.com/WordPress/gutenberg/pull/15383).
    *   Add [focus style to the document outline](https://github.com/WordPress/gutenberg/pull/15479) panel.
    *   Update the [save indicator contrast](https://github.com/WordPress/gutenberg/pull/15514) to pass AA.
    *   Fix The [tabbing order in the Gallery Block](https://github.com/WordPress/gutenberg/pull/15540).
    *   Improve the [contrast of the button focus styles](https://github.com/WordPress/gutenberg/pull/15544).
    *   Fixed [focus state of pressed AM/PM buttons](https://github.com/WordPress/gutenberg/pull/15582).
    *   Fix the [URLInput aria properties](https://github.com/WordPress/gutenberg/pull/15564).
    *   Avoid showing [pre-publish panel buttons](https://github.com/WordPress/gutenberg/pull/15460) as links.
    *   Fix the [focus state of the links shown as buttons](https://github.com/WordPress/gutenberg/pull/15601).
*   Fix [RTL keyboard interactions](https://github.com/WordPress/gutenberg/pull/15496).
*   Fix [updates to RichText formats not being reflected in the UI](https://github.com/WordPress/gutenberg/pull/15573) synchronously.
*   Fix extra line breaks added when [pasting from Google Docs](https://github.com/WordPress/gutenberg/pull/15557).
*   Fix [copy, paste JavaScript errors](https://github.com/WordPress/gutenberg/pull/14712) in paragraph blocks with locking enabled.
*   Fix [format buttons incorrectly toggled](https://github.com/WordPress/gutenberg/pull/15466) on RichText blur.
*   Preserve the [caret’s horizontal position](https://github.com/WordPress/gutenberg/pull/15624) when navigating blocks.
*   [Case-insensitive search](https://github.com/WordPress/gutenberg/pull/14786) for existing categories.
*   Prevent the [Code block from rendering embeds](https://github.com/WordPress/gutenberg/pull/13996) or shortcodes.
*   Fix the [SandBox component usage outside the WP-admin](https://github.com/WordPress/gutenberg/pull/15415) context.
*   Fix the  [Cover block’s deprecated version](https://github.com/WordPress/gutenberg/pull/15449) attributes.
*   Fix the [webpack dependency plugin](https://github.com/WordPress/gutenberg/pull/15430): filename function handling.
*   Support [watching block.json changes](https://github.com/WordPress/gutenberg/pull/15455) in our build tool.
*   Fix [ServerSideRender remaining in loading state](https://github.com/WordPress/gutenberg/pull/15412) when nothing is rendered.
*   Fix the [server-side registered blocks](https://github.com/WordPress/gutenberg/pull/15414) in the widgets screen.
*   Show the [block movers in the widgets](https://github.com/WordPress/gutenberg/pull/15076) screen.
*   Decode the [HTML entities in the post author selector](https://github.com/WordPress/gutenberg/pull/15090).
*   Fix [inconsistent heading sizes](https://github.com/WordPress/gutenberg/pull/15393) between the classic and the heading blocks.
*   Add [check for author in post data before meta boxes save](https://github.com/WordPress/gutenberg/pull/15375) request submission.
*   [Allow blocks drag & drop](https://github.com/WordPress/gutenberg/pull/14521) if locking is set to "insert".
*   Fix [Youtube embed styles](https://github.com/WordPress/gutenberg/pull/14748) when used multiple times in a post.
*   [Proxy the code/block-editor replaceBlock](https://github.com/WordPress/gutenberg/pull/15528) action in the core/editor package.
*   Use [block-editor instead of editor in cover block](https://github.com/WordPress/gutenberg/pull/15547).
*   Fix [block showing an error in Safari](https://github.com/WordPress/gutenberg/pull/15576) when focused.
*   Fix small visual error in the [active state of the formatting buttons](https://github.com/WordPress/gutenberg/pull/15592).
*   Fix the pinned [plugins buttons styles](https://github.com/WordPress/gutenberg/pull/15609) when toggled.
*   Set caret position correctly when [merging blocks using the Delete key](https://github.com/WordPress/gutenberg/pull/15599).

## Documentation

*   Clarify [best practices pertaining to Color Palette](https://github.com/WordPress/gutenberg/pull/15006) values.
*   Use [Block Editor instead of Gutenberg](https://github.com/WordPress/gutenberg/pull/15411) when appropriate in the Handbook.
*   [Omit docblocks with private tag](https://github.com/WordPress/gutenberg/pull/15173) in the API Docs generation.
*   Update docs for [selectors & actions moved to block-editor](https://github.com/WordPress/gutenberg/pull/15424).
*   Update i18n docs to use [make-json command](https://github.com/WordPress/gutenberg/pull/15303) from wp-cli.
*   Consolidate [doc generation tools](https://github.com/WordPress/gutenberg/pull/15421).
*   Fix [next/previous links issue](https://github.com/WordPress/gutenberg/pull/15456).
*   Webpack dependency plugin: Document [unsupported multiple instances](https://github.com/WordPress/gutenberg/pull/15451).
*   Add a [DevHub manifest file](https://github.com/WordPress/gutenberg/pull/15254) to allow synchronizing the documentation to the DevHub.
*   Typos and tweaks: [1](https://github.com/WordPress/gutenberg/pull/15251), [2](https://github.com/WordPress/gutenberg/pull/15204), [3](https://github.com/WordPress/gutenberg/pull/15260), [4](https://github.com/WordPress/gutenberg/pull/15262), [5](https://github.com/WordPress/gutenberg/pull/15170), [6](https://github.com/WordPress/gutenberg/pull/15386), [7](https://github.com/WordPress/gutenberg/pull/15423), [8](https://github.com/WordPress/gutenberg/pull/15448), [9](https://github.com/WordPress/gutenberg/pull/15454), [10](https://github.com/WordPress/gutenberg/pull/15494), [11](https://github.com/WordPress/gutenberg/pull/15506), [12](https://github.com/WordPress/gutenberg/pull/15527), [13](https://github.com/WordPress/gutenberg/pull/15508), [14](https://github.com/WordPress/gutenberg/pull/15505), [15](https://github.com/WordPress/gutenberg/pull/15612).

## Various

*   Support and use the [shorthand Fragment](https://github.com/WordPress/gutenberg/pull/15120) [syntax](https://github.com/WordPress/gutenberg/pull/15261).
*   Update to [Babel 7.4 and core-js 3](https://github.com/WordPress/gutenberg/pull/15139).
*   Upgrade [simple-html-tokenizer](https://github.com/WordPress/gutenberg/pull/15246) dependency.
*   Pass individual files as arguments from watch to [build script](https://github.com/WordPress/gutenberg/pull/15219).
*   Automate the [scripts dependencies](https://github.com/WordPress/gutenberg/pull/15124) generation.
*   [Clean DropZone](https://github.com/WordPress/gutenberg/pull/15224) component’s unused state.
*   remove [\_\_unstablePositionedAtSelection](https://github.com/WordPress/gutenberg/pull/15035) component.
*   Refactor core/edit-post [INIT effect to use action-generators](https://github.com/WordPress/gutenberg/pull/14740) and controls.
*   Improve [eslint disable comments](https://github.com/WordPress/gutenberg/pull/15384).
*   Fix NaN [warning when initializing the FocalPointPicker](https://github.com/WordPress/gutenberg/pull/15400) component.
*   [Export React.memo](https://github.com/WordPress/gutenberg/pull/15385) in the @wordpress/element package.
*   Improve the [specificity of the custom colors styles](https://github.com/WordPress/gutenberg/pull/15167).
*   [Preload the autosaves endpoint](https://github.com/WordPress/gutenberg/pull/15067) to avoid request when loading the editor.
*   A11y: Add support for [Axe verification in e2e tests](https://github.com/WordPress/gutenberg/pull/15018).
*   Refactor the [File block to use the block.json](https://github.com/WordPress/gutenberg/pull/14862) syntax.
*   Remove [redundant duplicated reducers](https://github.com/WordPress/gutenberg/pull/15142).
*   Add [integration tests for blocks with deprecations](https://github.com/WordPress/gutenberg/pull/15268).
*   Allow [non-production env in wp-scripts build](https://github.com/WordPress/gutenberg/pull/15480).
*   Use [React Hooks in the BlockListBlock component](https://github.com/WordPress/gutenberg/pull/14985).
*   Add an [e2e test for custom taxonomies](https://github.com/WordPress/gutenberg/pull/15151).
*   Fix [intermittent failures on block transforms](https://github.com/WordPress/gutenberg/pull/15485) tests.
*   Remove [componentWillReceiveProps usage from ColorPicker](https://github.com/WordPress/gutenberg/pull/11772).
*   Add an [experimental](https://github.com/WordPress/gutenberg/pull/15563) [CPT to be used in the block based widgets screen](https://github.com/WordPress/gutenberg/pull/15014).
*   Split [JavaScript CI tasks to individual jobs](https://github.com/WordPress/gutenberg/pull/15229).
*   Remove [unnecessary aria-label from the block inserter](https://github.com/WordPress/gutenberg/pull/15382) list items.

## Mobile

*   Add a first version of the [video block](https://github.com/WordPress/gutenberg/pull/14912).
*   Fix the [Auto-scroll behavior on List](https://github.com/WordPress/gutenberg/pull/15048) block.
*   Fix the [list handling on Android](https://github.com/WordPress/gutenberg/pull/15168).
*   Improve [accessibility of the missing block](https://github.com/WordPress/gutenberg/pull/15457).

= 5.6.1 =

## Miscellaneous

- Republish Gutenberg 5.6.0.

= 5.6.0 =

## Enhancements

- Improve [focus state for button block](https://github.com/WordPress/gutenberg/pull/15058).
- [Reduce specificity of block styles](https://github.com/WordPress/gutenberg/pull/14407) to make it easier for themes to style the editor.
- Optimize data subscribers to [avoid unnecessary work](https://github.com/WordPress/gutenberg/pull/15041) on each editor change.
- Avoid [overlapping block breadcrumb](https://github.com/WordPress/gutenberg/pull/15112) when block movers are visible for full- and wide-aligned blocks.
- Preload [user permissions for reusable blocks](https://github.com/WordPress/gutenberg/pull/15061) to avoid UI flickering for block settings menu options.
- Remove [unnecessary bottom padding](https://github.com/WordPress/gutenberg/pull/15158) for nested lists.
- Restore [block movers to focus mode](https://github.com/WordPress/gutenberg/pull/15109).
- Improve display of [categories list panel](https://github.com/WordPress/gutenberg/pull/15075).

## Bug Fixes

- [Restore block movers](https://github.com/WordPress/gutenberg/pull/15022) to full- and wide-aligned blocks.
- Always show [drag handles](https://github.com/WordPress/gutenberg/pull/15025) for nested blocks, even when only a single block exists.
- Improve [HTML output for formatted text](https://github.com/WordPress/gutenberg/pull/14555).
- Fix an [error preventing registerFormatType to be called](https://github.com/WordPress/gutenberg/pull/15072) wrongly indicated as duplicate.
- Resolve problematic [post lock release behavior](https://github.com/WordPress/gutenberg/pull/14994) when leaving the editor when using newer versions of Chrome.
- Resolve an issue to [detect autosave presence at editor load](https://github.com/WordPress/gutenberg/pull/7945) in considering saveability.
- Resolve a typo which could interfere with [audio shortcode transforms](https://github.com/WordPress/gutenberg/pull/15118).
- [Apply RichText attributes correctly](https://github.com/WordPress/gutenberg/pull/15070) to resolve an issue with registerFormatType.
- [Preserve attributes](https://github.com/WordPress/gutenberg/pull/15128) of a multi-line classic block paragraph.
- Resolve an issue for Windows and Linux development mode due to a [access key safeguard](https://github.com/WordPress/gutenberg/pull/15044).

## Various

- Refactor a number of core blocks toward better interoperability with the Blocks RFC: [[1]](https://github.com/WordPress/gutenberg/pull/14979), [[2]](https://github.com/WordPress/gutenberg/pull/14902), [[3]](https://github.com/WordPress/gutenberg/pull/14903), [[4]](https://github.com/WordPress/gutenberg/pull/14899).
- [Move selection state](https://github.com/WordPress/gutenberg/pull/14640) for RichText components to the block editor store, to enable future work to resolve or improve selection behavior.
- Change the behavior of reusable blocks autocomplete to [fetch upon input](https://github.com/WordPress/gutenberg/pull/14915), improving reliability of tests and avoiding unnecessary network requests.
- Allow [development mode constant](https://github.com/WordPress/gutenberg/pull/14165) to be redefined by plugins.
- Improve reliability of e2e tests: [[1]](https://github.com/WordPress/gutenberg/pull/13161), [[2]](https://github.com/WordPress/gutenberg/pull/15046), [[3]](https://github.com/WordPress/gutenberg/pull/15063).
- Avoid running [files contained in the git subfolder](https://github.com/WordPress/gutenberg/pull/14997) as tests.
- Resolve an [issue with e2e errors](https://github.com/WordPress/gutenberg/pull/14998) related to dependencies updates.
- Add a new ESLint rule to [enforce accessible use of BaseControl](https://github.com/WordPress/gutenberg/pull/14151).
- Remove [redundant CSS styles](https://github.com/WordPress/gutenberg/pull/14520).
- Add e2e tests for [dynamic allowed blocks](https://github.com/WordPress/gutenberg/pull/14992), [transforms from media to embed block](https://github.com/WordPress/gutenberg/pull/13997), [explicit persistence undo regression](https://github.com/WordPress/gutenberg/pull/15049).
- Add a new [`wpDataSelect` e2e test utility](https://github.com/WordPress/gutenberg/pull/15052).
- Include a [React hooks ESLint configuration](https://github.com/WordPress/gutenberg/pull/14995).
- Add a [new Webpack plugin](https://github.com/WordPress/gutenberg/pull/14869) to help externalize and extract script dependencies (not yet published).

## Documentation

- Include auto-generated documentation for [core data module actions and selectors](https://github.com/WordPress/gutenberg/pull/15200).
- Update [contributing documentation](https://github.com/WordPress/gutenberg/pull/15187) to extract detailed sections to their own documents.
- Document the [withGlobalEvents](https://github.com/WordPress/gutenberg/pull/15175) higher-order component creator.
- Add [related resources](https://github.com/WordPress/gutenberg/pull/15194) for BlockEditor components.
- Clarify [requirements for e2e-test-utils](https://github.com/WordPress/gutenberg/pull/15171) package.
- [Exclude private, experimental, and unstable APIs](https://github.com/WordPress/gutenberg/pull/15188) from auto-generated data documentation.
- Include [missing DropZone component props](https://github.com/WordPress/gutenberg/pull/15223) in documentation.
- Mention [component stylesheets](https://github.com/WordPress/gutenberg/pull/15241) in usage instructions.
- Update [copy/paste support list](https://github.com/WordPress/gutenberg/pull/15149) to reflect paste support of images from Microsoft Word and Libre/Open Office.
- Add [missing "Code is Poetry" footers](https://github.com/WordPress/gutenberg/pull/15140).
- Improve [wording of JavaScript Tutorial](https://github.com/WordPress/gutenberg/pull/14838) document.
- Improve [Travis build performance](https://github.com/WordPress/gutenberg/pull/15228) by expanding containers for e2e tests.

## Mobile

- [Refine transitions](https://github.com/WordPress/gutenberg/pull/14831) for bottom sheets.
- Extract a [HorizontalRule component](https://github.com/WordPress/gutenberg/pull/14361) for use in a cross-platform separator block.
- Fix an [error with changing list types](https://github.com/WordPress/gutenberg/pull/15010).
- [Avoid setting caret](https://github.com/WordPress/gutenberg/pull/15021) when rich-text text will be trimmed.
- Fix [title not focusing](https://github.com/WordPress/gutenberg/pull/15069).
- Improve [post title accessibility](https://github.com/WordPress/gutenberg/pull/15106).
- Improve image block accessibility for [deselected](https://github.com/WordPress/gutenberg/pull/14713), and [selected](https://github.com/WordPress/gutenberg/pull/15122) states.
- Add [accessibility label for unselected paragraph](https://github.com/WordPress/gutenberg/pull/15126).
- Fix [history stack when not empty](https://github.com/WordPress/gutenberg/pull/15055) on a fresh start of the editor.
- Improve [Heading block accessibility](https://github.com/WordPress/gutenberg/pull/15144).
- Make [accessibility string properly localizable](https://github.com/WordPress/gutenberg/pull/15161).
- [Update string concatenation](https://github.com/WordPress/gutenberg/pull/15181) for accessibility labels.

= 5.5.0 =

## Features

- Add a new [Group](https://github.com/WordPress/gutenberg/pull/13964) [block](https://github.com/WordPress/gutenberg/pull/14920).
- Add [vertical alignment](https://github.com/WordPress/gutenberg/pull/13989) support to the Media & Text block.
- Add [the image fill option](https://github.com/WordPress/gutenberg/pull/14445) to the Media & Text block.

## Enhancements

- Improvements to the [Image Block](https://github.com/WordPress/gutenberg/pull/14142) [flows](https://github.com/WordPress/gutenberg/pull/14807).
- Automatically [add `mailto:` to email addresses](https://github.com/WordPress/gutenberg/pull/14857) when linking.
- Add [visual handles for side resizers](https://github.com/WordPress/gutenberg/pull/14543) for various blocks.
- Improve the [performance of the](https://github.com/WordPress/gutenberg/pull/14664) [annotations](https://github.com/WordPress/gutenberg/pull/14808) by avoiding excessive memoization.
- Announce the [color accessibility issues](https://github.com/WordPress/gutenberg/pull/14649) to screen readers.
- Add [enum block attributes validation](https://github.com/WordPress/gutenberg/pull/14810) to browser block parser.
- Use a [consistent grey background](https://github.com/WordPress/gutenberg/pull/14719) in the Shortcode block.
- Improve accessibility of video block [select poster image](https://github.com/WordPress/gutenberg/pull/14752).
- Respect [prefers-reduced-motion for fixed backgrounds](https://github.com/WordPress/gutenberg/pull/14848) in Cover block.
- Prevent ArrowLeft key press in multi-line selection from [prematurely triggering multi-selection](https://github.com/WordPress/gutenberg/pull/14906).

## Bug Fixes

- Avoid keeping the [RichText value in cache](https://github.com/WordPress/gutenberg/pull/14750) indefinitely.
- Fix the [post title input borders](https://github.com/WordPress/gutenberg/pull/14771) in the code editor.
- Fix the [block restrictions](https://github.com/WordPress/gutenberg/pull/14003) to insert, replace or move blocks.
- [Select gallery images](https://github.com/WordPress/gutenberg/pull/14813) on focus.
- Fix [removing gallery images](https://github.com/WordPress/gutenberg/pull/14822) on delete/backspace key press.
- Fix small visual regression in the [block autocompete popover](https://github.com/WordPress/gutenberg/pull/14772).
- Fix the data module[ resolver resolution status](https://github.com/WordPress/gutenberg/pull/14711).
- Avoid [saving metaboxes when previewing](https://github.com/WordPress/gutenberg/pull/14877) [changes](https://github.com/WordPress/gutenberg/pull/14894).
- Fix [selecting the separator block](https://github.com/WordPress/gutenberg/pull/14854).
- Fix displaying the [color palette](https://github.com/WordPress/gutenberg/pull/14693) [tooltips](https://github.com/WordPress/gutenberg/pull/14944) on hover.
- Fix Firefox/NVDA bug not [announcing the toggle settings](https://github.com/WordPress/gutenberg/pull/14475) button.
- Fix [arrow navigation in paragraph](https://github.com/WordPress/gutenberg/pull/14804) blocks with backgrounds.
- Fix the [columns block click to select](https://github.com/WordPress/gutenberg/pull/14876).
- Fix [post dirtiness](https://github.com/WordPress/gutenberg/pull/14916) after fetching reusable blocks.
- Fix the hover and focus styles for [buttons with the isBusy](https://github.com/WordPress/gutenberg/pull/14469) prop.
- Remove the box [shadow from the side inserter](https://github.com/WordPress/gutenberg/pull/14936) button.
- Changing the [region navigation shortcuts](https://github.com/WordPress/gutenberg/pull/14681) to avoid conflicts.
- Fix [space insertion in the Button block](https://github.com/WordPress/gutenberg/pull/14925) in Firefox.
- Prevent the [link popover from animating constantly](https://github.com/WordPress/gutenberg/pull/14938) as we type. 
- Fix the warning triggered by [clearing the height of the spacer block](https://github.com/WordPress/gutenberg/pull/14785).
- Fix [undo behavior](https://github.com/WordPress/gutenberg/pull/14955) after fresh post loading.

## Documentation

- Add design documentation to the [Modal component](https://github.com/WordPress/gutenberg/pull/14757).
- Clarify the [CSS naming coding guidelines](https://github.com/WordPress/gutenberg/pull/14556).
- Add [InspectorControls usage example](https://github.com/WordPress/gutenberg/pull/11736).
- Tweaks and typos: [1](https://github.com/WordPress/gutenberg/pull/14736), [2](https://github.com/WordPress/gutenberg/pull/14737), [3](https://github.com/WordPress/gutenberg/pull/14762), [4](https://github.com/WordPress/gutenberg/pull/14741), [5](https://github.com/WordPress/gutenberg/pull/14756), [6](https://github.com/WordPress/gutenberg/pull/14778), [7](https://github.com/WordPress/gutenberg/pull/14827), [8](https://github.com/WordPress/gutenberg/pull/14895), [9](https://github.com/WordPress/gutenberg/pull/14909), [10](https://github.com/WordPress/gutenberg/pull/14917), [11](https://github.com/WordPress/gutenberg/pull/14940), [12](https://github.com/WordPress/gutenberg/pull/14941), [13](https://github.com/WordPress/gutenberg/pull/14964).

## Various

- Bootstrap the design of the [new widgets screen](https://github.com/WordPress/gutenberg/pull/14612) (non functional yet).
- Reorganization of the block-library code base:
    - Use a babel plugin to [load block.json files](https://github.com/WordPress/gutenberg/pull/14551).
    - Introduce [block.json metadata](https://github.com/WordPress/gutenberg/pull/14770) [for](https://github.com/WordPress/gutenberg/pull/14863) all client side blocks.
    - Move [the edit functions and the icons](https://github.com/WordPress/gutenberg/pull/14743) to separate files.
    - Move the [transforms and save functions](https://github.com/WordPress/gutenberg/pull/14882) to separate files.
- Add [forwardRef support to the PlainText](https://github.com/WordPress/gutenberg/pull/14866) component.
- Support [Button Block Appender](https://github.com/WordPress/gutenberg/pull/14241) in the InnerBlocks component.
- [Unset the focal point attributes](https://github.com/WordPress/gutenberg/pull/14746) from the Cover block if not needed.
- [Consistently return promises](https://github.com/WordPress/gutenberg/pull/14830) from the data module action calls.
- Remove obsolete [CSS currentColor](https://github.com/WordPress/gutenberg/pull/14119) usage.
- Improve the [e2e test CLI arguments](https://github.com/WordPress/gutenberg/pull/14717) and docs.
- Improve the [e2e test login stability](https://github.com/WordPress/gutenberg/pull/14243) on MacOS.
- Remove [is-plain-obj package](https://github.com/WordPress/gutenberg/pull/14751) dependency.
- Remove invalid urls and ids from [media test](https://github.com/WordPress/gutenberg/pull/14625/files) [fixtures](https://github.com/WordPress/gutenberg/pull/14790).
- Remove the [deprecated Gutenberg plugin functions](https://github.com/WordPress/gutenberg/pull/14806) slated for 5.4 and 5.5.
- remove or rename [undocumented RichText package functions](https://github.com/WordPress/gutenberg/pull/14239) and constants.
- Adjust [paragraph block spacing](https://github.com/WordPress/gutenberg/pull/14679) to use standardised variables.
- Allow [spaces in file paths](https://github.com/WordPress/gutenberg/pull/14789) for package build process. 
- Update pre-commit to [check modified files only](https://github.com/WordPress/gutenberg/pull/14971).
- Improve the [performance of the webpack build](https://github.com/WordPress/gutenberg/pull/14860) configuration.
- [Update dependencies](https://github.com/WordPress/gutenberg/pull/14978) with known vulnerabilities.
- Fix [typo in variable names](https://github.com/WordPress/gutenberg/pull/14970).

## Mobile

- [Accessibility improvements to the Button](https://github.com/WordPress/gutenberg/pull/14697) component.
- Enhance the [unsupported block type](https://github.com/WordPress/gutenberg/pull/14577). 
- Fix [image upload progress](https://github.com/WordPress/gutenberg/pull/14799) not being displayed consistently.
- Support [copy/pasting images](https://github.com/WordPress/gutenberg/pull/14802).
- Add [the](https://github.com/WordPress/gutenberg/pull/14865) [list block](https://github.com/WordPress/gutenberg/pull/14636).
- Visual [refinements for the native nextpage](https://github.com/WordPress/gutenberg/pull/14826) block.
- Fix [importing the column](https://github.com/WordPress/gutenberg/pull/14880) block.
- Remove DOM logic from the [list block toolbar](https://github.com/WordPress/gutenberg/pull/14840).
- Put the caret at the end of the text field after [merging blocks](https://github.com/WordPress/gutenberg/pull/14820).
- Fix caret position [after](https://github.com/WordPress/gutenberg/pull/14957) [inline paste](https://github.com/WordPress/gutenberg/pull/14893).

= 5.4.0 =

### Features

- Add [vertical alignment support for the columns](https://github.com/WordPress/gutenberg/pull/13899) [block](https://github.com/WordPress/gutenberg/pull/14614).
- Add [playsinline support](https://github.com/WordPress/gutenberg/pull/14500) for the video block.

### Enhancements

- Add the [Media Library button](https://github.com/WordPress/gutenberg/issues/8309) to the gallery block appender.
- Improve appearance of the block [hover state on colored backgrounds](https://github.com/WordPress/gutenberg/pull/14501).
- Move the [color and font size caption styles](https://github.com/WordPress/gutenberg/pull/14366) into theme styles.
- Replace the [verse block icon](https://github.com/WordPress/gutenberg/pull/14622).
- Standardize [align and className attributes](https://github.com/WordPress/gutenberg/pull/14533) for dynamic blocks.
- Remove the [title from mobile inserters](https://github.com/WordPress/gutenberg/pull/14493).
- Capitalize [button labels](https://github.com/WordPress/gutenberg/pull/14591).
- [Remove menu toggling](https://github.com/WordPress/gutenberg/pull/14456) on checkbox, radio buttons clicks.
- Make the [invisible image resize handlers](https://github.com/WordPress/gutenberg/pull/14481) bigger.
- Improve the [alt text field description](https://github.com/WordPress/gutenberg/pull/14668).

### Bug Fixes

- Improve the [format boundary styles](https://github.com/WordPress/gutenberg/pull/14519).
- [Convert void blocks properly](https://github.com/WordPress/gutenberg/pull/14536) when converting or pasting content.
- Fix the [ClipboardButton](https://github.com/WordPress/gutenberg/pull/7106) component behavior in Safari.
- Fix [expanding the text selection](https://github.com/WordPress/gutenberg/pull/14487) when using shift + vertical arrows.
- Fix the alignment of the [third-party block settings items](https://github.com/WordPress/gutenberg/pull/14569).
- Fix [invalid HTML](https://github.com/WordPress/gutenberg/pull/14423) [in](https://github.com/WordPress/gutenberg/pull/14599) some more menu items.
- Fix [JavaScript error in the columns](https://github.com/WordPress/gutenberg/pull/14605) block.
- Fix [radio button](https://github.com/WordPress/gutenberg/pull/14624) [appearance](https://github.com/WordPress/gutenberg/pull/14684) on small screens.
- Save [line breaks in the preformatted](https://github.com/WordPress/gutenberg/pull/14653) block.
- Fix edge case in the [is_gutenberg_page](https://github.com/WordPress/gutenberg/pull/14558) plugin function.
- Fix [toolbar position](https://github.com/WordPress/gutenberg/pull/14669) in full size aligned blocks on small screens.
- Fix [double scrollbar issue](https://github.com/WordPress/gutenberg/pull/14677) in Full Screen mode.
- Fix JavaScript error when [downgrading to an old Gutenberg version](https://github.com/WordPress/gutenberg/pull/14691).
- Fix the [WordPress embed block](https://github.com/WordPress/gutenberg/pull/14658) resolution.
- Fix embedding [links with trailing slashes](https://github.com/WordPress/gutenberg/pull/14705).
- Fix the [preloading apiFetch middleware](https://github.com/WordPress/gutenberg/pull/14714) when initialized empty.
- Fix php notice when using [widgets without](https://github.com/WordPress/gutenberg/pull/14587) [description](https://github.com/WordPress/gutenberg/pull/14615).
- Better [horizontal edge detection](https://github.com/WordPress/gutenberg/pull/14462) to fix the arrow key navigation in the table block.
- Fix error in [API Fetch initialization](https://github.com/WordPress/gutenberg/pull/14714).
- Fix [unwanted margin](https://github.com/WordPress/gutenberg/pull/14614) in Column block.
- Fixes [issue where emoji would be destroyed](https://github.com/WordPress/gutenberg/pull/14411).

### Documentation

- Document the [block editor module](https://github.com/WordPress/gutenberg/pull/14566).
- Add design documentation for the [Panel](https://github.com/WordPress/gutenberg/pull/14504) component.
- Document [webpack config extensibility](https://github.com/WordPress/gutenberg/pull/14590).
- Clarify [experimental and unstable API](https://github.com/WordPress/gutenberg/pull/14557) guidelines.
- Setup automatic [API documentation for the data](https://github.com/WordPress/gutenberg/pull/14277) module.
- Improve the [automatic](https://github.com/WordPress/gutenberg/pull/14549) [API](https://github.com/WordPress/gutenberg/pull/14656) documentation tool.
- Enhance the components documentation:
  - [FormFileUpload](https://github.com/WordPress/gutenberg/pull/14661) component.
  - [MediaPlaceholder](https://github.com/WordPress/gutenberg/pull/14645) component.
  - [Notice](https://github.com/WordPress/gutenberg/pull/14514) component.
  - [TextControl](https://github.com/WordPress/gutenberg/pull/14710) component.
- Updates the [blocks creation tutorial](https://github.com/WordPress/gutenberg/pull/14584).
- Typos & tweaks: [1](https://github.com/WordPress/gutenberg/pull/14490), [2](https://github.com/WordPress/gutenberg/pull/14516), [3](https://github.com/WordPress/gutenberg/pull/14530), [4](https://github.com/WordPress/gutenberg/pull/14565), [5](https://github.com/WordPress/gutenberg/pull/14597), [6](https://github.com/WordPress/gutenberg/pull/14368), [7](https://github.com/WordPress/gutenberg/pull/14666), [8](https://github.com/WordPress/gutenberg/pull/14686), [9](https://github.com/WordPress/gutenberg/pull/14690).

### Various

- Implement a built-in static [Gutenberg Playground](https://github.com/WordPress/gutenberg/pull/14497).
- [Override core block server-side code](https://github.com/WordPress/gutenberg/pull/13521) when using the plugin.
- Make the [block](https://github.com/WordPress/gutenberg/pull/14527) [editor](https://github.com/WordPress/gutenberg/pull/14387) [module](https://github.com/WordPress/gutenberg/pull/14548) [more](https://github.com/WordPress/gutenberg/pull/14678) reusable.
- Expose the [lazy and Suspence](https://github.com/WordPress/gutenberg/pull/14412) React features in the element package.
- Avoid assuming persisted [preferences state shape](https://github.com/WordPress/gutenberg/pull/14692).
- Remove dead code from the [calendar block renderer](https://github.com/WordPress/gutenberg/pull/14546).
- Extract [global CSS resets](https://github.com/WordPress/gutenberg/pull/14509) [into](https://github.com/WordPress/gutenberg/pull/14572) reusable mixins.
- Replace [image urls by base 64 encoded images](https://github.com/WordPress/gutenberg/pull/14544) in reusable CSS files.
- Add default empty implementation for the [block types save](https://github.com/WordPress/gutenberg/pull/14510) [function](https://github.com/WordPress/gutenberg/pull/14529).
- Add a new data action to [replace the inner blocks](https://github.com/WordPress/gutenberg/pull/14291).
- Support [parent data registry inheritance](https://github.com/WordPress/gutenberg/pull/14369) in the data module.
- Add [extra props support for the Dashicon](https://github.com/WordPress/gutenberg/pull/14631) component.
- Add a [BaseControl.VisualLabel](https://github.com/WordPress/gutenberg/pull/14179) component for purely visual labels.
- Refactor [setupEditor effects to actions](https://github.com/WordPress/gutenberg/pull/14513).
- Refactor the [core/data store](https://github.com/WordPress/gutenberg/pull/14634) to be independent from the registry object.
- Remove [componentWillMount](https://github.com/WordPress/gutenberg/pull/14637) usage from LatestPostEdit component.
- Add a generic [e2e test for block transforms](https://github.com/WordPress/gutenberg/pull/12336) and work on its [stability](https://github.com/WordPress/gutenberg/pull/14632).
- Allow e2e test failures for [php versions lower than 5.6](https://github.com/WordPress/gutenberg/pull/14541).
- Add eslint rule to prevent [incorrect truthy length property](https://github.com/WordPress/gutenberg/pull/14579/) checks.
- Add eslint rule to [prevent unsafe setTimeout usage](https://github.com/WordPress/gutenberg/pull/14650) in components.
- Run the local gutenberg environment in [debug mode](https://github.com/WordPress/gutenberg/pull/14371).
- Disable [debug mode in local e2e tests](https://github.com/WordPress/gutenberg/pull/14638).
- [Exclude test files](https://github.com/WordPress/gutenberg/pull/14468) while rebuilding packages.
- [Make E2E tests resilient](https://github.com/WordPress/gutenberg/pull/14632) against transforms added by plugins.
- Add [LGPL](https://github.com/WordPress/gutenberg/pull/14734) as an OSS license.

= 5.3.0 =

### Features

 - Add the [block management modal](https://github.com/WordPress/gutenberg/pull/14224): Ability to hide/show blocks in the inserter.
 - Support [nested blocks for the Cover Block](https://github.com/WordPress/gutenberg/pull/13822).
 - Add an experimental [Legacy Widget Block](https://github.com/WordPress/gutenberg/pull/13511) (enabled only in the plugin for the moment).

### Enhancements

 - Update the [block outlines](https://github.com/WordPress/gutenberg/pull/14145) for the hover and selected states.
 - Allow [undoing automatic pattern block transformations](https://github.com/WordPress/gutenberg/pull/13917).
 - Add a [RichText collapsed format toolbar](https://github.com/WordPress/gutenberg/pull/14233) for code, inline image and strikethrough formats.
 - Allow [collapsing inserter panels](https://github.com/WordPress/gutenberg/pull/13884) when searching.
 - Add ability to transform [video shortcodes to video blocks](https://github.com/WordPress/gutenberg/pull/14042).
 - Add ability to transform [audio shortcodes to audio blocks](https://github.com/WordPress/gutenberg/pull/14045).
 - Add new @wordpress/data actions to [invalidate the resolvers cache](https://github.com/WordPress/gutenberg/pull/14225).
 - Support [custom classNames in the ToggleControl](https://github.com/WordPress/gutenberg/pull/13804) component.
 - Clarify the [button to exit the post lock](https://github.com/WordPress/gutenberg/pull/14347) modal.
 - Improve the [block validation error message](https://github.com/WordPress/gutenberg/pull/13499).
 - [Automatically use the WordPress](https://github.com/WordPress/gutenberg/pull/13877)  [babel config](https://github.com/WordPress/gutenberg/pull/14168) when using @wordpress/scripts CLI.
 - Add keyboard [shortcuts to indent/outdent](https://github.com/WordPress/gutenberg/pull/14343) list items.
 - Use [links instead of buttons](https://github.com/WordPress/gutenberg/pull/10815) in the document outline.
 - Use [`<s>` for strikethrough](https://github.com/WordPress/gutenberg/pull/14389), [not `<del>`](https://github.com/WordPress/gutenberg/pull/14430).
 - Center the [tooltips content](https://github.com/WordPress/gutenberg/pull/14473).
 - Update wording of the [block switcher tooltip](https://github.com/WordPress/gutenberg/pull/14470).
 - Add [support for the reduced motion](https://github.com/WordPress/gutenberg/pull/14021) browser mode.

### Bug Fixes

 - Always show the [current month in the Calendar](https://github.com/WordPress/gutenberg/pull/13873) block for All CPTs but post.
 - In the Latest posts block, [avoid full line clickable titles](https://github.com/WordPress/gutenberg/pull/14109).
 - Avoid relying on DOM nodes to add the [empty line in RichText](https://github.com/WordPress/gutenberg/pull/13850)  [component](https://github.com/WordPress/gutenberg/pull/14315). This fixes a number of lingering empty lines.
 - Fix the [MediaPlaceholder icon color](https://github.com/WordPress/gutenberg/pull/14257) on dark backgrounds.
 - Fix the [Classic block toolbar in RTL](https://github.com/WordPress/gutenberg/pull/14088) languages.
 - Fix the [more tag in the Classic block](https://github.com/WordPress/gutenberg/pull/14173).
 - Fix the [quote to heading](https://github.com/WordPress/gutenberg/pull/14348) block transformation.
 - Fix “null” appearing when [merging empty headings](https://github.com/WordPress/gutenberg/pull/13981) and paragraphs.
 - Fix the [block insertion restrictions](https://github.com/WordPress/gutenberg/pull/14020) in the global inserter.
 - Fix the [prepareEditableTree](https://github.com/WordPress/gutenberg/pull/14284) custom RichText Format API.
 - [Changes to the internal RichText format](https://github.com/WordPress/gutenberg/pull/14380) representation to separate objects (inline image..) from formats (bold…). This fixes a number of RichText issues.
 - Fix the [Spinner component styling](https://github.com/WordPress/gutenberg/pull/14418) in RTL languages.
 - Fix [focus loss when using the Set Featured Image](https://github.com/WordPress/gutenberg/pull/14415) buttons.
 - Fix [template lock](https://github.com/WordPress/gutenberg/pull/14390) not being taken into consideration.
 - Fix [composed characters](https://github.com/WordPress/gutenberg/pull/14449) at the beginning of RichText.
 - Fix several [block multi-selection](https://github.com/WordPress/gutenberg/pull/14448)  [bugs](https://github.com/WordPress/gutenberg/pull/14453).
 - Allow using a [float number as a step](https://github.com/WordPress/gutenberg/pull/14322) when using the RangeControl component.
 - Fix error when pasting a [caption shortcode without an image](https://github.com/WordPress/gutenberg/pull/14365) tag.
 - Fix [focus loss](https://github.com/WordPress/gutenberg/pull/14444) when combining sidebars and modals (or popovers).
 - Escape the [greater than character](https://github.com/WordPress/gutenberg/pull/9963) when serializing the blocks content into HTML.
 - Fix [pasting links into the classic block](https://github.com/WordPress/gutenberg/pull/14485).
 - Include missing [CSS in the classic block](https://github.com/WordPress/gutenberg/pull/12441).

### Documentation

 - Enhance the [i18n process documentation](https://github.com/WordPress/gutenberg/pull/13909) with a complete example.
 - Add design guidelines to several components:
 - The [Button](https://github.com/WordPress/gutenberg/pull/14194) component
 - The [CheckboxControl](https://github.com/WordPress/gutenberg/pull/14153) component
 - The [MenuItemsChoice](https://github.com/WordPress/gutenberg/pull/14465) component.
 - The [MenuGroup](https://github.com/WordPress/gutenberg/pull/14466) component.
 - Update the [JavaScript setup tutorial](https://github.com/WordPress/gutenberg/pull/14440) to rely on the @wordpress/scripts package.
 - Lowercase [block editor](https://github.com/WordPress/gutenberg/pull/14205) and [classic editor](https://github.com/WordPress/gutenberg/pull/14203) terms to conform to the copy guidelines.
 - Use [a central script](https://github.com/WordPress/gutenberg/pull/14216) to generate the JavaScript API documentation and run [in parallel](https://github.com/WordPress/gutenberg/pull/14295).
 - Update the [packages release](https://github.com/WordPress/gutenberg/pull/14136)  [process](https://github.com/WordPress/gutenberg/pull/14260).
 - Update the plugin release docs to rely on a [lighter SVN checkout](https://github.com/WordPress/gutenberg/pull/14259).
 - Add automatic generation of JavaScript API documentation for:
   - [@wordpress/element](https://github.com/WordPress/gutenberg/pull/14269)
   - [@wordpress/escape-html](https://github.com/WordPress/gutenberg/pull/14268)
   - [@wordpress/html-entities](https://github.com/WordPress/gutenberg/pull/14267)
   - [@wordpress/keycodes](https://github.com/WordPress/gutenberg/pull/14265)
   - [@wordpress/a11y](https://github.com/WordPress/gutenberg/pull/14288)
   - [@wordpress/blob](https://github.com/WordPress/gutenberg/pull/14286)
   - [@wordpress/block-library](https://github.com/WordPress/gutenberg/pull/14282)
   - [@wordpress/compose](https://github.com/WordPress/gutenberg/pull/14278)
   - [@wordpress/dom](https://github.com/WordPress/gutenberg/pull/14273)
   - [@wordpress/i18n](https://github.com/WordPress/gutenberg/pull/14266)
   - [@wordpress/autop](https://github.com/WordPress/gutenberg/pull/14287)
   - [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/pull/14272)
   - [@wordpress/block-editor](https://github.com/WordPress/gutenberg/pull/14285)
   - [@wordpress/rich-text](https://github.com/WordPress/gutenberg/pull/14220)
   - [@wordpress/blocks](https://github.com/WordPress/gutenberg/pull/14279)
   - [@wordpress/deprecated](https://github.com/WordPress/gutenberg/pull/14275)
   - [@wordpress/priority-queue](https://github.com/WordPress/gutenberg/pull/14262)
   - [@wordpress/shortcode](https://github.com/WordPress/gutenberg/pull/14218)
   - [@wordpress/viewport](https://github.com/WordPress/gutenberg/pull/14214)
   - [@wordpress/url](https://github.com/WordPress/gutenberg/pull/14217)
   - [@wordpress/redux-routine](https://github.com/WordPress/gutenberg/pull/14228)
   - [@wordpress/date](https://github.com/WordPress/gutenberg/pull/14276)
   - [@wordpress/block-serialization-default-parser](https://github.com/WordPress/gutenberg/pull/14280)
   - [@wordpress/plugins](https://github.com/WordPress/gutenberg/pull/14263)
   - [@wordpress/wordcount](https://github.com/WordPress/gutenberg/pull/14213)
   - [@wordpress/edit-post](https://github.com/WordPress/gutenberg/pull/14271)
 - Link to the [editor user documentation](https://github.com/WordPress/gutenberg/pull/14316) and remove the user documentation [markdown file](https://github.com/WordPress/gutenberg/pull/14318/files).
 - Typos and tweaks: [1](https://github.com/WordPress/gutenberg/pull/14321), [2](https://github.com/WordPress/gutenberg/pull/14355), [3](https://github.com/WordPress/gutenberg/pull/14382), [4](https://github.com/WordPress/gutenberg/pull/14439), [5](https://github.com/WordPress/gutenberg/pull/14471).

### Various

 - Upgrade to [React 16.8.4](https://github.com/WordPress/gutenberg/pull/14400) ([React Hooks](https://github.com/WordPress/gutenberg/pull/14425)).
 - Fix the [dependencies of the e2e-tests](https://github.com/WordPress/gutenberg/pull/14212) and the [e2e-test-utils](https://github.com/WordPress/gutenberg/pull/14374) npm packages.
 - Avoid disabling [regeneratorRuntime in the babel config](https://github.com/WordPress/gutenberg/pull/14130) to avoid globals in npm packages.
 - [Work](https://github.com/WordPress/gutenberg/pull/14244)  [on](https://github.com/WordPress/gutenberg/pull/14247)  [various](https://github.com/WordPress/gutenberg/pull/14340)  [e2e tests](https://github.com/WordPress/gutenberg/pull/14219)  [stability](https://github.com/WordPress/gutenberg/pull/14230) improvements.
 - Regenerate RSS/Search block [test fixtures](https://github.com/WordPress/gutenberg/pull/14122).
 - [Move to travis.com](https://github.com/WordPress/gutenberg/pull/14250) as a CI server.
 - Add [clickBlockToolbarButton](https://github.com/WordPress/gutenberg/pull/14254) e2e test utility.
 - Add e2e tests:
   - to check the [keyboard navigation](https://github.com/WordPress/gutenberg/pull/13455) through blocks.
   - to verify that [the default block is selected](https://github.com/WordPress/gutenberg/pull/14191) after removing all the blocks.
   - to check the InnerBlocks [allowed blocks restrictions](https://github.com/WordPress/gutenberg/pull/14054).
 - Add unit tests [for the isKeyboardEvent](https://github.com/WordPress/gutenberg/pull/14073) utility.
 - Remove [CC-BY-3.0](https://github.com/WordPress/gutenberg/pull/14329) from the GPLv2 compatible licenses.
 - Polish the @wordpress/block-editor module:
   - Move the [block specific components](https://github.com/WordPress/gutenberg/pull/14112) to the package.
   - [Update the classnames](https://github.com/WordPress/gutenberg/pull/14420) to follow the CSS guidelines.
 - Update [eslint rules npm](https://github.com/WordPress/gutenberg/pull/14077)  [packages](https://github.com/WordPress/gutenberg/pull/14339).
 - Simplify the [hierarchical term selector strings](https://github.com/WordPress/gutenberg/pull/13938).
 - Update the [Latest comments block to use the “align support config”](https://github.com/WordPress/gutenberg/pull/11411) instead of a custom implementation.
 - Remove the [block snapshots tests](https://github.com/WordPress/gutenberg/pull/14349).
 - Remove [post install scripts](https://github.com/WordPress/gutenberg/pull/14353) and only run these in CI to improve test performance.
 - Tweak the plugin build zip script to [avoid prompting](https://github.com/WordPress/gutenberg/pull/14352) when the build environment is clean.
 - Add [withRegistry](https://github.com/WordPress/gutenberg/pull/14370) higher-order component to the @wordpress/data module.
 - Add missing [module entry point to the notices](https://github.com/WordPress/gutenberg/pull/14388) package.json.
 - Remove the Gutenberg [5.3 deprecated functions](https://github.com/WordPress/gutenberg/pull/14380).
 - Ensure [sourcemaps published to npm](https://github.com/WordPress/gutenberg/pull/14409) contain safe relative paths.
 - Remove the [replace_block filter usage](https://github.com/WordPress/gutenberg/pull/13569) and extend core editor settings instead.
 - Improve handling of [transpiled packages in unit tests](https://github.com/WordPress/gutenberg/pull/14432).
 - Add CLI arguments to launch [e2e tests in interactive mode](https://github.com/WordPress/gutenberg/pull/14129) more easily.
 -  Select a [unique radio input](https://github.com/WordPress/gutenberg/pull/14128) in a group when using the tabbables utility.

= 5.2.0 =

### Enhancements

- Update the [button block description](https://github.com/WordPress/gutenberg/pull/13933) wording.
- Design and a11y [improvements for the custom color picker](https://github.com/WordPress/gutenberg/pull/13708).
- Tweak the [FontSizePicker height](https://github.com/WordPress/gutenberg/pull/11555) to match regular select elements.
- Improvements to the [local state persistence](https://github.com/WordPress/gutenberg/pull/13951) behavior.
- Improvements to the [URL input popove](https://github.com/WordPress/gutenberg/pull/13973) [design](https://github.com/WordPress/gutenberg/pull/14015).
- Disable [block navigation and document outline items](https://github.com/WordPress/gutenberg/pull/14081) in text mode.
- Improve the [quote block icons](https://github.com/WordPress/gutenberg/pull/14091).
- Animate the [sidebar tabs switching](https://github.com/WordPress/gutenberg/pull/13956).

### Bug Fixes

- Select [the last block](https://github.com/WordPress/gutenberg/pull/13294) when pasting content.
- Fix the block validation when the [default attribute value](https://github.com/WordPress/gutenberg/pull/12757) of a block is changed.
- Forces the [min/max value validation](https://github.com/WordPress/gutenberg/pull/12952) in the RangeControl component.
- Display HTML properly in [the post titles](https://github.com/WordPress/gutenberg/pull/13622) of the latest posts block.
- Fix drag and [dropping a column](https://github.com/WordPress/gutenberg/pull/13941) block on itself.
- Fix [new lines](https://github.com/WordPress/gutenberg/pull/13799) in the preformatted block.
- Fix [text underline shortcut](https://github.com/WordPress/gutenberg/pull/14008).
- Fix calling [gutenberg plugin functions in the frontend](https://github.com/WordPress/gutenberg/pull/14096) context.
- Fix [pasting a single line](https://github.com/WordPress/gutenberg/pull/14138) from Google Docs (ignoring the strong element).
- Fix FocalPointPicker rendering [unlabelled input fields](https://github.com/WordPress/gutenberg/pull/14152).
- Show the [images uploaded in the gallery block](https://github.com/WordPress/gutenberg/pull/12435) in the media modal.
- Fix [wordwise selection](https://github.com/WordPress/gutenberg/pull/14184) on Windows.
- [Preserve empty table cells](https://github.com/WordPress/gutenberg/pull/14137) when pasting content.
- Fix [focus loss](https://github.com/WordPress/gutenberg/pull/14189) when deleting the last block.

### Documentation

- Add [the Block specific toolbar button](https://github.com/WordPress/gutenberg/pull/14113) sample to the format api tutorial.
- Introduce a package to automatically generate the [API documentation](https://github.com/WordPress/gutenberg/pull/13329).
- Tweaks: [1](https://github.com/WordPress/gutenberg/pull/13906), [2](https://github.com/WordPress/gutenberg/pull/13920), [3](https://github.com/WordPress/gutenberg/pull/13940), [4](https://github.com/WordPress/gutenberg/pull/13954), [5](https://github.com/WordPress/gutenberg/pull/13993), [6](https://github.com/WordPress/gutenberg/pull/13995), [7](https://github.com/WordPress/gutenberg/pull/14083), [8](https://github.com/WordPress/gutenberg/pull/14099), [9](https://github.com/WordPress/gutenberg/pull/14089), [10](https://github.com/WordPress/gutenberg/pull/14177).

### Various

- Introduce [a](https://github.com/WordPress/gutenberg/pull/14082) [generic](https://github.com/WordPress/gutenberg/pull/13088) [block](https://github.com/WordPress/gutenberg/pull/13105) [editor](https://github.com/WordPress/gutenberg/pull/14116) [module](https://github.com/WordPress/gutenberg/pull/14161).
- Creates [an empty page](https://github.com/WordPress/gutenberg/pull/13912) that will contain the future widget screen explorations.
- Fix [emoji in the demo content](https://github.com/WordPress/gutenberg/pull/13969).
- Warn when the user is using an [inline element as a RichText container](https://github.com/WordPress/gutenberg/pull/13921).
- Make Babel [import JSX pragma plugin](https://github.com/WordPress/gutenberg/pull/13809/) [aware](https://github.com/WordPress/gutenberg/pull/14106) of the createElement usage.
- [Include the JSX pragma plugin](https://github.com/WordPress/gutenberg/pull/13540) into the default WordPress babel config.
- Update the [non-embeddable URLs](https://github.com/WordPress/gutenberg/pull/13715) wording.

### Chore

- Refactoring of the [block fixtures tests](https://github.com/WordPress/gutenberg/pull/13658).
- Refactoring the eslint [custom import lint rule](https://github.com/WordPress/gutenberg/pull/13937).
- Refactoring the selection of [previous/next blocks actions](https://github.com/WordPress/gutenberg/pull/13924).
- Refactoring the [post editor effects](https://github.com/WordPress/gutenberg/pull/13716) to use actions and resolvers instead.
- Use [forEach instead of map](https://github.com/WordPress/gutenberg/pull/13953) when appropriate and enforce it with an [eslint rule](https://github.com/WordPress/gutenberg/pull/14154).
- Remove [TinyMCE external dependency](https://github.com/WordPress/gutenberg/pull/13971) mapping.
- Extract [webpack config](https://github.com/WordPress/gutenberg/pull/13814) into the scripts package.
- Improve [e2e](https://github.com/WordPress/gutenberg/pull/14048) [tests](https://github.com/WordPress/gutenberg/pull/14108) stability.t
- Avoid mutating [webpack imported config](https://github.com/WordPress/gutenberg/pull/14039).
- [Upgrade Jest](https://github.com/WordPress/gutenberg/pull/13922) to version 24.
- Add [repository.directory field](https://github.com/WordPress/gutenberg/pull/14059) to the npm packages and an [linting rule](https://github.com/WordPress/gutenberg/pull/14200) to enforce it.
- Update [server blocks script to use core](https://github.com/WordPress/gutenberg/pull/14097) equivalent function.
- Remove the [vendor scripts registration](https://github.com/WordPress/gutenberg/pull/13573).
- Use the editor settings to pass a [mediaUpload handler](https://github.com/WordPress/gutenberg/pull/14115).
- Remove [deprecated Gutenberg plugin functions](https://github.com/WordPress/gutenberg/pull/14090) and [features](https://github.com/WordPress/gutenberg/pull/14144) moved to core.
- Remove unnecessary [Enzyme React 16 workarounds](https://github.com/WordPress/gutenberg/pull/14156) from the unit tests.
- Remove [wp-editor-font stylesheet override](https://github.com/WordPress/gutenberg/pull/14176).
- [Preserve inline scripts](https://github.com/WordPress/gutenberg/pull/13581) when overriding core scripts.
- Support [referencing the IconButton](https://github.com/WordPress/gutenberg/pull/14163) component.
- Refactor the [i18n setup](https://github.com/WordPress/gutenberg/pull/12559) of the Gutenberg plugin.

### Mobile

- Add an [image placeholder](https://github.com/WordPress/gutenberg/pull/13777) when the size is being computed.
- Update the [image thumbnail](https://github.com/WordPress/gutenberg/pull/13764) when the image is being uploaded.
- Support the [Format Library](https://github.com/WordPress/gutenberg/pull/12249).
- Bottom Sheet [design](https://github.com/WordPress/gutenberg/pull/13855) [improvements](https://github.com/WordPress/gutenberg/pull/13882).
- Update the default [block appender placehoder](https://github.com/WordPress/gutenberg/pull/13880).
- Support [pasting content](https://github.com/WordPress/gutenberg/pull/13841) using the Gutenberg paste handler.
- Fix [alignment issues](https://github.com/WordPress/gutenberg/pull/13945) for the appender and paragraph block placeholders.

= 5.1.1 =

## Bug Fixes

- Fixes a [Firefox regression](https://github.com/WordPress/gutenberg/pull/13986) causing block content to be deleted.

= 5.1.0 =

## Features

*   Add a new [Search block](https://github.com/WordPress/gutenberg/pull/13583).
*   Add a new [Calendar](https://github.com/WordPress/gutenberg/pull/13772) block.
*   Add a new [Tag Cloud](https://github.com/WordPress/gutenberg/pull/7875) block.

## Enhancements

*   Add micro-animations to the editor UI:
    *   Opening [Popovers](https://github.com/WordPress/gutenberg/pull/13617).
    *   Opening [Sidebars](https://github.com/WordPress/gutenberg/pull/13635).
*   [Restore the block movers](https://github.com/WordPress/gutenberg/pull/12758) for the floated blocks.
*   [Consistency in alignment options](https://github.com/WordPress/gutenberg/pull/9469) between archives and categories blocks.
*   Set the minimum size for [form fields on mobile](https://github.com/WordPress/gutenberg/pull/13639).
*   [Disable the block navigation](https://github.com/WordPress/gutenberg/pull/12185) in the code editor mode.
*   Consistency for the [modal styles](https://github.com/WordPress/gutenberg/pull/13669).
*   Improve the [FormToggle](https://github.com/WordPress/gutenberg/pull/12385) styling when used outside of WordPress context.
*   Use the block [icons in the media placeholders](https://github.com/WordPress/gutenberg/pull/11788).
*   Fix [rounded corners](https://github.com/WordPress/gutenberg/pull/13659) for the block svg icons.
*   Improve the [CSS specificity](https://github.com/WordPress/gutenberg/pull/13025) [of the paragraph](https://github.com/WordPress/gutenberg/pull/12998) block [styles](https://github.com/WordPress/gutenberg/pull/13821).
*   Require an initial [click on embed previews](https://github.com/WordPress/gutenberg/pull/12981) before being interactive.
*   Improve the [disabled block switcher](https://github.com/WordPress/gutenberg/pull/13721) styles.
*   [Do not split paragraph line breaks](https://github.com/WordPress/gutenberg/pull/13832) when transforming multiple paragraphs to a list.
*   Enhance the Quote block styling for [different text alignments](https://github.com/WordPress/gutenberg/pull/13248).
*   Remove the [left padding from the Quote](https://github.com/WordPress/gutenberg/pull/13846) block when it’s centered.
*   A11y:
    *   Improve the [permalink field label](https://github.com/WordPress/gutenberg/pull/12959).
    *   Improve the [region navigation](https://github.com/WordPress/gutenberg/pull/8554) styling.
*   Remove the [3 keywords limit](https://github.com/WordPress/gutenberg/pull/13848) for the block registration.
*   Add consistent background colors to the [hovered menu items](https://github.com/WordPress/gutenberg/pull/13732).
*   Allow the [editor notices to push down](https://github.com/WordPress/gutenberg/pull/13614) the content.
*   Rename the [default block styles](https://github.com/WordPress/gutenberg/pull/13670).

## Bug Fixes

*   Fix a number of formatting issues:
    *   [Multiple formats](https://github.com/WordPress/gutenberg/issues/12973).
    *   [Flashing backgrounds](https://github.com/WordPress/gutenberg/issues/12978) when typing.
    *   [Highlighted format](https://github.com/WordPress/gutenberg/issues/11091) buttons.
    *   [Inline code](https://github.com/WordPress/gutenberg/pull/13807) with [backticks](https://github.com/WordPress/gutenberg/issues/11276).
    *   [Spaces deleted](https://github.com/WordPress/gutenberg/issues/12529) after formats.
    *   Inline [boundaries styling](https://github.com/WordPress/gutenberg/issues/11423) issues.
    *   [Touch Bar](https://github.com/WordPress/gutenberg/pull/13833) format buttons.
*   Fix a number of list block writing flow issues:
    *   Allow [line breaks](https://github.com/WordPress/gutenberg/pull/13546) in list items.
    *   [Empty items](https://github.com/WordPress/gutenberg/issues/13864) not being removed.
    *   Backspace [merging list items](https://github.com/WordPress/gutenberg/issues/12398).
    *   [Selecting formats](https://github.com/WordPress/gutenberg/issues/11741) at the beginning of list items.
*   Fix the [color picker styling](https://github.com/WordPress/gutenberg/pull/12747).
*   Set default values for the [image dimensions inputs](https://github.com/WordPress/gutenberg/pull/7687).
*   Fix [sidebar panels spacing](https://github.com/WordPress/gutenberg/pull/13181).
*   Fix [wording of the nux tip](https://github.com/WordPress/gutenberg/pull/12911) nudging about the sidebar settings.
*   Fix [the translator comments](https://github.com/WordPress/gutenberg/pull/9440) pot extraction.
*   Fix the [plugins icons](https://github.com/WordPress/gutenberg/pull/13719) color overriding.
*   Fix [conflicting notices styles](https://github.com/WordPress/gutenberg/pull/13817) when using editor styles.
*   Fix [controls recursion](https://github.com/WordPress/gutenberg/pull/13818) in the redux-routine package.
*   Fix the generic embed block when using [Giphy as provider](https://github.com/WordPress/gutenberg/pull/13825).
*   Fix the [i18n message](https://github.com/WordPress/gutenberg/pull/13830) used in the Gallery block edit button.
*   Fix the [icon size](https://github.com/WordPress/gutenberg/pull/13767) of the block switcher menu.
*   Fix the [loading state](https://github.com/WordPress/gutenberg/pull/13758) of the FlatTermSelector (tags selector).
*   Fix the [embed placeholders](https://github.com/WordPress/gutenberg/pull/13590) styling.
*   Fix incorrectly triggered [auto-saves for published posts](https://github.com/WordPress/gutenberg/pull/12624).
*   Fix [missing classname](https://github.com/WordPress/gutenberg/pull/13834) in the Latest comments block.
*   Fix [HTML in shortcodes](https://github.com/WordPress/gutenberg/pull/13609) breaking block validation.
*   Fix JavaScript errors when [typing quickly](https://github.com/WordPress/gutenberg/pull/11209) and creating undo levels.
*   Fix issue with [mover colors](https://github.com/WordPress/gutenberg/pull/13869) in dark themes.
*   Fix [internationalisation issue](https://github.com/WordPress/gutenberg/pull/13551) with permalink slugs.

## Various

*   Implement the [inline format boundaries](https://github.com/WordPress/gutenberg/pull/13697) without relying on the DOM.
*   Introduce the [Registry Selectors](https://github.com/WordPress/gutenberg/pull/13662) in the data module.
*   Introduce the [Registry Controls](https://github.com/WordPress/gutenberg/pull/13722) in the data module.
*   Allow extending the [latest posts block query](https://github.com/WordPress/gutenberg/pull/11984) by using get_posts.
*   Extend the [range of allowed years](https://github.com/WordPress/gutenberg/pull/13602) in the DateTime component.
*   Allow [null values](https://github.com/WordPress/gutenberg/pull/12963) for the DateTime component.
*   Do not render the [FontSizePicker](https://github.com/WordPress/gutenberg/pull/13782) if [no sizes](https://github.com/WordPress/gutenberg/pull/13824) [defined](https://github.com/WordPress/gutenberg/pull/13844).
*   Add className prop support to the [UrlInput](https://github.com/WordPress/gutenberg/pull/13800) component.
*   Add [inline image resizing UI](https://github.com/WordPress/gutenberg/pull/13737).

## Chore

*   Update [lodash](https://github.com/WordPress/gutenberg/pull/13651) and [deasync](https://github.com/WordPress/gutenberg/pull/13839) [dependencies](https://github.com/WordPress/gutenberg/pull/13876).
*   Use [addQueryArgs](https://github.com/WordPress/gutenberg/pull/13653) consistently to generate WordPress links.
*   Remove merged PHP code:
    *   jQuery to Hooks [heartbeat proxyfying](https://github.com/WordPress/gutenberg/pull/13576).
    *   References to the [classic editor](https://github.com/WordPress/gutenberg/pull/13544).
    *   [gutenberg_can_edit_post](https://github.com/WordPress/gutenberg/pull/13470) function.
*   [Disable CSS](https://github.com/WordPress/gutenberg/pull/13769) [animations](https://github.com/WordPress/gutenberg/pull/13779) in e2e tests.
*   ESLint
    *   Add a rule to ensure the [consistency](https://github.com/WordPress/gutenberg/pull/13785) [of the import groups](https://github.com/WordPress/gutenberg/pull/13757).
    *   Add a rule to protect against [invalid sprintf use](https://github.com/WordPress/gutenberg/pull/13756).
*   Remove [obsolete](https://github.com/WordPress/gutenberg/pull/13871) [CSS](https://github.com/WordPress/gutenberg/pull/13867) rules.
*   Add e2e tests for [tags creation](https://github.com/WordPress/gutenberg/pull/13129).
*   Add the [feature flags](https://github.com/WordPress/gutenberg/pull/13324) setup.
*   Implement [block editor styles](https://github.com/WordPress/gutenberg/pull/13625) using a filter.

## Documentation

*   Add a new [tutorial about the editor notices](https://github.com/WordPress/gutenberg/pull/13703).
*   Add JavaScript [build tools](https://github.com/WordPress/gutenberg/pull/13629) [documentation](https://github.com/WordPress/gutenberg/pull/13853).
*   Enhance the block’s [edit/save documentation](https://github.com/WordPress/gutenberg/pull/13578) and code examples.
*   Use [Title Case](https://github.com/WordPress/gutenberg/pull/13714) consistently.
*   Add [e2e test utils](https://github.com/WordPress/gutenberg/pull/13856) documentation.
*   Small enhancements and typos: [1](https://github.com/WordPress/gutenberg/pull/13593), [2](https://github.com/WordPress/gutenberg/pull/13671), [3](https://github.com/WordPress/gutenberg/pull/13711), [4](https://github.com/WordPress/gutenberg/pull/13746), [5](https://github.com/WordPress/gutenberg/pull/13742), [6](https://github.com/WordPress/gutenberg/pull/13733), [7](https://github.com/WordPress/gutenberg/pull/13744), [8](https://github.com/WordPress/gutenberg/pull/13752), [9](https://github.com/WordPress/gutenberg/pull/13574), [10](https://github.com/WordPress/gutenberg/pull/13745), [11](https://github.com/WordPress/gutenberg/pull/13781), [12](https://github.com/WordPress/gutenberg/pull/13694), [13](https://github.com/WordPress/gutenberg/pull/13810), [14](https://github.com/WordPress/gutenberg/pull/13891).

## Mobile

*   Add bottom sheet settings for the image block:
    *   [alt description](https://github.com/WordPress/gutenberg/pull/13631).
    *   [Links](https://github.com/WordPress/gutenberg/pull/13654).
*   Implement [the media upload options](https://github.com/WordPress/gutenberg/pull/13656) sheet.
*   Implementing [Clear All Settings](https://github.com/WordPress/gutenberg/pull/13753) button on Image Settings.
*   [Avoid hard-coded font family](https://github.com/WordPress/gutenberg/pull/13677) styling for the image blocks.
*   Improve [the post title](https://github.com/WordPress/gutenberg/pull/13548) [component](https://github.com/WordPress/gutenberg/pull/13874).
*   Fix the bottom sheet [styling for RTL](https://github.com/WordPress/gutenberg/pull/13815) layouts.
*   Support the [placeholder](https://github.com/WordPress/gutenberg/pull/13699) [prop](https://github.com/WordPress/gutenberg/pull/13738) in the RichText component.

= 5.0.0 =

### Features
- Add a new [RSS block](https://github.com/WordPress/gutenberg/pull/7966) and follow-up improvements: [1](https://github.com/WordPress/gutenberg/pull/13501), [2](https://github.com/WordPress/gutenberg/pull/13502).
- Add a new [Amazon Kindle embed block](https://github.com/WordPress/gutenberg/pull/13510).
- Add a new [FocalPointPicker](https://github.com/WordPress/gutenberg/pull/10925) component and use it to define the focal point of the Cover block background.

### Enhancements
- Optimize the re-rendering performance when [inserting/removing blocks](https://github.com/WordPress/gutenberg/pull/13067).
- Improve the [Reusable Blocks UX](https://github.com/WordPress/gutenberg/pull/12378) for contributor users.
- Disable [embed previews](https://github.com/WordPress/gutenberg/pull/12961) for the smugmug provider.
- Make [the fullscreen mode](https://github.com/WordPress/gutenberg/pull/13425) a desktop-only feature.
- Accessibility: Add [speak messages](https://github.com/WordPress/gutenberg/pull/13385) when using the FeatureToggle component.
- Accessibility:  Change the inserter [search result message](https://github.com/WordPress/gutenberg/pull/13388) from assertive to polite.
- Accessibility:  Remove [duplicate aria label](https://github.com/WordPress/gutenberg/pull/12955) from menu items.
- Remove the "[Show Download Button](https://github.com/WordPress/gutenberg/pull/13485)" toggle help text in the File block.
- Render [the block switcher as disabled](https://github.com/WordPress/gutenberg/pull/13431) if not available in a multi-selection.
- Use a back arrow icon to clarify the [Fullscreen mode exit button](https://github.com/WordPress/gutenberg/pull/13403).
- Limit the [Gallery block columns count](https://github.com/WordPress/gutenberg/pull/13488) to the images count.
- Automatically set a [default block style](https://github.com/WordPress/gutenberg/pull/12519) if missing.
- Hide [empty categories](https://github.com/WordPress/gutenberg/pull/13549) from the Categories block in the editor.
- Increase the padding of [the gallery captions](https://github.com/WordPress/gutenberg/pull/13623).
- Add [left/right alignments](https://github.com/WordPress/gutenberg/pull/8814) to the latest posts block.
- Improve the [columns margins](https://github.com/WordPress/gutenberg/pull/12199).
- Add a [help text for the hide teaser toggle](https://github.com/WordPress/gutenberg/pull/13630) in the More block.
- Improve the wording of the [embed block messages](https://github.com/WordPress/gutenberg/pull/13644).

### Bug Fixes
- Accessibility: Fix [the tab order](https://github.com/WordPress/gutenberg/pull/11863) of the date picker component.
- Support [non hierarchical taxonomies](https://github.com/WordPress/gutenberg/pull/13076) in the category selector component.
- Fix blocks [marked invalid incorrectly](https://github.com/WordPress/gutenberg/pull/13512) due to special HTML characters.
- Fix the [Notice component styling](https://github.com/WordPress/gutenberg/pull/13371).
- Fix the [:root selector](https://github.com/WordPress/gutenberg/pull/13325) in the editor styles.
- Fix [duplicate block](https://github.com/WordPress/gutenberg/pull/12882) toolbars.
- Fix [warning message](https://github.com/WordPress/gutenberg/pull/12933) when using the DateTimePicker component.
- Fix the [File block](https://github.com/WordPress/gutenberg/pull/13432) and [Categories block](https://github.com/WordPress/gutenberg/pull/13439) style when applying custom classnames.
- Fix the [Gallery block styling](https://github.com/WordPress/gutenberg/pull/13326) in Microsoft Edge.
- Fix the [Button block styling](https://github.com/WordPress/gutenberg/pull/12183) when links are visited.
- Fix Block Style [preview not dismissed](https://github.com/WordPress/gutenberg/pull/12317) after selection.
- Fix [TabPanel buttons](https://github.com/WordPress/gutenberg/pull/11944) incorrectly submitting forms.
- Fix [hierarchical dropdown](https://github.com/WordPress/gutenberg/pull/13567) in the Categories block.
- Fix [wording](https://github.com/WordPress/gutenberg/pull/13479) for the color picker saturation.
- Fix the [save keyboard shortcut](https://github.com/WordPress/gutenberg/pull/13159) while in the code editor mode.
- Fix the [Google Docs table](https://github.com/WordPress/gutenberg/pull/13543) pasting.
- Fix [jumps when indenting/outdenting](https://github.com/WordPress/gutenberg/pull/12941) list items.
- Fix [FontSizePicker max width](https://github.com/WordPress/gutenberg/pull/13264) on mobile.
- Fix PHP 5.2.2 [Parser issue](https://github.com/WordPress/gutenberg/pull/13369).
- Fix [plural messages](https://github.com/WordPress/gutenberg/pull/13577) POT generation.

### Various
- Add [ESnext build setup](https://github.com/WordPress/gutenberg/pull/12837) and commands to the @wordpress/scripts package.
- Add "[focus on mount](https://github.com/WordPress/gutenberg/pull/12855)" config to the DropDown component.
- Improve [the error handling](https://github.com/WordPress/gutenberg/pull/13315) in the data module resulting in clearer messages displayed in the console.
- Support [marking days as invalid](https://github.com/WordPress/gutenberg/pull/12962) in the DatePicker component.
- Support [block transforms](https://github.com/WordPress/gutenberg/pull/11979) with inner blocks.
- Improve the styles of the [editor notices with actions](https://github.com/WordPress/gutenberg/pull/13116).
- Replace Polldaddy embed block with [Crowdsignal](https://github.com/WordPress/gutenberg/pull/12854).
- Avoid [setting the generic Edit Post](https://github.com/WordPress/gutenberg/pull/13552) Title on load.
- Deprecate [window._wpLoadGutenbergEditor](https://github.com/WordPress/gutenberg/pull/13547).
- [Avoid an empty classname](https://github.com/WordPress/gutenberg/pull/11831) when deleting custom classnames.
- Add [className prop support](https://github.com/WordPress/gutenberg/pull/13568) to the ServerSideRender component.

### Documentation
- Improve the components README files DropdownMenu & RangeControl.
- Add code example of the [MediaPlaceholder](https://github.com/WordPress/gutenberg/pull/13389) component.
- Add a [accessibility dedicated](https://github.com/WordPress/gutenberg/pull/13169) page.
- Add a [Git workflow](https://github.com/WordPress/gutenberg/pull/13534) documentation page.
- Reorganize [the contributors guide](https://github.com/WordPress/gutenberg/pull/13352).
- Mention [the dark theme support](https://github.com/WordPress/gutenberg/pull/13375) in the design docs.
- Enhance [the compose package](https://github.com/WordPress/gutenberg/pull/13496)  [documentation](https://github.com/WordPress/gutenberg/pull/13504).
- Expand [the block templates](https://github.com/WordPress/gutenberg/pull/13494/) code examples.
- Fix [unregisterBlockType](https://github.com/WordPress/gutenberg/pull/13273) code examples.
- Clarify the block styles [isDefault property](https://github.com/WordPress/gutenberg/pull/11478).
- Move the [npm packages management](https://github.com/WordPress/gutenberg/pull/13418/) documentation to a dedicated page.
- Add a section explaining [the links usage](https://github.com/WordPress/gutenberg/pull/13422) in the documentation.
- Add a note about the [wp-editor dependency](https://github.com/WordPress/gutenberg/pull/12731) when using RichText.
- Update the [isShallowEqual package](https://github.com/WordPress/gutenberg/pull/13526) documentation and tests.
- Refresh the [repository management](https://github.com/WordPress/gutenberg/pull/13495) doc.
- Typos: [1](https://github.com/WordPress/gutenberg/pull/13409), [2](https://github.com/WordPress/gutenberg/pull/13302), [3](https://github.com/WordPress/gutenberg/pull/13541), [4](https://github.com/WordPress/gutenberg/pull/13524), [5](https://github.com/WordPress/gutenberg/pull/13531), [6](https://github.com/WordPress/gutenberg/pull/13582), [7](https://github.com/WordPress/gutenberg/pull/13595).

### Chore
- Remove PHP Code maintained in Core and bump [minimum WordPress version](https://github.com/WordPress/gutenberg/pull/13370):
  - [Block registration](https://github.com/WordPress/gutenberg/pull/13412).
  - [REST API](https://github.com/WordPress/gutenberg/pull/13408) Endpoints.
  - [Markdown](https://github.com/WordPress/gutenberg/pull/13473) support fix.
  - Gutenberg [body classname](https://github.com/WordPress/gutenberg/pull/13572) and [responsive classname](https://github.com/WordPress/gutenberg/pull/13461).
  - [Preloading](https://github.com/WordPress/gutenberg/pull/13453) API calls.
  - [Block detection utilities](https://github.com/WordPress/gutenberg/pull/13467).
  - [List screen](https://github.com/WordPress/gutenberg/pull/13459)  [integration](https://github.com/WordPress/gutenberg/pull/13471).
  - [Block content version](https://github.com/WordPress/gutenberg/pull/13469).
  - [Block categories](https://github.com/WordPress/gutenberg/pull/13454) hook.
  - [TinyMCE scripts](https://github.com/WordPress/gutenberg/pull/13466) registration.
  - [Reusable blocks post type](https://github.com/WordPress/gutenberg/pull/13468)  [labels](https://github.com/WordPress/gutenberg/pull/13472) and [listing page](https://github.com/WordPress/gutenberg/pull/13456).
  - [Block Types Initialization](https://github.com/WordPress/gutenberg/pull/13457).
  - [PHP Unit tests](https://github.com/WordPress/gutenberg/pull/13513).
  - [Compatibility](https://github.com/WordPress/gutenberg/pull/13442) script.
  - [Meta boxes](https://github.com/WordPress/gutenberg/pull/13449) support.
  - [Polyfills](https://github.com/WordPress/gutenberg/pull/13536).
  - [oEmbed Proxy](https://github.com/WordPress/gutenberg/pull/13575) Endpoint filter.
  - [Visual Editing](https://github.com/WordPress/gutenberg/pull/13608) Disabling.
- Update [browserlist dependency](https://github.com/WordPress/gutenberg/pull/13395).
- New E2E tests: [Date floating for pending posts](https://github.com/WordPress/gutenberg/pull/13281).
- New ESlint rules:
  - Enforce ES6 [object shorthand](https://github.com/WordPress/gutenberg/pull/13400) syntax.
  - [Declare variables](https://github.com/WordPress/gutenberg/pull/12828) only when used.
- Use [ES5 eslint config](https://github.com/WordPress/gutenberg/pull/13428) for the is-shallow-equal package.
- Mark the eslint config as [a root config](https://github.com/WordPress/gutenberg/pull/13483).
- Remove [the feedback form](https://github.com/WordPress/gutenberg/pull/10705) from the plugin.
- I18n:
  - Use [a placeholder](https://github.com/WordPress/gutenberg/pull/13487) for the WordPress minimum version.
  - Use [Sentence case](https://github.com/WordPress/gutenberg/pull/12239) in toolbar tooltips.
- Add [the FontAwesome licenses](https://github.com/WordPress/gutenberg/pull/12929) to the GPL 2 compatible licenses.
- Move the [generated spec parser](https://github.com/WordPress/gutenberg/pull/13493) to the corresponding package.
- Refactor the [nonce  apiFetch middleware](https://github.com/WordPress/gutenberg/pull/13451).
- Refactor the list block [indent/outdent buttons](https://github.com/WordPress/gutenberg/pull/12667).
- Fix [watching file changes](https://github.com/WordPress/gutenberg/pull/13448) on Linux.
- Update [the question issue template](https://github.com/WordPress/gutenberg/pull/13351) in GitHub to redirect help requests.
- Fix [wp-settings permissions](https://github.com/WordPress/gutenberg/pull/13539) in the local development environment.
- Use a filter to [populate the demo content](https://github.com/WordPress/gutenberg/pull/13553).

### Mobile
- Improve the [hide keyboard](https://github.com/WordPress/gutenberg/pull/13415) button.
- Add the [PostTitle](https://github.com/WordPress/gutenberg/pull/13199) component support.
- Support [Enter key press](https://github.com/WordPress/gutenberg/pull/13500) in the post title.
- Support [native Media Upload](https://github.com/WordPress/gutenberg/pull/13128).
- Support [undo/redo](https://github.com/WordPress/gutenberg/pull/13514) in the post title.
- Make the [InspectorControls](https://github.com/WordPress/gutenberg/pull/13597) available for mobile blocks.
- Add [failed media upload](https://github.com/WordPress/gutenberg/pull/13615) support and cancel buttons.
- Introduce the [BottomSheet](https://github.com/WordPress/gutenberg/pull/13612)  [component](https://github.com/WordPress/gutenberg/pull/13633).

= 4.9.0 =

### Performance
- Implement an async rendering mode for the data module updates.
- Avoid rerendering the block components when selecting a block.
- Improve the performance of isEditorEmptyPost selector (13% typing performance improvement).
- Data Module: Avoid persisting unchanged values.
- Update withSelect to use type-optimized isShallowEqual.
- Move data selection to event handlers (called only when necessary).
- Improve the initial rendering time by optimizing the withFilters Higher-order component.

### Bug Fixes
- Fix RichText toolbar when using multiline=”li”.
- Correct the margin of the block icons in the inserter.
- Fix ampersand in post tags causing editor crash.
- Remove alignundefined class from gallery block edit markup.
- Disable the button to open the publish sidebar if locked.
- Correct the default margin for buttons with icons.
- Keep the date floating when for posts with "pending" status.
- Fix using the EXIF title when uploading images.
- Fix font size picker on mobile.
- Fix z-index of the Reusable Block Inserter button.
- Fix autop behavior when a text is followed by a div.
- Fix warning when returning null from a data module generator.
- Announce the screen reader messages in the correct order in Safari.
- Check Post Type support in the options modal.

### Enhancements
- Support customizing the table background colors.
- Support underlining text using the keyboard shortcut ctrl+U.
- Apply the editor styles to the HTML Block Preview.
- Improve the color swatch selection indicator.
- Improve scrolling behavior in Fullscreen Mode in Edge.
- Remove deprecated embed providers.
- Refactor the alignements support in the Cover Block and the Categories Block.
- Code quality improvement to getBlockContentSchema
- Internationalize the excerpt documentation link.
- Improve pasting of quotes with citations.
- A11y
   - Add a tooltip to the block list appender.
   - Improve the color contrast of the inserter shortcuts.
   - Remove the label from the Warning component’s menu.
- Add an option to overwrite the block in the Warning component.

### Extensibility
- Support custom fetch handlers for wp.apiFetch.
- Support additional data passed to the mediaUpload utility.
- Add filter for the preview interstitial markup.
- Avoid appending empty query string in wp.url.addQueryArgs.
- Dispatch heartbeat events as hook actions to avoid the jQuery dependency.
- Support adding classnames to the plugins sidebar panels.
- Add a className to the parent page selector.

### Documentation
- Add tutorials for
   - Creating sidebar plugins.
   - Using the Format API.
   - Creating meta blocks.
- Reorganize the tutorials page.
- Improve the UI component documentation:
   - The ButtonGroup component.
   - The IconButton component.
   - The SelectControl component.
   - The TextareaControl component.
   - The TabPanel component.
   - The Toolbar component.
   - The FormToggle component.
- Update the Gutenberg Release and the Repository Management docs.
- Add new section on scoping JS code.
- Use Block Editor instead of Gutenberg in the docs.
- Mention the Advanced Controls Panel in the design guidelines.
- Clarify the unregisterBlockStyle documentation.
- Clarify the difference between the button block and the button component.
- Scope JavaScript ES5 code example.
- Fix incorrect code example.
- Clarify the deprecated APIs.
- Fix typos 1 2 3 4 5 6 7.

### Chore
- Improve CI build times.
- Extract error messages from console logging in E2E tests.
- Reorganization of the E2E tests setup and expose it as npm packages.
- Add aXe accessibility E2E tests support.
- Add E2E tests for the excerpt meta box plugin.

### Mobile
- Fix the Image Size implementation.
- Fix scrolling long text content.

= 4.8.0 =

### Performance

 - Improve page initialization time by optimizing the addHook function and the viewport state initialization.
 - Improve typing performance by splitting the state tree.
 - Optimize partial application of runSelector.
 - Move selector calls to the event handles to avoid useless component rerenders.
 - Render DropZone children only when dragging elements over it.
 - Initialize variables only when needed.

### Enhancements

 - Add error messages to the image block on upload failures.
 - Merge similar i18n strings.
 - Disable clipboard button in file block during upload.
 - Persist alignment when transforming a gallery to an image and vice-versa.
 - Copy enhancement to the embed block help text.
 - Improve the scrolling of the WordPress navigation menu.

### Bug Fixes

 - Fix RTL support for the DatePicker component.
 - Change the header level in the BlockCompare component.
 - Show all the taxonomies in the sidebar.
 - Fix the latest posts date className.
 - Fix the “align center” button in Latest Posts block in the backend.
 - Fix block height when DropCap is used.
 - Fix converting caption shortcode with link.
 - Fix edge case in addQueryArgs function.
 - Don’t return the permalink if the CPT is not publicly viewable.
 - Fix error when saving non public CPTs.
 - Properly disable the Publish button when saving is disabled.

### Various

 - Show a message in the browser’s console when in Quirks Mode.
 - Improvements to the @wordpress/scripts package: A new a check-engines command, a lint-style command and an update to lint-js.

### Documentation

 - Add a getting started with JavaScript tutorial.
 - Document the blocks’ setup states in the design guidelines.
 - Add content to Contributors index page.
 - Improve the components documentation:
    - The MenuItem component.
    - The RadioControl component.
    - The ServerSideRender component.
 - Organise the documentation assets in a dedicated folder.
 - Clarify immutability of the block attributes.
 - Fix the metabox back compat code example.
 - Fix incorrect data module example.
 - Improve the plugin release docs.
 - Remove useless property from the colors code example.
 - Improve the contributing documentation.
 - Fix npm README links.
 - Update the design resources link.
 - Typo fixes.

### Chore

 - Run e2e tests with popular plugins enabled.
 - Add new e2e tests:
    - The permalink panel.
    - The categories panel.
    - Blocks with meta attributes.
 - Update node-sass to fix Node 11 support.
 - Move the dev dependencies to the root package.json.
 - Improve the Pull Request Template.
 - More logs to the CI jobs.
 - Code style fixes and expand the phpcs coverage.
 - Disable fragile e2e tests.
 - Avoid PHP notices when running the e2e tests in debug mode.

### Mobile

 - Make a simple version of DefaultBlockAppender.
 - Stop using classname-to-style autotransform in react native.
 - Fix SVG styles.
 - Implement Enter press to add a default block.
 - Hide keyboard when non textual block is selected.
 - Fix undo/redo on new blocks.
 - Pass the blockType prop to RNAztecView.
 - Expose unregisterBlockType.

= 4.7.1 =

### Bug fix

* Editor: Restore the block prop in the BlockListBlock filter

= 4.7.0 =

### Performance improvements

* Optimize isViewportMatch
* Performance: BlockListAppender: 1.7x increase on key press
* Date: Optimize the usage of moment-timezone to save some kilobytes
* RichText: selectionChange: bind on focus, unbind on blur
* RichText: only replace range and nodes if different
* Cache createBlock call in isUnmodifiedDefaultBlock
* Edit Post: Select blocks only once multiple verified
* RichText: Do not run valueToEditableHTML on every render
* RichText: Reuse DOM document across calls to createEmpty
* Only initialise TinyMCE once per instance
* Optimize the insertion point component
* Avoid rerending the current block if the previous block change
* Avoid getBlock in block-list/block
* Pass the registry argument to withDispatch to allow selectors to be used

### Bug fixes

* Annotations: Apply annotation className as string
* RichText: Ensure instance is selected before setting back selection
* Meta Boxes: Don’t hide disabled meta boxes by modifying DOM
* Fix: Problems on Media & Text block resizing; Load wp-block-library styles before wp-edit-blocks
* When a post is saved, check for tinymce and save any editors.
* Fix: Undoing Image Selection from Media Library in Image Block breaks it
* Add an end-to-end test for the HTML block
* Fix regression when copying or cutting content in the editor
* Fix issue where default appender has icons overlaying the text
* Set document title for preview loading interstitial
* Fix: Upload permissions error on end-to-end inline tokens test
* Ensure classic block caret is in correct position after blur
* Fix tab navigation sometimes skipping block UI
* Improve font size picker accessibility: Use a menuitemradio role and better labels
* Don’t show trashed reusable blocks in the editor or frontend
* Rename functions, removing gutenberg_ prefix
* Add block switcher end-to-end tests
* Allow links in plugin group in the editor more menu
* Introduce searching of block categories from slash inserter
* Convert HTML formatting whitespace to spaces
* Label link format with selected text, not full text
* Ensure permalink panel is only displayed when a permalink is allowed
* Allow the user to convert unembeddable URLs to links and try embedding again
* Improve the top bar tools interaction and consistency
* Fix overflowing content in the facebook embed preview screen
* Add an action to set a category icon and correct block categories documentation
* Fix: pasting a tag that is part of a transform and not matched ignores the content.
* Packages: Extract Eslint config package
* Add end-to-end test to catch revert of title during a preview after saving a draft
* Avoid react warnings when merging two adjacent paragraphs
* Avoid PHP notice in the recent comments block

= 4.6.1 =

* Parser: Make attribute parsing possessive (Fix High CPU usage).

= 4.6.0 =

* Fix issue with drag-and-drop in columns.
* Fix TinyMCE list plugin registration.
* Fix IE11 flexbox alignment when min-width is set.
* Fix IE11 focus loss after TinyMCE init. Add IE check.
* Fix getSelectedBlockClientId selector.
* Fix issue where unregistering a block type would cause blocks that convert to it to break.
* Fix Classic block not showing galleries on a grid.
* Fix visual issues with Button block text wrap.
* Fix modals in Edge.
* Fix Categories block filter effect on the front-end.
* Fix an issue where the block toolbar would cause an image to jump downwards when the wide or full - alignments were activated.
* Apply IE11 input fix only when mounting TinyMCE.
* Improve block preview styling.
* Make the Image Link URL field readonly.
* Disable HTML edit from Media & Text block.
* Avoid loading theme editor styles if not existing (RTL languages).
* Improve scoping of nested paragraph right-padding CSS rule.
* Add e2e tests for the format API.
* Merge similar text strings for i18n.
* Move editor specific styles from style.scss to editor.scss in Cover block.
* Simplify sidebar tabs aria-labels.
* Remove onSplit from RichText docs.
* Remove textdomain from the block library.
* Avoid rendering AdminNotices compatibility component.
* Avoid changing default wpautop priority.
* Change @package names to WordPress.
* Update published packages changelogs.

= 4.5.1 =

* Raw Handling: fix consecutive lists with one item
* Avoid showing draft revert message on autosaves
* Honor the Disable Visual Editor setting in the Gutenberg editor page
* Docs: Fix dead links in CONTRIBUTING.md
* Fix undefined index warnings in Latest Comments & Latest Posts
* Add `react-native` module property to html-entities package.json
* RichText: List: Sync DOM after editor command
* Fix RichText infinte rerendering
* Fix keycodes package missing i18n dependencies

= 4.5.0 =

* Add relevant attribute data from images to be used server side to handle things like theme specific responsive media.
* In order to be able to use srcset and sizes on the front end, wp-image-### CSS class has been added to the media and text block.
* Add minimal multi-selection block panel to replace “Coming Soon” message. It shows word and block count for the selection.
* Exclude reusable blocks from the global block count in Document Outline.
* Upgrade admin notices to use Notices module at runtime. It attempts to seamlessly upgrade notices output via an admin_notices or all_admin_notices action server-side.
* Adjust the prefix transforms so that they only execute when they match text right at the caret so that they are undoable. Also makes it faster by checking if the previous character is a space.
* Add ability to specify a different default editor font per locale.
* Add link rel and link class settings to Image block inspector.
* Transform an Image and Audio block to an Embed block if the URL matches an embed.
* Respect the “Disable Visual Editor” setting per user.
* Make it easy to access image IDs server-side on the Gallery block.
* Recursively step through edits to track individually changed post meta in Block API. This prevents saving the default value for each registered meta when only one of them is changed.
* Perform a complete draft save on preview.
* Save all meta-boxes when clicking the preview button. Set preview URL only after saving is complete.
* Disable hover interaction on mobile to improve scrolling.
* Update the displayed permalink when the slug is cleared.
* When converting to blocks, place unhandled HTML within an HTML block.
* Ensure content that cannot be handled in quotes is preserved within an HTML block.
* Localize the DateTimePicker Component.
* Fixes the behavior of link validation including properly handling URL fragments, validating forward slashes in HTTP URLs, more strictness to match getProtocol, addressing false positives in E2E tests.
* Fix issue where existing reusable blocks on a post would not render if the user was an author or a contributor. This happens because requests to fetch a single block or post are blocked when ?context=edit is passed and the current user is not an editor.
* Make sure the media library collection is refreshed when a user uploads media outside of the Media Library workflow (i.e. file drops, file uploads, etc).
* Update the editor reducer so that RESET_BLOCKS will only remove blocks that are actually in the post.
* It used to be possible to add a reusable block inside the same reusable block in the UI, e.g. someone could create a column block inside another column block. Now it is not.
* Deleting after certain types of selection was causing the caret to appear in the wrong place, now that it fixed, along with unexpected behavior of Ctrl+A after other kinds of selection, and the associated E2E tests updated.
* Remove permalink-based features from non-public CPTs.
* Address various issues with post locking modal.
* Fix issue with duplicating blocks and undo on Top Toolbar mode.
* Visual fix of margin on icons that are not dashicons in placeholders.
* Visual fix for centre-aligned text on coverblocks.
* Visual fix for embeds that are wider than the mobile breakpoint, cropping them to fit within the screen.
* Adds MediaUploadCheck before some MediaUpload components where it was not being checked in time, creating a confusing experience for users in the “contributor” role.
* Fix undefined variable warning in gutenberg.php.
* Add missing stringifier and iterator in TokenList component.
* Address i18n issue in MultiSelectionInspector.
* Fix small visual regression with button variation preview.
* Fix interaction regression with Sibling Inserter.
* Fix issue with the Privacy Policy help notice.
* Fix post visibility popover not appearing on mobile.
* Fix issue with toolbar in IE11.
* Fix small gap in style variation button.
* Fix popovers position in RTL languages.
* Fix double border issue with disabled toggle control.
* Fix the TinyMCE init array.
* RichText content that comes from headings content attribute should use the RichText.Content instead of rendering it directly.
* Makes the escape key consistently exit the inline link popover – previously this could behave unexpectedly depending on focus.
* Improve accessibility of permalink sidebar panel using external link component.
* Display selected block outlines on Top Toolbar mode.
* Avoid responding to componentDidUpdate in withDispatch.
* Allow previewing changes to the post featured image.
* Preserve unknown attributes and respect null in server attributes preparation
* Adds missing periods to notification that another user has control of the post.
* Restore the help modal in the Classic block.
* Reduce specificity in core button styles to reduce conflicts with theme styles.
* Update name of “Unified Toolbar” to “Top Toolbar” for extra clarity.
* Make it possible to have an editor-only annotation format that stays in
* position when typing inside RichText.
* Adds missing periods to notification that the user does not have permission to read the blocks of the post.
* Only add data-align for wide/full aligns if editor/theme supports them.
* Updates jest to latest version to address vulnerabilities.
* Removes redundant code now that TinyMCE is not being used to handle paste events.
* Remove the gutenberg text-domain from dynamic blocks.
* Remove redundant word from media and text block description.
* Makes the URL for the classic editor translatable, so that the appropriate translated version can be linked to.
* Update More block description.
* Avoid .default on browser global assignments.
* Mirror packages dependencies registration with core.
* Remove absolute positions in the link popover E2E test.
* Improve keyboard mappings in E2E tests, replacing custom utils with modifiers from the keycodes package.
* Add missing imports on some E2E test utilities.
* Update API Fetch documentation – removes unnecessary wp-json.
* Remove iOS scroll adjusting now that enter behavior is more smooth.
* Register the paragraph block as the default block.
* Handle isSelected in plain text blocks (currently Code and More blocks).

= 4.4.0 =

* Improves discoverability of permalinks by adding permalink panel to the document sidebar.
* Improves margins, column child block, and mobile display of columns.
* Allow for programmatically removing editor document panels.
* Replaces the uploading indicator of images and galleries with a spinner and faded out image.
* Toolbar for floats was a little offset beyond the mobile breakpoint, now fixed.
* Text and code editing blocks did not have width set, now set to fill the space.
* Correctly align URL input autocomplete.
* Improve animations: new, consistent naming convention, adds editor prefix, and moves keyframe animations (which don’t work well with mixins) into the edit post style.
* Hover styles were showing on mobile, where hover is not available – now disabled.
* Click and drag was incorrectly triggering a selection event in the block list under the popover, resulting in the popover dismissing. This was causing blocks to be selected when trying to set links to open in a new tab, for example. Fixed by preventing the mouse down event from propagating.
* Adds some padding to the block inserter so that it never overlaps text in nested contexts or mobile views.
* Better handle images larger than the editor by allowing a 2.5x buffer. Allows images inserted in TwentyNineteen and other themes that have a wider than 580px editor width, to look as expected, but prevents infinite resizing of images.
* Stop mousedown event propagating through the toolbar, fixing problem of unexpectedly selecting blocks.
* Improve the way that long words are broken on multiple lines, using word-break: keep-all;
* Preserve the ratio of video backgrounds in cover blocks, videos may be cropped to fit but will keep their original ratio.
* It was not possible to scroll a long menu on first load of Gutenberg, fixed by removing sticky-menu.
* Properly check for allowed types of Media in Media Placeholder components.
* “Resolve” and “Convert to HTML” buttons were not clickable (regression), now resolved.
* Exclude HTML editing from Columns and Column blocks.
* Better handle links without href, which were showing as `undefined`.
* Renders block appender after the template is processed, to prevent incorrectly inserting new paragraphs.
* Parent pages were being lost when draft pages were autosaved, fixed by removing parent pages from autosave requests and refactoring to stop using “parent” as the path argument name.
* Adding line breaks in formatted content in quote blocks were not working correctly, fixed by persisting formats when new lines are added.
* Prevent users in the contributor role from using blocks that require upload privileges.
* Fix block selection in removing blocks, correct typo in comparison.
* Japanese text (double byte characters) was not usable in the list block, fixed by changing handling of composition events.
* Better handles different text encodings (e.g. emoji) within a block in block validation.
* Use a query argument instead of data to prevent error being thrown on post refresh.
* Keyboard navigation was not working as expected in Firefox, added extra key binding.
* Adds missing alt values to images when editing.
* Better communicate block nesting level by using unordered lists.
* Fix sidebar icons being incorrectly announced in NVDA by adding a span with `aria-hidden=”true”`.
* Fixes block toolbar aria label to announce “block tools toolbar” rather than “block toolbar (a11y).
* Adjusts focus on media and text blocks to select the overall block, not the child paragraph block.
* Refactors i18n module to replaces Jed with Tannin for significant performance improvements.
* Replace `getSelectedBlock` and `getMultiSelectedBlocks` with more performant `getSelectedBlockClientId` and a `getBlocks` selectors in copy handler.
* Replace `getBlock` selector in favor of the more performant `getBlockName`.
* Replace `getSelectedBlock` with more performant `getSelectedBlockClientId` and new `isBlockValid` selectors in the BlockToolbar.
* Replace `getSelectedBlock` with more performant `getSelectedBlockClientId` and new `isBlockValid` selectors in the Block Inspector.
* Replaces `getInserterItems` with a new `hasInserterItems` selector which is more performant, and makes some adjustments to memorization.
* Avoid using the `getSelectedBlock` selector in autocompleters.
* Remove use of `getBlock` selector in the DefaultBlockAppender and EditorKeyboardShortcuts components.
* Move undo handling out of TinyMCE and into the RichText component.
* `is_gutenberg_page` incorrectly assumes `get_current_screen` exists, add check.
* Brings code inline with CSS standards by switching font weight to numeric values.
* Wrapped component would not the most up-to-date store values if it incurred a store state change during its own mount (e.g. dispatching during its own constructor), resolved by rerunning selection.
* Display an error message if Javascript is disabled.
* Update to React 16.6.3.
* Adds missing components dependency for RichText.
* Refactors list block to remove previously exposed RichText/TinyMCE logic.
* Removes `focusOnMount` prop from NavigableToolbar components, which was generating a warning.
* Refactor checks for upload permissions, removing unnecessary checks for store permissions.
* Use the large image size when inserting images in both galleries and image blocks.
* Fixes dependency of `wp-polyfill` which needs to be registered before React and React-Dom when plugins (like Yoast) rely on Gutenberg’s React.
* Mark `onSplit` as unstable as it is pending refactor.
* Remove 4.4 deprecated features.
* Fix SCSS syntax error.
* Remove export of previously removed function.
* Add an E2E test for unsupported blocks.
* Refactor E2E utility functions.
* Formatting updates to copy guidelines.
* Makes headings consistent in the dropdown documentation.
* Removes outdated documentation referring to function support in `registerBlockType`.
* Fixes some typos and line breaks in block design documentation.
* Fixes some typos and improves readability of README.
* Adds toolbar to the editing block, and edit button.
* Passes the `isSelected` prop down to the implementation of RichText components to make them respond properly to focus changes.

= 4.3.0 =

* Allow toggling the core custom fields meta box.
* Introduce Annotations API across Block and Formatting.
* Allow using a YouTube URL (or other sources) in the Video block and transparently convert it to Embed.
* Allow Alt+F10 keyboard shortcut to navigate to block toolbar regardless of the toolbar visibility (isTyping, etc).
* Return focus to element that opened the post publish panel after it is closed.
* Avoid unnecessary re-renders when navigating between blocks.
* Improve interactions around Columns block.
* Improve keyboard navigation through the Gallery block.
* Use full parser in do_blocks with nested block support. This switch will allow dynamic blocks which contain nested blocks inside of them and it will pave the way for a filtering API to structurally process blocks.
* Refactor contextual toolbar to work better with floats.
* Auto-refresh Popovers position but only refresh if the anchor position changes.
* Add min-width to audio block.
* Avoid auto-saving with empty post content.
* Display correct Taxonomy labels.
* Fix incorrect import name.
* Fix styling issue with checkboxes.
* Add full set of reusable block post type labels (addresses “no blocks found” state).
* Fix right to left block alignment.
* Fix “updating failed” notices showing on long-open tabs.
* Fix default PHP parser to cast inner blocks as arrays.
* Fix JS/PHP inconsistencies with empty attributes on parsing.
* Link to the source image in the media block.
* Fix select all keyboard shortcut for Safari and Firefox.
* Create multiple blocks when multiple files are drag and dropped.
* Fixes potential theme syle.css clash.
* Makes preview button a link (a11y).
* Stop re-rendering all blocks on arrow navigation.
* Add constraint tabbing to post publish panel (a11y).
* Fix image uploading bug (incorrect JSON in apiFetch).
* Fix taxonomy visibility for contributors.
* Adds aria labels to images in gallery blocks during editing (a11y).
* Formatting fix for blockquotes.
* Hide custom fields when meta box is disabled.
* Limits blockquote color auto-selection to solid color blocks for readability.
* Fixes announcement on multi-selection of blocks (a11y).
* Display upload errors in the image block.
* Fixes selection of embed type blocks.
* Fixes JSON attribute parsing.
* Fixes post publish focus (a11y).
* Resolve macOS Firefox / Safari sibling inserter behavior.
* Fix visibility of sibling inserter on tab focus.
* Fix issue with pasting from Word where an image would be created instead of text.
* Fix multi-selection for float elements.
* Fetch all tag terms, not just first 100.
* Correctly displays media on the right.
* Only show named image sizes.
* Improves handling of paste action.
* Updates displayed permalink after permalink is edited.
* Adjust font size for contrast warning (a11y).
* Better handles formatting – nested and Google Docs.
* Fixes suggestion list scrolling when using keyboard (a11y).
* Fixes block and menu navigation a11y.
* Click to close dropdown popover.
* Fix save lock control.
* Timezone handling fix.
* Improve a11y of empty text blocks.
* Fix states for publish buttons.
* Fix backspace behavior.
* Change aria labels for paragraph blocks (a11y).
* Add support for prepare RichText tree.
* With this change we force the browser to treat the textarea for the
* code editor as auto when handling direction for its display to preserve the ability to interact with the block delimiters.
* Rename parentClientId to rootClientId.
* Remove deprecated findDOMNode call from Tooltip component.
* Remove unused ref assignment to RichText.
* Remove redundant onClickOutside handler from Dropdown.
* Refactor block state.
* Remove Cloudflare warning for blocked API calls.
* Remove _wpGutenbergCodeEditorSettings (dead code).
* Adds periods to block a11y descriptions.
* Refactor embed block.
* Handle metabox warning exceptions.
* Refactor RichText to update formatting bar on format availability changes.
* Rename wp-polyfill-ecmascript.
* Update translator comments for quote and pullquote.
* Remove findDOMNode useage from NavigableToolbar.
* Changes handling of dates to properly handling scheduling.
* Remove findDomNode from withHoverAreas.
* Fixes missing translator comments.
* Refactor to import Format API components.
* Refactor of change detection: initial edits.
* Adds better translation comments to “resolve” and “resolve block”.
* Adds option for blocks with child blocks to change selection behavior.
* Allows blocks to disable being converted to reusable blocks.
* Improve undo/redo states.
* Updates parsing to better handle nested content.
* Remove undefined className argument from save().
* Use different tooltips for different alignment buttons.
* Improve performance and handling of autosave.
* Improve gallery upload for multiple images: load one by one.
* Adds context variable to RichText component.
* Avoid calling missing get_current_screen function.
* Make cssnano remove all style comments.
* Refactor normalizeBlockType.
* Shows icon in block toolbar.
* Makes kitchensink button removable from plugins.
* Fix popover sizing on screen change (autorefresh)
* Improvement to Columns block.
* Update block description for consistency.
* Refactor block styles registration.
* Use apostrophe instead of single-quote character in strings.
* Add transformations between video and media and text block.
* Version update for NPM packages.
* Update Lerna to latest version.
* Validates link format in RichText.
* Refactor contextual toolbar to work better with floats.
* Move wp-polyfill-ecmascript override to scripts registration.
* Improves consistency of parser tests.
* Remove code coverage.
* Adds mocking helpers for E2E tests.
* Runs E2E tests with the user in author role.
* Adds tests for Format API.
* Adds E2E test for rapid enter presses.
* Fix typo in documentation.
* Fix typos in block API documentation.
* Improved documentation and examples for withFilters.
* Fix some broken links in documentation.
* Fix typo and quote consistency.
* Remove duplicated word.
* Adds custom block icon instructions.
* Update documentation on keyboard shortcuts.
* Updates isSelectionEnabledDocumentation.
* Update FontSizePicker component documentation.
* Export `switchToBlockType` function.
* Remove mobile RN test suite (temporary measure).
* Improve styling of next page block.
* Removes fixed cover on iOS (unsupported in mobile Safari).
* Adds support for native media picker.
* Remove onChange delay.
* Exposes slot/fill pattern to mobile.
* Expose @wordpress/editor to mobile.
* Refreshes native post block merge.
* Properly handle cancel on the media picker.

= 4.2.0 =

* Introduce the Formatting API for extending RichText.
* Use default Inserter for sibling block insertion.
* Support adding and updating entities in data module.
* Update block descriptions for added clarity and consistency.
* Add support for displaying icons in new block categories.
* Append registered toolbar buttons in RichText.
* Optimize SlotFill rendering to avoid props destructuring.
* Optimize Inserter props generation and reconciliation.
* Improve writing flow by unsetting typing flag if Escape pressed.
* Add support for non-Latin inputs in slash autocomplete block inserter.
* Use an animated WP logo for preview screen.
* Add “img” as a keyword for the Image block.
* Delay TinyMCE initialisation to focus.
* Announce number of filtered results from block inserter to screen readers.
* Add audible feedback for link editing.
* Avoid focus loss on active tab change within the Sidebar.
* Add Alt + F10 (navigate to the nearest toolbar) to the shortcut docs and modal.
* Add some more URL helpers to the url package.
* Add has-dates class to Latest Posts block if applicable.
* Improve mobile display of “options” modal.
* Add “link target” option in Image block.
* Use currentcolor as border-color for outline button style.
* Introduce a new middleware to the api-fetch package which adds ?_locale=user to every REST API request.
* Refactor and optimize withSelect, withDispatch handling of registry change.
* Refactor and update DropZone context API.
* Rephrase description of responsive toggle.
* Ensure buttons on end of row in media-placeholder have no margin on the right.
* Include implicit core styles in SelectControl.
* Use better help text for ALT text input.
* Flatten Inserter mapSelectToProps to optimize rendering.
* Cleanup Embed code and add better test coverage.
* Add space above exit code editor button.
* Return 0 in WordCount if text is empty.
* Avoid setting a value on the File block download attribute.
* Set download attribute on File block as empty.
* Remove Cover block ‘strong’ style.
* Reduce frequency of actions updating isCaretWithinFormattedText.
* Add a function to unregister a block style variation.
* Add lodash deburr to autocomplete so that is works with diacritics.
* Avoid making WordPress post embeds responsive.
* Improve handling of centered 1-column galleries with small images.
* Make pre-publish prompts more generic.
* Improve the style variation control aria-label.
* Improve preloading request code.
* Add missing context to various i18n strings.
* Add post saving lock APIs so plugins can add and remove locks.
* Take the viewport size into account when it comes to decide whether to show the button or toggle logic for “submit for review”.
* Improve accessibility of settings sidebar tabs.
* Improve the header toolbar aria-label.
* Add styles to stop Classic block buttons from inheriting italics from themes.
* Add aria-label to links that open in new windows.
* Add more descriptive aria-labels for the open and closed states of sidebar settings.
* Add key event handler to activate block styles with keyboard.
* Add field that allows changing image alt text from the sidebar in Media & Text.
* Add aria-label to describe action of featured image update button.
* Restore displaying formatting shortcuts in toolbar.
* Add i18n context to “Resolve” button for invalid blocks.
* Update the editor styles wrapper to avoid specificity issues.
* Fix converting a reusable block with nested blocks into a static block.
* Fix regression with mobile toolbar spacing.
* Fix size regression in block icon.
* Fix multi-selected warning block highlight.
* Fix: Show resizer on “Media & Text” block on unified toolbar mode
* Fix some RichText shortcuts and add e2e tests.
* Fix issue with tertiary button hit areas.
* Fix issue with unified toolbar not always fitting in smaller viewports.
* Fix issue with “remove tag” button in long tag names.
* Fix rich text value for nested lists.
* Use color function for defining the background in DateTimePicker.
* Fix usage of preg_quote() in block parsing.
* Fix flow of scheduling and then publishing.
* Fix focus issue on Gallery remove button.
* Fix keyboard interaction (up/down arrow keys) causing focus to transfer out of the default block’s insertion menu.
* Fix regression causing dynamic blocks not rendering in the frontend.
* Fix vertical alignment issue on Media & Text block.
* Fix some linter errors in trunk branch.
* Fix dash line in More/Next-Page blocks.
* Fix missing Categories block label.
* Fix embedding and demo tests.
* Fix issue with vanilla stylesheet.
* Fix documentation for openModal() and closeModal().
* Fix blocks navigation menu SVG icon size.
* Fix link popover keyboard accessibility.
* Fix issue with multiselect using shift + arrow.
* Fix issue with format placeholder.
* Fix Safari issue where hover outlines sometimes linger.
* Resolve an issue where the “Copy Post Text” button in the error boundary would not actually copy post text, since it used a legacy retrieval method for post content.
* Make preview placeholder text translatable.
* Load translations in the reusable block listing page.
* Avoid adding isDirty prop to DOM.
* Improve translation string and replace placeholder handling for MediaPlaceholder instructions.
* Refactor rich text package to avoid using blocks packages as a dependency.
* Handle 204 response code in API Fetch.
* Remove HTML source string normalization.
* Normalize function arguments in Block API.
* Remove unused code path.
* Deprecate layout attribute.
* Add class for -dropdown/-list in Archives block.
* Update registration method signature of RichText.
* Add filter for preloading API paths.
* Add missing @return tag to gutenberg_meta_box_save_redirect() function.
* Rename id attribute to tipId in DotTip.
* Only silence REST errors if the REST server is present
* Use consistent help text in DatePicker.
* Export both the DropZone and MediaPlaceholder editor components with the withFilters HOC.
* Remove “half” keyword from Media & Text block.
* Remove redundant hooks initialization.
* Mark getSettings in Date package as experimental.
* Remove unused variable fallbacks in RichText.
* Improve the Toggle Control elements DOM order for better accessibility.
* Mark Reusable blocks API as experimental pending future refactor.
* Set correct media type for video poster image and manage focus properly.
* Avoid PHP notices due to non-available meta boxes.
* Implement fetchAllMiddleware to handle per_page=-1 through pagination in wp.apiFetch.
* Add do’s and don’ts to block design documentation.
* Update creating-dynamic-blocks.md.
* Update editor package changelog.
* Add notices package.
* Add styles property to block-api.md.
* Add documentation for responsive-embeds theme option.
* Add missing e2e tests for Plugins API.
* Add an eslint rule to use cross-environment SVG primitives.
* Use turbo-combine-reducers in place of Redux
* Update react-click-outside to 3.0.
* Update @wordpress/hooks README to include namespace mention.
* Fix Heading blocks validation errors after block splitting
* Expose setUnregisteredTypeHandlerName / getUnregisteredTypeHandlerName for mobile.
* Fix a refresh issue with iOS when splitting blocks.
* Simplify onEnter handling.
* Hook onBackSpace in RichText component.
* Introduce the ability to merge two blocks together on Backspace.
* Properly refresh blocks when merging them under iOS.
* Port nextpage block to the ReactNative mobile app.
* RichText: fix buggy enter/delete behaviour (Extra br elements).
* Fix showing categories for contributors.

= 4.1.1 =

* Fix dynamic blocks not rendering in the frontend when meta-boxes present.

= 4.1.0 =

* Implement a block navigation system that allows selecting child or parent blocks within nested blocks (like folder path traversal) as well as functioning as a general fast navigation system when a root block is selected.
* Add a Media & Text block that can facilitate the creation of split column content and allows the split to be resizable.
* Show block style selector in the block inspector.
* Rename Cover Image to just Cover and add support for video backgrounds.
* Add a new accessible Date Picker. This was months in the works.
* Reimplement the Color Picker component to greatly improve keyboard navigation and screenreader operations.
* Add style variation for Table block with stripe design.
* Add “Options” modal to toggle on/off the different document panels.
* Allow toggling visibility of registered meta-boxes from the “Options” modal.
* Handle cases where a block is on the page but the block is not registered by showing a dialog with the available options.
* Ensure compatibility with WordPress 5.0.
* When pasting single lines of text, treat them as inline text.
* Add ability to insert images from URL directly in the Image block.
* Make Columns block responsive.
* Make responsive embeds a theme option.
* Add direction attribute / LTR button to the Paragraph block.
* Display accurate updated and publish notices based on post type.
* Update buttons in the editor header area to improve consistency (save, revert to draft, etc).
* Avoid horizontal writing flow navigation in native inputs.
* Move toggle buttons to the left of their control handle.
* Add explicit bottom margin to figure elements (like image and embed).
* Allow transforming a Pullquote to a Quote and viceversa.
* Allow block inserter to search for blocks by typing their category.
* Add a label to the URL field in the Publishing Flow panel.
* Use the stored date format in settings for the LatestPosts block.
* Remove the placeholder text and use visible label instead in TokenField.
* Add translator comment for “View” menu label.
* Make YouTube embed classes consistent between front-end and back-end.
* Take into account citation when transforming a Quote to a Paragraph.
* Restore ⌘A’s “select all blocks” behaviour.
* Allow themes to disable custom font size functionality.
* Make missing custom font sizes labels translatable.
* Ensure cite is string when merging quote.
* Defer fetching non-hierarchical terms in FlatTermSelector.
* Move the theme support data previously exposed at the REST API index into a read-only theme controller for the active theme.
* Detect oEmbed responses where the oEmbed provider is missing.
* Use “Save as Pending” when the Pending checkbox is active.
* Use the post type’s REST controller class as autosave parent controller.
* Use post type labels in PostFeaturedImage component.
* Enforce text color within inline boundaries to ensure contrast and legibility.
* Add self-closing tag support (like path element) when comparing HTML.
* Make sure autocomplete triggers are regex safe.
* Silence PHP errors on REST API responses.
* Show permalink label as bold text.
* Change the block renderer controller endpoint and namespace from /gutenberg/v1/block-renderer/ to /wp/v2/block-renderer/.
* Hide “edit image” toolbar buttons when no image is selected.
* Hide “Add to Reusable Blocks” action when ‘core/block’ is disabled.
* Handle blocks passing null as RichText value.
* Improve validation for attribute names in rich-text toHTMLString.
* Allow to globally overwrite defined colors in PanelColorSettings.
* Fix regressions with Button block preview display.
* Fix issue with color picker not appearing on mobile.
* Fix publish buttons with long text.
* Fix link to manifest file in contributing file.
* Fix demo content crash on malformed URL.
* Fix issue in docs manifest.
* Fix media caption processing with the new RichText structure.
* Fix problem with Gallery losing assigned columns when alignments are applied.
* Fix an issue where the Categories block would always use the center class alignment regardless of what was set.
* Fix scroll issue on small viewports.
* Fix formatting in getEditorSettings docs and update getTokenSettings docs.
* Fix padding in block validation modal.
* Fix extra instances of old rich text value source.
* Fix issue with adding links from the auto-completer.
* Fix outdated docs for RichText.
* Fix pre-publish panel overflow issue.
* Fix missing styles for medium and huge font size classes.
* Fix autocomplete keyboard navigation in link popover.
* Fix a text selection exception in Safari.
* Fix WordPress embed URL resolution and embeds as reusable blocks.
* Avoid triggering a redirect when creating a new Table block.
* Only use rich text value internally to the RichText component.
* Ensure multiline prop is either “p” or “li” in RichText.
* Do not use dangerouslySetInnerHTML with i18n string.
* Account for null value in redux-routine createRuntime.
* Extract link container from RichText.
* Allow default_title, default_content, and default_excerpt filters to function as expected.
* Replace gutenberg in classNames with block-editor.
* Restore the order of actions usually fired in edit-form-advanced.php.
* Update REST Search controller to use ‘wp/v2’ namespace.
* Improve keyboard shortcuts section in FAQ.
* Change all occurrences of ‘new window’ to ‘new tab’.
* Conditionally load PHP classes in preparation for inclusion in core.
* Update rich-text source mentions in docs.
* Deprecate PanelColor components.
* Use mock response for demo test if Vimeo is down.
* Adding a bit more verbosity to the install script instructions.
* Document isDefault option for block styles.
* Update docs for new REST API namespace.
* Update shortcut docs with new block navigation menu shortcut.
* Further improve Release docs.
* Updated custom icon documentation links.
* Add all available script handles to documentation.
* Add wp-polyfill to scripts.md.
* Add e2e tests for List and Quote transformations.
* Fail CI build if local changes exist.
* Attempt to always use the latest version of nvm.
* Add bare handling for lint-js script.
* Add support for Webpack bundle analyzer.
* Improve setup of Lerna.
* Update clipboard dependency to at least 2.0.1.
* Recreate the demo content post as an e2e test using keyboard commands.
* Add mobile SVG compatibility for SVG block icons.
* Fix className style in SVG primitive.
* Split Paragraph and Heading blocks on enter.KEY. Refactor block splitting code on paragraph and heading blocks.
* Add caption support for image block.
* Rename PHP functions to prevent conflict with core
* Fix some typos
* Improve the Toggle Control elements DOM order for better accessibility
* Set correct media type for video poster image and manage focus properly.
* Implement fetchAllMiddleware to handle per_page=-1 through pagination in wp.apiFetch
* Fix Slash autocomplete: Support non-Latin inputs
* Add WordPress logo animation for preview

= 4.0.0 =

### New Features
* Add ability to change overlay color in Cover Image.
* Introduce new Font Size Picker with clear labels and size comparison.
* Introduce new RichText data structure to allow better manipulation of inline content.
* Add Pullquote style variation and color palette support.
* Add support for post locking when multiple authors interact with the editor.
* Add an alternative block appender when the container doesn’t support the default block (paragraph).
* Improve the UI and interactions around floats.
* Add option to skip PublishSidebar on publishing.
* Add support for shortcode embeds that enqueue scripts.
* Add a button to exit the Code Editor.
* Introduce a reusable ResizableBox component.
* Style nested `<ul>`s with circles instead of normal bullets.
* Show hierarchical terms sorted by name and allow them to be filterable through search. Hide the filter box if there are fewer than 8 terms.
* Improve messaging around invalid block detection.
* Use text color for links when a paragraph has a color applied.
* Allow extended usage of the controls API in resolvers within data layer.
* Ensure that a default block is inserted (and selected) when all other blocks are removed.
* Enhance the block parser to support multiple type, in accordance with JSON schema.
* Add a larger target area for resize drag handles.
* Add media button to classic block.
* Add control to toggle responsive mechanism on embed blocks.
* Update sidebar design to have a lighter feeling.
* Update resolvers in data layer to rely on controls instead of async generators.
* Set template validity on block reset.
* Remove dirty detection from Meta Boxes to reduce false positives of “unsaved changes”.
* Show “Publish: Immediately” for new drafts by inferring floating date.
* Add a slight transition to Full Screen mode.
* Improve spacing setup in Gallery Block.
* Remove additional side padding from blocks.
* Improve the reusable blocks “Export as JSON” link.
* Enforce a default block icon size to allow flex alignment and fix unaligned labels.
* Consider single unmodified default block as empty content.
* Only display URL input field when “Link To” is set for Image Block.
* Make backspace behavior consistent among Quote, Verse and Preformatted.
* Expose refresh method from Dropdown component.
* Omit style tags when pasting.
* Use best fitting embed aspect ratio if exact match doesn’t exist.
* Avoid dispatching undefined results in promise middleware.
* Change keyboard shortcut for removing a block to access + z.
* Replace the Full Screen mode “x” icon with a back arrow.
* Make drag handle visible on hover while in nested contexts.
* Pass the tab title to the TabPanel component for situations where it may need to be highlighted.
* Allow setting no alignment when a default alignment exists.
* Improve title and appender margin fix.
* Avoid focusing on the close button on modal and try a modal appear animation.
* Change the URL Input label to match Classic.
* Adjust media upload source for RichText.
* Handle edge cases in with-constrained-tabbing and add tests.
* Set a consistent input field width in media placeholders.
* Add a hover state to sidebar panel headers.
* Change settings title from “Writing” to “View”.
* Convert the “tools” menu group into internal plugin.
* Normalize data types and fix default implementation in parser.
* Cleanup CSS specificity issues on Button component for portability.
* Display error when attempting to embed URLs that can’t be embedded and don’t generate a fallback.
* Update some edit and save button labels and styles for consistency.
* Make “Manage Reusable Blocks” a link instead of an icon button.

### Bug Fixes
* Fix issue with Enter and the Read More block.
* Fix menu item hover colors.
* Fix issue with editor styles and fullscreen mode.
* Fix popover link repositioning.
* Fix Space Block layout issues on small screens.
* Fix custom classNames for dynamic blocks.
* Fix spacing of post-publish close button in other languages.
* Fix Async Generator resolvers resolution.
* Fix issue with Spacer Block not being resizable when using unified toolbar and spotlight mode.
* Fix grammar.md manifest entry and update data docs.
* Fix issue with region focus on the header area on IE11.
* Fix reusable block broken button dimensions on IE11.
* Fix issues with dropping blocks after dragging when calculating new block index.
* Fix InnerBlock templates sync conditions to avoid a forced locking.
* Fix typo in @wordpress/api-fetch README.md.
* Fix regression with Button Block placeholder text.
* Fix dropzone issue in Edge (event.dataTransfer.types not being an array).
* Fix documentation for registerBlockStyle arguments and clarify getSaveElement filter.
* Fix raw transforms not working in Edge when pasting content.
* Fix a regression where wide images would cause horizontal scrollbars.
* Fix issue with gallery margin while typing a caption.
* Fix Block alignment CSS rules affecting nested blocks.
* Fix CSS issue with nested paragraph placeholder.
* Fix links in docs and add documentation for isPublishSidebarEnabled.
* Fix shortcode package dependencies.
* Fix overscroll issues locking scroll up on long pages.
* Fix reference to SVG component in docs.
* Fix Table Block header and body column misalignment.
* Fix an issue where inserting like breaks would throw an error.
* Fix regressions with placeholder text color (Cover Image, captions).
* Fix Editor Styles regression.
* Fix faulty Jed state after setLocaleData.
* Fix small line-height issue in editor style.
* Fix Pullquote margin regressions.
* Fix issues with File Block and new RichText structures.
* Fix Writing Flow E2E test.
* Fix issues with “tips” popup margins.
* Fix issue with mentions after rich text value merge.
* Fix clipping issue with Instagram embed.
* Fix ESNext example code.
* Fix usage of tabs / spaces in parser code.
* Fix Classic Block toolbar regression.
* Fix issues with Table Block alignments.
* Fix inserter misalignment regression.

### Other Changes
* Minor i18n fixes after deprecations were removed.
* Rename parameter from mapStateToProps to mapSelectToProps in withSelect.
* Rename AccessibleSVG to SVG and make it work with React Native.
* Change createObjectUrl to createBlobURL.
* Clean up Sass variables, comments, reduce complexity.
* Move Classic Block to packages.
* Move HTML Block into the blocks library package.
* Move embed scripts into the body in preview documents.
* Ensure that the return value of apiFetch is always a valid Promise object in Firefox.
* Allow negative numbers in order field for Page Attributes.
* Make sure the demo page loads without marking itself as having changes.
* Refactor MediaUpload, MediaPlaceholder, and mediaUpload to support arrays with multiple supported types.
* Add new icons to dashicons package.
* Add link to “add_theme_support” docs.
* Remove glob and just include necessary files.
* Remove unused isButton prop.
* Remove Vine embed.
* Replace length check with RichText.isEmpty in Image Block.
* Replace TinyMCE function to decode entities with existing Gutenberg package.
* Extract the edit-post module as a reusable package.
* Pass editor initial settings as direct argument.
* Pass feature image ID to media upload component.
* Pass all available properties in the media object.
* Replace element-closest with registered vendor script.
* Add new handbook introduction and docs about “blocks as the interface”.
* Add utils to the wp-data script dependencies.
* Disable alternate diff drivers in setup script.
* Clarify RichText.Content readme docs.
* Document `isDefault` option for block styles.
* Update Panel component documentation.
* Update full post content test fixtures.
* Add ESLint rule about not allowing string literals in IDs.
* Add a test for the new Code → Preformatted transform and use snapshots.
* Add E2E test to visit demo page and verify errors.
* Add E2E tests for list creation.
* Update Redux to the latest version.

### Mobile
* Add the React Native entry point to more packages.
* Need to define isRichTextValueEmpty for mobile.
* Have Travis run mobile tests that use the parent code.
* Wire onEnter to requestHTMLWithCursor command in RichText.

= 3.9.0 =

* 🏗 Add support for creating reusable blocks out of multi-selected groups of blocks not just individual blocks. This means the ability to easily save templates out of an existing set of blocks.
* 🚀 Add support for importing and exporting reusable blocks (using a JSON file transport). Note that locality of resources can be a problem if importing on a separate WordPress site.
* 🔍 Allow to visually show differences between conversion options when a block is detected as invalid.
* Add a clear drag handle next to the block arrow controls to drag and move a block. Also further polishes the drag and drop experience.
* Instrument collapsible groups for the block toolbar. It allows to display groups of options as a dropdown and reduce the length and imposition of the toolbar as a whole.
* Allow conversion from Cover Image to Image and back, using caption if it exists as the main text.
* Move the reusable block UI options to the top of the block or block group.
* Focus the title when loading the editor if it’s empty.
* Adjust margin rules for nested blocks.
* Preserve aspect ratio on embedded content at different alignments and widths.
* Unselect blocks and disable inserter when switching to Code Editor.
* Add new default block icon (used when no icon is defined).
* Avoid showing stacked icon group on parent blocks if all of its children are meant to be hidden from the inserter.
* Add dark editor style support.
* Add a figure wrapper to Pullquote block.
* Add needed attributes to kses allowed tags for the Gallery block.
* Improve visual display of Classic block toolbar.
* Adjust unified block toolbar padding at medium breakpoints.
* Better align the close, chevrons, and ellipsis icons in the sidebar panel.
* Improve cropping of galleries in IE11.
* Adjust gallery caption flex alignment.
* Include Caption Styles in Video Block.
* Update RichText usage to avoid inline elements.
* Add shortcut aria label for unreadable shortcuts.
* Avoid triggering invalid block mechanisms on empty HTML content.
* Rename the Speaker block to Speaker Deck.
* Disable inserter on Column block and avoid showing stacked icon on columns.
* Send post_id to the REST API in the ServerSideRender component within the editor. This ensures the global $post object is set properly.
* Use pseudo element to prevent inspector tab width from changing when selected.
* Apply consistent spacing on the post visibility menu.
* Fix notice styling regression.
* Fix ability to select small table cells.
* Fix issue with drag and drop in Chrome when the document has iframes.
* Fix HTML validation issues.
* Fix margin style regression with block appender.
* Fix link source for outreach/articles.
* Fix Archives block alignment and issue with custom classes.
* Fix error when a taxonomy has no attached post type.
* Fix invalid block scrim overflowing toolbar on mobile.
* Fix block settings menu appearance in non wp-admin contexts.
* Fix incorrect unlink shortcut.
* Fix placeholder text contrast.
* Fix issue with shortcut inserter on invalid paragraphs.
* Fix camelCase and cross-component class name.
* Fix qs dependency typo.
* Pluralize “kind” to fix typo.
* Remove isButton prop.
* Remove wrapper div from Categories block.
* Remove prop-type-like check in Popover component.
* Remove unnecessary duplicated class from Embed placeholder.
* Flatten BlockListLayout into base BlockList.
* Add isEmptyElement utility function under wp.Element.
* Use HTML Document for finding iframe in embed previews.
* Add wp-polyfill as central polyfill.
* Update docke-compose setup order to create MySQL container before WordPress container.
* Improve comments in transforms object of Quote block.
* Do not assume that singular form in _n() is used just for single item.
* Update examples for components to look according to guidelines.
* Update release docs to include process for RC.
* Add simplified block grammar spec to the handbook.
* Add lint rule for path on Lodash property functions.
* Add user for cli image in docker-compose.
* Show lint errors when there are lint problems.
* Minor updates and improvements to documents and code references.
* Improve docs build to consider memoized selectors.
* Add Heading toolbar for changing heading sizes.
* Save level to heading block attributes for parsing.
* Add onEnter callback and function placeholder to RichText implementation.
* Add Image block placeholder.
* Avoid propagating eventCount to components.
* Parser: Output freeform content before void blocks.
* Fix export block as JSON in IE11 and Firefox.
* Update demo content to avoid invalidations or automated post updates.

= 3.8.0 =

* Add Full Screen mode. 📺
* Add UI for bulk managing reusable blocks.
* Implement a more sophisticated Editor Styles mechanism. 🖍 It allows themes to register editor styles for blocks by targeting the blocks themselves without having to fight CSS specificity, and without having to know the internal DOM structure for the editor.
* Move the block settings menu to the block toolbar, further consolidating the UI elements.
* Switch to a new hand-coded default block parser implementation and expand documentation.
* - Implemented in both PHP and JS.
* - Brings great performance improvements in both time and memory.
* - Makes server-side parsing in PHP viable for accessing blocks as a tree.
* Use flex-box to render the block inserter layout to address different issues with spacing.
* Show a warning when a disallowed filetype is dropped on a MediaUpload.
* Show "no archives to show" message on Archives Block.
* Add AccessibleSVG component and use consistently for block icons.
* Improve Classic editor and Cloudflare notification modals.
* Refactor Draggable component to decouple the drag handle from the DOM node being dragged.
* Move video caption styles to style.scss.
* Treat Verse lines consistently on the front-end.
* Make sure all available taxonomies are loaded in the editor.
* Improve empty elements filters in Slot implementation.
* Fix case with PostTextEditor where intended state value is not always reflected in the rendered textarea when empty.
* Fix background clashing with some themes in Separator alternative styles.
* Fix case where hasSelectedInnerBlock did not account for multi-selected innerBlocks. This caused an edge case in Spotlight mode where multiple blocks selected inside a column would appear unfocused.
* Fix regression with margins around image captions.
* Fix issue with author select overflowing on IE11.
* Fix the publish panel top position in FullScreen mode.
* Fix radio button alignment in post visibility menu.
* Fix issues with centering of images.
* Fix BlockIcon usage in embed placeholder when resource cannot be previewed.
* Fix font size regression in PostTitle.
* Fix codetabs block in extensibility documentation.
* Fix import source of RangeControl in Readme file.
* Fix broken link in documentation inside element/README.md.
* Deprecate usage of RichText provider component.
* Deprecate getI18n, dcnpgettext.
* Remove deprecated selectors from docs.
* Revert shortcut change in block-deletion e2e test.
* Pin fetch polyfill to 3.0 UMD distributable to resolve an issue where it was no longer usable in IE11.
* Ensure Gutenberg repository is clean after install.
* Include block serialization default parser in plugin.
* Change how required built-ins are polyfilled with Babel 7.

= 3.7.0 =

* New “Spotlight Mode” that focuses on a single block at a time and an updated “Unified Toolbar” design. Both can be combined.
* Refactor to how image floats are handled.
* Improve visual clarity of block switcher menu.
* Add a delay to the block type label when hovering.
* Allow converting a multiline-paragraph into a list with corresponding items.
* Position caret at end of previous block for any type of block removal.
* Automatically create an Audio block when drag-and-dropping an audio file.
* Update icons used for Paragraph, Heading, and Subheading blocks for added clarity.
* Adhere to OS guidelines when showing keyboard shortcuts (icons for Mac).
* Improve link insertion by continuing to show highlighted text when URL input is toggled.
* Automatically create a link when selected text is a URL.
* Expand on capabilities of invalid block actions by adding an ellipsis menu and an option to convert to classic block.
* Ignore leading slash when searching blocks in the inserter.
* Pass the title attribute when uploading an image.
* Allow blocks which support alignments to have a default option.
* Add poster image support for Video Block.
* Add support for preload attribute in Video Block.
* Add description for Reusable Blocks, show in the inspector.
* Update Heading Block description for clarity.
* Small design update to the editor fixed toolbar.
* Improve visual display of post visibility settings.
* Apply enhancements to the coloring mechanism and the exposed components (withColors).
* Only show transforms for blocks that can be inserted on the root block. Also orders them by frequency / use.
* Remove margin-bottom from the last element on panel body.
* Store and restore the global post object around dynamic block callbacks to allow for loops.
* Move first editor tip about inserter to the toolbar.
* Use double quotes in all NUX tips.
* Use sentence case for text in Tooltips.
* Only request embed preview if there is a URL.
* Change keyboard shortcut for remove block to Cmd+Shift+X / Ctrl+Shift+X.
* Reset value of RangeControl when setting it to empty.
* Add Text Columns → Columns transform.
* Add Code → Preformatted transform.
* Add “blockquote” as a keyword for the Quote block.
* Clear the floating element for clearing color values. Update the appearance so that it’s consistent with other button settings.
* Rewrite Table Block to use a simpler RichText value.
* Add RichText.isEmpty API.
* Allow disabling Google Fonts URL by translators.
* Refactor post format block implementation to assign as template setting.
* Improve settings consistency of blocks under widget category.
* Fix issue where pasting malformed HTML into a block the HTML tokenizer could break by wrapping it with an exception handler.
* Restore option to add links within a Verse Block.
* Fix excess whitespace in block style class name.
* Fix issue where hit-area for the inserter between blocks was not perfectly centered.
* Fix incorrect example code for withSelect higher-order component.
* Fix flex-box issue on IE11 for keyboard shortcuts help panel.
* Fix lint issues found in block-serialization-spec-parser packages.
* Fix malformed SVGs for Facebook.
* Fix small alignment issue with the inserter arrow.
* Fix issue with recent blocks showing on mobile.
* Fix another issue with page publishing.
* Fix issue with string that was not showing up for translation.
* Fix left margin of Archives Block.
* Fix styling issue with block inserter.
* Fix regression with missing SVG roles and attributes.
* Fix script registration of TinyMCE to account for compression.
* Fix embed block pattern mismatch.
* Fix issue with tooltips not being shown on IconButtons with DotTip children.
* Fix some regressions with Table Block and make sure it behaves responsibly.
* Fix regression with textbox spacing and a focus issue.
* Resolve an issue where removing all blocks from a post with a template assigned would reintroduce the template blocks after saving and reloading the editor.
* Switch order of operations so that post content is parsed first regardless of the presence of a template.
* Add doAction when a deprecated feature is encountered.
* Deprecate Subheading block.
* Change title and description of Text Columns to include deprecation notice.
* Remove extra classNames from integration test.
* Make sure property for gallery=multiple is only set when type of media is image.
* Avoid changing the public API of the warning component to avoid potential backwards compatibility issues.
* Check for window in data registry.
* Update FocusableIframe component URL example.
* Drop explicit window reference from withSafeTimeout in compose.
* Prevent case where early editor checks might bail out preventing hidden meta-boxes from being actually hidden.
* Use “post” instead of “page” in the warning when the post contains blocks.
* Make alt text for image in example post translatable.
* Remove TinyMCE paste plugin as it’s absorbed in raw handling modules.
* Extract LinkContainer from FormatToolbar.
* Document how to add block style variations.
* Add mention of Material Design icons to the design docs.
* Update documentation for block controls.
* Extend guidelines for managing packages and publishing them to npm.
* Update contributing guidelines to include local wp dev instructions.
* Update FAQ doc with info about keyboard shortcuts.
* Update package-lock.json to expected values.
* Deprecate onSetup and getSettings as unstable APIs from RichText.
* Some general updates to handbook documents.
* Add documentation about floats.
* Add e2e test for font size mechanism.
* Make usage of core-data explicit.
* Create new spec-parser package.
* Restores the test URL we should be using for e2e tests.
* Upgrade WP Coding Standards to 1.0.0.
* Update npm-package-json-lint lock to 3.3.1.
* Update stylelint to 9.5.0 and stylelint-config-wordpress to 13.1.0.
* Update lint-staged and docs/manifest.js.
* Mobile Native
* - Initial implementation of Toolbar.
* - Add basic text toolbar actions.
* - Update on the event interface for contentSizeChange on Aztec component.
* - Fix toolbar status when pressing buttons on Android (and iOS).

= 3.6.2 =

* Restore min-width to popover.
* Fix wide toolbar regression
* Add e2e test for publishing a page
* Fix typo for removing excerpt block stripping

= 3.6.1 =

* Fixed an issue that caused page publishing to fail.
* Fixed an issue with the block options menu appearing too narrow.

= 3.6.0 =

* Updated block inserter and library with new icons for all core blocks.
* Allow showing the sidebar and inspector controls when editing a block in HTML mode.
* Add new block keyboard shortcuts and consolidate their display in menus:
* * Insert Before / After block.
* * Duplicating block.
* * Toggling the inspector.
* * Remove block keyboard shortcut.
* Updated block inserter and library with new icons for all core blocks.
* Allow showing the sidebar and inspector controls when editing a block in HTML mode.
* Add new block keyboard shortcuts and consolidate their display in menus:
* Insert Before / After block.
* Duplicating block.
* Toggling the inspector.
* Remove block keyboard shortcut.
* Add new keyboard shortcuts help modal documenting available shortcuts.
* Hide keyboard shortcuts on mobile screens.
* Open new window if prior preview window has been closed.
* Bring the preview tab to the front when clicking the preview button.
* Avoid changing the label of the “publish” button if an auto-save is being performed.
* Update the Block Inserter to allow searching for terms that contain diacritics.
* Take into account children blocks when handling disabled blocks.
* Offer chance to add and revise Tags and Post Format during pre-publish flow.
* Let menus grow based on the length of its elements.
* Add visual padding to menus.
* Avoid scrollbars on Audio block when shown full-width.
* Improve permalink UI and make it responsive.
* Change color of links in gallery block caption.
* Simplify the styling of the “Toggle publish panel” aria-region to avoid content jumps.
* Make active pill button look pressed.
* Make sure Latest Posts alignment class behaviour is consistent.
* Show drop-zone background when file is dragged.
* Reset active sidebar tab on initial load.
* Apply new checkbox CSS to radio buttons and fix border radius.
* Add a couple new dashicons for insert before / after block.
* Add styles for Spinner component (was relying on core before).
* Add styles for Notice component.
* Refactor template select field to use SelectControl.
* Correctly handle per_page=-1 in the queried data state.
* Create dummy context components for type switch.
* Add RegistryConsumer export to data module.
* Add has_blocks function to the repertoire.
* Add has_block function and unit tests.
* Add has_block function and unit tests for it.
* Introduce strip_dynamic_blocks() for excerpts.
* Fix issue with default appender placeholder on IE11.
* Fix issue with shortcode block UI on IE11.
* Fix tag input interface on IE11.
* Fix issue with custom element serializer on IE11.
* Fix issue with meta boxes overlapping the content on IE11.
* Fix invalidation case of custom block classes.
* Fix unhandled error dialog styling issue.
* Fix paragraph splits on react native implementation.
* Fix code block style regression.
* Fix issue with code font-size on heading contexts.
* Fix case where crashed block would overlap with surrounding blocks.
* Fix issue with block styles on IE11.
* Fix the heading level buttons on IE11.
* Fix issues with drag and drop over text.
* Fix small bug with recent blocks hover style.
* Use argument swapping instead of named arguments for string placeholders.
* Pass the the search result object to props.onChange on UrlInput.
* Add localization context to occurrences of “More” string.
* Add a Heading block implementation for mobile app.
* Add the react-native entrypoint to all runtime packages.
* Move MoreMenu specific styling away from Popover CSS.
* Ensure meta box functions are available in editor context.
* Ensure the full content integration test is run.
* Remove client-side document title updates.
* Remove TinyMCE shim that was removed in WP 4.9.7.
* Remove the workaround for intermittent multiple-tab preview test failure.
* Remove Promise.resolve call that’s already handled by the JS runtime.
* Remove redundant event handlers from default block appender.
* Deprecate withContext HOC and remove its usage.
* Some localization & spelling fixes.
* Update docs for templateLock’s insert option.
* Extract Core Blocks to a block-library npm package.
* Add a license checker script.
* Allow access to the WordPress installation if DOCKER_ENV=localwpdev.
* Bring the handbook design up to date.

= 3.5.0 =

* Add an edit button to embed blocks to modify the source.
* Improve margin collapse within column blocks.
* De-emphasize inline tokens within the inserter for a better user experience.
* Polish focus and active styles around buttons and inputs.
* Polish styles for checkbox component, update usages of toggle to checkbox where appropriate. Update documentation.
* Improve pre-publish panel styling and textual copy.
* Prevent duplicate DotTips from appearing.
* Integrate "queries data" into the entities abstraction for data module.
* Hide block movers if there are no blocks before and after.
* Initial improvements for responsive image handling in galleries.
* Use correct color for primary button bottom border.
* Allow transitioning post status from scheduled to draft.
* Improvements for auto-completer keyboard interactions.
* Place strikethrough formatting button after link as it's less important.
* Resolve issue with preview sometimes opening redundant tabs.
* Align timepicker with calendar on pre-publish panel.
* Expand date filter select box width within media library.
* Constrain media blocks to content area width in front-end.
* Reapply box-sizing to slider thumbs.
* Avoid showing line separator in block settings menu when it's the last item.
* Introduce additional keyboard shortcuts to navigate through the navigateRegions component.
* shift+alt+n to go to the next region.
* shift+alt+p to go to the previous region.
* Replace all withAPIData usage and deprecate the higher-order component.
* Add persistence via data plugin interface.
* Introduce new redux-routine package for synchronous generator in data module.
* Move embed API call out of block and into data module.
* Remove no longer needed workaround targeted at resolving a TinyMCE error.
* Abort selection range set on unset range target. Resolves an issue when merging two empty paragraph blocks created while at the end of an inline boundary.
* Removing or merging RichText should only trigger if the selection is collapsed:
* Fix issue with backspace not working as expected when deleting text content from the first block.
* Fix case where paragraph content could move to previous paragraph when deleted.
* Remove provisional block behaviour to improve reliability of various interactions.
* Restore horizontal edge traversal implementation to address issue where pressing Backspace may not place the caret in the correct position if within or after a RichText field.
* Ensure Gutenberg is disabled when editing the assigned blog posts page.
* Initialize the Autosaves controller even if revisions are disabled. Fixes several bugs around saving with revisions turned off.
* Display warning when Cloudflare blocks REST API requests.
* Improve validation for attribute names in serializer.
* Add Slot to block menu settings for extensibility.
* Fix File Block center align behavior.
* Fix behaviours when deleting on an empty RichText field.
* Fix parent-dropdown missing for custom post-types.
* Fix import style statements in ColorIndicator.
* Fix height of used-once block warning.
* Fix link for innerBlocks docs.
* Fix link to server-side-render component.
* Fix race condition with DomReady.
* Fix awkward capitalisation in demo post content.
* Fix warning for unrecognised forwardedRef prop.
* Fix regression with URL input focus box.
* Fix error in custom HTML preview when block is empty.
* Fix colspan bug in table block for tables with thead tags.
* Fix issue with image inspector controls disappearing once an image block is set to wide/full alignment.
* Fix issue when image size remains blurry if manually set to a smaller size (i.e., medium) and then changed alignment to wide/full.
* Fix issue with meta boxes being absent when script enqueued in head depends on wp-edit-post.
* Resolve an issue where removing all text from a Button block by backspace would cause subsequent text changes to not be accurately reflected. Broader issue with TinyMCE inline elements as containers.
* Avoid using remove() because it's unavailable in IE11.
* Address further feedback on duplicated DotTips implementation.
* Update re-resizable to version 4.7.1 — fix image & spacer blocks resizing on IE.
* Use a unique querystring package instead of three different ones.
* Introduce filters to allow developers the ability to customize the Taxonomy Selector UI for custom taxonomies.
* Introduce RichText component for mobile native and implement the Paragraph Block with it.
* Use standard label for Alt Text input.
* Consolidate similar i18n strings.
* Remove title attributes from the Classic Editor warning.
* Remove unused code in taxonomies panel.
* Remove oEmbed fixture files.
* Remove jQuery dependency from @wordpress/api-fetch.
* Remove filler spaces from empty constructs.
* Remove REST API shims for code introduced in WP 4.9.8.
* Remove unused terms, taxonomies, and categories code.
* Replace the apiRequest module with api-fetch module.
* Add inline comment that explains a stopPropagation() within tips implementation.
* Add gutenberg_can_edit_post filter.
* Add watch support for stylesheets in packages.
* Add JSDoc comment to Popover's focus() method.
* Add readme docs for all components.
* Autogenerate documentation from readme files.
* Add doc note about automatically applied attributes in save.
* Add test for block mover.
* Allow demo content to be translatable.
* Update CSS selectors from :before to ::before.
* Export the description for server-registered blocks.
* Export getBlockTypes on react native interface.
* Expose redux-routine to react native.
* Expose unknown-type handler methods for mobile.
* Specify missing wp-url dependencies.
* Improve JS packages descriptions.
* Downgrade Docker image version for WordPress for test validation.
* Move CI back to latest WordPress version and bump minimum version to 4.9.8
* Use @wordpress/compose instead of @wordpress/components.
* Update docs for Button component.
* Update package-lock.json.
* Updated dependencies: jest, npm-package-json-lint and read-pkg-up.
* Add Babel runtime dependency to redux routine.
* Prevent Travis from running when changes are only made to .md files.
* Add stylelint for SCSS linting.
* Set babel dependencies to fixed version and add core-js2 support.
* Trigger E2E test failure on console logging.
* Update doc links to resources moved to packages folder.
* Update api-fetch package documentation.
* Update Lerna to 3.0.0-rc.0.
* Generate source maps and read those from the webpack build.
* Rewrite e2e tests using jest-puppeter preset.
* Introduce a new Extending Editor document specific to editor filters.
* Improve test configuration and mocking strategy.

= 3.4.0 =

* Add the Inline Blocks API.
* Rename Shared Blocks to Reusable Blocks.
* Add a Modal component.
* Add a REST API Search controller.
* Add a warning in the classic editor when attempting to edit a post that contains blocks.
* Add ability for themes to configure font sizes.
* Add RTL CSS to all packages.
* Add an edit button to embed blocks.
* Remove all wp.api usage from the editor package.
* Add error handling for file block drag-and-drop.
* Add registerBlockStyleVariation, for registering block style variations.
* Add a border between panels in the block sidebar.
* Add a editor.PostFeaturedImage.imageSize filter for the Featured Image.
* Create a video block when dropping a video on an insertion point.
* Expose a custom class name hook for mobile.
* Add a React Native entrypoint for mobile.
* Only disable wpautop on the main classic editor instance.
* Retain the id attribute when converting heading tags to heading blocks.
* Retain target="_blank" on links in converted paragraphs.
* Improve the handling of imported shortcode blocks.
* Replace the File block’s filename editor with a RichText.
* Tweak the block warning style.
* Add a max-height to the table of contents.
* Remove the inset shadow from the table of contents.
* Fix the tag placeholder text for long translations.
* Fix the table of contents sometimes causing JavaScript errors.
* Fix the link suggestion dropdown not allowing the first suggestion to be selected by keyboard.
* Make tooltips persist when hovering them.
* Add missing aria-labels to the audio and video block UIs.
* Add an icon and accessibility text to links that open in a new tab.
* Fixed shared blocks adding unnecessary rewrite rules.
* Fix a regression in the colour picker width.
* Fix the colour picker focus border being off-centre.
* Combine ColorPalettes into a single panel for Button and Paragraph blocks.
* Fix the ColorIndicator style import.
* Fix auto-linking a URL pasted on top of another URL.
* Add persistent store support to the data module.
* Fix the Latest Comments block using admin imports.
* Fix a warning when adding an image block.
* Fix the classic block toolbar alignment.
* Fix a warning in the block menu.
* Change all blocks to use supports: align, instead of the align attribute.
* Improve the ContrastChecker logic for large font sizes.
* Update the is-shallow-equal package to use ES5 code.
* Deprecate getMimeTypesArray, mediaUpload, and preloadImage.
* Deprecate wideAlign in favour of alignWide.
* Document Node version switching in the testing documentation.
* Document examples of the registerBlockType hook.
* Document an example of the block transforms property.
* Document Gutenberg’s camelCase coding style.
* Improved all of the package descriptions.
* Update coding standards to allow double quoted strings to avoid escaping single quotes.
* Standardise the package descriptions and titles.
* Extract the editor package.
* Isolate and reset e2e tests every run.
* Improve test configuration and mocking strategy.
* Fix test coverage configuration.
* Fix the block icons e2e tests.
* Bump the Puppeteer version.
* Use simpler jest.fn() mocks for api-fetch calls in unit tests.

= 3.3.0 =

* Add new Archives block for displaying site archives.
* Add new Latest Comments block to widgets category.
* Add “Convert to blocks” option in HTML block.
* Correct caret placement when merging to inline boundary.
* Move block switcher from header to multi-block toolbar for multiselection.
* Add video block attributes for Autoplay, Controls, Loop, Muted.
* Remove HTML beautification and preserve whitespace on save.
* Formalize RichText children value abstraction.
* Allow transformation of image block to file block and vice-versa.
* Support preload attribute for Audio Block.
* Avoid popover refresh on Tip mount.
* Introduce “registry” concept to the Data Module.
* Convert successive shortcodes properly.
* Hide “Convert to Shared Block” button on Classic blocks.
* Update spacing in pre-publish panel titles.
* Use do_blocks to render core blocks content.
* Remove restoreContentAndSplit in RichText.
* Hide insertion point when it is not possible to insert the default block.
* Refactor block converters to share common UI functionality.
* Replace the apiRequest module with api-fetch module.
* Add audio/video settings title to settings panel.
* Normalize the behavior of BlockListBlock’s “Enter” key handling to insert the default block.
* Rename baseUrl entities property as baseURL in entities.
* Rename UrlInput component as URLInput.
* Give File block a low files transform priority.
* Make tooltips persist when hovering them.
* Optimise design of heading line heights.
* Add a filter(‘editor.FeaturedImage’) for the FeaturedImage component.
* Fix vertical arrow navigation skips in writing flow.
* Fix incorrect polyfill script handles.
* Fix template example so that it is correct.
* Fix exception error when saving a new shared block.
* Fix getInserterItems caching bug and add new test case.
* Fix issue with spacer block resizing and sibling inserter.
* Fix files configuration entry in package.json for wordpress/babel-preset-default.
* Fix config and regenerate updated docs.
* Fix dependency mistake in api-fetch.
* Fix metaboxes save request (parse: false).
* Fix issue with name field not being focused when a shared block is created.
* Fix box sizing for pseudo elements.
* Fix an error which occurs when assigning the URL of a Button block.
* Improve usage and documentation of the landmark region labels.
* Substitute the remaining uses of unfiltered_html capability and withAPIData.
* Remove the “Extended Settings” meta box wrapper.
* Remove NewBlock event handling from RichText.
* Remove legacy context API child context from Block API.
* Remove Text Columns block from insertion menus in preparation for Try outreach.
* Remove unused autocompleter backcompat case.
* Change label in Cover Image block for background opacity.
* Change the text label on Image block from “Source Type” to “Image Size”.
* Backup and restore global $post when preloading API data.
* Move packages repository into Gutenberg with its history.
* Enhance the deprecated module to log a message only once per session.
* Switch tests away from using enzyme (enzyme.shallow, enzyme.mount, etc).
* Unblock tests from being skipped.
* Add basic test for shortcode transformation.
* Add e2e test for block icons.
* Add e2e tests for the NUX tips.
* Add e2e tests for shared blocks.
* Remove data-test attribute from UrlInputButton output.
* Deprecate id prop in favor of clientId.
* Rename MediaPlaceholder onSelectUrl prop as onSelectURL.
* Remove unnecessary default prop from test.
* Point the package entry to src directly for native mobile.
* Use clearer filenames for saved vendor scripts.
* Update local install instructions and add add more verbose instructions when node versions don’t match.
* Reorder package.json devDependencies alphabetically.
* Coding Guidelines: Prescribe specific camelCasing behaviors.
* Regenerate docs using docs:build command.
* Add documentation for ALLOWED_BLOCKS in Columns.
* Add link to support forum in plugin menu.
* Deprecate buildTermTree function in utilities.
* Deprecate property source in Block API.
* Deprecate uid in favor of clientId.
* Deprecate grouped inner blocks layouts.
* Improve eslint checks for deep imports.
* Improve IntelliSense support when using VS Code.
* Move the components module partially to the packages folder.
* Add the blocks module to the packages folder.
* Add wp-deprecated dependency to wp-element.
* Add @babel/runtime as a dependency to wordpress/components.
* Add @babel/runtime as a dependency for packages.
* Add a new compose package.
* Extract entities package.
* Extract viewport package.
* Extract @wordpress/nux package.
* Create new spec-parser package.
* Update Dashicons to latest build.
* Update test for babel-preset-default.
* Update code to work with Babel 7.
* Update package-lock.json with eslint-scope version 3.7.3.
* Update node-sass.

= 3.2.0 =

* Add block styles variations to the Block API.
* Add support for Inline Images and Inline Blocks API.
* Convert Columns to a set of parent and child blocks, including a wrapper element and more reliable front-end presentation.
* Allow registering new block categories.
* Add support for locking Inner Block areas.
* Add File Block for uploading and listing documents, with drag and drop support.
* Introduce Modal component to expand the extensibility suite of UI components.
* Redesign block transformation menu.
* Improve style display of region focus areas.
* Prevent blocks from being draggable if a template lock exists.
* Parse superfluous classes as custom classes preventing a block being considered invalid for such cases.
* Support “Autoplay” and “Loop” in Audio Block “Playback Controls”.
* Always show “new gallery item” below the gallery.
* When dragging images to create a gallery, immediately show the images while uploading is happening.
* Optimize withSelect to avoid generating merge props on equal props.
* Remove the “scroll shadow” at the bottom of the inserter library.
* Remove the bottom border on the last collapsible panel.
* Remove wrapping div from paragraph block (in the editor) for performance audit.
* Add Image Block ‘Link to’ setting.
* Allow margins to collapse & refactor block toolbar.
* Keep NUX tips open when the user clicks outside.
* Add initialTabName prop to Tab Panel component.
* Add higher order component to constrain Tab keyboard navigation.
* Display server error message on media upload when one exists.
* Improve “add block” text in NUX onboarding.
* Improve experience of using image resize handles — placing them at the middle of the edges instead of the corners.
* Update color of the Shared panel icon to be the same as all other icons.
* Verify if block icon background and foreground colors are readable. Warn in the console otherwise.
* Address various design details on Plugin API icon treatment in header and popover.
* Include all image sizes on the media upload object when they exist.
* Move the delete block action to the ellipsis menu for the block. Introduce separator in the menu.
* Make the inserter results panel focusable and improve accessibility.
* Improve publish panel accessibility and add new publish landmark region.
* Open preview to previewLink if not autosaveable.
* Make sure autocompleted values make it into the block’s saved content.
* Avoid setAttributes on end-of-paragraph seeking to resolve unnecessary performance degradations.
* Avoid re-render and subsequent action dispatch by adopting module constant.
* Avoid focusing link in new NUX tooltip
* Avoid showing hover effect if the ancestor of a block is multi-selected.
* Schedule render by store update via setState. Fixes condition where appender would insert two copies of a block.
* Inner Blocks refactor:
* * Update deprecated componentWillReceiveProps to equivalent componentDidUpdate.
* * Avoid deep equality check on flat allowedBlocks prop shape.
* * Avoid handling unexpected case where UPDATE_BLOCK_LIST_SETTINGS is not passed an id.
* * Avoid creating new references for blockListSettings when settings not set, but the id never existed in state anyways.
* * Avoid switch fallthrough on case where previous updateIsRequired condition would be false, which could have introduced future maintainability issues if additional case statements were added.
* * Add test to verify state reference is not changed when no update is needed.
* * Consistently name allowedBlocks (previously also referred to as supportedBlocks).
* Consider horizontal handled by stopPropagation in RichText. Fixes edge case with inline boundaries at the end of lines. With further improvements.
* Ensure ellipsis icon button is visible when block settings menu is open.
* Simplify RichText to have a single function for setting content vs. the current updateContent and setContent, by removing updateContent.
* Optimize RichText by removing the creation of undo levels at split and merge steps.
* Simplify the RichText component’s getContent function to remove a call to TinyMCE’s isEmpty function, which incurs a DOM walk to determine emptiness.
* Optimize the RichText component to avoid needing to keep a focusPosition state.
* Reenable pointer events on insertion point hover for Firefox.
* Introduce colors slugs in color palette definitions to ensure localization.
* Respect inner blocks locking when displaying default block appender.
* Use color styles on the editor even if the classes were not set.
* Move “opinionated” Gutenberg block styles to theme.scss.
* Don’t allow negative values in image dimensions.
* Fix IE11 formatting toolbar visibility.
* Fix issues with gallery block in IE11.
* Fix import statement for InnerBlocks.
* Fix broken links in documentation.
* Fix text wrapping issues in Firefox.
* Fix showing the permalink edit box on the title element.
* Fix focus logic error in Tips and tidy up docs.
* Fix instance of keycode package import.
* Fix case where an explicit string value assigned as an attribute would be wrongly interpreted as false when assigned as a boolean attribute type in the parser.
* Fix the data module docs by moving them to the root level of the handbook.
* Fix specificity issue with button group selector.
* Fix CSS property serialization.
* Fix left / right alignments of blocks.
* Fix CSS vendor-prefixed property serialization.
* Fix arrows navigation in the block more options menu.
* Let ⌘A’s select all blocks again.
* Check for forwardedRef in withGlobalEvents.
* Address issues with left / right align improvements in RTL.
* Different approach for fixing sibling inserter in Firefox.
* Correctly handle case where ‘post-thumbnails’ is array of post types.
* Remove blocks/index.native as the default is compatible with React Native app.
* Allow editor color palette to be empty.
* Support setup with single array argument in Color Palette registration.
* Only save metaboxes when it’s not an autosave.
* Force the display of hidden meta boxes.
* Implement core style of including revisions data on Post response.
* Remove post type ‘viewable’ compatibility shim.
* Remove unused block-transformations component.
* Use withSafeTimeout in NUX tips to handle cases where plugins modify the $post global.
* Update HOCs to use createHigherOrderComponent.
* Deprecate property source in Block API.
* Documentation: fix rich-text markdown source.
* Tweak release docs and improve release build script.
* Add focusOnMount change to deprecations.
* Add e2e test for sidebar behaviours on mobile and desktop.
* Add e2e test for PluginPostStatusInfo.
* Add snapshot update script.
* Update import from @wordpress/deprecated.
* Extract “keycodes” into its own package and rework the Readme file.
* Add shortcode package instead of global.
* Add package: @wordpress/babel-plugin-import-jsx-pragma.
* Update nested templates to new columns format.
* Generate the manifest dynamically to include the data module docs in the handbook.
* Expose the grammar parser to the mobile app.
* Drop the .js extension from @wordpress/element’s package.json entry-point so when used in the mobile RN app the correct module (index.native.js) can be resolved by Metro.
* Add packages Readme files to the handbook.
* Add link in documentation to supported browsers.
* Add initial document on copy guidelines.
* Add missing documentation for InnerBlocks props.
* Regenerate package-lock.json to address unintentional changes.
* Use cross-env for plugin build scripts to address issues on Windows machines.
* Invert JSX pragma application condition.
* Ignore non-JS file events in packages.
* Drop deprecations slated for 3.2 removal.
* Publish multiple new versions of packages.

= 3.1.1 =

* Fix permalink editor not appearing.
* Fix sibling block inserter not working in Firefox and Safari.

= 3.1.0 =

* Implement Tips Interface to guide a user in the new editor interface.
* New design version of sibling inserter (the ability to insert blocks between other blocks).
* Allow users to re-enable Tips.
* Allow the user to preview changes to a published post without first updating the post.
* Show the preview mode for HTML blocks converted into shared blocks. This streamlines the process of creating straightforward HTML blocks and letting users insert them visually.
* Exclude the currently focused block from the block completer options. (i.e. don’t show paragraph as an option if already on a paragraph)
* Trigger autosave as standard save for draft by current user.
* Add mime type checking to the pre-upload error messaging system when uploading media.
* Allow block hover outlines to draw color from admin theme.
* Allow transforming multiple paragraph blocks into a single quote block.
* Block API: move useOnce block configuration to supports.multiple = false.
* Add strikethrough support for Markdown conversion when pasting.
* Add yAxis=middle support to Popover to allow showing arrows vertically centered for NUX tips.
* Add BlockIconWithColors component and use it for the block header with description in the inspector.
* Add error notices mechanism directly to media placeholder.
* Refactor the initialization of the editor to only require a post ID.
* Optimize the default column width for character length and use the same width for the text editor.
* Incremental improvements and polish to the mobile block toolbar.
* Visually compensate nested blocks for block padding.
* Prevent slash autocompleter from letting users insert two cases of a useOnce block.
* Let screen readers announce the block aria label.
* Improve the accessibility of featured images.
* Make aria-multiline true by default in RichText so the content field is properly announced.
* Add back role textbox to the List block and improve aria-multiline usage.
* Replace the renderBlockMenu prop with Slot/Fill.
* Hide disabled blocks from shortcut inserter.
* Avoid deprecated React Lifecycle hooks in withAPIData.
* Improve the element serializer to avoid double ampersand encoding of valid character references.
* Update drop-cap design to better balance line length.
* Describe expanded state of “more options” panel.
* Improve DotTip positioning fix.
* Implement Button component as assigning ref via forwardRef (new React API).
* Improve serialising JSON to PHP-compatible query strings.
* Introduce rendererPathWithAttributes() for ServerSideRender.
* Refactor the getPostEdits selector to avoid relying on Lodash’s _.get.
* Refactor withSelect to use getDerivedStateFromProps.
* Replace JSON-escaped quotation mark with unicode escape sequence in Block API. Fixes PlainText component not properly escaping attributes under some specific user roles.
* Fix regression in Columns block’s front-end style.
* Fix regression in SVG support for block icons.
* Fix PHP 5.2 notice by ensuring $memo is always an array.
* Fix margins of embed block content.
* Fix autocomplete behaviour in IE11.
* Fix regression with formatting toolbar not showing divider between some block controls.
* Fix issue where pasting an inline shortcode would produce a separate shortcode block.
* Fix issue when copy pasting images in Chrome.
* Fix typos in code comments.
* Fix consistency of hover styles in toolbars.
* Fix option for linking to attachment page on gallery block.
* Fix Classic Editor adding paragraphs from block boundaries.
* Fix post publish panel showing incorrect UX for contributors who don’t have publishing capability.
* Fix issues with floats and the side UI on wide and full-wide.
* Fix issue where server side upload errors disappear automatically.
* Fix block inserter popover in RTL mode.
* Fix mp3 uploads on chrome.
* Fix getMimeTypesArray return documentation.
* Avoid showing error if autosave runs and there are no changes to save.
* Prevent any disabled button from changing the cursor to pointer.
* Remove ‘who’=>’authors’ compatibility shim as it’s part of WP 4.9.6.
* Remove confusing “wrap text” from Button settings.
* Remove the usage of the componentWillMount lifecycle.
* Remove the componentWillReceiveProps lifecycle usage.
* Remove createInnerBlockList utility / context. This should be a simplification of block context, potentially with some performance and/or memory improvements, as an intermediary component is no longer created.
* Improve translatable strings containing “%s” to have a translator comment.
* Move trash post URL change to the BrowserUrl component. Consolidates all browser navigation (url changes and actual navigation).
* Simplify the withColors HOC so we can avoid the usage of memoize while still having a correct implementation without unnecessary rerenders.
* Refactor Higher-order components in data module to avoid the use of componentWillMount.
* Use mdash for block description in cover image.
* Ensure that only the latest promise updates the autocompleter state for more predictable behaviour.
* Wrap PluginPostStatusInfo with PanelRow rather than Slot. Fix issue with hard to style divs.
* Update demo content to avoid dirtying embed.
* Allow using ServerSideRender component without defined attributes.
* Avoid loading Gutenberg assets in other admin pages.
* Add a new @wordpress/api-request package. Instead of relying on globals to set the nonce/rootURL, it users configurable middlewares. Preloading support is also built as a middleware.
* Move the Core Data Module to packages.
* Move Plugins module to packages.
* Rename all the hooks moved from blocks to editor.
* Add NUX e2e tests.
* Add e2e tests for Plugins API.
* Add es5 samples to edit-post and plugins.
* Add e2e test to blocks.BlockEdit filter.
* Add snapshot test for MoreMenu component.
* Fix broken links in readme files.
* Build tooling: add linting for package.json files.
* Further explanation for why .normalize() is optional in raw-handling.
* Update icon color readme example.
* Generate docs for the data module.
* Enable Strict-Mode of React.
* Publish new versions of WP packages.
* Regenerate integrity checks to sha512.
* Drop deprecations slated for 3.1 removal.
* Upgrade React 16.3.2 to React 16.4.1.

= 3.0.1 =

* Fix regression in Columns block's front-end style
* Fix regression in SVG support for block icons
* Build tooling: Add linting for package.json files

= 3.0.0 =

* Redesign the inserter with collapsible panels.
* Add support for Child Blocks. These create a relationship between blocks and updates the inserter to show blocks based on context.
* Implement a new block hover and select approach to improve nested block selection and clarity.
* Allow expanding selection on consecutive Meta+A presses.
* Add shared blocks to the blocks autocompleter.
* Iterate on behaviour of the “between blocks inserter”.
* Multiple longstanding fixes to the UrlInput box by using Popover component instead of custom positioning.
* Allow themes to opt-in to the visual styles provided by core blocks.
* Allow custom colors in block icons.
* When focused on a parent with InnerBlocks set, show available child blocks clearly at the top. Blocks with children are marked visually in the root inserter.
* Add publish panels support for plugins.
* Scroll the inserter menu to the relevant position when opening a panel.
* Expand matching categories when searching the block library.
* Introduce a dedicated autosaves endpoint for handling autosave behavior. Improves general handling of revisions through REST API saves.
* Show autosave notice when autosave exists.
* Send all fields when transmitting an autosave, fixing missing titles.
* Allow clicking the block’s input fields.
* Move “Saved” blocks to the bottom and show distinct icon on the panel name.
* Improve max-upload size error message.
* Normalize unicode in raw handling.
* Allow inserting a link with no text selected.
* Center the background of the cover image block.
* Make the Classic block toolbar sticky while scrolling.
* Make Button component styles independent from Core Styles.
* Use new "theme" style mechanism to restore Quote styles on the front.
* Make various greys less dull when used with opacity.
* Set the correct min-width for the ChromePicker popover.
* Unify all the media blocks placeholders under a unique component.
* Address focus style regression in menu and improve display of keyboard shortcut.
* Refactor popover to clarify computations and address multiple cases of overflow issues.
* Avoid URL redirect for published post autosave.
* Refactor URL redirect as BrowserURL component and ensure redirect for new posts.
* Avoid superfluous changes in RichText.
* Improve performance for PublishPanel and extensions.
* Unselect blocks when opening the document settings.
* Add text alignment options to verse block toolbar.
* Make sure the Title element uses the same max-width as blocks.
* Improve title component so it works with and without editor styles.
* Properly associate the spacer height input label.
* Further visual polish to new inserter design.
* Simplify inserter accessibility.
* Fix block icon alignment in block inspector.
* Fix issue with excerpt textarea height overflow.
* Fix typo in withRehydration function call.
* Fix Post Formats UI not showing.
* Fix regressions with Button component after PostCSS.
* Fix issue with applied formats being lost.
* Fix unset background-color on sidebar headings.
* Fix case where inbetweenserter would linger if you clicked to insert and then clicked away.
* Fix issue with rich text toolbar being gone in captions.
* Fix padding and outline style for expander panel.
* Fix CodeEditor component not loading when WordPress is installed in a subfolder.
* Fix regression with sticky toolbar border.
* Fix some intermittent E2E test failures.
* Fix “no results” message within inserter.
* Fix visual issue with normal buttons with icons.
* Fix issue where the sidebar would remain open on mobile when the page loaded if it was opened before.
* Fix fileName not being respected when the image is uploaded via drag & drop.
* Fix regression in spacer block.
* Fix getInserterItems cache.
* Fix intermittent adding-blocks E2E test failure.
* Fix issue with shared block preview being rendered hidden.
* Fix alignment issue with hover label on wide and full-wide.
* Fix Windows-unfriendly theme.scss loader rule.
* Fix issue where pasting would fail in IE11.
* Fix issue with editing paragraph blocks in shared blocks.
* Address small code style fixes on the core-data module.
* Add support for getEntityRecords selectors/resolvers to the core data module to avoid duplication across the different entities.
* Remove drag handle from block breadcrumb.
* Improve Child Blocks code footprint.
* Address package issues with npm audit fix.
* Use Core’s TinyMCE version to avoid conflicts.
* Scope the rule adding a white background to the html element.
* Remove onFocus from core blocks’ RichText usage.
* Remove post type capabilities from the user object.
* Remove the dependency on the editor module code from blocks tests.
* Expose preview_link through the REST API and use within client.
* Only load Gutenberg Polyfill in editor pages.
* Refine code statement of image classes.
* Add support for the default_page_template_title filter in page-attributes meta-box.
* Add additional condition to “Available templates” meta-box logic.
* Ensure the wp-editor script is also enqueued soon using the enqueue_block_assets hook.
* Cleanup shared block tests.
* Provide cross-browser node containment checking.
* Add unit tests for core-blocks/more/edit.js components.
* Add documentation about ServerSideRender.
* Auto-generate human-readable version of Gutenberg block grammar.
* Doc Block cleanup for rich-text component.
* Address multiple typos in code comments.
* Skip test files when generating build folders for packages.
* Fail E2E tests when uncaught page error occurs.
* Extract new blob package out of utils module.
* Update the wait function name to discourage its use in E2E tests.
* Introduce new module with deprecation utility.
* Introduce insertBlock() utility for E2E tests.
* Move data module to the package maintained by Lerna.
* Avoid using spread for objects to work with all node 8x versions.
* Add lint rule to check that memize() is used.
* Add global guard against ZWSP in E2E content retrieval.
* Add building/watching support to Gutenberg packages.
* Add further explanation for why .normalize() is optional.
* Add new webpack plugin to handle library default export.
* Reload the page after webpack watch compile.
* Publish numerous WP packages updates from repository.
* Drop deprecations slated for 3.0 removal.
* Always publish main and module distributions in packages.
* Upgrade mousetrap to 1.6.2.
* Update all WordPress packages to the latest version.
* Bump WordPress requirements to 4.9.6.

= 2.9.2 =

* Ensure the Title uses the same max-width as blocks
* Center the background of the cover image block
* Fix formatting controls regression
* Fix classic editor visual mode regression

= 2.9.1 =

* Ensure the wp-editor script is also enqueued soon using the `enqueue_block_assets` hook
* Allow clicking the block's input fields (regression fix)
* Remove post type capabilities from the user object

= 2.9.0 =

* Add support for pinning plugin items in the main editor header. This is an important part of the editor Plugin API seeking to both grant plugins high visibility while offering users a consistent and flexible UI that can scale better.
* Add shortcut tooltips for main toolbar.
* Add remaining RichText shortcuts for formatting toolbar. Display them in tooltips.
* Display the block toolbar and controls below the block on mobile.
* Add automatic handling of focus for RichText component.
* New reusable component: FontSizePicker. Example use in paragraph block.
* Query for all authors with an unbounded per_page=-1 request. Makes sure no users appear missing.
* Make the editor canvas friendly towards colored backgrounds. Improves support of nested structures over backgrounds as well.
* Remove block alignment from paragraph block with deprecation handling.
* Ensure contributors can create tags and manage categories.
* Exclude private blocks from the slash autocompleter.
* Close the post publish panel only when the post becomes dirty.
* Add toggle to set fixed widths in Table block.
* Surface and style the resizing tool in Table block.
* Iterate on table block front-end styles.
* Transform into the correct embed block based on URL patterns.
* Allow resetting the permalink by saving it as empty.
* Add text alignment options to Subhead block.
* Move Heading block alignment options from the inspector to the toolbar.
* Writing Flow: consider tabbable edge if no adjacent tabbable.
* Implement Button as assigning ref via forwardRef.
* Avoid adding terms when tabbing away from the tag selector field.
* Add a max-height to Table of Contents menu.
* Make any iframe embed responsive in the editor.
* Update PostExcerpt component to use TextareaControl.
* Show block remove button on empty paragraph blocks.
* Introduce wp:action-publish and update corresponding UI to reference it. Use wp:action-publish to determine whether to display publish UI.
* Use wp:action-assign-author to indicate if user can assign authors. Fixes issues with author selector not appearing under certain circumstances.
* Permit unbounded per_page=-1 requests for Pages and Shared Blocks. Removes limit on how many items are retrieved.
* Permit unbounded per_page=-1 requests for Categories and Tags.
* Improve written descriptions of core blocks.
* Show caption and description settings in featured image modal.
* Make sidebar toggle button open the block inspector if a block is selected.
* Avoid setting font-style when using dropcap.
* Preserve image ID in raw handling.
* Add a data store to manage the block/categories registration.
* Avoid change in RichText when possible. It prevents unnecessary history records.
* Stop unnecessary re-renders caused by withColors. Also solve memoize problems.
* Move components from the blocks to the editor module.
* Move editorMediaUpload to the editor module.
* Move the editor settings into the editor’s store.
* Change subhead block to subheading.
* Add cache to getUserQueryResults and avoid authors rerender on every key press.
* Rename isPrivate → supports.inserter in Block API.
* Fix multi selection with arrows + shift.
* Fix caretRangeFromPoint for Firefox.
* Fix a PHP Notice in REST API responses.
* Fix broken example in withAPIData README.
* Fix issue with UrlInput autofocus when used in a custom block.
* Fix issue with high contrast indicator in Edge.
* Fix and update block fixture regeneration.
* Fix gallery width to match width of other elements.
* Fix Fragment render error on empty children.
* Fix ServerSideRender bug with Columns block.
* Fix block icon alignment.
* Fix absent editor styles in Classic block.
* Fix state variable name in core-data.
* Fix generating admin schemes styles.
* Fix captions on resized images.
* Fix case where link modal would hide on rerender.
* Fix paste with selection/caret at start or end.
* Fix appender height to match paragraph block.
* Use core-blocks prefix for class names.
* Prevent classname override when passing className as argument.
* Remove document outline from the sidebar.
* Framework work to support React Native mobile app explorations:
* Refactor the Code block .
* Refactor “More” block.
* Extract edit to their own file (part 1, part 2).
* Use targetSchema of JSON Hyper Schema to communicate sticky action.
* Tweak targetSchema Response for sticky posts.
* Load additional REST API files if controller is defined.
* Restore the wp-blocks stylesheet for backwards compatibility concerns.
* Add documentation for title and modalClass props in MediaUpload.
* Copy edits to theme extensibility.
* Add a lint rule for enforcing ellipsis use.
* Use a postcss plugin to generate the admin-schemes styles.
* Move date module to packages maintained by Lerna. Move element to packages maintained by Lerna.
* Extract dom package and make it maintained with Lerna.
* Move blocks raw handling tests to test/integration folder.
* Remove skipped tests which fail, enable those that pass.
* Add missing unit test for received entity records.
* Update Notice README.
* Update wordcount package to prevent crash.
* Update dom-react to 2.2.1.
* Update React to 16.3.2.
* Update packages to pass npm audit.
* Upgrade rememo dependency to 3.0.0.
* Updates the minimum required version of npm to version 6.0.0 or greater.
* Update testing-overview document.
* Update package-lock.json for fsevents.
* Avoid tail-ing the PHP 5.2/3 build logs.
* Remove Docker compose deprecated parallel option.
* Remove fsevents from optionalDependencies.
* Remove %s from Lerna publish message.
* Deprecate isExtraSmall utility function.
* Add npm update to build script.
* Make lerna a dependency rather than a devDependency.
* Support adding a human-readable deprecation hint.
* Drop features slated for 2.9 removal.
* Introduce the common build folder to be used by all modules.

= 2.8.0 =

* Add a pasting schema in raw content handling. It simplifies allowed tags and reduces the amount of filters run. Should improve reliability, clarity, markdown conversion, and usage in blocks.
* Add “Spacer” block to create empty areas.
* Add Server Side Render component.
* Expand public InnerBlocks API with support for template configuration and allowedBlocks logic.
* ColorPalette improvements:
	* Implement mechanism to use classes for configured colors instead of inline styles. Use it in Button block as well.
	* Use color name in ColorPalette aria-label for making color selection more accessible.
	* Improve accessibility of PanelColor by announcing currently set color by name.
	* Hide color pickers in paragraph and button if no colors are available.
* Add a format prop to allow HTML string values to be used in RichText component. This should be a useful API addition for plugin developers.
* Improve the make gallery modal and allow it to use the correct mode when editing.
* Improve performance by avoiding creating a new uids prop on each block rerender.
* Make sure createInnerBlockList never updates when passed using context.
* Introduce initial “entities” data model abstraction to automatically build state selectors.
* Hide the movers and the block menu when typing.
* Optimize the shouldComponentUpdate path of withSelect.
* Use support: align API in Columns block, fixes issue with alignment.
* Filter the PostFormat list to those supported by the theme.
* Used fallback styles to compute font size slider initial position.
* Indent serialized block output with tabs as part of Block API.
* Add a RichText.Content component to be used in conjunction with RichText.
* Determine emptiness by value in RichText.
* Call resolver isFulfilled once per argument set in data modules.
* Extend BlockEdit context with name and use it for autocompleters.
* Improve order of block shortcuts within inline inserter.
* Improve terms token feedback and accessibility.
* Introduce theme_supports with formats to REST API index.
* Switch post-author component to use /wp/v2/users/?who=authors. Related #42202.
* Further harden who=authors check by author support for post type.
* Disable link suggestions when value is URL.
* Make CodeEditor component more extensible.
* Allow the new “block remove” button appear on focus.
* Add new “pure” higher order component to wp/element.
* Add Embed Preview support for classic embed providers. This handled legacy embeds.
* Add missing label and focus style to the code editor textarea.
* Introduce editorMediaUpload wrapper and fix issue with images not being attached to a post.
* Used editorMediaUpload in Gallery files transform (images drag&drop).
* Make URL creation mechanism smarter around relative links.
* Add a type attribute to input elements.
* Add missing custom class in latest posts & categories block.
* Add visible label to shared block name input.
* Add ref="noreferrer noopener" for target="_blank" links.
* Add drop cap help text in paragraph block.
* Remove the text alignment from the block inspector in Cover Image.
* Make sure aria-disabled buttons (movers) stay disabled on focus.
* Simplify the BlockBreadcrumb component and its semantics.
* Only display featured image UI when theme supports it.
* Improve display of URL input.
* Improve consistency in how + icon is shown on the inserters.
* Extract block library to separate module.
* Improve handling of admin theme colors.
* Avoid calculating the closest positioned parent by binding the RichText wrapper div.
* Use IconButton on breadcrumbs to increase consistency and accessibility.
* Reset change detection on post update, resolving an issue where changes made while a post is saving are not accurately reflected in change detection.
* Hide inspector controls if no image is selected in Cover Image.
* Minor improvements for the permalink “Copy to clipboard” button.
* Fix scrolling issues with very long and multi-line captions.
* Fix problem with front-end output of LatestsPosts block.
* Fix issue with using zero min value in RangeControl.
* Fix Markdown paste containing HTML.
* Fix permalink linking to preview URL instead of live.
* Fix issue with update button becoming invisible on mobile on already published posts.
* Fix showing/hiding the right block side UI on RTL languages.
* Fix Classic block regression after extraction of the blocks into a separate script.
* Fix issue where when creating a new post would default to the block sidebar if it was opened before.
* Fix issue when pasting content with inline shortcodes would produce a separate block.
* Fix BlockEdit hooks not working properly with context.
* Fix regression with select box.
* Fix translation strings in embed block.
* Fix regression with formatting button hover/focus style.
* Fix arrow navigation in the shared block more options menu.
* Fix orderby typo in latest posts block.
* Fix the clipboard button as IconButton usage.
* Restore hiding drop cap on focus to prevent bugs with contenteditable.
* Restore priority on embed block for raw transforming.
* Remove no longer mandatory use of isSelected in block edit.
* Remove permalink_structure from REST API index as per #42465.
* Remove old solution for focus after deprecation period.
* Refactor withColors HOC to allow configuring the mapping when instantiating the component.
* Refactor PanelColor to avoid the need for the colorName prop.
* Use a “users” reducer combined with a “queries” sub state to map authors to users.
* Make sure block assets are always registered before wp-edit-post script.
* Expose Gutenberg Data Format version in the REST API response.
* Split loading of API actions and filters to its own file.
* Switch to rest_get_server() for compatibility with trunk.
* Pre-load REST API index data to avoid flash of missing data.
* Deprecate event proxying in RichText.
* Avoid duplicate save request in shared block which could cause race conditions.
* Update docs folder structure and make all internal handbook links relative.
* Update theme extensibility documentation to include editor widths.
* Add section about translating the plugin to the contributing doc.
* Improve documentation and clarity of the Toolbar component.
* Add documentation for undefined attribute source.
* Add isDebounced prop in autocompleter doc.
* Add arrow-spacing rule to eslint config.
* Add arrow-parens rule to eslint config.
* Enforce array as Lodash path argument.
* Upgrade react-datepicker to 1.4.1.
* Upgrade showdown to 1.8.6.
* Drop deprecations slated for 2.8 removal.
* Use the @wordpress/word-count package.
* Use @wordpress/is-shallow-equal for shallow equality.
* Build Tools: Fix the package plugin script.
* Improve the G in Gutenberg ASCII

= 2.7.0 =

* Add pagination block (handles page breaks core functionality).
* Add left/right block hover areas for displaying contextual block tools. This aims to reduce the visual UI and make it more aware of intention when hovering around blocks.
* Improve emulated caret positioning in writing flow, which places caret at the right position when clicking below the editor.
* Several updates to link insertion interface:
  * Restore the "Open in new window" setting.
  * Remove the Unlink button. Instead, links can be removed by toggling off the Link button in the formatting toolbar.
  * Move link settings to the left.
  * Update suggested links dropdown design.
  * Allow UI to expand to fit long URLs when not in editing mode.
  * Improve visibility of insertion UI when selecting a link
* Rework Classic block visual display to show old style toolbar. This aims to help clarify when you have content being displayed through a Classic block.
* Add ability to edit post permalinks from the post title area.
* Improve display of image placeholder buttons to accommodate i18n and smaller screens.
* Add nesting support to document outline feature.
* Refactor and expose PluginSidebar as final API.
* Refactor and expose SidebarMoreMenuItem as part of Plugins API.
* Simplify block development by leveraging context API to let block controls render on their own when a block is selected.
* Add ability to manage innerBlocks while migrating deprecated blocks.
* Add a "Skip link" to jump back from the inspector to the selected block.
* Add preloading support to wp.apiRequest.
* Add isFulfilled API for advanced resolver use cases in data module.
* Add support for custom icon in Placeholder component.
* Disable Drag & Drop into empty placeholders.
* Refine the UI of the sides of a block.
* Assure the "saved" message is shown for at least a second when meta-boxes are present.
* Make sure block controls don't show over the sidebar on small viewport.
* Add ability to manually set image dimensions.
* Make Popover initial focus work with screen readers.
* Improve Disabled component (disabled attribute, tabindex removal, pointer-events).
* Improve visual display of captions within galleries.
* Remove default font weight from Pullquote block.
* Keep "advanced" block settings panel closed by default.
* Use fallback styles to compute font size slider initial value.
* Allow filtering of allowed_block_types based on post object.
* Allow really long captions to scroll in galleries.
* Redesign toggle switch UI component to add clarity.
* Improve handling of empty containers in DOM utilities.
* Filter out private taxonomies from sidebar UI.
* Make input styles consistent.
* Update inline "code" background color when part of multi-selection.
* Replace TextControl with TextareaControl for image alt attribute.
* Allow mod+shift+alt+m (toggle between Visual and Code modes) keyboard shortcut to work regardless of focus area and context.
* Allow ctrl+backtick and ctrl+shift+backtick (navigate across regions) keyboard shortcuts to work regardless of focus area and context.
* Improve Classic block accessibility by supporting keyboard (alt+f10 and arrows) navigation.
* Apply wrapper div for RawHTML with non-children props.
* Improve and clarify allowedBlockTypes in inserter.
* Improve handling of block hover areas.
* Improve figure widths and floats in imagery blocks, improving theming experience.
* Eliminate obsolete call to onChange when RichText componentWillUnmount.
* Unify styling of Read More and Pagination blocks.
* Replace instances of smaller font with default font size.
* Fix styling issue with nested blocks ghost.
* Fix CSS bug that made it impossible to close the sidebar on mobile with meta-boxes present.
* Fix disappearing input when adding link to image.
* Fix issue with publish button text occasionally showing HTML entity.
* Fix issue with side UI not showing as expected on selected blocks.
* Fix sticky post saving when using meta-boxes.
* Fix nested blocks' contextual toolbar not being fixed to top when requested.
* Fix centered image caption toolbar on IE11.
* Fix issue with meta-box saving case by only attempt apiRequest preload if path is set. Also improve tests for meta-boxes.
* Fix JS error when wp.apiRequest has no preload data.
* Fix regression with image link UI, and another.
* Fix regression with columns appender.
* Avoid focus losses in Shared block form.
* Fix ability to select Embed blocks via clicking.
* Fix handling of long strings in permalink container.
* Fix resizing behavior of Image block upon browser resize.
* Show Image block with external image URL and support resizing.
* Fix hiding of update/publish confirmation notices under WP-Admin sidebar.
* Fix ID and key generation in SelectControl and RadioControl components.
* Fix z-index of link UI.
* Fix default width of embeds in the editor.
* Revert unintended changes in default font size handling on Paragraph.
* Disable the Preview button when post type isn't viewable.
* Remove unused variable.
* Rename "advanced settings" in block menu to "block settings". Update labels and docs accordingly.
* Improve description of embed blocks.
* Default to empty object for previous defined wp-utils.
* Finalize renaming of reusable blocks to shared blocks.
* Update 20 components from the editor module to use wp.data's withSelect and withDispatch instead of react-redux's connect.
* Update another batch of components from the editor module to use wp.data's tools.
* Replace remaining uses of react-redux in the editor module.
* Update a batch of core blocks to drop explicit management of isSelected thanks to new context API.
* Attempt to avoid triggering modsec rules.
* Use wp-components script handle to pass locale data to wp.i18n.
* Reference lodash as an external module. This also reduces bundle size.
* Use border-box on input and textarea within meta-boxes to restore radio buttons to normal appearance.
* Clarify demo instructions on wide image support.
* Update docs to address broken sketch file links.
* Reduce and rename rules in Gutenberg block grammar for clarity.
* Add test confirming that withFilters does not rerender.
* Allow E2E tests to work in a larger variety of environments.
* Add mention of JSON workaround to including structured data in attributes.
* Document use of GitHub projects in Repository Management.
* Fix some documentation links.
* Add accessibility standards checkbox and reference to the project's pull request template.
* Remove emoji script as it causes different issues. Pending resolution on how to introduce it back.
* Avoid needing navigation timeout in Puppeteer.
* Disable login screen autofocus in Puppeteer tests.
* Allow developers to opt out from some devtool settings to speed up incremental builds.
* Use the WordPress i18n package and remove the built-in implementation. Update to 1.1.0.
* Remove deprecated function `getWrapperDisplayName`.

= 2.6.0 =

* Add drag and drop functionality to reorder blocks (in addition to arrow movers).
* Improve side UI around nested groups and introduce a block name label on hover.
* Focus the block inspector automatically when a block is selected.
* Allow extending auto-completers via filters — this also exposes the "user" auto-complete to all RichText component instances, making it much easier to leverage for external blocks.
* Use debounced search request in user auto-complete mechanism improving the experience of mentioning in sites with more than 100 users.
* Use custom serializer for texturize compatibility. This removes dependency on react-dom/server and integrates better with wptexturize expectations.
* Group advanced block settings (class name and anchor) in a panel.
* Move Post Types Data Fetching to the core-data module.
* Refactor DocumentOutline to use the data module.
* Improve performance of drag and drop by avoiding excessive re-rendering.
* Various UI improvements to controls and components in Block Inspector.
* Remove react-redux usage from the edit-post module, replacing it with the data module. Also improves performance on some block operations.
* Add role=menuitem to the More Options menu items.
* Renamed "Frequent" to "Suggested" in block inserter tab.
* Invert speak messages in block inspector button.
* Include only known terms in rendered Terms selector, fixing issue with occasional empty tags.
* Apply centering style to the theme style output.
* Avoid term request if term set is empty array.
* Provide createHigherOrderComponent helper to Element abstraction.
* Reset block selection when replacing with empty set.
* Prevent unnecessary state updates to edit-post preferences.
* Update Sidebar and Menu Item implementations to use React 16.3 context API.
* Generalise and comment on DOMRect calculation and storage.
* Reopen sidebar when going to viewport sizes larger than medium.
* Widen dropzone indicator to match block width.
* Reset margin and padding values for gallery.
* More defensive checks when accessing capabilities and terms.
* Fix autosave condition while editing a post using the Text Mode editor.
* Fix block movers aria-label info on multi-select groups.
* Fix centered multiline labels in the block settings menu.
* Fix issue with Publish button caused by moment timezone configuration.
* Fix arrow movement inside search input in Inserter.
* Fix broken translation in FormTokenField placeholder.
* Fix issue with invalid string value passed to caption in Image block.
* Fix findDOMNode lint warning.
* Fix error when DOCKER is not defined.
* Fix Safari flashing a white screen just before the editor is loaded.
* Fix problem with meta-boxes toggling.
* Fix WordCounter error when loading meta boxes.
* Fix clone function to allow cloning nested blocks.
* Fix issue with meta-boxes and file inputs.
* Fix issue with block more button when multi selected.
* Handle post ID and WP_Post objects passed to gutenberg_can_edit_post().
* Clear attribute and reset text back to default when cleared in the "More" block.
* Remove an invalid test case from isCurrentPostScheduled.
* Remove code transform for uppercase text in Tooltip component.
* Remove unused PrismJS dependency.
* Remove redundant z-index in block mover.
* Remove background color from paragraph and fixed contrast checker on transparent colors.
* Make block preview title translatable.
* Make the click-redirector responsive (handles clicking on the bottom area of the editor to focus on last field).
* Replace cases of bold font weight with weight 600.
* Various Sass code improvements.
* Add E2E test for splitting/merging paragraph blocks with Enter/Backspace.
* Add test to check CPT templates initialization in E2E tests.
* Add helpers to install/activate/deactivate and remove plugins in E2E tests.
* Re-incorporate Webpack devtool into development build for improved debugging.
* Add $HOME/.npm to Travis cache after addition of Puppeteer library.
* Improve MediaUpload docs.
* Rework all the extensibility related docs to add structure and clarity.
* Remove deprecations slated for 2.6.
* Upgrade React to version 16.3.0.
* Migrate to Webpack 4.

= 2.5.0 =

* Add support for sharing nested blocks.
* Introduce a declarative approach to handling display of sidebar content to the Plugin API with PluginSidebar component and portals.
* Introduce menu item and related components to handle entry point for editor plugin operations, further extending capabilities and available tools in the Plugin API.
* Add block template validation and ability to reset a template.
* Add new abstracted data querying interface that provides better handling of declarative data needs and side effects. Introduces registerResolvers enhanced by withSelect.
* Add predefined sets of font sizes and corresponding UI controls.
* Improve block margin implementation in order to simplify work needed for nesting blocks.
* Don't show insertion point between blocks when a template is locked.
* Update shared block UI to better indicate that a block is reusable.
* Add support for transforms prioritization to the block API.
* Improve initial focus allocation within content structure popover for accessibility.
* Add visibile text to gallery "add item" button for accessibility.
* Update post taxonomies wp.apiRequest to not depend on ajax specific implementation.
* Some visual refinements to the main block library inserter.
* Include custom classes in the block markup within the editor, matching the final render on the front-end.
* Improve display of block transformation options.
* Fine-tune the pre- and post-publish flows depending on post status and user role.
* Improve the accessibility of the MenuItemsToggle buttons and add a speak message for screen reader users to confirm when they switch editor mode.
* Improve the accessibility of RichText elements by providing textbox roles and aria-multiline attributes.
* Improve the accessibility of inserter items by providing aria-label attributes.
* Clear selected block on canvas focus only if it is selected.
* Avoid styling meta-boxes inputs to look like Gutenberg UI.
* Use "perfect fourth" rule of typographic scale for heading display.
* Inherit color styling on meta-boxes area.
* Increase width of meta-boxes area.
* Default to content-box box-sizing for the meta-box area.
* Improve handling of transformations (backticks for Code and dashes for Separator) when pressing enter.
* Expose combineReducer helper in data module.
* Make it possible to override the default class name generation logic.
* Remove edit-post styles from editor components.
* Ignore mid-word underscores when pasting markdown text.
* Add label element to the post title.
* Improve block mover labels for speech recognition software.
* Correct onChange handler in SelectControl component to support multi-value changes.
* Make MediaUpload component extensible.
* Improve display of color palette items (like white) by adding a subtle transparent inset shadow.
* Ignore "Disable visual editor" setting to address case where Classic block would not load for the user.
* Improve display of sidebar heights on mobile.
* Update blockSelection reducer to clear selection when removing the selected block.
* Show "no title" placeholder on the mobile sidebar when post title is empty.
* Address case where cancelling edits on a shared block not discarding unsaved changes that have been made to that block.
* Introduce new MenuGroup and MenuItem components and refactor for clarity.
* Improve the block inserter UI on mobile by displaying the post title in a header above the search bar. Extends as optional support for all popovers.
* Refactor media fetching to use the core data module. Shields from REST API specific nomenclature.
* Add a label and a role to the block appender to make it discoverable by text readers.
* Use up and down arrow icons for the meta boxes panels.
* Hide reusable block indicator from the inserter preview.
* Fix issue with embed placeholder breaking on reload.
* Fix error when collapsing categories panel.
* Fix case where inserting a block after removal inserts it at the top of the post.
* Fix issue with Button block text wrap.
* Fix bug with meta-boxes data collection that occasionally prevented them from showing.
* Fix meta-box configuration persistence to be per postType.
* Fix issue with multiple previews in Firefox by unsetting popup window upon close.
* Fix scroll bleed when displaying modal UI on mobile.
* Fix z-index issue with admin bar quick links and content structure tooltip.
* Fix image href attribute matcher to not interfere with anchors inside the caption.
* Fix help text position on toggle control and range control.
* Fix centering of small videos.
* Fix timezone conflicts when setting global moment default timezone.
* Fix issue with getDocumentTitle and undefined titles.
* Fix missing rerender of plugin area upon registration or unregistration.
* Remove title from Table of Contents and warn user if theme doesn't support titles.
* Prevent potential fatal error when registering shared block post type if a specific core user role has been removed.
* Avoid collecting meta-box information on non-Gutenberg screens.
* Update contrast checker to respect recent changes on Notice component.
* Rename isProvisionalBlock action property to selectPrevious in removeBlock and removeBlocks functions.
* Address issue with heartbeat dependency (only use when available).
* Allow calling functions passed as props in the Fill.
* Improve style handling and specificity of dashicon SVGs.
* Unify "citation" translatable strings for quotes and pullquotes.
* Clean up nomenclature inconsistencies in blocks and components modules.
* Correct documentation example for withDispatch.
* Update documentation on extending the editor via PluginSidebar and PluginMoreMenuItem.
* Dynamically pick JS/CSS build files for plugin ZIP generation.
* Copy improvements to documentation.
* Attempt to avoid cases where hosts block certain HTTP verbs on wp-api.js requests. This is part of similar issues being exposed by Gutenberg being the first Core WordPress feature that makes significant use of the REST API.
* Add a shim to override wp.apiRequest, allowing HTTP/1.0 emulation.
* Update react-autosize-textarea package.
* Update @wordpress/hooks to v1.1.6.
* Use CustomTemplatedPathPlugin which was extracted and updated for Webpack 4.
* Use wordpress/es6 ESLint config.
* Add Gutenberg Hub to the resources.
* Properly detect NVM path on macOS using homebrew.
* Remove Cypress for E2E testing in favor of Puppeteer. Refactor all existing tests and integrations.
* Remove deprecations slated for 2.5.0 removal.

= 2.4.0 =

* Show the full block inserter (+ button) to the left of empty paragraphs and the default appender. Quick block options (based on compound frequency and recency) remain on the right.
* Insert default block as provisional — this reduces the proliferation of empty blocks as the editor removes these provisional blocks when unfocusing.
* When pressing enter from post title, insert initial block as provisional.
* Fade out the side inserter when typing on the newly created block.
* Group common block definition on inserters. Use 'frecency' to sort items on top of it.
* Improve the visual focus style for inbetween inserter.
* Move isTyping behaviour to a separate component.
* Inserting a block should only shift focus to a text field, otherwise focusing the block's "focus stop".
* Example: Inserting an image should focus the top-level placeholder.
* Pressing backspace or enter from the block's focus stop should respectively delete or insert a subsequent paragraph block.
* Example: Pressing enter or delete on an image placeholder.
* Pressing down arrow from a non-text-field should proceed with a tab transition as expected.
* Multi-selection at the last text field in a block now accounts for non-contenteditable text fields.
* Better internal identification of text fields for writing flow transitions. Previously, if a block contained a checkbox, radio, or other non-text input tags, they would be erroneously included in the writing flow sequence.
* Inserting paragraph block (quote, etc; those with text fields) via autocomplete should move focus to the cursor.
* Shift-arrow from a text field engages multi-selection, but not if there are other text fields in the intended direction in the same block.
* Cancel isTyping state when focusing non text field.
* Improve reliability of the block click-to-clear behavior.
* When clicking below the editor move focus to last text field — this includes creating a new provisional block if last block is not text. This is equivalent to the default block appender spanning the entire viewport height of the editable canvas.
* Introduce same undo buffering for general text to the post title (and other post properties).
* Allow breaking out of List block upon Enter on last empty line.
* Address conflicts between WritingFlow's selection transitioning and nested blocks by moving selection to the block's focus handler.
* Improve reusable block creation flow by focusing the title field and allowing the user to name their block immediately.
* Avoid calling callbacks on DropZone component if a file is dropped on another dropzone.
* Improve settings UI on mobile devices.
* Allow text to wrap within Button block.
* Restrict Popover focusOnMount to keyboard interaction. This seeks to improve the experience of interacting with popovers and popover menus based on usability and accessibility concerns.
* Optimize the behavior of subscribe to avoid calling a listener except in the case that state has in-fact changed.
* Move the behaviors to transition focus to a newly selected block from the WritingFlow component to the BlockListBlock component.
* Extract scroll preservation from BlockList as non-visual component
* Add Upload button to audio and video blocks.
* Refactor image uploads and added auto-filled captions using the image metadata.
* Limit CSS rules for lists to the visual editor area.
* Add aria-label to the post title.
* Add new distinctive icon for Cover Image block.
* Refactor PostTitle for easier select, deselect.
* Use ifViewportMatches HoC to render BlockMobileToolbar as appropriate.
* Introduce a new reusable Disabled component which intends to manage all field disabling automatically.
* Expand editor canvas as flex region improving deselect behaviour.
* Bump minimum font-size to 13px.
* Allow emojis to be displayed in permalink visual component.
* Respect HTML when readding paragraph-tags.
* Allow undefined return from withSelect mapSelectToProps.
* Update datepicker styling to inherit font-family/colour scheme.
* Move QueryControls and expose them for general use under components module.
* Address design issues with block dialog warnings on blocks that are too tall.
* Preserve "More" order during block conversion.
* Add capabilities handling for reusable blocks mapping to default roles.
* Add a "Write your story" filter.
* Return focus from Toolbar to selection when escape is pressed.
* Improve keyboard interaction on inserter tab panels.
* Simplify state management for the sidebar to make it easier to maintain.
* Update cover image markup and CSS.
* Fix sent parameter in onChange function of CheckboxControl.
* Fix errors in some localized strings.
* Fix problem with arrow navigation within Block Menu buttons.
* Fix issue with demo page being marked immediately as unsaved (and the subsequent autosave).
* Fix issue with a Reusable Blocks being keyboard navigable even when it is not supposed to be edited.
* Fix focusable matching elements with "contenteditable=false".
* Fix issue with empty paragraphs appearing after images when the images are inside an anchor.
* Fix issue when a block cannot be removed after being transformed into another block type.
* Fix issue with updating the author on published posts.
* Fix edgecases in Windows high contrast mode.
* Fix regression with inserter tabs colors.
* Fix handling of HTML captions on gallery and image.
* Fix heading subscript regression.
* Resolve a performance regression caused by a bailout condition in our chosen shallow-equality library.
* Handle calculateFrequency edge case on upgrading.
* Use lodash includes in NavigableMenu to address IE11 issue.
* Refer to reusable blocks as 'Shared Blocks'.
* Add domain argument to localization functions. Allow setting locale data by domain.
* Update localization functions to absorb errors from Jed.
* Make UrlInput a controlled component.
* Decode HTML entities in placeholders.
* Only allow whitespace around URL when attempting to transform pasted Embeds.
* Make preferences reducer deterministic.
* Remove max-width for meta boxes area inputs.
* Default to content-box box-sizing for the metabox area.
* Adjust inside padding of meta boxes to better accommodate plugins.
* Remove !important clauses from button styles.
* Keep update button enabled when there are metaboxes present.
* Clarify some inner workings of Block API functionality with comments.
* Rewrite data document as a walkthrough of wordpress/data.
* Revert the eslint --fix Git precommit hook.
* Extract shared eslint config.
* Add tests for the BlockSwitcher component.
* Add test cases for REQUEST_POST_UPDATE_FAILURE effect.
* Fail the build via ESLint error when deprecations marked for removal in a given version change are not removed.
* Update redux-optmist to 1.0.0.
* Update package-lock.json.
* Remove Deprecated Features planned for this release and start documenting them in a deprecated document.

= 2.3.0 =

* Continue editing flow iterations by adding a line between blocks to insert new content — it also works within nested groups.
* Add support for nested templates.
* Allow duplicating a block through a menu button.
* Automatically set a matching block as the default when a post format is set and the post is empty. This continues the path of matching blocks with post formats.
* Add CodeMirror (core library) to the HTML block for syntax highlighting.
* Simplify design presentation of editor header area for better consistency. (Add label for "Preview" action.)
* Introduce new API for allowing plugins to register sidebars. ⭐  It allows plugins to further extend Gutenberg natively with non-content functionality. Note: the public facing functions are marked as experimental as they are being iterated in the context of the major extensibility work going on outside of blocks.
* Improve the "invalid block" dialog by reducing the options and adding a new convert to blocks feature as we have solidified the transformations.
* Allow adding images to a gallery without going through the media library.
* Show the block appender even if the last block is non empty paragraph.
* Show the side inserter on empty paragraphs within nested blocks.
* Add a script that creates a PHP file based on a POT to make the plugin translatable.
* Refactor float alignment to avoid margin calculations and simplify rendering.
* Support registering and invoking actions in the data module.
* Add hook to validate useOnce blocks.
* Add viewport module. (Showing explorations with data module.)
* Provide a fix for apiRequest in sites configured to use plain permalinks. (Reported several times!)
* Remove specific grammar support for more tag as we consolidate the syntax and reduce weight.
* Move filter for registering block types before validation happens.
* Allow removing the selected image in a gallery block using backspace/delete keys.
* Make saved blocks preview available to keyboard users.
* Refactor reducer enhancers as higher-order reducer creators.
* Refactor query HOC usage with withSelect.
* Refactor API calls in Gutenberg to always use wp.apiRequest.
* Register core blocks on init hook.
* Removed DefaultBlockAppender when a template Lock exits.
* Reduce and simplify float code.
* Refactor and cleanup for the Ellipsis and More Menu components.
* Add focus styles for Windows High Contrast mode.
* Move meta boxes out of the generic editor module.
* Make the "more" tag visible in the Classic block.
* Expose ImagePlaceholder component in wp.blocks.
* Rename TermTreeSelect to TreeSelect and move it to components.
* Reuse isHorizontalEdge for RichText component and remove duplication.
* Improve CSS for gallery caption and avoid UI shifts.
* Use TreeSelect in HierarchicalTermSelector.
* Flatten components modes directory organization.
* Mutate editor store reference in middlewares application.
* Consider term names as case insensitive.
* Resolve an issue where removing a block which had contained inner blocks would not clear those inner blocks from state.
* Make sure block usage is incremented (for calculating frequency and recency) when adding blocks with the side inserter.
* Hide non editor specific notices, pending further improvements.
* Update shortcode block icon.
* Disable post format input if the theme does not support post formats.
* Remove margin from initial insertion point and fix misalignment.
* Polish header for mobile and accommodate other more languages.
* Show taxonomies in the document inspector separately, uncoupling Categories & Tags.
* Improve handling of block toolbar on mobile.
* Fix issue with gallery images not cropping within link wrappers.
* Fix bug in paragraph blocks affecting input behaviour when block is positioned on left or right.
* Fix minor inconsistency with block margins and the default appender.
* Fix description typo in freeform block.
* Fix issue with focus transfering between citation and content.
* Fix issue with floated block toolbar on adjacent floats.
* Fix duplicate upload of media on drag.
* Fix issue that prevented adding new rows or columns in Table block.
* Fix issues with z-index and the sidebar.
* Fix accessibility issues with mover icons.
* Fix issue with default block replace resulting in incorrect order.
* Fix sidebar tab padding.
* Fix certain conflicts with markdown plugins.
* Fix IconButton indent regression.
* Fix issue with self embedding WP posts and the processing of the embed markup.
* Fix extraction of _nx translation function.
* Fix wp.data.query backwards compatibility with props.
* Fix problem with delete key in empty contentEditables.
* Resolve an issue with the data module's unsubscribe behavior which can result in a listener callback being invoked even after its been unsubscribed.
* Remove the api-request JavaScript shim which had existed while WordPress 4.9 was in pre-release.
* Remove explicit handling of "bottom reached" within writing flow as redundant.
* Remove invalid reference to WeakMap polyfill.
* Remove unused wpautop fixture files.
* Remove non-functional custom taxonomies meta boxes.
* Remove is- prefix from embed alignment class.
* Switch get_locale() to get_user_locale().
* Remove unnecessary $current_screen code.
* Reduce duplication in 'No saved blocks' and 'No blocks found' component messages.
* Include string extraction in production build.
* Add deprecation helper functions for consistent messaging.
* Improve string cast render test.
* Add Gutenberg svg to docs.
* Add documentation describing block transforms.
* Add documentation for nested template definitions.
* Add documentation for registering sidebar APIs. Move them to extensibility docs.
* Update WordPress packages to the latest versions.

= 2.2.0 =

* Block Nesting is live! It comes with an experimental Columns block. (Note: converting a nested block into a reusable block is disabled on this first version.) Furthermore, this is not a specific implementation for columns alone — any block author can take advantage of defining nested areas.
* Refined block insertion experience:
* Introduce block shortcuts on every empty paragraph block. This also temporarily disables the sibling inserter as we work on refining this interaction.
* Add trailing text area at the bottom of a post to continue writing.
* Preview saved blocks while hovering on the inserter. Allows users to quickly see what they are inserting before inserting.
* Enable triggering onChange events within RichText component on every keystroke. This was an enforced limitation that prevented saved post checks from being faithful.
* Rework undo levels to use history "buffer" and leverage the mechanism to aid in continuous syncing of RichText history records.
* Collapse the publish sidebar when making edits to a published post automatically.
* Improve writing flow by triggering isTyping mode as soon as the user clicks on the default text appender.
* Hide hover effects when typing.
* Add a confirmation message before reverting a published post to draft.
* When using the inserter, replace the selected block if it's empty.
* Display reusable blocks in the "recent blocks" tab.
* Make sure blue line indicators appear consistently when using dropzones.
* Ensure that hitting enter at the end of a paragraph creates an empty paragraph when using RichText.
* Ensure the block settings menu and the block movers are shown when the default block is selected and user is not typing.
* Deselect individual gallery images when clicking outside the block or selecting another image.
* Add support for setting a page template.
* Add support for individual image captions in galleries.
* Add support for saving a post with Cmd/Ctrl+S shortcuts. This is possible after these RichText changes.
* Support unwrapped paragraph text via native block deprecation mechanism. (Ensures paragraphs without p tags are correctly interpreted.) Also readdresses code that was applying autop selectively on the server for posts made with gutenberg as it is handled at the block level when needed.
* Add raw handling (pasting mechanism) for iframes (e.g. Google Maps).
* Allow WP to make images responsive via class.
* Drop focus/setFocus props in favor of isSelected prop.
* New PlainText component for raw content that is styled as editable text. Renamed Editable to RichText for extra clarity and separation.
* Add RawHTML component, drop support for HTML string block save.
* Absorb multiple-image uploads in generic image placeholder component and reuse it for galleries.
* Refactor Default Colors and the ColorPalette component. Moves the default colors to the frontend making the Editor script more reusable without the need of the server-side bootstraping.
* Reimplement block alignment as a common extension.
* Use block API functions in reusable block effects.
* Check for duplication in addGeneratedClassName.
* Assign default for all allowed blockTypes.
* Update ToggleControl to pass boolean onChange.
* Add withSafeTimeout higher-order component.
* Expose getEditedPostAttribute selector.
* Move selected block focus to BlockListBlock.
* Allow themes to disable custom color functionality across blocks.
* Added slug selector to data modules collection.
* Defer registration of all core blocks until editor loads. Generally useful for extensibility hooks.
* Add a subscribe function to the editor data module. Also, separate reducers into multiple stores to avoid unallowed access to the actions.
* Support multiple stores in data module for the redux dev tools.
* Expose registered selectors as functions.
* Remove Popover isOpen prop, render by presence.
* Fix issue with store persistence and switching to fixed toolbar.
* Fix issue with formatting toolbar hover.
* Fix block menu render when multi-selecting.
* Fix TinyMCE custom buttons width in Classic block.
* Fix sidebar tab admin theme regression.
* Fix center alignment on resized images.
* Fix some float issues.
* Fix type error when merging blocks.
* Fix regression when converting gallery from shortcode.
* Fix unset variable in meta-boxes functions.
* Fix code error in blocks-control.md.
* Fix loss of focus when navigating from multi-selection.
* Fix scrollbars on blank preview loading screen.
* Fix broken nested lists and Evernote test in pasting functionality.
* Fix lingering dropzone placeholder at the end of the editor.
* Fix Button block line break presentation.
* Fix lingering visual editor classes.
* Fix codepen embeds width.
* Fix merging blocks after nested blocks refactoring.
* Fix Cypress path checks to allow sub-directory.
* Fix error when pasting image inside caption.
* Fix some issues when pasting from Word.
* Fix bug when pasting content with custom styles in a paragraph block.
* Fix image caption select behaviour.
* Fix broken nested content caused by overly aggressive cache.
* Fix issue with comments and pingbacks being set to off on new posts.
* Fix regression with RichText placeholder whitespace.
* Fix incorrect directory to load text domain.
* Fix issue with quote to heading transformation.
* Fix focus transfer between citation and content.
* Fix gallery link attribute selector.
* Attempt to correct Slack's Markdown code block variant.
* Disable customClassName support on Classic block.
* Avoid autofocus behavior for blocks without focusable elements.
* Ignore focus if explicitOriginalTarget is not node (Firefox issue).
* Extract "edit-post" to its own module — this is preparation work for the eventual template editor in v2 onwards.
* Remove redundant handling of inserter position, simplifying the implementation for nesting.
* Prioritize specific block handling over generic shortcode catch-all transform.
* Avoid running a full-parse when rendering a post, instead only intercepting dynamic blocks to handle their callbacks.
* Ensure string return value from render_callback.
* Avoid parameters in memoized selectors getDependants.
* Guard against falsey block container in WritingFlow.
* Refactor BlockList to use minimal block UIDs array.
* Pass selection start as UID in BlockList to prevent unnecessary rerenders.
* Refactor TableOfContents panel to separate component for performance improvements.
* Restore new post setup as non-dirtying change. This resolves an issue where saving a new post which has an empty title will set the title as "Auto Draft".
* Center spinner when images are loading in the gallery block.
* Use isTypingInBlock to avoid unnecessary block rerenders.
* Add the i18n messages to the built plugin.
* General design improvements to the full-post code editor. Also removes the dummy quicktag buttons that were non-functional.
* Only start multi selection from inside the content.
* Cache columns layouts configurations.
* General polish to the Classic block and some quote block style errors.
* Remove wrapper from image raw transform and added tests.
* Make sure reusable blocks models exist before initializing.
* Persist withFocusOutside event for async usage.
* Pass selected block UID as string on WritingFlow.
* Add label to range control.
* Remove throttling inputs on RichText.
* Replace global hover state with local component state. This reduces excesive dispatching of mouse events.
* Simplify Editor State initialization using a single action to fix undo/redo initialization.
* Access state paths directly in selector dependants for getBlock.
* Refactor insertion point to include rootUID and layout.
* Set new post status to draft in initialization.
* Strip comment demarcations in content filtering for the front-end after refactoring work.
* Improve presentation of List block.
* Optimize getMultiSelectedBlocks by returning shared array reference in empty multi-selection.
* Increase maximum number of recent blocks to nine in order to accommodate the current design.
* Avoid cases of rerendering when the previous or next block updates.
* Restore missing selectionStart props in BlockList.
* Improve edit and insert link label display.
* Extract copy and scroll-into-view logic to separate non-visual components in BlockList.
* Make sure that styles do not contain duplicates in development mode.
* Use trivial block count check to determine emptiness.
* Use proper labels provided by the rest API on taxonomies.
* Use menu order to order pages in the parent page dropdown.
* Persist link attribute to fix invalid galleries.
* Update the Dashicons component with new icons.
* Use correct label on Featured Image Panel.
* Small improvement to the meta-box partial page file.
* Delete unused global import in gutenberg_menu function.
* Improve serialize persistence action name.
* Improve logic around replacing the editor in PHP.
* Improve consistency of tooltips text.
* Improve sandbox component readme.
* Improve gutenberg_intercept_* functions.
* Improve "Add New" button logic.
* Revert updates giving Meta Boxes' #poststuff div a broader scope.
* Simplify "New Post" button logic.
* Simplify scripts registration.
* Replace focus with isSelected verification on hooks.
* Automate memoized selector setup clear.
* Consolidate module build JS, CSS, map inclusion.
* Remove unused code after WP 4.9.
* Update deprecated BlockDescription in Subhead.
* Add doc explaining the deprecated block API. (Handbook.)
* Add doc for Editable component (now RichText).
* Document block validation, clarify extensibility validation.
* JSDoc: prefer @return over @retuns.
* Integrate dependencies from WordPress packages. Brings wp-scriptsinto gutenberg.
* Move components in wp.blocks.InspectorControls to wp.components.
* Add lint:fix ESLint "fix" npm script.
* Add an eslint --fix Git precommit hook.
* Add reusable block render tests.
* Add tests for ContrastChecker component.
* Add more details about unit testing JavaScript code.
* Add mention to create-guten-block repo.
* Add partial test coverage to RichText component.
* Add first version of repository management doc.
* Assign preferred JSDoc tags and types.
* Assign edit-post global as wp.editPost.
* Assign explicit user for Docker WordPress install in tests.
* Mention installing docker-compose in local dev setup.
* Update refx to version 3.x.
* Update memize and rememo dependencies.
* Code is Poetry footer to main readme.

= 2.1.0 =

* Iterate on the design of up/down arrows and how focus is managed. This seeks to further reduce the visual and cognitive weight of the up/down movers.
* Show immediate visual feedback when dragging and dropping images into the editor. (Expands on the previous release work.)
* Expose state through data module using selectors. This is an important piece of the extensibility puzzle.
* New button outline and focus styles.
* Show original block icon after converting to reusable block. Also hides the generic reusable block from inserters. This moves data logic out of the inserter.
* Introduce a migration function for block versioning.
* Add HTML handler to dropzone. Allows drag and dropping images from other web pages directly.
* Trigger typing mode when ENTER or BACKSPACE are pressed. This improves the writing flow but engaging the UI-less mode more frequently.
* Added ability to align the text content of a cover image to the right, left, or center of the image.
* Refactor CopyContentButton as a core extension to illustrate how to add functionality to the editor outside of blocks.
* Allow collapsing/sorting meta-boxes panels.
* Remove dirty-checking from meta-boxes state, fixes issues with default values and updating certain text fields.
* Defer registration of all core blocks until editor loads. Improves ability to hook into registerBlockType.
* Only trigger select block action when block is unselected.
* Try new markup for Galleries using lists.
* Try new subheading editorial block.
* Reduce sibling inserter initial height.
* Force an update when a new filter is added or removed while using withFilters higher-order component. This improves the rendering flow of filters.
* Refactor the MediaUploadButton to be agnostic to its rendered UI.
* Change "size" label to "level" in Heading block settings.
* Remove breaking spaces logic on List block.
* Update progress button color state based on theme used.
* Update Video block description.
* Refactor the multi-selection behavior to dispatch the multi-selection start action only after the cursor begins to move after a mousedown event.
* Avoid persisting mobile and publish sidebars.
* Move drag handling to instance-bound handler.
* Remove "Open in new window" link option.
* Use username slug instead of name and remove ephemeral link from it.
* Ensure isLoading set to false after request error.
* Allow copying individual text from a block that is not purely text without copying the whole block.
* Match consistency of tooltip text with Classic Editor.
* Fix issue with Lists having additional lines when used in a reusable block.
* Fix errors when adding duplicate tags.
* Fix inconsistency with applyOrUnset().
* Fix incorrect display when loading a saved block with no content.
* Fix issue where black rectangle would briefly blink on new paragraphs.
* Fix cursor jumps in link-editing dialog.
* Fix post content validation.
* Fix scrolling issues around nav menus.
* Remove Vine embed support as it's no longer supported.
* Ensure editor still exists after timeout.
* Add regression check for block edit interface using snapshots.
* Add missing alt attributes to image (and gallery) blocks when alt returns an empty value.
* Better build tools with Docker.
* Register Gutenberg scripts & styles before enqueuing.
* Force wp-api.js to use HTTP/1.0 for better compatibility.
* Avoid the deprecated (from 5.0 to 5.2) is_a() function.
* Remove unused dependency.
* Update contributing instructions with steps.
* Consistency cleanup in doc return statements.
* Include how to assign a template to a default Post Type in the documentation. Also add more context to the code.
* Improve incremental development build performance by only minimizing -rtl files for production builds.
* More JSDoc fixes.
* Remove warning from plugin header.
* Add new page explaining how to create a block using WP-CLI.
* Add security reporting instructions.
* Improve useOnce documentation.
* Bump copyright year to 2018 in license.md.
* Disable Travis branch builds except for trunk.

= 2.0.0 =

* Replace publish dropdown menu with a sidebar panel.
* Expand latest post blocks with more querying options — order by and category.
* Allow dragging multiple images to create a gallery.
* Improve markdown pasting (allows lists to be interpreted).
* Allow pasting copied images directly.
* Pasting within lists and headings.
* Improve handling of inline spans.
* Allow copying a single block.
* Make sure inline pasting mechanism does not take place if pasting shortcodes.
* Preserve alignment classes during raw transformations (like pasting an old WordPress post).
* Support shortcode synonyms.
* Allow continued writing when pressing down arrow at the end of a post.
* Mobile design: move block controls to the bottom of a block.
* Allow deleting reusable blocks globally.
* Display description and type on the sidebar. (Also replace BlockDescription component with a property.)
* New table of contents and document counts design.
* Add button to copy the full document quickly.
* Expand inserter to three columns and a wider container.
* Allow using down-arrow keys directly to navigate when searching a block in the inserter.
* Deselect images in Gallery block when losing focus.
* Include post title in document outline feature.
* Rework display of notices and address various issues with overlaps.
* Added keyboard shortcut to toggle editor mode. Also displays the relevant keyboard combination next to the menu item.
* Improve deleting empty paragraphs when backspacing into a block that has no merge function (example, deleting a paragraph after an image).
* Improve the way scroll-position is updated when moving a block.
* Show block transformations in ellipsis menu.
* Add drag and drop support for cover image.
* Allow transforming operations between Heading and Cover Image blocks.
* Add focus outline for blocks that don't have focusable fields.
* Allow both navigation orientations in NavigableContainer.
* Improve the behavior of focusing embed blocks.
* Unify UI of audio and video blocks.
* Show message on the inserter when no blocks are found.
* Show message when no saved blocks are available.
* Do not show the publish panel when updating / scheduling / submitting a post.
* Update quote style in front-end.
* Convert text columns to a div using grid layout.
* Update button block CSS and add class to link.
* Allow text in Button block to wrap.
* Prevent useOnce blocks from being inserted using the convenient blocks shortcut menu.
* Show correct symbol (⌘ or Ctrl) depending on system context.
* Rename "insert" to "add" in the UI.
* Clear block selection when opening sibling or bottom inserter.
* Always show the insertion point when the inserter is opened.
* Increase padding on "more options" block toggle.
* Rename "Classic Text" to "Classic".
* Improve display of dotted outline around reusable blocks.
* Updated messages around reusable blocks interactions.
* Align both the quote and the citation in the visual editor.
* Exit edit mode when unfocusing a reusable block.
* Set floated image width (when unresized) in % value.
* Add withState higher-order component.
* Initial introduction of wp.data module.
* Restrict the state access to the module registering the reducer only.
* Refactor PostSchedule to make Calendar and Clock available as reusable components.
* Allow overwriting colors (defaults and theme provided) when consuming ColorPalette component.
* Switch orientation of popover component only if there is more space for the new position.
* New ImagePlaceholder reusable component that handles upload buttons and draggable areas for the block author.
* Add speak message when a category is added.
* Announce notices to assertive technologies with speak.
* Add aria-labels to Code and HTML blocks.
* Warn if multiple h1 headings are being used.
* Add speak message and make "block settings" button label dynamic.
* Make excerpt functionality more accessible.
* Add various headings around editor areas for screen-readers.
* Improve accessibility of menu items in the main ellipsis menu.
* Add missing tooltips to icon buttons.
* Render toolbar always by the block on mobile.
* Improve performance of responsive calculations using matchMedia.
* Avoid shifts around toolbar and scrolling issues on mobile.
* Improve how the fixed-to-block toolbar looks on mobile. Change how the fixed position toolbars behave, making them sticky.
* Prevent Mobile Safari from zooming the entire page when you open the inserter.
* Initial explorations to migrate to server-registered blocks as part of raising awareness of available blocks.
* Move supportHTML property into the general "support" object.
* Replace getLatestPosts usage with withAPIData HOC.
* Convert all filters for components to behave like HOCs (withFilters).
* Replace flowRight usage with compose for HOCs.
* Apply filters without function wrappers.
* Improve Tags/Categories response size by limiting the requested fields.
* Limit requested fields in category feature of "latest posts".
* Request only required post fields in latest posts.
* Replace getCategories usage with withAPIData component.
* Don't show fields that are not used in media modal when adding a featured image.
* Polish inserter tabs so the focus style isn't clipped.
* Make inspector controls available when categories are loading.
* Improve overlay over meta-boxes during save operations.
* Hide excerpts panel if not supported by the CPT.
* Hide Taxonomies panel if no taxonomy is available for the current CPT.
* Hide several other panels when the CPT doesn't support them.
* Use _.includes to find available taxonomies. Mitigates non-schema-conforming taxonomy registrations.
* Defer applying filters for component until it is about to be mounted.
* Prevent "Add New" dropdown from overriding other plugin functionality.
* Improve paragraph block description.
* Refactor to simplify block toolbar rendering.
* Add missing aligment classes to cover image.
* Add parent page dropdown to page attributes panel.
* Allow pressing ENTER to change Reusable Block name.
* Disable HTML mode for reusable blocks.
* Add support for the "advanced" meta-box location.
* Make sure super admins can publish in any site of the network.
* Rename theme support for wide images to align-wide.
* Move selectors and actions files to the store folder.
* Center arrows of popovers relative to their parent.
* Use fainter disabled state.
* Add breakpoint grid to latest posts block and update color of date.
* Move logic for auto-generating the block class name to BlockEdit.
* Respect the "enter_title_here" hook.
* Prevent meta-box hooks from running multiple times.
* Don't set font-family on pullquotes.
* Remove superfluous parentheses from include statements.
* Remove redundant CSS property updates.
* Use "columns-x" class only for grid layout in latest posts.
* Use flatMap for mapping toolbar controls for a small performance gain.
* Introduce jest matchers for console object.
* Updated various npm packages; update Jest. Update node-sass. Update WordPress packages.
* Switch TinyMCE to unpkg.
* Reorganize handbook docs navigation.
* Added FAQ section for meta-boxes compatibility.
* Added initial "templates" document.
* Add documentation about dynamic blocks.
* Updated "outreach" docs.
* Improve block-controls document.
* Display a hint that files need to be built.
* Add WordPress JSDoc ESLint configuration.
* Update licenses in package.json & composer.json to adhere to SPDX v3.0 specification.
* Add tests to cover REQUEST_POST_UPDATE_SUCCESS effect.
* Add tests for color palette component.
* Add tests for Editable.getSettings and adaptFormatter.
* Use newly published jest-console package in test setup.
* Update info about test fixtures generation.
* Also style footer in quote blocks to ensure backwards compatibility.
* Add a PHPUnit Docker Container.
* Fix wrong "return to editor" link when comparing revisions.
* Fix error when pressing enter from a heading block.
* Fix error with merging lists into paragraphs.
* Fix revisions button target area.
* Remove duplicated styles.
* Fix z-index rebase issues.
* Fix tag name warning ordering in validation.
* Fix text encoding of titles in url-input.
* Fix endless loop in reusable blocks code.
* Fix edit button in Audio block using invalid buttonProps attribute.
* Fix block creation with falsey default attribute.
* Fix radio control checked property.
* Fix styling issues of blocks when they are used as part of a reusable block.
* Fix list wrapping issues.
* Fix problem when converting shortcodes due to sorting.
* Fix issue with time-picker not working.
* Fix hide advanced settings interaction in block menu.
* Fix issue with url input on images.
* Fix style regression in textual placeholder on cover image.
* Fix return type hint in gutenberg_get_rest_link().
* Fix bug when changing number of Latests Posts rapidly was leading to some numbers being defunct.
* Fix isInputField check and add tests.
* Fix unsetting block alignment flagging block as invalid.
* Fix CSS bleed from admin-specific gallery styles.
* Fix image handlers at the top from being unclickable.
* Fix unexpected keyboard navigations behaviour on some nodes.
* Fix inserter position for floated blocks.
* Fix bug on empty cover image placeholder used on a saved block.
* Fix errors when adding duplicate categories.
* Fix broken custom color bubble in ColorPalette.

= 1.9.1 =

* Fix error in Safari when loading Gutenberg with meta boxes present.
* Fix error / incompatibility with Yoast SEO Premium terms display.
* Resolve incorrect modal and tooltip layering.
* Remove unintended commas from Page Options content.

= 1.9.0 =

* Introducing reusable global blocks. (Stored in a wp_blocks post type.)
* Add ability to lock down the editor when using templates so edits can happen but blocks can't be removed, moved, nor added.
* Handle and upgrade deprecated blocks. This allows to migrate attributes without invalidating blocks and an important part of the block API.
* Drag and drop upload support to gallery block.
* Extensibility:
* Expose packages/hooks public API under wp.hooks.
* Introduces withFilters higher-order component to make component filtering easier.
* Introduces getWrapperDisplayName helper function to make debugging React tree easier.
* Introduces compose function to unify composing higher-order components.
* Exposes hook for Block component.
* Updated demo post with a nicer presentation for people to test with.
* Added automated RTL support.
* Convert unknown shortcodes to Shortcode block when pasting.
* Avoid splitting blocks during rich text pasting.
* Disable block selection when resizing image.
* Prefetch meta-boxes and don't reload them on save.
* Support for all admin color schemes.
* Close sidebar when resizing from non mobile breakpoints to mobile sizes.
* Apply content autop disabling filter before do_blocks. Also fixes case where server-side rendered blocks produce extraneous whitespace in output.
* Use cite element instead of footer for quote and pull-quote source markup.
* Respect recency order when displaying Recent blocks.
* Update the behavior of notices reducer to respect ID as a unique identifier, removing duplicate entries.
* Improve quote to paragraph transformations. Fixes cases where quote would be split into two.
* Use two flex rows instead of one wrapped row in Url modal for cleaner and more consistent display.
* Avoid restricting endpoints to /wp/v2 in withApiData.
* Remove duplicated and simplify inserter between blocks styles.
* Remove unnecessary padding on top of editor when fixed toolbar is off.
* Avoid intercepting rendering of removed meta boxes.
* Replace redux-responsive with a simpler custom alternative, fixing a bug with IE11.
* Fix issues with bullet-point positioning affecting block display.
* Fix meta attributes selector not returning the correct value if edited.
* Fix inconsistent animation on settings button.
* Fix style issues on Custom HTML block's toolbar.
* Fix broken styles in "edit as HTML" mode.
* Fix image block description when no image is set.
* Fix horizontal overflow for selects with long names in sidebar.
* Fix case where link modal closes upon typing into UrlInput when toolbar is docked to the paragraph.
* Fix webpack config issue on Node 6.
* Fix issue with vertical arrow keys leaking to horizontal menu when toolbar is fixed to block.
* Fix keyboard trap in the form token component and improve accessibility.
* Fix React warning when saving reusable blocks.
* Fix issue with horizontal arrow key closing link dialog in fixed toolbar mode.
* Fix image resize handlers in RTL mode.
* Prevent "Add New" dropdown from overriding other plugin functionality.
* Split Sass variables file into multiple files.
* Updated blue links for better contrast.
* Resolve notice when template variable is not set.
* Added unit tests for row panel, color panel (snapshot), and warning components.
* Add unit tests for editor actions (with further cleanup).
* Added snapshots tests for BlockControls.
* Added documentation for Editable component.
* Avoid caching vendor directory in Travis.
* Add document on snapshot testing.
* Add node and npm version check before build gets started.
* Update cypress and use the newly introduced Cypress.platform functionality.
* Improve composer.json setup.
* Improve testing overview document.

= 1.8.1 =

* Add ability to switch published post back to draft.
* Fix issue with when changing column count in "text columns" block.
* Prioritize common items in the autocomplete inserter.
* Avoid changing publish/update button label when saving draft.
* Add bottom padding to the editor container to improve experience of writing long posts.
* Adjust the Classic block toolbar so it's doesn't jump.
* Colorize the little arrow on the left of the admin menu to white to match body content.
* Abort focus update when editor is not yet initialized.
* Update autocomplete suggestions colors to have a sufficient color contrast ratio.

= 1.8.0 =

* Introduce block-templates as a list of blocks specification. Allows a custom post type to define a pre-configured set of blocks to be render upon creation of a new item.
* New tools menu design, preparing the way for more extensibility options.
* Block API change: use simpler JS object notation for declaring attribute sources.
* Add function to allow filtering allowed block types.
* Show popovers full screen on mobile, improving several mobile interactions.
* Began work on publishing flow improvements with an indication of publishing (or updating a published post) action by introducing a button state and label updates.
* Made docked-toolbar the default after different rounds of feedback and testing. Both options are still present.
* Provide mechanism for plugin authors to fallback to classic editor when registering meta-boxes. Also includes the ability to disable a specific meta-box in the context of Gutenberg alone.
* Updated color pickers with color indications and collapsible panels.
* Update icon and tooltip for table of contents menu.
* Added contrast checker for paragraph color options.
* Improve pasting plaintext and shortcode data.
* Convert unknown shortcode into shortcode block when pasting.
* Updated notices design and positioning.
* Move the URL handler when pasting to the raw handler mechanism.
* Define custom classNames support for blocks using the new extensibility hooks with opt-out behaviour.
* Add reusable blocks state effects.
* Remove sibling inserter from inside multi-selection blocks.
* Image block alt text enhancements.
* Increase minimum width and height of resized images.
* Allow using escape key to deselect a multi-selection.
* Preserve settings when rebooting from crash.
* Improve structure of store persist mechanism.
* Extract reusable BlockList component to allow nesting compositions.
* Extract BlockToolbar, BlockMover, BlockSwitcher, PostTitle, WritingFlow, TableOfContents, Undo/Redo Buttons, MultiBlockSwitcher, PostPublishWithDropdown, KeyboardShortcuts, DocumentOutlineCheck, PostTrashCheck, Notices,  as reusable components.
* Consolidate block naming requirements.
* Avoid persisting sidebar state on mobile devices.
* Ensure backwards compatibility to matchers syntax.
* Show untitled posts as (no title) in url auto-complete.
* Extract fixedToolbar as a prop of BlockList.
* Restore insertion point blue line.
* Display outline tree even if only one heading is used.
* Allow media upload button to specify a custom title (and fix grammar issue).
* Fix issue with block mover showing on top of url input.
* Fix case where tooltips would get stuck on buttons.
* Fix transformations between quote and list blocks.
* Fix issue with converting empty classic text to multiple blocks.
* Fix issue with audio block not updating the toolbar area.
* Fix contrast issues in button block.
* Fix change detection to maintain multiple instances of state.
* Fix text columns focus style.
* Fix embed category example in docs.
* Fix button link modal not closing.
* Fix styling issue with sibling inserter.
* Fix alignment of block toolbar in wide and full-width.
* Fix issue when inserting image with empty caption.
* Fix issue with sibling inserter not appearing in IE11.
* Fix issue when inserting pullquotes.
* Fix horizontal scrollbar when floating images to the left.
* Fix alignment issue with embed videos.
* Drop withContext optional mapSettingsToProps and fix issue when inserting new image.
* Require @wordpress import path for application entry points.
* Resolve errors in IE11 when using the inserter.
* Added tests for Notice and UrlInput components.
* Added tests for DefaultBlockAppender.
* Log debugging messages for invalid blocks.
* Reduce build size significantly by fixing import statements.
* Update re-resizeable dependency.
* Initial document page for extensibility purposes.
* Added documentation for Editable component.
* Move all components related to the specific post-edit page into its own folder.
* Introduce snapshots for testing.

= 1.7.0 =

* Add toggle to switch between top-level toolbar and toolbars attached to each block. We have gotten great feedback on the benefits of both approaches and want to expand testing of each.
* Ability to transform multiple-selected blocks at once — multiple images into a gallery, multiple paragraphs into lists.
* Add @-mention autocomplete for users in a site.
* Add data layer for reusable blocks and wp_blocks post type name.
* Allow pasting standalone images and uploading them (also supports pasting base64 encoded images).
* Allow block nesting from a parser point of view. This is the foundation for handling nested blocks in the UI.
* Full design update to focus styles around the UI.
* Block Extensibility (Hooks): filters may inspect and mutate block settings before the block is registered using hooks available at wp.blocks.addFilter. Testing with internal functionality first.
* Moved docs to https://wordpress.org/gutenberg/handbook/
* Refactor "changed post" functionality into higher order component and fix issue with wrongly reporting unsaved changes.
* Refactor meta-boxes to render inline, without iframes.
* Disable auto-p for block based posts, solving various issues around conflicting paragraph structures, freeform content, and text blocks.
* Placed "table of contents" button in the header area and disable when there are no blocks in the content.
* Redesigned the button block with inline URL field.
* Improve performance by refactoring block-multi-controls out of VisualEditorBlock.
* Replace react-slot-fill with our own first-party implementation. Part one, and part two for better handling of event bubbling within portals.
* Improve autocomplete behaviour by using focus outside utility. This solves an issue with selecting items on mobile.
* Capture and recover from application errors, offering the option to copy the existing contents to the clipboard.
* Expose editor reusable components. These will allow editor variations to be constructed with more ease.
* Add polyfill for permalink_structure option to wp-json. (Corresponding trac ticket.) Several REST API compat issues are going to be addressed like this. This allows Gutenberg to implement permalink editing.
* Unslash post content before parsing during save, fixing bugs with block attributes.
* Keyboard navigation overhaul of the inserter with accessibility improvements (accessing tabs, etc).
* Add paragraph count to table of contents element.
* General Navigable family of components.
* Add contrast checker message when color combinations are hard to read.
* Add "no posts found" message to latest posts block.
* Improve color highlight selection and browser consistency.
* Add aria-expanded attribute to settings button.
* Add loading message to preview window.
* Extract PostFeaturedImage, PostLastRevision, PostComments, PostTaxonomies, PageAttributes, PostTextEditor, BlockInspector, into reusable modules.
* Collapse advanced block controls by default.
* Update max number of columns when removing an image from a gallery.
* Prevent the post schedule component from having invalid dates.
* Make sure the inspector for a gallery block is shown when it has just one image.
* Accessibility improvements for inline autocomplete components.
* Update caption color for contrast.
* Update visual display of the "remove x" button on gallery-items.
* Improve classic block toolbar display and behaviour.
* Dismiss tooltip when clicking a button or when wrapper node becomes disabled.
* Restore block movers on floated items.
* Add spacing around date and label.
* Adjust raw handler "mode" option for readability.
* Improve e2e testing performance.
* Add fixture for undelimited freeform block.
* Hold jQuery ready only when there are metaboxes and ignore advanced ones.
* Make sure image size values are integers.
* Fix floated gallery styles in the front-end.
* Fix issue with image block not loading properly.
* Fix issue with missing function in IE11.
* Fix transformation of empty images into gallery and back.
* Fix overflow issues on mobile.
* Fix accidental block hover on iOS.
* Fix toolbar state issue with slot-fill utility.
* Fix case of too many undo levels building up.
* Fix stylesheet load ordering issue.
* Prevent input events from URLInput from being captured by Editable.
* Force onChange to be updated with TinyMCE content before merge.
* Polish heading toolbar buttons.
* Remove image resizing on mobile.
* Remove findDOMNode usage from Autocomplete component.
* Rename references of rawContent as innerHTML.
* Add tests and handle empty fills in slot-fill.
* Add tests for block mover.
* Add multi-select e2e test and fix issue with escape key.
* Bump node version to active LTS.
* Update TinyMCE to 4.7.2, fixing several bugs like toolbar flickering, visible placeholders when there is text, navigation breaks when encountering format boundaries, typing in FF after starting a bullet-list.

= 1.6.1 =

* Handle pasting shortcodes and converting to blocks.
* Show loading message when opening preview.
* Fix inline pasting (auto-link feature).
* Fix undoing multi-selection delete operation.
* Remove focus state after a selection is finished during multi-select.
* Remove the "command" shortcut to navigate to the editor toolbar.

= 1.6.0 =

* Move the block toolbar to the editor's top header. This experiment seeks to reduce the presence of UI obscuring content.
* Alternate style for block boundaries and multi-selection. Also engages "edit" mode when using arrow keys (hides UI).
* Complete rework of arrow keys navigation between blocks—faster, clearer, and respects caret position while traversing text blocks.
* Added keyboard shortcuts to navigate regions.
* Implement multi-selection mode using just arrow with shift keys and support horizontal arrows.
* Suggest a post format for additional blocks (embeds, gallery, audio, video) and expand on the heuristics to include case of one format-block at the top plus a paragraph of text below as valid.
* Allow converting a classic block (post) into several Gutenblocks.
* Several performance improvements 🎉
* * Avoid re-rendering all blocks on selection changes.
* * Add memoization for multi-select selectors.
* * Rework implementation of blockRef to avoid render cascade from block list.
* * Use flatMap when allocating the block list for rendering.
* * Reorganize logic to determine when a post can be saved to be less expensive.
* Refactor handling of revisions to avoid loading them up-front, significantly reducing load time on long posts with many revisions.
* Further memoization on selectors based on specific state keys.
* Render meta-boxes as part of the main column, not as a collapsible box.
* Improve handling of undo action stack by resetting only on setup. This makes undo a lot more usable in general.
* Changes to block inserter design positioning tabs at the top. (1.5.1)
* Remove multi-select buffer zone and throttle delay for a faster response.
* API for handling custom formats/tokens in Editable.
* Improve withApiData component to be able to serve cached data (if available) during an initial render.
* Show block toolbar in HTML mode for mobile.
* Update Shortcode block to use a textarea instead of single line input.
* Increase width of invalid block message.
* Avoid redirecting to Gutenberg when saving on classic editor. (1.5.2)
* Don't show "edit as HTML" for the Code and Shortcode blocks.
* Refactor notices state reducer as array optimizing performance.
* Disable front-end styles for basic quote block.
* Reorganize the meta-boxes components for code clarity.
* Extract reusable PostSticky, PostFormat, PostPendingStatus, PostAuthor, PostTrash, PostExcerpt components.
* Resolve issue with having to tab twice on the toolbar due to focusReturn utility interfering with button tooltips.
* Reset min-width of Tooltip component.
* Avoid function instantiation in render of WritingFlow component.
* Add the gutenberg_can_edit_post_type filter for plugins to add or remove support for custom post types.
* Update header toolbar keyboard navigation to include undo and redo buttons.
* Don't show the classic editor dropdown on unsupported post types.
* Drop resizable-box in favor of re-resizable to use in the image block resize handlers.
* Correct placement of link-dialog after moving toolbar to the top.
* Adjust revisions logic to link to latest entry.
* Allow editable to accept aria attributes.
* Add generic focus effect to popovers.
* Remove unused focus prop from Button component.
* Remove core namespace from demo content.
* Enable iOS smooth scrolling within scroll containers.
* Make sure link menu appears above sibling inserter.
* Improve layout paneling for short-height viewports.
* Fix problem with multi-select not working again after a group of blocks has been moved.
* Fix problem with deleting a block in HTML mode.
* Fix issue with keyboard navigation entering textareas (non contentEditable) and losing caret position.
* Fix issue where clicking on an item within autocomplete would dismiss the popover and not select anything.
* Fix visual issue with the document info popover. (1.5.2)
* Fix bug with deleting featured image on a post.
* Fix error with removing a block placeholder.
* Fix problem with FF and meta-boxes.
* Fix issue with Classic Text description showing all the time.
* Fix issue with the color picker width.
* Fix quick inserter display of custom block icons.
* Fix missing node check when blurring a paragraph block.
* Warn about misuses of z-index mappings.
* Make use of the "build stages" feature in the travis config file.
* Upgrade ESLint dependencies.
* Move test configuration files to test/unit.
* Add easy local environment setup and Cypress e2e tests.

= 1.5.2 =

* Add the `gutenberg_can_edit_post_type` filter for plugins to add or remove support for custom post types.
* Fix Classic Editor redirecting to Gutenberg when saving a post.
* Fix Classic Editor dropdown showing on post types that don't support Gutenberg.
* Fix Classic Editor dropdown hiding behind notices.
* Fix an issue with collapsing popover content.

= 1.5.1 =

* New design for the inserter with tabs at the top and more space for text.
* Fix problem with Firefox and the meta-boxes resize script.
* Fix issue with Classic Text description showing without focus.

= 1.5.0 =

* Set Gutenberg as the default editor (still allow creating new posts in Classic Editor).
* Add metabox support—this is an initial pass at supporting existing meta-boxes without intervention.
* Display inserter button between blocks.
* Improve block navigation performance.
* Hide core namespace in comment serialization. wp:core/gallery becomes wp:gallery.
* Implement a dropdown for Publish flow.
* Allow multiselect to work on shift-click.
* Insert new block from title on enter.
* Use a dropdown for the block menu (settings, delete, edit as HTML).
* Add expandable panel for post visibility.
* Add expandable panel for post scheduling.
* Implement more inline formatting boundaries.
* Better clearing of block selection.
* Show placeholder hint for slash autocomplete on new text blocks.
* Remove multi-selection header in favor of default block controls (mover and menu).
* Allow blocks to disable HTML edit mode.
* Adjust transition and delay of inserter between blocks.
* Added text color option for button block.
* Hide extended settings if sidebar is closed.
* New embed icons.
* Move the store initialization to a dedicated component.
* Improve scroll position of scrollable elements.
* Drop undefined blocks from recent blocks.
* Update HTML block description.
* Update embed block description.
* Add description for classic block.
* PHPCS-specific improvements.
* Add a default block icon.
* Adjust line height of classic text to match paragraph blocks.
* Adjust filter order in classic block so plugins that extend it can work properly.
* Set textarea value as prop and not children.
* Fix mobile issues with block setting menu.
* Fix undefined colors warning.
* Fix broken upload button on image placeholder.
* Fix post edit URL when saving a post/page/CPT.
* Fix conflict with new TinyMCE version and heading blocks.
* Tweak block sibling element for better target surface.
* Avoid loading Gutenberg assets on non-Gutenberg pages.
* Adjust Jest configuration.
* Document supportAnchor in block API.
* Updated TinyMCE to latest.
* Document block name usage in serialization and add example of serialized block.
* Updated FAQ section.
* Upgrade React and Enzyme dependencies.

= 1.4.0 =

* Redesigned the header area of the editor for clarity—groups content actions in the left, and post action in the right.
* Initial REST API infrastructure for reusable global blocks.
* Group block settings (delete, inspector, edit HTML) on an ellipsis button.
* Added new reusable Dropdown component.
* Show frequently used blocks in the inserter shortcuts (at the bottom of the post).
* Offer option for the button block to clear content.
* Refactor block toolbar component in preparation for some iterations (docked toolbar, for example).
* Allow partial URLs in link input.
* Avoid using state for tracking arrow key navigation in WritingFlow to prevent re-renders.
* Improve mobile header after design cleanup.
* Add focusReturn for Dropdown component.
* Updated Audio block markup to use figure element.
* Removed transition on multi-select affecting the perception of speed of the interaction.
* Show Gallery block description even if there are no images.
* Persist custom class names.
* Merge initialization actions into a single action.
* Fix scroll position when reordering blocks.
* Fix case where the responsive treatment of the header area was hiding valuable actions.
* Fix focus styles on the inserter.
* Fix submenu visibility issue for certain users.
* Cleanup no longer used code.
* Document useOnce block API feature.

= 1.3.0 =

* Add an opacity range slider to the cover image block.
* Offer the option to convert a single block to an HTML block when conflicting content is detected.
* Persist recently used blocks through sessions.
* Added support for pasting plain text markdown content and converting to blocks.
* The block inspector groups features and settings in expandable panels.
* Accessibility improvements to the color palette component.
* Added a “feedback” link in the Gutenberg side menu.
* Use expandable panels for advanced block features (class name and anchor).
* Removed touch listeners from multi select.
* Added block descriptions to blocks that didn’t have them.
* Allow stored values to be updated with new defaults.
* Refactor image block to use withApiData and fix issues with .tiff images.
* Clean up non inline elements when pasting inline content.
* Remove unused code in BlockList component.
* Added “transform into” text to block switcher.
* Fixed sidebar overflow causing extra scrollbars.
* Fixed multi-select inside new scroll container.
* Fixed image block error with .tiff image.
* Fixed the content overflowing outside the verse block container.
* Fixed issues with sticky quick toolbar position.
* Fixed hitting enter when a block is selected creating a default block after selected block.
* Fixed teaser markup in demo content.
* Clean working directory before packaging plugin.
* Updated Webpack dependencies.
* Updated Jest and React.

= 1.2.1 =

* Fix issue where invalid block resolution options were not clickable.

= 1.2.0 =

* Resolve block conflicts when editing a block post in the classic editor. Gutenberg's strict content validation has helped identify formatting incompatibilities, and continued improvements are planned for future releases.
* Add word and block count to table of contents.
* Add support for meta attributes (custom fields) in block attributes. This allows block authors to specify attributes to live outside of post_content entirely.
* Allow Gutenberg to be the default editor for posts with blocks and add links to classic editor.
* Accessibility: add landmark regions.
* Add metabox placeholder shell.
* Add crash recovery for blocks which error while saving.
* Hide Sidebar panels if the user doesn't have the right capabilities.
* Refactor PostTaxonomies to use 'withApiData'.
* Create 'withApiData' higher order component for managing API data.
* Make casing consistent.
* Allow toolbar wrapper to be clicked through.
* Support and bootstrap server-registered block attribute schemas.
* Shift focus into popover when opened.
* Reuse the tabbable utility to retrieve the tabbables elements in WritingFlow.
* Change placeholder text on button.
* Persist the sate of the sidebar across refresh.
* Use a small multiselect buffer zone, improving multiple block selection.
* Close popover by escape keypress.
* Improve dropzone contrast ratio.
* Improve search message to add context.
* Improve string extraction for localized strings.
* Fixed z-index issue of gallery image inline menu.
* Fixed image block resizing to set the figure wrapper.
* Fixed column widths in gallery block.
* Fixed parsing in do_blocks() and rendering of blocks on frontend in the_content.
* Fixed position of upload svg on mobile.

= 1.1.0 =

* Add blocks "slash" autocomplete—shortcut to continue adding new block without leaving the keyboard.
* Add ability to remove an image from a gallery from within the block (selecting image).
* Add option to open a created link in a new window.
* Support and bootstrap server-registered block attribute schemas.
* Improve accessibility of add-new-category form.
* Documentation gets an updated design and content improvements.
* Adjust column width calculation in gallery block to properly respect column count.
* Move pending review control together with sticky toggle at the bottom.
* Add caption styling for video block.
* Allow removing a "classic text" block with backspaces.
* Allow Button block to show placeholder text.
* Drop the deprecated button-secondary class name.
* Fix link dialog not showing in Safari when caret is in the middle of the word.
* Fix adding new categories and position newly added term at the top.
* Fix the resetting of drop-zone states after dropping a file.
* Fix embed saving "undefined" text when URL is not set.
* Fix placeholder styling on Text when background color is set.
* Update Composer + PHPCS.
* Rename default block handlers.
* Update code syntax tabs in docutron.
* Link to plugin download and github repo from docutron.
* Added block API document.
* Add "Edit and Save" document.

= 1.0.0 =
* Restored keyboard navigation with more robust implementation, addressing previous browser issues.
* Added drag and drop for media with pointer to create new blocks.
* Merged paragraph and cover text blocks (includes the colors and font size options).
* Reworked color palette picker with a "clear" and a "custom color" option.
* Further improvements to inline pasting and fixing errant empty blocks.
* Added thumbnail size selector to image blocks.
* Added support for url input and align and edit buttons to audio block.
* Persist the state of the sidebar across page refresh.
* Persist state of sidebar panels on page refresh.
* Persist editor mode on page refresh.
* New withAPIData higher-order component for making it easier to manage data needs.
* Preserve unknown block and remove "freeform" comment delimiters (unrecognized HTML is handled without comment delimiters).
* Show "add new term" in hierarchical taxonomies (including categories).
* Show tooltip only after mouseover delay.
* Show post formats only if the post type supports them.
* Added align and edit buttons to video block.
* Preload data in withApiData to improve perceived performance.
* Improve accessibility of sidebar modes.
* Allow changing cover-image settings before uploading an image.
* Improve validation leniency around non-meaningful differences.
* Take into account capabilities for publishing action.
* Update author selector to show only users capable of authoring posts.
* Normalize pasted blockquote contents.
* Refactored featured image, page attributes to use withApiData
* Added a fix to avoid cloning nodes by passing pasted HTML string.
* Added a fix to avoid re-encoding on encoded posts.
* Fixed resetting the focus config when block already selected.
* Allowing adding of plain text after insert link at the end of a paragraph.
* Update to latest TinyMCE version.
* Show only users capable of authoring posts.
* Add submit for review to publish for contributor.
* Delete or backspace in an empty "classic text" block now removes it.
* Check for type in block transformations logic.
* Fixed drop-down menu issue on classic text.
* Added filter to allow post types to disable "edit in gutenberg" links.
* Made UrlInput and UrlInputButton available as reusable components.
* Use wordpress/a11y package instead of global.
* Added npm5 package-lock.
* We welcome all your feedback and contributions on the project repository, or ping us in #core-editor. Follow the "gutenberg" tag for past updates.

= 0.9.0 =
* Added ability to change font-size in cover text using slider and number input.
* Added support for custom anchors (ids) on blocks, allowing to link directly to a section of the post.
* Updated pull-quote design.
* Created custom color palette component with "clear" option and "custom color" option. (And better markup and accessibility.)
* Improve pasting: recognizing more elements, adding tests, stripping non-semantic markup, etc.
* Improve gallery visual design and fix cropping in Safari.
* Allow selecting a heading block from the table-of-contents panel directly.
* Make toolbar slide horizontally for mobile.
* Improve range-input control with a number input.
* Fix pasting problems (handling of block attributes).
* More stripping of unhandled elements during paste.
* Show post format selector only for posts.
* Display nicer URLs when editing links.
* More compact save indicator.
* Disabled arrow key navigation between blocks as we refine implementation.
* Removed blank target from "view post" in notices.
* Fix empty links still rendering ont he front-end.
* Fix shadow on inline toolbars.
* Fix problem with inserting pull-quotes.
* Fix drag and drop on image block.
* Removed warning when publishing.
* Don't provide version for vendor scripts.
* Clean category code in block registration.
* Added history and resources docs.

= 0.8.0 =
* New Categories Block (based on existing widget).
* New Text Columns Block (initial exploration of text-only multiple columns).
* New Video Block.
* New Shortcode Block.
* New Audio Block.
* Added resizing handlers to Image Block.
* Added direct image upload button to Image Block and Gallery Block.
* Give option to transform a block to Classic when it encounters problems.
* Give option to Overwrite changes on a block detected as invalid.
* Added "link to" option in galleries.
* Added support for custom taxonomies.
* Added post formats selector to post settings.
* Added keywords support (aliases) to various blocks to improve search discovery.
* Significant improvements to the way attributes are specified in the Block API and its clarity (handles defaults and types).
* Added Tooltip component displaying aria-labels from buttons.
* Removed stats tracking code.
* Updated design document.
* Capture and recover from block rendering runtime errors.
* Handle enter when focusing on outer boundary of a block.
* Reduce galleries json attributes data to a minimum.
* Added caption styles to the front-end for images and embeds.
* Added missing front-end alignment classes for table and cover-text blocks.
* Only reset blocks on initial load to prevent state fluctuations.
* Improve calculation of dirty state by making a diff against saved post.
* Improve visual weight of toolbar by reducing its silhouette.
* Improve rendering of galleries on the front-end.
* Improve Cover Image placeholder visual presentation.
* Improve front-end display of quotes.
* Improve responsive design of galleries on the front-end.
* Allow previewing new posts that are yet to be saved.
* Reset scrolling position within inserter when switching tabs.
* Refactor popover to render at root of document.
* Refactor withFocusReturn to handle accessibility better in more contexts.
* Prevent overlap between multi-selection and within-block selection.
* Clear save notices when triggering a new save.
* Disable "preview" button if post is not saveable.
* Renamed blocks.query to blocks.source for clarity and updated documentation.
* Rearrange block stylesheets to reflect display and editor styles.
* Use @wordpress dependencies consistently.
* Added validation checks for specifying a block's category.
* Fix problems with quote initialization and list transformation.
* Fix issue where Cover Image was being considered invalid after edits.
* Fix errors in editable coming from Table block commands.
* Fix error in latest posts block when date is not set for a post.
* Fix issue with active color in ColorPalette component.
* Prevent class=false serialization issue in covert-text.
* Treat range control value as numeric.
* Added warning when using Editable and passing non-array values.
* Show block switcher above link input.
* Updated rememo dependency.
* Start consuming from separate @wordpress dependencies.
* Fix problem with inserting new galleries.
* Fix issue with embeds and missing captions.
* Added outreach section to docs.

= 0.7.1 =
* Address problem with the freeform block and Jetpack's contact form.

= 0.7.0 =
* Hide placeholders on focus—reduces visual distractions while writing.
* Add PostAuthor dropdown to the UI.
* Add theme support for customized color palettes and a shared component (applies to cover text and button blocks).
* Add theme support for wide images.
* Report on missing headings in the document outline feature.
* Update block validation to make it less prone to over-eagerness with trivial changes (like whitespace and new lines).
* Attempt to create an embed block automatically when pasting URL on a single line.
* Save post before previewing.
* Improve operations with "lists", enter on empty item creates new paragraph block, handling backspace, etc.
* Don't serialize attributes that match default attributes.
* Order link suggestions by relevance.
* Order embeds for easier discoverability.
* Added "keywords" property for searching blocks with aliases.
* Added responsive styles for Table block in the front end.
* Set default list type to be unordered list.
* Improve accessibility of UrlInput component.
* Improve accessibility and keyboard interaction of DropdownMenu.
* Improve Popover component and use for PostVisibility.
* Added higher order component for managing spoken messages.
* Localize schema for WP API, avoiding initialization delay if schema is present.
* Do not expose editor.settings to block authors.
* Do not remove tables on pasting.
* Consolidate block server-side files with client ones in the same directory.
* Removed array of paragraphs structure from text block.
* Trim whitespace when searching for blocks.
* Document, test, and refactor DropdownMenu component.
* Use separate mousetrap instance per component instance.
* Add npm organization scope to WordPress dependencies.
* Expand utilities around fixture regeneration.
* Renamed "Text" to "Paragraph".
* Fix multi-selection "delete" functionality.
* Fix text color inline style.
* Fix issue caused by changes with React build process.
* Fix splitting editable without child nodes.
* Use addQueryArgs in oEmbed proxy url.
* Update dashicons with new icons.
* Clarify enqueuing block assets functions.
* Added code coverage information to docs.
* Document how to create new docs.
* Add example of add_theme_support in docs.
* Added opt-in mechanism for learning what blocks are being added to the content.

= 0.6.0 =
* Split paragraphs on enter—we have been exploring different behaviours here.
* Added grid layout option for latest posts with columns slider control.
* Show internal posts / pages results when creating links.
* Added "Cover Text" block with background, text color, and full-width options.
* Autosaving drafts.
* Added "Read More" block.
* Added color options to the button block.
* Added mechanism for validating and protecting blocks that may have suffered unrecognized edits.
* Add patterns plugin for text formatting shortcuts: create lists by adding * at the beginning of a text line, use # to create headings, and backticks for code.
* Implement initial support for Cmd/Ctrl+Z (undo) and Cmd/Ctrl+Shift+Z (redo).
* Improve pasting experience from outside editors by transforming content before converting to blocks.
* Improve gallery creation flow by opening into "gallery" mode from placeholder.
* Added page attributes with menu order setting.
* Use two distinct icons for quote style variations.
* Created KeyboardShortcuts component to handle keyboard events.
* Add support for custom icons (non dashicons) on blocks.
* Initialize new posts with auto-draft to match behaviour of existing editor.
* Don't display "save" button for published posts.
* Added ability to set a block as "use once" only (example: "read more" block).
* Hide gallery display settings in media modal.
* Simplify "cover image" markup and resolve conflict state in demo.
* Introduce PHP classes for interacting with block types.
* Announce block search results to assistive technologies.
* Reveal "continue writing" shortcuts on focus.
* Update document.title when the post title changes.
* Added focus styles to several elements in the UI.
* Added external-link component to handle links opening in new tabs or windows.
* Improve responsive video on embed previews.
* Improve "speak" messages for tag suggestions.
* Make sure newly created blocks are marked as valid.
* Preserve valid state during transformations.
* Allow tabbing away from table.
* Improve display of focused panel titles.
* Adjust padding and margins across various design elements for consistency and normalization.
* Fix pasting freeform content.
* Fix proper propagation of updated block attributes.
* Fix parsing and serialization of multi-paragraph pullquotes.
* Fix a case where toggling pending preview would consider post as saved.
* Fix positioning of block mover on full-width blocks.
* Fix line height regression in quote styles.
* Fix IE11 with polyfill for fetch method.
* Fix case where blocks are created with isTyping and it never clears.
* Fix block warning display in IE11.
* Polish inspector visual design.
* Prevent unhandled actions from returning new state reference.
* Prevent unintentionally clearing link input value.
* Added focus styles to switch toggle components.
* Avoid navigating outside the editor with arrow keys.
* Add short description to Verse block.
* Initialize demo content only for new demo posts.
* Improve insert link accessibility.
* Improve version compare checks for plugin compatibility.
* Clean up obsolete poststoshowattribute in LatestPosts block.
* Consolidate addQueryArgs usage.
* Add unit tests to inserter.
* Update fixtures with latest modifications and ensure all end in newlines.
* Added codecov for code coverage.
* Clean up JSDoc comments.
* Link to new docs within main readme.

= 0.5.0 =
* New tabs mode for the sidebar to switch between post settings and block inspector.
* Implement recent blocks display.
* Mobile implementation of block mover, settings, and delete actions.
* Search through all tabs on the inserter and hide tabs.
* New documentation app to serve all tutorials, faqs, docs, etc.
* Enable ability to add custom classes to blocks (via inspector).
* Add ability to drag-and-drop on image block placeholders to upload images.
* Add "table of contents" document outline for headings (with empty heading validation).
* Refactor tests to use Jest API.
* New block: Verse (intended for poetry, respecting whitespace).
* Avoid showing UI when typing and starting a new paragraph (text block).
* Display warning message when navigating away from the editor with unsaved changes.
* Use old editor as "freeform".
* Improve PHP parser compatibility with different server configurations ("mbstring" extension and PCRE settings).
* Improve PostVisibility markup and accessibility.
* Add shortcuts to manage indents and levels in List block.
* Add alignment options to latest posts block.
* Add focus styles for quick tags buttons in text mode.
* Add way to report PHP parsing performance.
* Add labels and roles to UrlInput.
* Add ability to set custom placeholders for text and headings as attributes.
* Show error message when trashing action fails.
* Pass content to dynamic block render functions in PHP.
* Fix various z-index issues and clarify reasonings.
* Fix DropdownMenu arrows navigation and add missing aria-label.
* Update sandboxed iframe size calculations.
* Export inspector controls component under wp.blocks.
* Adjust Travis JS builds to improve task allocation.
* Fix warnings during tests.
* Fix caret jumping when switching formatting in Editable.
* Explicitly define prop-types as dependency.
* Update list of supported browsers for consistency with core.

= 0.4.0 =
* Initial FAQ (in progress).
* API for handling pasted content. (Aim is to have specific handling for converting Word, Markdown, Google Docs to native WordPress blocks.)
* Added support for linking to a url on image blocks.
* Navigation between blocks using arrow keys.
* Added alternate Table block with TinyMCE functionality for adding/removing rows/cells, etc. Retired previous one.
* Parse more/noteaser comment tokens from core.
* Re-engineer the approach for rendering embed frames.
* First pass at adding aria-labels to blocks list.
* Setting up Jest for better testing environment.
* Improve performance of server-side parsing.
* Update blocks documentation with latest API functions and clearer examples.
* Use fixed position for notices.
* Make inline mode the default for Editable.
* Add actions for plugins to register frontend and editor assets.
* Supress gallery settings sidebar on media library when editing gallery.
* Validate save and edit render when registering a block.
* Prevent media library modal from opening when loading placeholders.
* Update to sidebar design and behaviour on mobile.
* Improve font-size in inserter and latest posts block.
* Improve rendering of button block in the front end.
* Add aria-label to edit image button.
* Add aria-label to embed input url input.
* Use pointer cursor for tabs in inserter.
* Update design docs with regard to selected/unselected states.
* Improve generation of wp-block-* classes for consistency.
* Select first cell of table block when initializing.
* Fix wide and full alignment on the front-end when images have no caption.
* Fix initial state of freeform block.
* Fix ability to navigate to resource on link viewer.
* Fix clearing floats on inserter.
* Fix loading of images in library.
* Fix auto-focusing on table block being too agressive.
* Clean double reference to pegjs in dependencies.
* Include messages to ease debugging parser.
* Check for exact match for serialized content in parser tests.
* Add allow-presentation to fix issue with sandboxed iframe in Chrome.
* Declare use of classnames module consistently.
* Add translation to embed title.
* Add missing text domains and adjust PHPCS to warn about them.
* Added template for creating new issues including mentions of version number.

= 0.3.0 =
* Added framework for notices and implemented publishing and saving ones.
* Implemented tabs on the inserter.
* Added text and image quick inserts next to inserter icon at the end of the post.
* Generate front-end styles for core blocks and enqueue them.
* Include generated block classname in edit environment.
* Added "edit image" button to image and cover image blocks.
* Added option to visually crop images in galleries for nicer alignment.
* Added option to disable dimming the background in cover images.
* Added buffer for multi-select flows.
* Added option to display date and to configure number of posts in LatestPosts block.
* Added PHP parser based on PEG.js to unify grammars.
* Split block styles for display so they can be loaded on the theme.
* Auto-focusing for inserter search field.
* Added text formatting to CoverImage block.
* Added toggle option for fixed background in CoverImage.
* Switched to store attributes in unescaped JSON format within the comments.
* Added placeholder for all text blocks.
* Added placeholder text for headings, quotes, etc.
* Added BlockDescription component and applied it to several blocks.
* Implemented sandboxing iframe for embeds.
* Include alignment classes on embeds with wrappers.
* Changed the block name declaration for embeds to be "core-embed/name-of-embed".
* Simplified and made more robust the rendering of embeds.
* Different fixes for quote blocks (parsing and transformations).
* Improve display of text within cover image.
* Fixed placeholder positioning in several blocks.
* Fixed parsing of HTML block.
* Fixed toolbar calculations on blocks without toolbars.
* Added heading alignments and levels to inspector.
* Added sticky post setting and toggle.
* Added focus styles to inserter search.
* Add design blueprints and principles to the storybook.
* Enhance FormTokenField with accessibility improvements.
* Load word-count module.
* Updated icons for trash button, and Custom HTML.
* Design tweaks for inserter, placeholders, and responsiveness.
* Improvements to sidebar headings and gallery margins.
* Allow deleting selected blocks with "delete" key.
* Return more than 10 categories/tags in post settings.
* Accessibility improvements with FormToggle.
* Fix media button in gallery placeholder.
* Fix sidebar breadcrumb.
* Fix for block-mover when blocks are floated.
* Fixed inserting Freeform block (now classic text).
* Fixed missing keys on inserter.
* Updated drop-cap class implementation.
* Showcasing full-width cover image in demo content.
* Copy fixes on demo content.
* Hide meta-boxes icons for screen readers.
* Handle null values in link attributes.

= 0.2.0 =
* Include "paste" as default plugin in Editable.
* Extract block alignment controls as a reusable component.
* Added button to delete a block.
* Added button to open block settings in the inspector.
* New block: Custom HTML (to write your own HTML and preview it).
* New block: Cover Image (with text over image support).
* Rename "Freeform" block to "Classic Text".
* Added support for pages and custom post types.
* Improve display of "saving" label while saving.
* Drop usage of controls property in favor of components in render.
* Add ability to select all blocks with ctrl/command+A.
* Automatically generate wrapper class for styling blocks.
* Avoid triggering multi-select on right click.
* Improve target of post previewing.
* Use imports instead of accessing the wp global.
* Add block alignment and proper placeholders to pullquote block.
* Wait for wp.api before loading the editor. (Interim solution.)
* Adding several reusable inspector controls.
* Design improvements to floats, switcher, and headings.
* Add width classes on figure wrapper when using captions in images.
* Add image alt attributes.
* Added html generation for photo type embeds.
* Make sure plugin is run on WP 4.8.
* Update revisions button to only show when there are revisions.
* Parsing fixes on do_blocks.
* Avoid being keyboard trapped on editor content.
* Don't show block toolbars when pressing modifier keys.
* Fix overlapping controls in Button block.
* Fix post-title line height.
* Fix parsing void blocks.
* Fix splitting inline Editable instances with shift+enter.
* Fix transformation between text and list, and quote and list.
* Fix saving new posts by making post-type mandatory.
* Render popovers above all elements.
* Improvements to block deletion using backspace.
* Changing the way block outlines are rendered on hover.
* Updated PHP parser to handle shorthand block syntax, and fix newlines.
* Ability to cancel adding a link from link menu.

= 0.1.0 =
* First release of the plugin.

Zerion Mini Shell 1.0