Skip to content

Commit

Permalink
Update Changelog for 13.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gutenbergplugin committed Jun 22, 2022
1 parent c10caa6 commit 188dd89
Showing 1 changed file with 18 additions and 55 deletions.
73 changes: 18 additions & 55 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
== Changelog ==

= 13.5.0-rc.1 =


= 13.5.0 =

## Changelog

Expand All @@ -18,7 +16,7 @@
- Add tooltip on replace image's URL. ([41504](https://github.com/WordPress/gutenberg/pull/41504))

#### Block Library
- Adds placeholder when feature image is in use. ([41460](https://github.com/WordPress/gutenberg/pull/41460))
- 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
Expand All @@ -31,16 +29,13 @@
#### Document Settings
- Highlight today's date in DatePicker. ([41647](https://github.com/WordPress/gutenberg/pull/41647))

#### Accessibility
- Add label to Preview options dropdown menu. ([41566](https://github.com/WordPress/gutenberg/pull/41566))

#### 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))
- Allow for zero values for CSS properties in the style engine. ([41561](https://github.com/WordPress/gutenberg/pull/41561))

#### Components
- Avoid including null values in blocks list. ([41496](https://github.com/WordPress/gutenberg/pull/41496))
Expand All @@ -61,61 +56,24 @@
#### Template Editor
- Include theme's templates in template list in post editor. ([41630](https://github.com/WordPress/gutenberg/pull/41630))

#### Accessibility
- edit-post/sidebar/template: Fix lack of context on action buttons and improve A11Y. ([41615](https://github.com/WordPress/gutenberg/pull/41615))
- Fix focus trap on certain input types. ([41538](https://github.com/WordPress/gutenberg/pull/41538))

#### 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

### Performance

- Lodash: Refactor away from `_.isObjectLike()`. ([41701](https://github.com/WordPress/gutenberg/pull/41701))
- Lodash: Remove from plugins package. ([41719](https://github.com/WordPress/gutenberg/pull/41719))
- URL: Remove all of Lodash from the package. ([41687](https://github.com/WordPress/gutenberg/pull/41687))

#### Components
- Lodash: Refactor `SlotComponent` away from `_.negate()`. ([41626](https://github.com/WordPress/gutenberg/pull/41626))
- Lodash: Refactor away from `_.each()`. ([41731](https://github.com/WordPress/gutenberg/pull/41731))
- Lodash: Refactor away from `_.findIndex`. ([41635](https://github.com/WordPress/gutenberg/pull/41635))
- Lodash: Refactor away from `_.isFinite()`. ([41672](https://github.com/WordPress/gutenberg/pull/41672))
- Lodash: Refactor away from `_.isFunction()`. ([41703](https://github.com/WordPress/gutenberg/pull/41703))
- Lodash: Refactor away from `_.take()`. ([41692](https://github.com/WordPress/gutenberg/pull/41692))

#### Block Library
- Lodash: Refactor away from `_.concat()`. ([41653](https://github.com/WordPress/gutenberg/pull/41653))
- Lodash: Refactor away from `_.dropRight()`. ([41654](https://github.com/WordPress/gutenberg/pull/41654))
- Lodash: Refactor away from `_.isUndefined()`. ([41624](https://github.com/WordPress/gutenberg/pull/41624))
- Lodash: Refactor away from `_.sumBy()`. ([41688](https://github.com/WordPress/gutenberg/pull/41688))
- Lodash: Refactor away from `_.trim()`. ([41702](https://github.com/WordPress/gutenberg/pull/41702))

#### Post Editor
- Lodash: Refactor away from `_.isArray()`. ([41652](https://github.com/WordPress/gutenberg/pull/41652))
- Lodash: Refactor away from `_.noop()`. ([41674](https://github.com/WordPress/gutenberg/pull/41674))

#### Testing
- Lodash: Refactor away from `_.random()`. ([41634](https://github.com/WordPress/gutenberg/pull/41634))
- Lodash: Refactor away from `_.sum()`. ([41633](https://github.com/WordPress/gutenberg/pull/41633))

#### Block Editor
- Lodash: Refactor `useArrowNav()` away from `_.reverse()` and `_.find()`. ([41632](https://github.com/WordPress/gutenberg/pull/41632))
- Lodash: Refactor away from `_.differenceWith()` in the inserter. ([41629](https://github.com/WordPress/gutenberg/pull/41629))

#### Widgets Editor
- Lodash: Refactor away from `_.defaultTo()`. ([41706](https://github.com/WordPress/gutenberg/pull/41706))

#### Block Validation/Deprecation
- Lodash: Refactor away from `_.stubTrue` and `_.stubFalse`. ([41625](https://github.com/WordPress/gutenberg/pull/41625))
- 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: 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))
- Merge block CSS with `theme.json` styles. ([34180](https://github.com/WordPress/gutenberg/pull/34180))
- Global styles: Merge block CSS with `theme.json` styles. ([34180](https://github.com/WordPress/gutenberg/pull/34180))

### Documentation

Expand Down Expand Up @@ -161,21 +119,26 @@
#### 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 deps to latest version. ([41710](https://github.com/WordPress/gutenberg/pull/41710))
- 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))
- 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
- Add controlled unit test, use modern Testing Library features. ([41668](https://github.com/WordPress/gutenberg/pull/41668))
- Storybook: Update to the version 6.5. ([41585](https://github.com/WordPress/gutenberg/pull/41585))

## First time contributors
Expand Down

0 comments on commit 188dd89

Please sign in to comment.