-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 4d242c1
authored
chore(deps): update dependency @wordpress/blocks to v14 (#746)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@wordpress/blocks](https://redirect.github.com/WordPress/gutenberg/tree/HEAD/packages/blocks/README.md) ([source](https://redirect.github.com/WordPress/gutenberg/tree/HEAD/packages/blocks)) | [`^13.8.0` -> `^14.0.0`](https://renovatebot.com/diffs/npm/@wordpress%2fblocks/13.8.0/14.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>WordPress/gutenberg (@​wordpress/blocks)</summary>
### [`v14.0.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/blocks/CHANGELOG.md#1400-2024-10-30)
[Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/[email protected]...@wordpress/[email protected])
##### Breaking changes
- Normalize `blockType.parent` to be an array. While string values were never supported, they appeared to work with some unintended side-effects that have been fixed by [#​66250](https://redirect.github.com/WordPress/gutenberg/pull/66250). For that reason, we've added some code that automatically migrates strings to arrays — though it still raises a warning.
### [`v13.10.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/blocks/CHANGELOG.md#13100-2024-10-16)
[Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/[email protected]...@wordpress/[email protected])
### [`v13.9.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/blocks/CHANGELOG.md#1390-2024-10-03)
[Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/[email protected]...@wordpress/[email protected])
### [`v13.8.5`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/[email protected]...@wordpress/[email protected])
[Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/[email protected]...@wordpress/[email protected])
### [`v13.8.4`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/[email protected]...@wordpress/[email protected])
[Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/[email protected]...@wordpress/[email protected])
### [`v13.8.3`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/[email protected]...@wordpress/[email protected])
[Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/[email protected]...@wordpress/[email protected])
### [`v13.8.2`](https://redirect.github.com/WordPress/gutenberg/releases/tag/v13.8.2): 13.8.2
[Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/[email protected]...@wordpress/[email protected])
#### Changelog
##### Enhancements
- Allow removing CSS declarations from the WP_Style_Engine_CSS_Declarations object. ([42428](https://redirect.github.com/WordPress/gutenberg/pull/42428))
- Equalize modal content padding. ([42370](https://redirect.github.com/WordPress/gutenberg/pull/42370))
- Remove top margin on the first paragraph in a modal. ([42369](https://redirect.github.com/WordPress/gutenberg/pull/42369))
##### Components
- BorderControl: Render border color/style dropdown as UnitControl prefix. ([42212](https://redirect.github.com/WordPress/gutenberg/pull/42212))
- ColorPicker: Cleanly implement large size. ([42002](https://redirect.github.com/WordPress/gutenberg/pull/42002))
- ComboboxControl: Refactor `onKeyDown` to use `keyboardEvent.code`. ([42569](https://redirect.github.com/WordPress/gutenberg/pull/42569))
- Elevation: Convert component to TypeScript. ([42302](https://redirect.github.com/WordPress/gutenberg/pull/42302))
- InputControl: Decrease large default padding if has prefix/suffix. ([42166](https://redirect.github.com/WordPress/gutenberg/pull/42166))
- ScrollLock: Covert component to TypeScript. ([42303](https://redirect.github.com/WordPress/gutenberg/pull/42303))
- SelectControl: Add flag for larger default size. ([42456](https://redirect.github.com/WordPress/gutenberg/pull/42456))
- Shortcut: Covert component to TypeScript. ([42272](https://redirect.github.com/WordPress/gutenberg/pull/42272))
- Divider: Complete TypeScript migration of component. ([41991](https://redirect.github.com/WordPress/gutenberg/pull/41991))
- ToggleGroupControl: Add size variants. ([42008](https://redirect.github.com/WordPress/gutenberg/pull/42008))
- UnitControl: Update unit select's focus styles. ([42383](https://redirect.github.com/WordPress/gutenberg/pull/42383))
- BorderControl: Add missing changelog for accessibility enhancements. ([42411](https://redirect.github.com/WordPress/gutenberg/pull/42411))
- CustomSelectControl: Use styles from SelectControl. ([42460](https://redirect.github.com/WordPress/gutenberg/pull/42460))
- Dropdown: Add wrapper for custom padding. ([42595](https://redirect.github.com/WordPress/gutenberg/pull/42595))
- InputControl: Add padding wrapper for prefix/suffix. ([42378](https://redirect.github.com/WordPress/gutenberg/pull/42378))
- ScrollLock: Improve Storybook story for documentation view. ([42344](https://redirect.github.com/WordPress/gutenberg/pull/42344))
- `ColorPalette`: Display checkered preview background when `value` is transparent. ([42232](https://redirect.github.com/WordPress/gutenberg/pull/42232))
##### Block Library
- Added WhatsApp icon to the Social Icon Block. ([42137](https://redirect.github.com/WordPress/gutenberg/pull/42137))
- Template Part: Swap block action places. ([42221](https://redirect.github.com/WordPress/gutenberg/pull/42221))
- Template Parts: Add search to replacement modal. ([42459](https://redirect.github.com/WordPress/gutenberg/pull/42459))
- Image: Add border block support for color, width, and style. ([31366](https://redirect.github.com/WordPress/gutenberg/pull/31366))
- List v2: Remove quote transforms as removed by Quote v2. ([42700](https://redirect.github.com/WordPress/gutenberg/pull/42700))
- Merge Comments and Post Comments blocks. ([41807](https://redirect.github.com/WordPress/gutenberg/pull/41807))
- Theme.json: Add support for heading / caption elements in theme.json schema. ([42433](https://redirect.github.com/WordPress/gutenberg/pull/42433))
##### Global Styles
- Add layout content size controls to global styles. ([42309](https://redirect.github.com/WordPress/gutenberg/pull/42309))
- Core CSS support for root padding and alignfull blocks. ([42085](https://redirect.github.com/WordPress/gutenberg/pull/42085))
- Theme.json: Add block support feature level selectors for blocks. ([42087](https://redirect.github.com/WordPress/gutenberg/pull/42087))
##### Document Settings
- Make 'Move to trash' button full width. ([42577](https://redirect.github.com/WordPress/gutenberg/pull/42577))
##### Block Editor
- Add setting to display rich text toolbar inline. ([42399](https://redirect.github.com/WordPress/gutenberg/pull/42399))
- Add block variations for individual template parts. ([42454](https://redirect.github.com/WordPress/gutenberg/pull/42454))
- Enable `onEnter` support for group block. ([40724](https://redirect.github.com/WordPress/gutenberg/pull/40724))
##### Site Editor
- On template creation, don't show search if not needed. ([42357](https://redirect.github.com/WordPress/gutenberg/pull/42357))
##### Accessibility
- BorderControl: Update labelling, tooltips and wrap with fieldset and legend. ([42348](https://redirect.github.com/WordPress/gutenberg/pull/42348))
##### Icons
- Add shuffle icon to library. ([42193](https://redirect.github.com/WordPress/gutenberg/pull/42193))
##### Nested / Inner Blocks
- Quote: Use nested blocks. ([25892](https://redirect.github.com/WordPress/gutenberg/pull/25892))
##### Colors
- Update color palette popover style. ([41900](https://redirect.github.com/WordPress/gutenberg/pull/41900))
##### Bug Fixes
- Quote: fix raw transform handler (\[https://github.com/WordPress/gutenberg/pull/43093](https://redirect.github.com/WordPress/gutenberg/pull/43093)3])(https://github.com/WordPress/gutenberg/commit/9649f759c2235cde4281b1fd7fa9d8f9bf2f3f0e)
- Paste from Slack: interpret paragraph markup (\[https://github.com/WordPress/gutenberg/pull/43114](https://redirect.github.com/WordPress/gutenberg/pull/43114)4])(https://github.com/WordPress/gutenberg/commit/1a2f08e59646f1d6a20fcb9cdd9182dbb3a6aeac)
- Env: Download WordPress PHPUnit Into Container. ([41780](https://redirect.github.com/WordPress/gutenberg/pull/41780))
- Env: Restrict `WP_TESTS_DOMAIN` constant to just hostname and not home URL. ([41039](https://redirect.github.com/WordPress/gutenberg/pull/41039))
- Fix: Condition bug on BoxControl. ([42402](https://redirect.github.com/WordPress/gutenberg/pull/42402))
- MaybeCategoryPanel: Update category selector. ([42663](https://redirect.github.com/WordPress/gutenberg/pull/42663))
- Post title: Fix single line paste. ([42321](https://redirect.github.com/WordPress/gutenberg/pull/42321))
- Scripts: Exit error code 1 when status value is null. ([42396](https://redirect.github.com/WordPress/gutenberg/pull/42396))
- Style engine: Check item value validity. ([42487](https://redirect.github.com/WordPress/gutenberg/pull/42487))
- Utilize WordPress PHPUnit Test Library Included By `wp-env`. ([41852](https://redirect.github.com/WordPress/gutenberg/pull/41852))
- fix: Correct alt text footnote spacing. ([42504](https://redirect.github.com/WordPress/gutenberg/pull/42504))
##### Block Library
- Cover Block: Prevent transform to Group block when featured image is set. ([42638](https://redirect.github.com/WordPress/gutenberg/pull/42638))
- Cover block: Adding background-size and background-repeat properties to the block CSS. ([42470](https://redirect.github.com/WordPress/gutenberg/pull/42470))
- Fix tab/focus order issue in Media & text block. ([40806](https://redirect.github.com/WordPress/gutenberg/pull/40806))
- List v2: Add forward delete. ([42564](https://redirect.github.com/WordPress/gutenberg/pull/42564))
- List v2: Improve paste handling. ([42524](https://redirect.github.com/WordPress/gutenberg/pull/42524))
- List v2: Merge with nested items. ([42551](https://redirect.github.com/WordPress/gutenberg/pull/42551))
- List v2: Switch to default block type on Backspace from start. ([42633](https://redirect.github.com/WordPress/gutenberg/pull/42633))
- Page List: Fetch items with 'view' context. ([42559](https://redirect.github.com/WordPress/gutenberg/pull/42559))
- Social Icons Block: Fix button opacity in template parts. ([42641](https://redirect.github.com/WordPress/gutenberg/pull/42641))
- Group block: Add context to the word "Row". ([42255](https://redirect.github.com/WordPress/gutenberg/pull/42255))
- Hide prefix and suffix placeholders in post terms. ([42418](https://redirect.github.com/WordPress/gutenberg/pull/42418))
- Theme.json: Fix schema for button elements. ([42431](https://redirect.github.com/WordPress/gutenberg/pull/42431))
- \[Media Text]: Fix deprecations regression. ([42816](https://redirect.github.com/WordPress/gutenberg/pull/42816))
- Site Logo: Add the missing 'site_icon_url' to the REST_API index. ([42957](https://redirect.github.com/WordPress/gutenberg/pull/42957))
##### Components
- AnglePickerControl: Fix gap between elements in RTL mode. ([42534](https://redirect.github.com/WordPress/gutenberg/pull/42534))
- ColorPalette: Fix background image in RTL mode. ([42510](https://redirect.github.com/WordPress/gutenberg/pull/42510))
- Context System: Don't explicitly set `undefined` value to `children`. ([42686](https://redirect.github.com/WordPress/gutenberg/pull/42686))
- Popover: Fix width on `expandOnMobile`. ([42635](https://redirect.github.com/WordPress/gutenberg/pull/42635))
- RangeControl: Clamp initialPosition between min and max values. ([42571](https://redirect.github.com/WordPress/gutenberg/pull/42571))
- Tooltip: Avoid unnecessary re-renders of `<select>` child elements. ([42483](https://redirect.github.com/WordPress/gutenberg/pull/42483))
- Tooltip: Fix positioning by anchoring to child element. ([41268](https://redirect.github.com/WordPress/gutenberg/pull/41268))
##### Accessibility
- Add aria-hidden to query pagination arrows. ([42583](https://redirect.github.com/WordPress/gutenberg/pull/42583))
- Fix labelling and semantics of the paragraph block Left to right control. ([42324](https://redirect.github.com/WordPress/gutenberg/pull/42324))
- Fix mismatching label and visible text on the Toggle block inserter button. ([42359](https://redirect.github.com/WordPress/gutenberg/pull/42359))
- Fix: The description text of block movers for horizontal movement. ([42393](https://redirect.github.com/WordPress/gutenberg/pull/42393))
- Replace clickable div elements with buttons in the Add template modal. ([42668](https://redirect.github.com/WordPress/gutenberg/pull/42668))
##### Post Editor
- Avoid 403 errors for users with low permissions. ([42413](https://redirect.github.com/WordPress/gutenberg/pull/42413))
- Display post template selection for non-admin users. ([42705](https://redirect.github.com/WordPress/gutenberg/pull/42705))
- Editor: Fix typo in translation string. ([42673](https://redirect.github.com/WordPress/gutenberg/pull/42673))
##### Block Editor
- Prevent link control popover from going offscreen. ([42389](https://redirect.github.com/WordPress/gutenberg/pull/42389))
- Writing flow: Fix caret movement for multiple lines. ([42423](https://redirect.github.com/WordPress/gutenberg/pull/42423))
- Writing flow: Fix caret placement in corners. ([42437](https://redirect.github.com/WordPress/gutenberg/pull/42437))
- Writing flow: Esc should enter Nav mode consistently, avoid focus loss when clearing selection. ([42530](https://redirect.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://redirect.github.com/WordPress/gutenberg/pull/42129))
- Link elements: Add a :where selector to the :Not to lower specificity. ([42669](https://redirect.github.com/WordPress/gutenberg/pull/42669))
- Button Block: Change text-decoration style to low specificity. ([42545](https://redirect.github.com/WordPress/gutenberg/pull/42545))
- Element styles: Adding stylesheet to load in the editor. ([42132](https://redirect.github.com/WordPress/gutenberg/pull/42132))
##### Global Styles
- Elements: Fix heading and caption element selectors. ([42479](https://redirect.github.com/WordPress/gutenberg/pull/42479))
- Layout content size controls: Add left alignment to line up with description and other elements. ([42576](https://redirect.github.com/WordPress/gutenberg/pull/42576))
- Layout: Ensure defaultEditorStyles are still output in Classic themes. ([42906](https://redirect.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://redirect.github.com/WordPress/gutenberg/pull/42756))
##### Widgets Editor
- Add configuration option to skip autop on freeform blocks when parsing blocks. ([42623](https://redirect.github.com/WordPress/gutenberg/pull/42623))
##### Rich Text
- Annotation API: Fix \__experimentalGetPropsForEditableTreePreparation. ([42596](https://redirect.github.com/WordPress/gutenberg/pull/42596))
##### Site Editor
- Fix typo in default category template's description. ([42586](https://redirect.github.com/WordPress/gutenberg/pull/42586))
- \[Site Editor]: Fix Reakit warning on creation template component. ([42392](https://redirect.github.com/WordPress/gutenberg/pull/42392))
- Site Editor: Remove leftover class. ([42591](https://redirect.github.com/WordPress/gutenberg/pull/42591))
##### Themes
- Remove core/post-comments-form block styles that are overriding button element styles. ([42053](https://redirect.github.com/WordPress/gutenberg/pull/42053))
##### Icons
- Icons Package: Fix line icons styling. ([40315](https://redirect.github.com/WordPress/gutenberg/pull/40315))
##### Performance
##### Components
- Lodash: Refactor a few components away from `_.isEmpty()`. ([42468](https://redirect.github.com/WordPress/gutenberg/pull/42468))
- Lodash: Refactor away from `_.compact()`. ([42438](https://redirect.github.com/WordPress/gutenberg/pull/42438))
##### Post Editor
- Lodash: Refactor `PageAttributesParent` away from `_.deburr()`. ([42429](https://redirect.github.com/WordPress/gutenberg/pull/42429))
##### Testing
- Lodash: Refactor away from `_.snakeCase()`. ([42427](https://redirect.github.com/WordPress/gutenberg/pull/42427))
##### Block Validation/Deprecation
- Lodash: Refactor away from `_.fromPairs()`. ([42217](https://redirect.github.com/WordPress/gutenberg/pull/42217))
##### Experiments
- Style Engine Rules & Store objects. ([42222](https://redirect.github.com/WordPress/gutenberg/pull/42222))
- Style Engine: Add a WP_Style_Engine_Processor object. ([42463](https://redirect.github.com/WordPress/gutenberg/pull/42463))
##### CSS & Styling
- Style Engine: Add elements to the frontend. ([41732](https://redirect.github.com/WordPress/gutenberg/pull/41732))
##### Global Styles
- Block supports: Add fluid typography. ([39529](https://redirect.github.com/WordPress/gutenberg/pull/39529))
- Layout: Reduce specificity of fallback blockGap styles. ([42665](https://redirect.github.com/WordPress/gutenberg/pull/42665))
##### Documentation
- Add [@​examples](https://redirect.github.com/examples) to core/blocks selectors. ([42572](https://redirect.github.com/WordPress/gutenberg/pull/42572))
- Consolidate editor filters and actions. ([42356](https://redirect.github.com/WordPress/gutenberg/pull/42356))
- Correct the documented return type for `WP_Block_Parser::Render()`. ([42642](https://redirect.github.com/WordPress/gutenberg/pull/42642))
- Doc: Update getEntityRecord/s param description. ([42488](https://redirect.github.com/WordPress/gutenberg/pull/42488))
- Docs: Add `variations` key to `block.json` JSON schema definition. ([42539](https://redirect.github.com/WordPress/gutenberg/pull/42539))
- Docs: Add missing data module references. ([42651](https://redirect.github.com/WordPress/gutenberg/pull/42651))
- Fix: Repetition of wrong word in string. ([42621](https://redirect.github.com/WordPress/gutenberg/pull/42621))
- Flex: Remove experimental from documentation and storybook. ([42301](https://redirect.github.com/WordPress/gutenberg/pull/42301))
- Include section on how to test code for a given WP major. ([42390](https://redirect.github.com/WordPress/gutenberg/pull/42390))
- Marking internal action as [@​ignore](https://redirect.github.com/ignore) to remove them from the documentation. ([42163](https://redirect.github.com/WordPress/gutenberg/pull/42163))
- Theme JSON Docs: Clarify null, true, and false values for blockGap setting. ([42447](https://redirect.github.com/WordPress/gutenberg/pull/42447))
- ToolsPanel: Add a readme section related to laying out a ToolsPanel. ([42615](https://redirect.github.com/WordPress/gutenberg/pull/42615))
##### Components
- Improve documentation for the `SpaceInput` type. ([42376](https://redirect.github.com/WordPress/gutenberg/pull/42376))
##### Code Quality
- Base Styles: Apply `long-content-fade` gradient from transparent to color. ([42401](https://redirect.github.com/WordPress/gutenberg/pull/42401))
- Fix jsx-a11y label-has-associated-control configuration. ([42671](https://redirect.github.com/WordPress/gutenberg/pull/42671))
- Fix: Two code issues on navigation link edit missing text. ([42440](https://redirect.github.com/WordPress/gutenberg/pull/42440))
- Remove deprecated eslint rules. ([42654](https://redirect.github.com/WordPress/gutenberg/pull/42654))
- Style Engine: Rename WP_Style_Engine_CSS_Rule->set_declarations to add_declarations. ([42464](https://redirect.github.com/WordPress/gutenberg/pull/42464))
- Style engine: Update return PHP doc comment and other nitpicks. ([42453](https://redirect.github.com/WordPress/gutenberg/pull/42453))
##### Global Styles
- Dimensions Global Styles: Split props into separate hooks to tidy up the panel component. ([42620](https://redirect.github.com/WordPress/gutenberg/pull/42620))
##### Block Library
- Remove unnecessary React Fragments. ([42529](https://redirect.github.com/WordPress/gutenberg/pull/42529))
##### Tools
##### Testing
- Added unit test for cover block render function. ([42108](https://redirect.github.com/WordPress/gutenberg/pull/42108))
- Migrate hooks api test to playwright. ([42584](https://redirect.github.com/WordPress/gutenberg/pull/42584))
- Skip flaky navigation block permissions test. ([42693](https://redirect.github.com/WordPress/gutenberg/pull/42693))
- end-to-end Tests: Tweak Comments block tests after migrating to Playwright. ([42406](https://redirect.github.com/WordPress/gutenberg/pull/42406))
##### Build Tooling
- Update to reflect change in Documentation label. ([42395](https://redirect.github.com/WordPress/gutenberg/pull/42395))
- Add inline documentation on building API documentation to commit block API verify error message. ([42432](https://redirect.github.com/WordPress/gutenberg/pull/42432))
#### First time contributors
The following PRs were merged by first time contributors:
- [@​kkmuffme](https://redirect.github.com/kkmuffme): Remove deprecated eslint rules. ([42654](https://redirect.github.com/WordPress/gutenberg/pull/42654))
- [@​paulopmt1](https://redirect.github.com/paulopmt1): Added WhatsApp icon to the Social Icon Block. ([42137](https://redirect.github.com/WordPress/gutenberg/pull/42137))
#### Contributors
The following contributors merged PRs in this release:
[@​aaronrobertshaw](https://redirect.github.com/aaronrobertshaw) [@​afercia](https://redirect.github.com/afercia) [@​ajlende](https://redirect.github.com/ajlende) [@​amustaque97](https://redirect.github.com/amustaque97) [@​andrewserong](https://redirect.github.com/andrewserong) [@​arcangelini](https://redirect.github.com/arcangelini) [@​aristath](https://redirect.github.com/aristath) [@​bph](https://redirect.github.com/bph) [@​carolinan](https://redirect.github.com/carolinan) [@​chad1008](https://redirect.github.com/chad1008) [@​ciampo](https://redirect.github.com/ciampo) [@​danielbachhuber](https://redirect.github.com/danielbachhuber) [@​DAreRodz](https://redirect.github.com/DAreRodz) [@​dcalhoun](https://redirect.github.com/dcalhoun) [@​ellatrix](https://redirect.github.com/ellatrix) [@​fabiankaegy](https://redirect.github.com/fabiankaegy) [@​geriux](https://redirect.github.com/geriux) [@​getdave](https://redirect.github.com/getdave) [@​gziolo](https://redirect.github.com/gziolo) [@​jameskoster](https://redirect.github.com/jameskoster) [@​johnbillion](https://redirect.github.com/johnbillion) [@​jorgefilipecosta](https://redirect.github.com/jorgefilipecosta) [@​kkmuffme](https://redirect.github.com/kkmuffme) [@​Mamaduka](https://redirect.github.com/Mamaduka) [@​matiasbenedetto](https://redirect.github.com/matiasbenedetto) [@​mirka](https://redirect.github.com/mirka) [@​ndiego](https://redirect.github.com/ndiego) [@​noisysocks](https://redirect.github.com/noisysocks) [@​ntsekouras](https://redirect.github.com/ntsekouras) [@​oandregal](https://redirect.github.com/oandregal) [@​ObliviousHarmony](https://redirect.github.com/ObliviousHarmony) [@​paulopmt1](https://redirect.github.com/paulopmt1) [@​pedro-mendonca](https://redirect.github.com/pedro-mendonca) [@​pooja-muchandikar](https://redirect.github.com/pooja-muchandikar) [@​ramonjd](https://redirect.github.com/ramonjd) [@​ryanwelcher](https://redirect.github.com/ryanwelcher) [@​scruffian](https://redirect.github.com/scruffian) [@​SiobhyB](https://redirect.github.com/SiobhyB) [@​sunil25393](https://redirect.github.com/sunil25393) [@​t-hamano](https://redirect.github.com/t-hamano) [@​talldan](https://redirect.github.com/talldan) [@​tellthemachines](https://redirect.github.com/tellthemachines) [@​tyxla](https://redirect.github.com/tyxla) [@​vcanales](https://redirect.github.com/vcanales) [@​walbo](https://redirect.github.com/walbo) [@​westonruter](https://redirect.github.com/westonruter) [@​zaguiini](https://redirect.github.com/zaguiini)
### [`v13.8.1`](https://redirect.github.com/WordPress/gutenberg/releases/tag/v13.8.1): 13.8.1
[Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/[email protected]...@wordpress/[email protected])
#### Changelog
##### Enhancements
- Allow removing CSS declarations from the WP_Style_Engine_CSS_Declarations object. ([42428](https://redirect.github.com/WordPress/gutenberg/pull/42428))
- Equalize modal content padding. ([42370](https://redirect.github.com/WordPress/gutenberg/pull/42370))
- Remove top margin on the first paragraph in a modal. ([42369](https://redirect.github.com/WordPress/gutenberg/pull/42369))
##### Components
- BorderControl: Render border color/style dropdown as UnitControl prefix. ([42212](https://redirect.github.com/WordPress/gutenberg/pull/42212))
- ColorPicker: Cleanly implement large size. ([42002](https://redirect.github.com/WordPress/gutenberg/pull/42002))
- ComboboxControl: Refactor `onKeyDown` to use `keyboardEvent.code`. ([42569](https://redirect.github.com/WordPress/gutenberg/pull/42569))
- Elevation: Convert component to TypeScript. ([42302](https://redirect.github.com/WordPress/gutenberg/pull/42302))
- InputControl: Decrease large default padding if has prefix/suffix. ([42166](https://redirect.github.com/WordPress/gutenberg/pull/42166))
- ScrollLock: Covert component to TypeScript. ([42303](https://redirect.github.com/WordPress/gutenberg/pull/42303))
- SelectControl: Add flag for larger default size. ([42456](https://redirect.github.com/WordPress/gutenberg/pull/42456))
- Shortcut: Covert component to TypeScript. ([42272](https://redirect.github.com/WordPress/gutenberg/pull/42272))
- Divider: Complete TypeScript migration of component. ([41991](https://redirect.github.com/WordPress/gutenberg/pull/41991))
- ToggleGroupControl: Add size variants. ([42008](https://redirect.github.com/WordPress/gutenberg/pull/42008))
- UnitControl: Update unit select's focus styles. ([42383](https://redirect.github.com/WordPress/gutenberg/pull/42383))
- BorderControl: Add missing changelog for accessibility enhancements. ([42411](https://redirect.github.com/WordPress/gutenberg/pull/42411))
- CustomSelectControl: Use styles from SelectControl. ([42460](https://redirect.github.com/WordPress/gutenberg/pull/42460))
- Dropdown: Add wrapper for custom padding. ([42595](https://redirect.github.com/WordPress/gutenberg/pull/42595))
- InputControl: Add padding wrapper for prefix/suffix. ([42378](https://redirect.github.com/WordPress/gutenberg/pull/42378))
- ScrollLock: Improve Storybook story for documentation view. ([42344](https://redirect.github.com/WordPress/gutenberg/pull/42344))
- `ColorPalette`: Display checkered preview background when `value` is transparent. ([42232](https://redirect.github.com/WordPress/gutenberg/pull/42232))
##### Block Library
- Added WhatsApp icon to the Social Icon Block. ([42137](https://redirect.github.com/WordPress/gutenberg/pull/42137))
- Template Part: Swap block action places. ([42221](https://redirect.github.com/WordPress/gutenberg/pull/42221))
- Template Parts: Add search to replacement modal. ([42459](https://redirect.github.com/WordPress/gutenberg/pull/42459))
- Image: Add border block support for color, width, and style. ([31366](https://redirect.github.com/WordPress/gutenberg/pull/31366))
- List v2: Remove quote transforms as removed by Quote v2. ([42700](https://redirect.github.com/WordPress/gutenberg/pull/42700))
- Merge Comments and Post Comments blocks. ([41807](https://redirect.github.com/WordPress/gutenberg/pull/41807))
- Theme.json: Add support for heading / caption elements in theme.json schema. ([42433](https://redirect.github.com/WordPress/gutenberg/pull/42433))
##### Global Styles
- Add layout content size controls to global styles. ([42309](https://redirect.github.com/WordPress/gutenberg/pull/42309))
- Core CSS support for root padding and alignfull blocks. ([42085](https://redirect.github.com/WordPress/gutenberg/pull/42085))
- Theme.json: Add block support feature level selectors for blocks. ([42087](https://redirect.github.com/WordPress/gutenberg/pull/42087))
##### Document Settings
- Make 'Move to trash' button full width. ([42577](https://redirect.github.com/WordPress/gutenberg/pull/42577))
##### Block Editor
- Add setting to display rich text toolbar inline. ([42399](https://redirect.github.com/WordPress/gutenberg/pull/42399))
- Add block variations for individual template parts. ([42454](https://redirect.github.com/WordPress/gutenberg/pull/42454))
- Enable `onEnter` support for group block. ([40724](https://redirect.github.com/WordPress/gutenberg/pull/40724))
##### Site Editor
- On template creation, don't show search if not needed. ([42357](https://redirect.github.com/WordPress/gutenberg/pull/42357))
##### Accessibility
- BorderControl: Update labelling, tooltips and wrap with fieldset and legend. ([42348](https://redirect.github.com/WordPress/gutenberg/pull/42348))
##### Icons
- Add shuffle icon to library. ([42193](https://redirect.github.com/WordPress/gutenberg/pull/42193))
##### Nested / Inner Blocks
- Quote: Use nested blocks. ([25892](https://redirect.github.com/WordPress/gutenberg/pull/25892))
##### Colors
- Update color palette popover style. ([41900](https://redirect.github.com/WordPress/gutenberg/pull/41900))
##### Bug Fixes
- Env: Download WordPress PHPUnit Into Container. ([41780](https://redirect.github.com/WordPress/gutenberg/pull/41780))
- Env: Restrict `WP_TESTS_DOMAIN` constant to just hostname and not home URL. ([41039](https://redirect.github.com/WordPress/gutenberg/pull/41039))
- Fix: Condition bug on BoxControl. ([42402](https://redirect.github.com/WordPress/gutenberg/pull/42402))
- MaybeCategoryPanel: Update category selector. ([42663](https://redirect.github.com/WordPress/gutenberg/pull/42663))
- Post title: Fix single line paste. ([42321](https://redirect.github.com/WordPress/gutenberg/pull/42321))
- Scripts: Exit error code 1 when status value is null. ([42396](https://redirect.github.com/WordPress/gutenberg/pull/42396))
- Style engine: Check item value validity. ([42487](https://redirect.github.com/WordPress/gutenberg/pull/42487))
- Utilize WordPress PHPUnit Test Library Included By `wp-env`. ([41852](https://redirect.github.com/WordPress/gutenberg/pull/41852))
- fix: Correct alt text footnote spacing. ([42504](https://redirect.github.com/WordPress/gutenberg/pull/42504))
##### Block Library
- Cover Block: Prevent transform to Group block when featured image is set. ([42638](https://redirect.github.com/WordPress/gutenberg/pull/42638))
- Cover block: Adding background-size and background-repeat properties to the block CSS. ([42470](https://redirect.github.com/WordPress/gutenberg/pull/42470))
- Fix tab/focus order issue in Media & text block. ([40806](https://redirect.github.com/WordPress/gutenberg/pull/40806))
- List v2: Add forward delete. ([42564](https://redirect.github.com/WordPress/gutenberg/pull/42564))
- List v2: Improve paste handling. ([42524](https://redirect.github.com/WordPress/gutenberg/pull/42524))
- List v2: Merge with nested items. ([42551](https://redirect.github.com/WordPress/gutenberg/pull/42551))
- List v2: Switch to default block type on Backspace from start. ([42633](https://redirect.github.com/WordPress/gutenberg/pull/42633))
- Page List: Fetch items with 'view' context. ([42559](https://redirect.github.com/WordPress/gutenberg/pull/42559))
- Social Icons Block: Fix button opacity in template parts. ([42641](https://redirect.github.com/WordPress/gutenberg/pull/42641))
- Group block: Add context to the word "Row". ([42255](https://redirect.github.com/WordPress/gutenberg/pull/42255))
- Hide prefix and suffix placeholders in post terms. ([42418](https://redirect.github.com/WordPress/gutenberg/pull/42418))
- Theme.json: Fix schema for button elements. ([42431](https://redirect.github.com/WordPress/gutenberg/pull/42431))
- \[Media Text]: Fix deprecations regression. ([42816](https://redirect.github.com/WordPress/gutenberg/pull/42816))
- Site Logo: Add the missing 'site_icon_url' to the REST_API index. ([42957](https://redirect.github.com/WordPress/gutenberg/pull/42957))
##### Components
- AnglePickerControl: Fix gap between elements in RTL mode. ([42534](https://redirect.github.com/WordPress/gutenberg/pull/42534))
- ColorPalette: Fix background image in RTL mode. ([42510](https://redirect.github.com/WordPress/gutenberg/pull/42510))
- Context System: Don't explicitly set `undefined` value to `children`. ([42686](https://redirect.github.com/WordPress/gutenberg/pull/42686))
- Popover: Fix width on `expandOnMobile`. ([42635](https://redirect.github.com/WordPress/gutenberg/pull/42635))
- RangeControl: Clamp initialPosition between min and max values. ([42571](https://redirect.github.com/WordPress/gutenberg/pull/42571))
- Tooltip: Avoid unnecessary re-renders of `<select>` child elements. ([42483](https://redirect.github.com/WordPress/gutenberg/pull/42483))
- Tooltip: Fix positioning by anchoring to child element. ([41268](https://redirect.github.com/WordPress/gutenberg/pull/41268))
##### Accessibility
- Add aria-hidden to query pagination arrows. ([42583](https://redirect.github.com/WordPress/gutenberg/pull/42583))
- Fix labelling and semantics of the paragraph block Left to right control. ([42324](https://redirect.github.com/WordPress/gutenberg/pull/42324))
- Fix mismatching label and visible text on the Toggle block inserter button. ([42359](https://redirect.github.com/WordPress/gutenberg/pull/42359))
- Fix: The description text of block movers for horizontal movement. ([42393](https://redirect.github.com/WordPress/gutenberg/pull/42393))
- Replace clickable div elements with buttons in the Add template modal. ([42668](https://redirect.github.com/WordPress/gutenberg/pull/42668))
##### Post Editor
- Avoid 403 errors for users with low permissions. ([42413](https://redirect.github.com/WordPress/gutenberg/pull/42413))
- Display post template selection for non-admin users. ([42705](https://redirect.github.com/WordPress/gutenberg/pull/42705))
- Editor: Fix typo in translation string. ([42673](https://redirect.github.com/WordPress/gutenberg/pull/42673))
##### Block Editor
- Prevent link control popover from going offscreen. ([42389](https://redirect.github.com/WordPress/gutenberg/pull/42389))
- Writing flow: Fix caret movement for multiple lines. ([42423](https://redirect.github.com/WordPress/gutenberg/pull/42423))
- Writing flow: Fix caret placement in corners. ([42437](https://redirect.github.com/WordPress/gutenberg/pull/42437))
- Writing flow: Esc should enter Nav mode consistently, avoid focus loss when clearing selection. ([42530](https://redirect.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://redirect.github.com/WordPress/gutenberg/pull/42129))
- Link elements: Add a :where selector to the :Not to lower specificity. ([42669](https://redirect.github.com/WordPress/gutenberg/pull/42669))
- Button Block: Change text-decoration style to low specificity. ([42545](https://redirect.github.com/WordPress/gutenberg/pull/42545))
- Element styles: Adding stylesheet to load in the editor. ([42132](https://redirect.github.com/WordPress/gutenberg/pull/42132))
##### Global Styles
- Elements: Fix heading and caption element selectors. ([42479](https://redirect.github.com/WordPress/gutenberg/pull/42479))
- Layout content size controls: Add left alignment to line up with description and other elements. ([42576](https://redirect.github.com/WordPress/gutenberg/pull/42576))
- Layout: Ensure defaultEditorStyles are still output in Classic themes. ([42906](https://redirect.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://redirect.github.com/WordPress/gutenberg/pull/42756))
##### Widgets Editor
- Add configuration option to skip autop on freeform blocks when parsing blocks. ([42623](https://redirect.github.com/WordPress/gutenberg/pull/42623))
##### Rich Text
- Annotation API: Fix \__experimentalGetPropsForEditableTreePreparation. ([42596](https://redirect.github.com/WordPress/gutenberg/pull/42596))
##### Site Editor
- Fix typo in default category template's description. ([42586](https://redirect.github.com/WordPress/gutenberg/pull/42586))
- \[Site Editor]: Fix Reakit warning on creation template component. ([42392](https://redirect.github.com/WordPress/gutenberg/pull/42392))
- Site Editor: Remove leftover class. ([42591](https://redirect.github.com/WordPress/gutenberg/pull/42591))
##### Themes
- Remove core/post-comments-form block styles that are overriding button element styles. ([42053](https://redirect.github.com/WordPress/gutenberg/pull/42053))
##### Icons
- Icons Package: Fix line icons styling. ([40315](https://redirect.github.com/WordPress/gutenberg/pull/40315))
##### Performance
##### Components
- Lodash: Refactor a few components away from `_.isEmpty()`. ([42468](https://redirect.github.com/WordPress/gutenberg/pull/42468))
- Lodash: Refactor away from `_.compact()`. ([42438](https://redirect.github.com/WordPress/gutenberg/pull/42438))
##### Post Editor
- Lodash: Refactor `PageAttributesParent` away from `_.deburr()`. ([42429](https://redirect.github.com/WordPress/gutenberg/pull/42429))
##### Testing
- Lodash: Refactor away from `_.snakeCase()`. ([42427](https://redirect.github.com/WordPress/gutenberg/pull/42427))
##### Block Validation/Deprecation
- Lodash: Refactor away from `_.fromPairs()`. ([42217](https://redirect.github.com/WordPress/gutenberg/pull/42217))
##### Experiments
- Style Engine Rules & Store objects. ([42222](https://redirect.github.com/WordPress/gutenberg/pull/42222))
- Style Engine: Add a WP_Style_Engine_Processor object. ([42463](https://redirect.github.com/WordPress/gutenberg/pull/42463))
##### CSS & Styling
- Style Engine: Add elements to the frontend. ([41732](https://redirect.github.com/WordPress/gutenberg/pull/41732))
##### Global Styles
- Block supports: Add fluid typography. ([39529](https://redirect.github.com/WordPress/gutenberg/pull/39529))
- Layout: Reduce specificity of fallback blockGap styles. ([42665](https://redirect.github.com/WordPress/gutenberg/pull/42665))
##### Documentation
- Add [@​examples](https://redirect.github.com/examples) to core/blocks selectors. ([42572](https://redirect.github.com/WordPress/gutenberg/pull/42572))
- Consolidate editor filters and actions. ([42356](https://redirect.github.com/WordPress/gutenberg/pull/42356))
- Correct the documented return type for `WP_Block_Parser::Render()`. ([42642](https://redirect.github.com/WordPress/gutenberg/pull/42642))
- Doc: Update getEntityRecord/s param description. ([42488](https://redirect.github.com/WordPress/gutenberg/pull/42488))
- Docs: Add `variations` key to `block.json` JSON schema definition. ([42539](https://redirect.github.com/WordPress/gutenberg/pull/42539))
- Docs: Add missing data module references. ([42651](https://redirect.github.com/WordPress/gutenberg/pull/42651))
- Fix: Repetition of wrong word in string. ([42621](https://redirect.github.com/WordPress/gutenberg/pull/42621))
- Flex: Remove experimental from documentation and storybook. ([42301](https://redirect.github.com/WordPress/gutenberg/pull/42301))
- Include section on how to test code for a given WP major. ([42390](https://redirect.github.com/WordPress/gutenberg/pull/42390))
- Marking internal action as [@​ignore](https://redirect.github.com/ignore) to remove them from the documentation. ([42163](https://redirect.github.com/WordPress/gutenberg/pull/42163))
- Theme JSON Docs: Clarify null, true, and false values for blockGap setting. ([42447](https://redirect.github.com/WordPress/gutenberg/pull/42447))
- ToolsPanel: Add a readme section related to laying out a ToolsPanel. ([42615](https://redirect.github.com/WordPress/gutenberg/pull/42615))
##### Components
- Improve documentation for the `SpaceInput` type. ([42376](https://redirect.github.com/WordPress/gutenberg/pull/42376))
##### Code Quality
- Base Styles: Apply `long-content-fade` gradient from transparent to color. ([42401](https://redirect.github.com/WordPress/gutenberg/pull/42401))
- Fix jsx-a11y label-has-associated-control configuration. ([42671](https://redirect.github.com/WordPress/gutenberg/pull/42671))
- Fix: Two code issues on navigation link edit missing text. ([42440](https://redirect.github.com/WordPress/gutenberg/pull/42440))
- Remove deprecated eslint rules. ([42654](https://redirect.github.com/WordPress/gutenberg/pull/42654))
- Style Engine: Rename WP_Style_Engine_CSS_Rule->set_declarations to add_declarations. ([42464](https://redirect.github.com/WordPress/gutenberg/pull/42464))
- Style engine: Update return PHP doc comment and other nitpicks. ([42453](https://redirect.github.com/WordPress/gutenberg/pull/42453))
##### Global Styles
- Dimensions Global Styles: Split props into separate hooks to tidy up the panel component. ([42620](https://redirect.github.com/WordPress/gutenberg/pull/42620))
##### Block Library
- Remove unnecessary React Fragments. ([42529](https://redirect.github.com/WordPress/gutenberg/pull/42529))
##### Tools
##### Testing
- Added unit test for cover block render function. ([42108](https://redirect.github.com/WordPress/gutenberg/pull/42108))
- Migrate hooks api test to playwright. ([42584](https://redirect.github.com/WordPress/gutenberg/pull/42584))
- Skip flaky navigation block permissions test. ([42693](https://redirect.github.com/WordPress/gutenberg/pull/42693))
- end-to-end Tests: Tweak Comments block tests after migrating to Playwright. ([42406](https://redirect.github.com/WordPress/gutenberg/pull/42406))
##### Build Tooling
- Update to reflect change in Documentation label. ([42395](https://redirect.github.com/WordPress/gutenberg/pull/42395))
- Add inline documentation on building API documentation to commit block API verify error message. ([42432](https://redirect.github.com/WordPress/gutenberg/pull/42432))
#### First time contributors
The following PRs were merged by first time contributors:
- [@​kkmuffme](https://redirect.github.com/kkmuffme): Remove deprecated eslint rules. ([42654](https://redirect.github.com/WordPress/gutenberg/pull/42654))
- [@​paulopmt1](https://redirect.github.com/paulopmt1): Added WhatsApp icon to the Social Icon Block. ([42137](https://redirect.github.com/WordPress/gutenberg/pull/42137))
#### Contributors
The following contributors merged PRs in this release:
[@​aaronrobertshaw](https://redirect.github.com/aaronrobertshaw) [@​afercia](https://redirect.github.com/afercia) [@​ajlende](https://redirect.github.com/ajlende) [@​amustaque97](https://redirect.github.com/amustaque97) [@​andrewserong](https://redirect.github.com/andrewserong) [@​arcangelini](https://redirect.github.com/arcangelini) [@​aristath](https://redirect.github.com/aristath) [@​bph](https://redirect.github.com/bph) [@​carolinan](https://redirect.github.com/carolinan) [@​chad1008](https://redirect.github.com/chad1008) [@​ciampo](https://redirect.github.com/ciampo) [@​danielbachhuber](https://redirect.github.com/danielbachhuber) [@​DAreRodz](https://redirect.github.com/DAreRodz) [@​dcalhoun](https://redirect.github.com/dcalhoun) [@​ellatrix](https://redirect.github.com/ellatrix) [@​fabiankaegy](https://redirect.github.com/fabiankaegy) [@​geriux](https://redirect.github.com/geriux) [@​getdave](https://redirect.github.com/getdave) [@​gziolo](https://redirect.github.com/gziolo) [@​jameskoster](https://redirect.github.com/jameskoster) [@​johnbillion](https://redirect.github.com/johnbillion) [@​jorgefilipecosta](https://redirect.github.com/jorgefilipecosta) [@​kkmuffme](https://redirect.github.com/kkmuffme) [@​Mamaduka](https://redirect.github.com/Mamaduka) [@​matiasbenedetto](https://redirect.github.com/matiasbenedetto) [@​mirka](https://redirect.github.com/mirka) [@​ndiego](https://redirect.github.com/ndiego) [@​noisysocks](https://redirect.github.com/noisysocks) [@​ntsekouras](https://redirect.github.com/ntsekouras) [@​oandregal](https://redirect.github.com/oandregal) [@​ObliviousHarmony](https://redirect.github.com/ObliviousHarmony) [@​paulopmt1](https://redirect.github.com/paulopmt1) [@​pedro-mendonca](https://redirect.github.com/pedro-mendonca) [@​pooja-muchandikar](https://redirect.github.com/pooja-muchandikar) [@​ramonjd](https://redirect.github.com/ramonjd) [@​ryanwelcher](https://redirect.github.com/ryanwelcher) [@​scruffian](https://redirect.github.com/scruffian) [@​SiobhyB](https://redirect.github.com/SiobhyB) [@​sunil25393](https://redirect.github.com/sunil25393) [@​t-hamano](https://redirect.github.com/t-hamano) [@​talldan](https://redirect.github.com/talldan) [@​tellthemachines](https://redirect.github.com/tellthemachines) [@​tyxla](https://redirect.github.com/tyxla) [@​vcanales](https://redirect.github.com/vcanales) [@​walbo](https://redirect.github.com/walbo) [@​westonruter](https://redirect.github.com/westonruter) [@​zaguiini](https://redirect.github.com/zaguiini)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 5am on Monday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/mheob/include-fussball-de-widgets).1 parent 09e5f7d commit 4d242c1Copy full SHA for 4d242c1
File tree
Expand file treeCollapse file tree
2 files changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+1
-1
lines changedOpen diff view settings
Binary file not shown.
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments