diff --git a/changelog.txt b/changelog.txt index a526c9cffe09d0..290ce9af77f73d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,9 +1,9 @@ == Changelog == -= 9.5.0-rc.1 = += 9.5.0 = ### Features -- Full Height Alignment Toolbar: Implementation and Cover integration. ([26615](https://github.com/WordPress/gutenberg/pull/26615)) +- Full Height Alignment control: Implementation and Cover block integration. ([26615](https://github.com/WordPress/gutenberg/pull/26615)) - Code block: Add support for font sizes. ([27294](https://github.com/WordPress/gutenberg/pull/27294)) ### Enhancements @@ -16,13 +16,12 @@ - Data: Use store instance as param for select and dispatch. ([26655](https://github.com/WordPress/gutenberg/pull/26655)) - Adds instance URL to wp-env start. ([27282](https://github.com/WordPress/gutenberg/pull/27282)) -- Scripts: Auto format TypeScript files with format-js. ([27138](https://github.com/WordPress/gutenberg/pull/27138)) ### Bug Fixes - Fix crash when null date passed to TimePicker. ([27316](https://github.com/WordPress/gutenberg/pull/27316)) - Add backward compatibility support for lightBlockWrapper in getSaveElement. ([27189](https://github.com/WordPress/gutenberg/pull/27189)) -- Restore gray background in Post Editor. ([27188](https://github.com/WordPress/gutenberg/pull/27188)) +- Restore the gray background in Post Editor. ([27188](https://github.com/WordPress/gutenberg/pull/27188)) - Font size picker bug that adds px units to empty string values. ([27111](https://github.com/WordPress/gutenberg/pull/27111)) - Font size unit back-compatibility does not executes on post edit. ([27106](https://github.com/WordPress/gutenberg/pull/27106)) - Drop zone: Fix infinite loop in some contexts. ([27090](https://github.com/WordPress/gutenberg/pull/27090)) @@ -30,6 +29,7 @@ - Fix Separator editor styles. ([27071](https://github.com/WordPress/gutenberg/pull/27071)) - Fix custom spacing support. ([27045](https://github.com/WordPress/gutenberg/pull/27045)) - Fix jest process hanging. ([27008](https://github.com/WordPress/gutenberg/pull/27008)) +- Fix combobox suggestion list closure when clicking scrollbar. ([27367](https://github.com/WordPress/gutenberg/pull/27367)) - Constrain tabbing to the popover in media replace flow. ([26939](https://github.com/WordPress/gutenberg/pull/26939)) - Fix RangeControl mark placement and cursor styles. ([26745](https://github.com/WordPress/gutenberg/pull/26745)) - New authors dropdown breaks author selection for editors. ([26554](https://github.com/WordPress/gutenberg/pull/26554)) @@ -47,7 +47,6 @@ ### Performance -- Global Styles: Update metadata and add support for padding. ([27099](https://github.com/WordPress/gutenberg/pull/27099)) - Minimize the calls in useSelect by subscribing to only the stores needed. ([26724](https://github.com/WordPress/gutenberg/pull/26724)) - Update prefer lang constructs to functions. ([27070](https://github.com/WordPress/gutenberg/pull/27070)) @@ -87,12 +86,13 @@ - Global Styles: - Sort Global Styles block panels by panel title. ([27163](https://github.com/WordPress/gutenberg/pull/27163)) - Font Appearance should be enabled globally. ([27150](https://github.com/WordPress/gutenberg/pull/27150)) - - Update: Restrict edition of theme colors by users. ([27250](https://github.com/WordPress/gutenberg/pull/27250)) + - Restrict edition of theme colors by users. ([27250](https://github.com/WordPress/gutenberg/pull/27250)) - Update mechanism that resolves Global Styles data. ([27237](https://github.com/WordPress/gutenberg/pull/27237)) - Include px units on default font sizes defined on theme.json. ([27083](https://github.com/WordPress/gutenberg/pull/27083)) - Update stylesheet generation at edit site. ([27065](https://github.com/WordPress/gutenberg/pull/27065)) - Add button to reset color palette. ([26975](https://github.com/WordPress/gutenberg/pull/26975)) - Abstract preset variable retrieving and setting. ([26970](https://github.com/WordPress/gutenberg/pull/26970)) + - Update metadata and add support for padding. ([27099](https://github.com/WordPress/gutenberg/pull/27099)) - Templates and Template Parts wp-admin lists: - Update the template parts admin list with new columns and views. ([27156](https://github.com/WordPress/gutenberg/pull/27156)) - Add the theme source to the templates wp-admin list. ([27108](https://github.com/WordPress/gutenberg/pull/27108)) @@ -103,39 +103,41 @@ - Generalize the atom family concept as an atom selector concept instead. ([27147](https://github.com/WordPress/gutenberg/pull/27147)) - Bugs: - Query block: Fix dirtying post on load. ([27323](https://github.com/WordPress/gutenberg/pull/27323)) - - Site Editor: Fix app header on small-medium screens. ([27310](https://github.com/WordPress/gutenberg/pull/27310)) - Preserve 'Your homepage displays' settings when updating the 'general' settings. ([27206](https://github.com/WordPress/gutenberg/pull/27206)) - - Full Site Editing: Make sure templates and parts queries filter by tax_query. ([27113](https://github.com/WordPress/gutenberg/pull/27113)) - - Site Editor: Show document title on small screens with nav sidebar open. ([27051](https://github.com/WordPress/gutenberg/pull/27051)) + - Make sure templates and parts queries filter by tax_query. ([27113](https://github.com/WordPress/gutenberg/pull/27113)) - Fix Template Part Not Found message on Windows server. ([26772](https://github.com/WordPress/gutenberg/pull/26772)) - - Site editor: Fix block toolbar positioning. ([27266](https://github.com/WordPress/gutenberg/pull/27266)) - Respect filtered settings when they're ported to theme.json format. ([27010](https://github.com/WordPress/gutenberg/pull/27010)) - Preset controls need the preset CSS variables in scope. ([27119](https://github.com/WordPress/gutenberg/pull/27119)) + - Site Editor: + - Show document title on small screens with nav sidebar open. ([27051](https://github.com/WordPress/gutenberg/pull/27051)) + - Fix block toolbar positioning. ([27266](https://github.com/WordPress/gutenberg/pull/27266)) + - Fix app header on small-medium screens. ([27310](https://github.com/WordPress/gutenberg/pull/27310)) ### Documentation - Expand on the Deprecations documentation. ([27286](https://github.com/WordPress/gutenberg/pull/27286)) -- Code block: Update the documentation. ([27333](https://github.com/WordPress/gutenberg/pull/27333)) - Publish MainDashboardButton documentation to handbook. ([27317](https://github.com/WordPress/gutenberg/pull/27317)) - Update: Creating a block-based theme tutorial. ([27257](https://github.com/WordPress/gutenberg/pull/27257)) - ESLint Plugin: Include a note about the minimum version required. ([27203](https://github.com/WordPress/gutenberg/pull/27203)) - Docs: Update `@wordpress/data` README with API changes. ([27180](https://github.com/WordPress/gutenberg/pull/27180)) - Data: Improve documentation for new API added around stores. ([27061](https://github.com/WordPress/gutenberg/pull/27061)) - wp-env: Improve documentation for "run" command. ([27053](https://github.com/WordPress/gutenberg/pull/27053)) +- Code block: Update the documentation. ([27333](https://github.com/WordPress/gutenberg/pull/27333)) - Add block toolbar component readme. ([25245](https://github.com/WordPress/gutenberg/pull/25245)) - Add block patterns list component readme. ([24983](https://github.com/WordPress/gutenberg/pull/24983)) - [Contributors docs] JS meetings were shifted to 15:00GMT. ([27047](https://github.com/WordPress/gutenberg/pull/27047)) - Typos and tweaks: ([27120](https://github.com/WordPress/gutenberg/pull/27120), [27081](https://github.com/WordPress/gutenberg/pull/27081), [27062](https://github.com/WordPress/gutenberg/pull/27062), [27060](https://github.com/WordPress/gutenberg/pull/27060), [27039](https://github.com/WordPress/gutenberg/pull/27039), [27153](https://github.com/WordPress/gutenberg/pull/27153)) ### Code Quality - -- Keyboard Shortcuts: Replace store name string with exposed store definition. ([27355](https://github.com/WordPress/gutenberg/pull/27355)) -- Blocks: Replace store name string with exposed store definition. ([27336](https://github.com/WordPress/gutenberg/pull/27336)) +- Replace store name string with exposed store definition: + - Edit Navigation ([27182](https://github.com/WordPress/gutenberg/pull/27182), [27281](https://github.com/WordPress/gutenberg/pull/27281)) + - Blocks ([27336](https://github.com/WordPress/gutenberg/pull/27336)) + - Reusable Blocks ([27094](https://github.com/WordPress/gutenberg/pull/27094)) + - Block Directory ([27178](https://github.com/WordPress/gutenberg/pull/27178)) + - Keyboard Shortcuts ([27355](https://github.com/WordPress/gutenberg/pull/27355)) - Search block: Remove invalid prop which was causing a React warning. ([27306](https://github.com/WordPress/gutenberg/pull/27306)) - Refactor click redirect to avoid trailing div. ([27253](https://github.com/WordPress/gutenberg/pull/27253)) -- Edit Navigation: Replace store name string with exposed store definition. ([27182](https://github.com/WordPress/gutenberg/pull/27182), [27281](https://github.com/WordPress/gutenberg/pull/27281)) -- Block Directory: Replace store name string with exposed store definition. ([27178](https://github.com/WordPress/gutenberg/pull/27178)) -- Reusable Blocks: Change from store name provided as a string to store definition. ([27094](https://github.com/WordPress/gutenberg/pull/27094)) + - Editor styles: Convert to hook. ([27080](https://github.com/WordPress/gutenberg/pull/27080)) - Add: PHP util function equivalent to lodash set. ([27077](https://github.com/WordPress/gutenberg/pull/27077)) - Interface: Remove regions wrapper div. ([27066](https://github.com/WordPress/gutenberg/pull/27066)) @@ -155,6 +157,7 @@ - Adds Support to wp-env for setting the PHP version. ([25268](https://github.com/WordPress/gutenberg/pull/25268)) - Configure phpunit-watcher to improve devex. ([27058](https://github.com/WordPress/gutenberg/pull/27058)) - Run phpunit even when phpcs fails. ([27024](https://github.com/WordPress/gutenberg/pull/27024)) +- Scripts: Auto format TypeScript files with format-js. ([27138](https://github.com/WordPress/gutenberg/pull/27138)) - End 2 End Tests: - Fix randomly failing end-to-end test. ([27358](https://github.com/WordPress/gutenberg/pull/27358)) - Fix multi entity editing test. ([27347](https://github.com/WordPress/gutenberg/pull/27347)) diff --git a/gutenberg.php b/gutenberg.php index 49302cd0e1a09d..72b0820f6d4fa6 100644 --- a/gutenberg.php +++ b/gutenberg.php @@ -5,7 +5,7 @@ * Description: Printing since 1440. This is the development plugin for the new block editor in core. * Requires at least: 5.3 * Requires PHP: 5.6 - * Version: 9.5.0-rc.1 + * Version: 9.5.0 * Author: Gutenberg Team * Text Domain: gutenberg * diff --git a/package-lock.json b/package-lock.json index c72b80eeba28e5..5417bc68aa9e26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gutenberg", - "version": "9.5.0-rc.1", + "version": "9.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e442eb351729fd..6bb14a42bb7022 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gutenberg", - "version": "9.5.0-rc.1", + "version": "9.5.0", "private": true, "description": "A new WordPress editor experience.", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index bd46371357f2c3..f050179bcfee2c 100644 --- a/readme.txt +++ b/readme.txt @@ -57,4 +57,4 @@ View release page. +To read the changelog for Gutenberg 9.5.0, please navigate to the release page.