From 15eb6d07f3be358f494cef56294a803488eba3d4 Mon Sep 17 00:00:00 2001 From: epiqueras Date: Wed, 5 Feb 2020 12:23:12 -0500 Subject: [PATCH] Bump plugin version to 7.4.0 --- changelog.txt | 224 +++++++++++++++++++++------------------------- gutenberg.php | 2 +- package-lock.json | 2 +- package.json | 2 +- readme.txt | 2 +- 5 files changed, 104 insertions(+), 128 deletions(-) diff --git a/changelog.txt b/changelog.txt index f6f5f2ff1b935..4a049205a2ff9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,138 +1,114 @@ == Changelog == -= 7.4.0-rc.1 = += 7.4.0 = -## Enhancements +### Features -- Add background color support to Columns block [#17813](https://github.com/WordPress/gutenberg/pull/17813) -- Added shippedProposals [#19065](https://github.com/WordPress/gutenberg/pull/19065) 👏 @devdivdev -- Navigation Block: Add submenu chevron w/ setting [#19601](https://github.com/WordPress/gutenberg/pull/19601) -- Navigation: set item ID [#18641](https://github.com/WordPress/gutenberg/pull/18641) -- Select Parent Navigation Block after clicking "Create from all top-level pages" [#19817](https://github.com/WordPress/gutenberg/pull/19817) -- Try/group block custom text color [#19181](https://github.com/WordPress/gutenberg/pull/19181) -- Update: Readme.txt Link to changelog instead of adding it inline [#19761](https://github.com/WordPress/gutenberg/pull/19761) +* Add background color support to the Columns block. [17813](https://github.com/WordPress/gutenberg/pull/17813) +* Add text color support for the Group block. [19181](https://github.com/WordPress/gutenberg/pull/19181) -## Bug Fixes +### Enhancements -- Block Editor: Handle LinkControl submission via form handler [#19651](https://github.com/WordPress/gutenberg/pull/19651) -- Block Editor: Link Control: Use URL as link when title empty [#19739](https://github.com/WordPress/gutenberg/pull/19739) -- Block Editor: LinkControl: Prevent focus loss in edit mode toggle [#19931](https://github.com/WordPress/gutenberg/pull/19931) -- Block Editor: LinkControl: Resolve error when undefined value, "view" state [#19856](https://github.com/WordPress/gutenberg/pull/19856) -- Block Library: Handle Popover onClose for LinkControl [#19885](https://github.com/WordPress/gutenberg/pull/19885) -- Block Library: Stop gallery images from creating undo levels as they load. [#19937](https://github.com/WordPress/gutenberg/pull/19937) -- Components: FontSizePicker: Adjust Select Button sizing [#19479](https://github.com/WordPress/gutenberg/pull/19479) -- Create block: Code quality improvements for the block scaffolding [#19867](https://github.com/WordPress/gutenberg/pull/19867) -- Editor: Remove post title escaping [#19955](https://github.com/WordPress/gutenberg/pull/19955) -- Embed: Fix failure placeholder alignment/sizing [#19673](https://github.com/WordPress/gutenberg/pull/19673) -- Fix RTL styling for Media Text block [#18764](https://github.com/WordPress/gutenberg/pull/18764) -- Fix panel header styles [#19842](https://github.com/WordPress/gutenberg/pull/19842) 👏 @adekbadek -- Fix: Admin menu collapses for 960px width but editor doesn't [#19970](https://github.com/WordPress/gutenberg/pull/19970) -- Fix: Color Gradients component was not able to handle only gradient picking [#19925](https://github.com/WordPress/gutenberg/pull/19925) -- Fix: Crash when creating a hierarchical post without title [#19936](https://github.com/WordPress/gutenberg/pull/19936) -- Fix: Media & Text: "Crop image to fill entire column" resets on image change [#19765](https://github.com/WordPress/gutenberg/pull/19765) -- Multi selection: fix intermittent e2e failure [#19865](https://github.com/WordPress/gutenberg/pull/19865) -- Popover: clean up requestAnimationFrame [#19771](https://github.com/WordPress/gutenberg/pull/19771) -- Popover: fix typo in removing event listener [#19978](https://github.com/WordPress/gutenberg/pull/19978) -- Project Management: Fix pull request merge automation errors [#19768](https://github.com/WordPress/gutenberg/pull/19768) -- Project Management: Run pull request automation on closed [#19742](https://github.com/WordPress/gutenberg/pull/19742) -- Rich text: enable if multi selection is aborted [#19839](https://github.com/WordPress/gutenberg/pull/19839) -- Use Select: Fix render queue. [#19286](https://github.com/WordPress/gutenberg/pull/19286) -- Use require.resolve() instead of in @wordpress/jest-preset-default [#19957](https://github.com/WordPress/gutenberg/pull/19957) -- [RNMobile] Adjust vertical margins in InnerBlock [#19960](https://github.com/WordPress/gutenberg/pull/19960) -- [RNMobile] change order of composing style in SVG primitive [#19927](https://github.com/WordPress/gutenberg/pull/19927) -- [RNMobile] fix show appender and separator in Group block [#19908](https://github.com/WordPress/gutenberg/pull/19908) +* Navigation Block: + * Add submenu chevron indication setting. [19601](https://github.com/WordPress/gutenberg/pull/19601) + * Save the ID to the destination entity. [18641](https://github.com/WordPress/gutenberg/pull/18641) + * Select Parent Navigation Block after clicking "Create from all top-level pages". [19817](https://github.com/WordPress/gutenberg/pull/19817) + * Update Appender visibility. [19598](https://github.com/WordPress/gutenberg/pull/19598) [19846](https://github.com/WordPress/gutenberg/pull/19846) + * Move the Link Settings panel. [19917](https://github.com/WordPress/gutenberg/pull/19917) + * Improve the UX to add links. [19686](https://github.com/WordPress/gutenberg/pull/19686) +* Multi-selection: don't focus first selected block. [19762](https://github.com/WordPress/gutenberg/pull/19762) +* Use the new link control component in the RichText link format. [19462](https://github.com/WordPress/gutenberg/pull/19462) +* Copy: Apply sentence case formatting to panel titles. [19901](https://github.com/WordPress/gutenberg/pull/19901) +* A11y: Add conditions and new translation strings for the BlockMover. [19757](https://github.com/WordPress/gutenberg/pull/19757) -## Documentation +### New APIs -- Add docs for LocalAutosaveMonitor and \_\_experimentalUpdateLocalAutosaveInterval [#19915](https://github.com/WordPress/gutenberg/pull/19915) -- Add markdownlint script to lint docs markup [#19855](https://github.com/WordPress/gutenberg/pull/19855) -- Added changelog entry for @wordpress/jest-preset-default [#19958](https://github.com/WordPress/gutenberg/pull/19958) -- Docs: Add details for format-js to @wordpress/scripts package [#19946](https://github.com/WordPress/gutenberg/pull/19946) -- Organize Contributors Guide [#19853](https://github.com/WordPress/gutenberg/pull/19853) -- fix typo "Th" to "The" [#19833](https://github.com/WordPress/gutenberg/pull/19833) 👏 @nekomajin -- Storybook: Add Placeholder component story [#19734](https://github.com/WordPress/gutenberg/pull/19734) -- Update component to components in CONTRIBUTING.md [#19914](https://github.com/WordPress/gutenberg/pull/19914) +* Add a new @wordpress/create-block package for block scaffolding. [19773](https://github.com/WordPress/gutenberg/pull/19773) [19867](https://github.com/WordPress/gutenberg/pull/19867) +* Add a new @wordpress/icons package: + * Introduce the package. [17055](https://github.com/WordPress/gutenberg/pull/17055) + * Make it a package that is always embedded to avoid loading all the icons at once. [19809](https://github.com/WordPress/gutenberg/pull/19809) + * Move icons used in the project to the package. [19944](https://github.com/WordPress/gutenberg/pull/19944) [19808](https://github.com/WordPress/gutenberg/pull/19808) [19834](https://github.com/WordPress/gutenberg/pull/19834) [19862](https://github.com/WordPress/gutenberg/pull/19862) [19838](https://github.com/WordPress/gutenberg/pull/19838) [19943](https://github.com/WordPress/gutenberg/pull/19943) [19926](https://github.com/WordPress/gutenberg/pull/19926) +* Add a new @wordpress/primitives package. [19781](https://github.com/WordPress/gutenberg/pull/19781) [19876](https://github.com/WordPress/gutenberg/pull/19876) -## Various +### Bug Fixes -- Bump @babel/preset-env to 7.8.3 (Optional Chaining!) [#19831](https://github.com/WordPress/gutenberg/pull/19831) 👏 @sainthkh -- Build Tooling: Build: Include block.json files in the build output [#19786](https://github.com/WordPress/gutenberg/pull/19786) -- Build Tooling: Bundle the icons package instead of using it as an external [#19809](https://github.com/WordPress/gutenberg/pull/19809) -- Code Quality: Add Prettier formatting script [#18048](https://github.com/WordPress/gutenberg/pull/18048) -- Code Quality: Add WordPress primitives package [#19781](https://github.com/WordPress/gutenberg/pull/19781) -- Code Quality: Block Editor: LinkControl: Align documentation with current behavior [#19736](https://github.com/WordPress/gutenberg/pull/19736) -- Code Quality: Block Editor: Refactor ObserveTyping as function component [#19881](https://github.com/WordPress/gutenberg/pull/19881) -- Code Quality: Block editor: move is-navigate-mode class to WritingFlow [#19868](https://github.com/WordPress/gutenberg/pull/19868) -- Code Quality: Block: use context to provide selected element [#19782](https://github.com/WordPress/gutenberg/pull/19782) -- Code Quality: Blocks: Rename patterns to variations in the Block API [#19966](https://github.com/WordPress/gutenberg/pull/19966) -- Code Quality: Eslint Plugin: Lint code formatting. [#19963](https://github.com/WordPress/gutenberg/pull/19963) -- Code Quality: Eslint: set line width to 80 [#19992](https://github.com/WordPress/gutenberg/pull/19992) -- Code Quality: Move Alignment, movers and trash icons to the icons package [#19944](https://github.com/WordPress/gutenberg/pull/19944) -- Code Quality: Move a dozen of block icons to the icons package [#19808](https://github.com/WordPress/gutenberg/pull/19808) -- Code Quality: Move more block SVGs to the icons package [#19834](https://github.com/WordPress/gutenberg/pull/19834) -- Code Quality: Move more block icons to the icons library [#19862](https://github.com/WordPress/gutenberg/pull/19862) -- Code Quality: Move more block icons to the icons package [#19838](https://github.com/WordPress/gutenberg/pull/19838) -- Code Quality: Move the insert dashicon to the icons package [#19943](https://github.com/WordPress/gutenberg/pull/19943) -- Code Quality: Multi-select: don't focus first selected block [#19762](https://github.com/WordPress/gutenberg/pull/19762) -- Code Quality: Paragraph block: remove min-height [#19835](https://github.com/WordPress/gutenberg/pull/19835) -- Code Quality: Paragraph block: remove unnecessary CSS after shortcuts removal [#19821](https://github.com/WordPress/gutenberg/pull/19821) -- Code Quality: Remove dead is-hovered selectors [#19870](https://github.com/WordPress/gutenberg/pull/19870) -- Code Quality: Remove editor dependency from the block library [#16160](https://github.com/WordPress/gutenberg/pull/16160) -- Code Quality: Remove unnecessary import from playground [#19893](https://github.com/WordPress/gutenberg/pull/19893) 👏 @costasovo -- Code Quality: Replace all occurences of the yes dashicon with the check icon from the icons package [#19926](https://github.com/WordPress/gutenberg/pull/19926) -- Code Quality: RichText: try using hooks for wrapper component [#19095](https://github.com/WordPress/gutenberg/pull/19095) -- Code Quality: Try the link control in the link format [#19462](https://github.com/WordPress/gutenberg/pull/19462) -- Code Quality: Update: Removed editor store usage from native mobile block editor inserter [#18794](https://github.com/WordPress/gutenberg/pull/18794) -- Copy: Apply sentence case formatting to PanelBody titles [#19901](https://github.com/WordPress/gutenberg/pull/19901) -- Experimental: RichText API: Limit "prefix" transformations to Paragraph blocks [#19727](https://github.com/WordPress/gutenberg/pull/19727) -- Feature: Packages: New create-block package for block scaffolding [#19773](https://github.com/WordPress/gutenberg/pull/19773) -- Project Management: Project management: Add step that updates CHANGELOG files before npm releases [#19764](https://github.com/WordPress/gutenberg/pull/19764) -- Regression: Block editor: Alt+F10 shouldn't scroll to top [#19896](https://github.com/WordPress/gutenberg/pull/19896) -- Regression: Multi-selection: fix clearing with side click [#19787](https://github.com/WordPress/gutenberg/pull/19787) -- Regression: Update hover and focus selectors for Move to Trash to ensure the link is always red [#19974](https://github.com/WordPress/gutenberg/pull/19974) 👏 @andrewserong -- Task: Add AnglePicker Component; Add useDragging hook [#19637](https://github.com/WordPress/gutenberg/pull/19637) -- Task: Add: Global styles css variables generation mechanism [#19883](https://github.com/WordPress/gutenberg/pull/19883) -- Task: Introduce Icons package [#17055](https://github.com/WordPress/gutenberg/pull/17055) -- Technical Prototype: Blocks: Match blocks in the inserter using keywords from patterns [#19243](https://github.com/WordPress/gutenberg/pull/19243) -- Various: Add a prop to RichText native to allow configuration of selection/caret color [#19635](https://github.com/WordPress/gutenberg/pull/19635) -- Various: Add mobile code owners for gallery block [#19829](https://github.com/WordPress/gutenberg/pull/19829) -- Various: Add/post documentation for apiFetch [#19759](https://github.com/WordPress/gutenberg/pull/19759) -- Various: Added conditions and new translation strings for BlockMover [#19757](https://github.com/WordPress/gutenberg/pull/19757) -- Various: Block Directory: Refactor the reducer by breaking out the block management actions into their own reducer. [#19330](https://github.com/WordPress/gutenberg/pull/19330) 👏 @StevenDufresne -- Various: Block Editor: Link Control: Initialize inputValue state from value [#19737](https://github.com/WordPress/gutenberg/pull/19737) -- Various: Clarify when isEligible function is called [#19899](https://github.com/WordPress/gutenberg/pull/19899) 👏 @bfintal -- Various: Components: Apply width-based modifier classes to Placeholder only when width is known [#19825](https://github.com/WordPress/gutenberg/pull/19825) -- Various: Core-data: do not publish outdated state to subscribers during updates [#19752](https://github.com/WordPress/gutenberg/pull/19752) 👏 @alshakero -- Various: Disable Autocomplete in shortcode block [#19848](https://github.com/WordPress/gutenberg/pull/19848) 👏 @chipsnyder -- Various: Do advanced rendering by hooking into render_block for navigation block [#19991](https://github.com/WordPress/gutenberg/pull/19991) -- Various: Do not use the deprecated package editor for InnerBlocks component [#19869](https://github.com/WordPress/gutenberg/pull/19869) 👏 @Mahjouba91 -- Various: Expose @wordpress/icons to react-native [#19810](https://github.com/WordPress/gutenberg/pull/19810) -- Various: Fix card component sub-component example code [#19802](https://github.com/WordPress/gutenberg/pull/19802) 👏 @ediamin -- Various: Fix, update, and sort _rc_ `hasProjectFile` filenames [#19994](https://github.com/WordPress/gutenberg/pull/19994) -- Various: Framework: Fix server-registered fixtures script [#19884](https://github.com/WordPress/gutenberg/pull/19884) -- Various: Innerblock Templates Docs Link Typo Issue Fixed [#19813](https://github.com/WordPress/gutenberg/pull/19813) 👏 @delowardev -- Various: Lib: Limit `pre_render_block` extension. [#19989](https://github.com/WordPress/gutenberg/pull/19989) -- Various: Makes appenders visible only for the current selection [#19598](https://github.com/WordPress/gutenberg/pull/19598) -- Various: Navigation Block: Move the Link Settings panel [#19917](https://github.com/WordPress/gutenberg/pull/19917) -- Various: Navigation: Improve UX on adding links [#19686](https://github.com/WordPress/gutenberg/pull/19686) -- Various: Navigation: Manage navigation link appender visibility [#19846](https://github.com/WordPress/gutenberg/pull/19846) -- Various: Rich text: remove is-selected class [#19822](https://github.com/WordPress/gutenberg/pull/19822) -- Various: Shortcode Design Review [#19852](https://github.com/WordPress/gutenberg/pull/19852) 👏 @chipsnyder -- Various: Style improvements for template previews [#19763](https://github.com/WordPress/gutenberg/pull/19763) -- Various: Testing: Use deterministic selectors for incremented IDs [#19844](https://github.com/WordPress/gutenberg/pull/19844) -- Various: Update Primitives README.md [#19876](https://github.com/WordPress/gutenberg/pull/19876) -- Various: [Mobile] Disable gallery size options on mobile in v1.21.0 [#19828](https://github.com/WordPress/gutenberg/pull/19828) -- Various: [Mobile] Fix gallery upload sync [#19941](https://github.com/WordPress/gutenberg/pull/19941) -- Various: [RNMobile] Add media edit icon to image block [#19723](https://github.com/WordPress/gutenberg/pull/19723) 👏 @leandroalonso -- Various: [RNMobile] Correct isMobile condition in nested Media&Text [#19778](https://github.com/WordPress/gutenberg/pull/19778) -- Various: [RNMobile] Fix crash on list block controls [#19818](https://github.com/WordPress/gutenberg/pull/19818) -- Various: [RNMobile] Fix image preview with small image size selected [#19247](https://github.com/WordPress/gutenberg/pull/19247) -- Various: [RNMobile] Long-press on inserter to show options for "add above" and "add below" [#18791](https://github.com/WordPress/gutenberg/pull/18791) 👏 @ceyhun -- Various: [RNMobile] Release v1.21.0 to master [#19854](https://github.com/WordPress/gutenberg/pull/19854) -- Various: [RNMobile] Revert change to fix Action Sheet [#19934](https://github.com/WordPress/gutenberg/pull/19934) 👏 @leandroalonso -- Various: [RNMobile] Show the media edit icon only if the block is selected [#19961](https://github.com/WordPress/gutenberg/pull/19961) 👏 @leandroalonso -- Various: [RNmobile] Upgrade to RN 0.61.5 [#19369](https://github.com/WordPress/gutenberg/pull/19369) +* Prevent gallery images from creating undo levels as they load. [19937](https://github.com/WordPress/gutenberg/pull/19937) +* FontSizePicker: Adjust Select Button size. [19479](https://github.com/WordPress/gutenberg/pull/19479) +* Remove post title escaping. [19955](https://github.com/WordPress/gutenberg/pull/19955) +* Fix Failure message styling in placeholders. [19673](https://github.com/WordPress/gutenberg/pull/19673) +* Fix RTL styles for the Media Text block. [18764](https://github.com/WordPress/gutenberg/pull/18764) +* Fix panel header styles. [19842](https://github.com/WordPress/gutenberg/pull/19842) +* Fix the editor fixed position at the 960px breakpoint. [19970](https://github.com/WordPress/gutenberg/pull/19970) +* Allow disabling color selection but keeping gradient support. [19925](https://github.com/WordPress/gutenberg/pull/19925) +* Prevent crash when creating a hierarchical post without a title. [19936](https://github.com/WordPress/gutenberg/pull/19936) +* Media & Text block: "Crop image to fill entire column" setting resets on image change. [19765](https://github.com/WordPress/gutenberg/pull/19765) +* Prevent Alt+F10 from scrolling to the top. [19896](https://github.com/WordPress/gutenberg/pull/19896) +* Fix clearing multi-selection with side click. [19787](https://github.com/WordPress/gutenberg/pull/19787) +* Update hover and focus selectors for "Move to Trash" to ensure the link is always red [19974](https://github.com/WordPress/gutenberg/pull/19974). +* Popover component: + * clean up requestAnimationFrame. [19771](https://github.com/WordPress/gutenberg/pull/19771) + * fix typo causing the mobile inserter to go out of view. [19978](https://github.com/WordPress/gutenberg/pull/19978) +* Fix bug in block multi-selection causing Rich text editing to be disabled. [19839](https://github.com/WordPress/gutenberg/pull/19839) +* Fix useSelect React hook timing and rerendering issues. [19286](https://github.com/WordPress/gutenberg/pull/19286) +* Core-data: do not publish outdated state to subscribers during updates. [19752](https://github.com/WordPress/gutenberg/pull/19752) +* LinkControl component (Navigation and buttons blocks): + * Initialize inputValue state from value prop. [19737](https://github.com/WordPress/gutenberg/pull/19737) + * Handle submission via form handler. [19651](https://github.com/WordPress/gutenberg/pull/19651) + * Use URL as a link when title empty. [19739](https://github.com/WordPress/gutenberg/pull/19739) + * Prevent focus loss in edit mode toggle. [19931](https://github.com/WordPress/gutenberg/pull/19931) + * Resolve error when value is undefined. [19856](https://github.com/WordPress/gutenberg/pull/19856) + * Handle Popover onClose for LinkControl. [19885](https://github.com/WordPress/gutenberg/pull/19885) + +### Experiments + +* Add AnglePicker Component and useDragging hook. [19637](https://github.com/WordPress/gutenberg/pull/19637) +* Add Global styles CSS variables generation mechanism. [19883](https://github.com/WordPress/gutenberg/pull/19883) +* Allow blocks to register variations that shows-up in the inserter. [19243](https://github.com/WordPress/gutenberg/pull/19243) +* Block Directory: Refactor the reducer by breaking out the block management actions into their own reducer. [19330](https://github.com/WordPress/gutenberg/pull/19330) + +### Documentation + +* Add docs for LocalAutosaveMonitor and __experimentalUpdateLocalAutosaveInterval. [19915](https://github.com/WordPress/gutenberg/pull/19915) +* Add markdownlint script to lint docs markup. [19855](https://github.com/WordPress/gutenberg/pull/19855) +* Add format-js detailed documentaation to @wordpress/scripts package. [19946](https://github.com/WordPress/gutenberg/pull/19946) +* Reorganize the Contributors Guide. [19853](https://github.com/WordPress/gutenberg/pull/19853) +* Clarify when isEligible function is called. [19899](https://github.com/WordPress/gutenberg/pull/19899) +* Typos and tweaks: [19833](https://github.com/WordPress/gutenberg/pull/19833), [19914](https://github.com/WordPress/gutenberg/pull/19914), [19736](https://github.com/WordPress/gutenberg/pull/19736), [19759](https://github.com/WordPress/gutenberg/pull/19759), [19869](https://github.com/WordPress/gutenberg/pull/19869), [19802](https://github.com/WordPress/gutenberg/pull/19802), [19813](https://github.com/WordPress/gutenberg/pull/19813). + +### Various +* Introduce Prettier Formatting: + * Add the formatting script. [18048](https://github.com/WordPress/gutenberg/pull/18048) [19994](https://github.com/WordPress/gutenberg/pull/19994) + * Format the codebase. [19963](https://github.com/WordPress/gutenberg/pull/19963) + * Set a consistent line width. [19992](https://github.com/WordPress/gutenberg/pull/19992) +* Automation: + * Fix pull request merge automation errors. [19768](https://github.com/WordPress/gutenberg/pull/19768) + * Run pull request automation on closed. [19742](https://github.com/WordPress/gutenberg/pull/19742) + * Add a step that updates CHANGELOG files before npm releases. [19764](https://github.com/WordPress/gutenberg/pull/19764) +* Allow Babel Stage 4 features. [19831](https://github.com/WordPress/gutenberg/pull/19831) [19065](https://github.com/WordPress/gutenberg/pull/19065) +* Use a Link to the changelog instead of adding it inline in the plugin README. [19761](https://github.com/WordPress/gutenberg/pull/19761) +* Use require.resolve() in @wordpress/jest-preset-default config [19957](https://github.com/WordPress/gutenberg/pull/19957). +* Fix multi-selection intermittent e2e failure. [19865](https://github.com/WordPress/gutenberg/pull/19865) +* Add Placeholder component to Storybook. [19734](https://github.com/WordPress/gutenberg/pull/19734) +* Include block.json files in the plugin build output. [19786](https://github.com/WordPress/gutenberg/pull/19786) +* Rename patterns to variations in the Block API. [19966](https://github.com/WordPress/gutenberg/pull/19966) +* Paragraph block: + * remove min-height. [19835](https://github.com/WordPress/gutenberg/pull/19835) + * remove unnecessary CSS after shortcuts removal. [19821](https://github.com/WordPress/gutenberg/pull/19821) +* Refactor ObserveTyping as function component. [19881](https://github.com/WordPress/gutenberg/pull/19881) +* Move the is-navigate-mode classname to the WritingFlow component. 19868 +* Block: use React context to provide the selected element. [19782](https://github.com/WordPress/gutenberg/pull/19782) +* Remove dead is-hovered selectors. [19870](https://github.com/WordPress/gutenberg/pull/19870) +* Remove the editor dependency from the block library. [16160](https://github.com/WordPress/gutenberg/pull/16160) +* Remove an unnecessary import from the playground. [19893](https://github.com/WordPress/gutenberg/pull/19893) +* Refactor the RichText wrapper to use React hooks for wrapper component. [19095](https://github.com/WordPress/gutenberg/pull/19095) +* RichText API: Limit "prefix" transformations to Paragraph blocks. [19727](https://github.com/WordPress/gutenberg/pull/19727) +* Apply width-based modifier classes to Placeholder only when the width is known. [19825](https://github.com/WordPress/gutenberg/pull/19825) +* Various: +* Refactor the server-side rendering of the Navigation block. [19989](https://github.com/WordPress/gutenberg/pull/19989) [19991](https://github.com/WordPress/gutenberg/pull/19991) +* Fix server-registered fixtures script. [19884](https://github.com/WordPress/gutenberg/pull/19884) +* Remove the RichText is-selected class. [19822](https://github.com/WordPress/gutenberg/pull/19822) +* Testing: Use deterministic selectors for incremented IDs. [19844](https://github.com/WordPress/gutenberg/pull/19844) = 7.3.0 = diff --git a/gutenberg.php b/gutenberg.php index 597e9672299ca..282338beffba6 100644 --- a/gutenberg.php +++ b/gutenberg.php @@ -3,7 +3,7 @@ * Plugin Name: Gutenberg * Plugin URI: https://github.com/WordPress/gutenberg * Description: Printing since 1440. This is the development plugin for the new block editor in core. - * Version: 7.4.0-rc.1 + * Version: 7.4.0 * Author: Gutenberg Team * Text Domain: gutenberg * diff --git a/package-lock.json b/package-lock.json index 75a59e4b12d39..caa337f6af5ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gutenberg", - "version": "7.4.0-rc.1", + "version": "7.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 081362bb0a2b7..9d5c523ad4827 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gutenberg", - "version": "7.4.0-rc.1", + "version": "7.4.0", "private": true, "description": "A new WordPress editor experience.", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index 86bda8af83511..f9adbf4b7ae82 100644 --- a/readme.txt +++ b/readme.txt @@ -79,4 +79,4 @@ See also release page. +To read the changelog for Gutenberg 7.4.0, please navigate to the release page.