diff --git a/changelog.txt b/changelog.txt index 84337dee9eb05e..8e8246f2729350 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,8 +1,6 @@ == Changelog == -= 13.5.0-rc.1 = - - += 13.5.0 = ## Changelog @@ -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 @@ -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)) @@ -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 @@ -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