From dc5015d768075b5695292a1f3dcf22a92ea7c12e Mon Sep 17 00:00:00 2001 From: Gutenberg Repository Automation Date: Wed, 27 Jul 2022 13:50:51 +0000 Subject: [PATCH] Update Changelog for 13.8.0-rc.1 --- changelog.txt | 247 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 247 insertions(+) diff --git a/changelog.txt b/changelog.txt index 2377924306f430..409c8e08f3a4dd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,252 @@ == Changelog == += 13.8.0-rc.1 = + + + +## Changelog + +### Features + +#### Block Editor +- feat: Inserter displays block collections. ([42405](https://github.com/WordPress/gutenberg/pull/42405)) + + +### 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)) + +#### 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 `