Skip to content

Commit

Permalink
Remove surrounding "**" from headings
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jun 18, 2024
1 parent d374a21 commit 5686e54
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23136,30 +23136,30 @@ The following contributors merged PRs in this release:



## **Changelog**
## Changelog


### **Features**
### Features


#### **Block Library**
#### 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**
### Enhancements


#### **Accessibility**
#### 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**
#### 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))
Expand All @@ -23177,7 +23177,7 @@ The following contributors merged PRs in this release:
* RangeControl: Refactor stories to use Controls. ([39357](https://github.com/WordPress/gutenberg/pull/39357))


#### **Block Library**
#### 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))
Expand All @@ -23189,91 +23189,91 @@ The following contributors merged PRs in this release:
* Separator block: Refactor to use color block supports. ([38428](https://github.com/WordPress/gutenberg/pull/38428))


#### **Post Editor**
#### 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**
#### 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**
#### Navigation editor

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


#### **Testing**
#### Testing

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


#### **Webfonts**
#### Webfonts

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


#### **Icons**
#### Icons

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


#### **Extensibility**
#### Extensibility

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


#### **CSS & Styling**
#### CSS & Styling

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


#### **Design Tools**
#### Design Tools

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


### **New APIs**
### New APIs


#### **Block API**
#### 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 Library

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


### **Bug Fixes**
### Bug Fixes


#### **Core data**
#### 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**
#### Block editor

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


#### **Widgets editor**
#### Widgets editor

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


#### **Block Library**
#### 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))
Expand All @@ -23295,7 +23295,7 @@ The following contributors merged PRs in this release:
* Fix Image block link rel handling. ([39319](https://github.com/WordPress/gutenberg/pull/39319))


#### **Components**
#### 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))
Expand All @@ -23305,111 +23305,111 @@ The following contributors merged PRs in this release:
* `NumberControl`: Commit (and constrain) value on `blur` event. ([39186](https://github.com/WordPress/gutenberg/pull/39186))


#### **Testing**
#### 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**
#### 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**
#### 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**
#### Block Conversion

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


#### **Post Editor**
#### Post Editor

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


#### **Patterns**
#### Patterns

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


#### **npm Packages**
#### npm Packages

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


#### **Global Styles**
#### Global Styles

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


### **Performance**
### Performance


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

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


#### **Parsing**
#### Parsing

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


### **Experiments**
### Experiments


#### **Block Library**
#### 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**
#### Block editor

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


### **Documentation**
### Documentation


#### **Themes**
#### 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 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**
#### 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**
#### 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**
### Code Quality

#### **Core data**
#### 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))
Expand All @@ -23426,52 +23426,52 @@ The following contributors merged PRs in this release:
* Do not suppress errors in the getEntityRecord and getEntityRecords resolvers. ([39317](https://github.com/WordPress/gutenberg/pull/39317))


#### **Block Library**
#### 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**
#### 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**
#### Plugin

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


#### **Components**
#### 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**
### Tools

#### **Codeowners updates**
#### 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**
#### 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**
#### 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**
#### npm Packages

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

Expand Down

0 comments on commit 5686e54

Please sign in to comment.