Skip to content

Commit

Permalink
Bump plugin version to 8.7.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Aug 3, 2020
1 parent 4323161 commit 92e52f8
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 4 deletions.
153 changes: 153 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,158 @@
== Changelog ==

= 8.7.0-rc.1 =

### Enhancements

- Make "Attempt Block Recovery" the default option of block invalidation. ([24263](https://github.com/WordPress/gutenberg/pull/24263))
- Fix missing buttons example. ([24249](https://github.com/WordPress/gutenberg/pull/24249))
- Update Gutenberg FAQ with more recent information. ([24202](https://github.com/WordPress/gutenberg/pull/24202))
- i18n: Merge similar translation strings in rss block. ([24159](https://github.com/WordPress/gutenberg/pull/24159))
- Make the padding for the nav block inserter content the same for all sides. ([24084](https://github.com/WordPress/gutenberg/pull/24084))
- Move "Convert to regular blocks" button to block toolbar. ([24066](https://github.com/WordPress/gutenberg/pull/24066))
- [Mobile] Disable Page Template picker if Modal Layout Picker is enabled. ([24061](https://github.com/WordPress/gutenberg/pull/24061))
- Clarify custom link color documentation for themes. ([24056](https://github.com/WordPress/gutenberg/pull/24056))
- Add alignment support to post content block. ([24014](https://github.com/WordPress/gutenberg/pull/24014))
- [Mobile] Cover: Add Media Button when only colour is selected. ([23878](https://github.com/WordPress/gutenberg/pull/23878))
- [Mobile] Create cover block with custom colour (without an image). ([23870](https://github.com/WordPress/gutenberg/pull/23870))
- Remove more initial PHP state. ([23775](https://github.com/WordPress/gutenberg/pull/23775))
- Template Part: Improve title editing interactions. ([23661](https://github.com/WordPress/gutenberg/pull/23661))
- [ CoreData Entities ] add support for delete operations. ([21557](https://github.com/WordPress/gutenberg/pull/21557))

### Bug Fixes

- RichText: Back compat for multiline root tag. ([24324](https://github.com/WordPress/gutenberg/pull/24324))
- Block patterns: Fix translatable strings. ([24317](https://github.com/WordPress/gutenberg/pull/24317))
- Improve margin within the media replace popover. ([24309](https://github.com/WordPress/gutenberg/pull/24309))
- Fix not truncating at minutes the first time in <TimePicker>. ([24305](https://github.com/WordPress/gutenberg/pull/24305))
- Announce block selection changes manually on windows. ([24299](https://github.com/WordPress/gutenberg/pull/24299))
- Fix link color style property name in global styles. ([24296](https://github.com/WordPress/gutenberg/pull/24296))
- Fix merge algorithm for global styles. ([24294](https://github.com/WordPress/gutenberg/pull/24294))
- Fix block insertion place after clicking Browse All in the inline inserter. ([24285](https://github.com/WordPress/gutenberg/pull/24285))
- Fix last.fm svg icon alignment. ([24278](https://github.com/WordPress/gutenberg/pull/24278))
- Cover: Fix padding controls showing null units. ([24251](https://github.com/WordPress/gutenberg/pull/24251))
- Post Title Block: Add style attributes. ([24246](https://github.com/WordPress/gutenberg/pull/24246))
- Avoid adding the CREATE suggestion in the results of contexts that don't support it. ([24222](https://github.com/WordPress/gutenberg/pull/24222))
- Show the default style variation if none provided. ([24217](https://github.com/WordPress/gutenberg/pull/24217))
- Fix gradient RGBA/HSLA inputs' width. ([24214](https://github.com/WordPress/gutenberg/pull/24214))
- Docs: Fix typo in block-code copy. ([24211](https://github.com/WordPress/gutenberg/pull/24211))
- Popover: Fix arrow color to match content border color. ([24208](https://github.com/WordPress/gutenberg/pull/24208))
- Avoid focus style from being cut on the categories panel. ([24197](https://github.com/WordPress/gutenberg/pull/24197))
- Avoid focusing the block selection button on each render. ([24195](https://github.com/WordPress/gutenberg/pull/24195))
- Avoid rendering the clipboard textarea inside the button. ([24194](https://github.com/WordPress/gutenberg/pull/24194))
- Fix missing focus outline in Add New Tag. ([24187](https://github.com/WordPress/gutenberg/pull/24187))
- Fix dropdown menu focus loss when using arrow keys with Safari and Voiceover. ([24186](https://github.com/WordPress/gutenberg/pull/24186))
- Fix dragging multiple blocks dowards resulted in blocks inserted in wrong position. ([24183](https://github.com/WordPress/gutenberg/pull/24183))
- Fix the gallery buttons focus style. ([24157](https://github.com/WordPress/gutenberg/pull/24157))
- Fix Button block colors in the editor. ([24153](https://github.com/WordPress/gutenberg/pull/24153))
- Fix save shortcut in code editor. ([24151](https://github.com/WordPress/gutenberg/pull/24151))
- Fix PHP notices when block hasn't declared 'supports'. ([24131](https://github.com/WordPress/gutenberg/pull/24131))
- 'align' support flag - add server side block support for block alignment. ([24122](https://github.com/WordPress/gutenberg/pull/24122))
- Set icon image width to 100% for consistency. ([24086](https://github.com/WordPress/gutenberg/pull/24086))
- Block Library i18n: Use __() to make the string translatable. ([24075](https://github.com/WordPress/gutenberg/pull/24075))
- Block Breadcrumb: Fix arrow direction in RTL. ([24074](https://github.com/WordPress/gutenberg/pull/24074))
- I18N: Fix missing plural forms for block related strings. ([24071](https://github.com/WordPress/gutenberg/pull/24071))
- Fix Navigation Block submenu being overlapped by Cover block overlay. ([24062](https://github.com/WordPress/gutenberg/pull/24062))
- Docs: Fix broken links in block-based themes tutorial. ([24057](https://github.com/WordPress/gutenberg/pull/24057))
- Fix #24032 - Updated invalid block prompt. ([24033](https://github.com/WordPress/gutenberg/pull/24033))
- useBlockSync: Fix race condition when onChange callback changes. ([24012](https://github.com/WordPress/gutenberg/pull/24012))
- Fixed-schedule AutosaveMonitor. ([23962](https://github.com/WordPress/gutenberg/pull/23962))
- Docs: Fix sample code of Block Preview in block registration documentation. ([23899](https://github.com/WordPress/gutenberg/pull/23899))
- Fix #22550 and allow enter to insert line breaks even if template is locked. ([23330](https://github.com/WordPress/gutenberg/pull/23330))
- Add isDestructive style to Button. ([22921](https://github.com/WordPress/gutenberg/pull/22921))

### Performance

- Perf Tests: Set up branch only once for all test suites. ([24123](https://github.com/WordPress/gutenberg/pull/24123))

### Experiments

- Update FSE Blocks attribute name to use textAlign instead of align. ([24077](https://github.com/WordPress/gutenberg/pull/24077))

### Documentation

- Add link to WordPress Data guide. ([24327](https://github.com/WordPress/gutenberg/pull/24327))
- Document the new block tools theme support and core block patterns. ([24265](https://github.com/WordPress/gutenberg/pull/24265))
- Replace the demo link of the Gutenberg Storybook in documentation. ([24212](https://github.com/WordPress/gutenberg/pull/24212))
- Docs: Update default values for Popover props 'noArrow' and 'position'. ([24207](https://github.com/WordPress/gutenberg/pull/24207))
- Added missing documentation link for contributor handbook. ([24179](https://github.com/WordPress/gutenberg/pull/24179))
- release.md: Fix "npm run" examples by adding '--'. ([24100](https://github.com/WordPress/gutenberg/pull/24100))
- Docs: Convert Block Registration RFC to the Block Metadata document. ([23832](https://github.com/WordPress/gutenberg/pull/23832))

### Code Quality

- Improve rootClientId comparison in useBlockDropZone. ([24307](https://github.com/WordPress/gutenberg/pull/24307))
- Bug/24286 create block error. ([24287](https://github.com/WordPress/gutenberg/pull/24287))
- Convert <BlockInvalidWarning> to function component with hooks. ([24284](https://github.com/WordPress/gutenberg/pull/24284))
- Add missing prop in WPBlockVariation type definition. ([24110](https://github.com/WordPress/gutenberg/pull/24110))
- ReusableBlockConvertButton: Use React hooks. ([24015](https://github.com/WordPress/gutenberg/pull/24015))

### Copy

- i18n: Merge similar translation strings - tables. ([24169](https://github.com/WordPress/gutenberg/pull/24169))

### Plugin Interoperability

- Use Post Type label for Document tab in Settings Header. ([17311](https://github.com/WordPress/gutenberg/pull/17311))

### Various

- Group block: Updated the block description. ([24297](https://github.com/WordPress/gutenberg/pull/24297))
- Prefix useSimulatedMediaQuery __experimental. ([24279](https://github.com/WordPress/gutenberg/pull/24279))
- [Mobile] Regression: Fix issue where theme colors weren't being passed to the editor. ([24277](https://github.com/WordPress/gutenberg/pull/24277))
- Add dev documentation to react native aztec package/component. ([24276](https://github.com/WordPress/gutenberg/pull/24276))
- Add initial support for themes to control the editor. ([24275](https://github.com/WordPress/gutenberg/pull/24275))
- Update - post author/excerpt/comment blocks to use lightBlockWrapper.. ([24253](https://github.com/WordPress/gutenberg/pull/24253))
- Revert "Build: Use `.min.js` suffix for bundled JavaScript". ([24239](https://github.com/WordPress/gutenberg/pull/24239))
- Query blocks - Support wide alignments in editor. ([24229](https://github.com/WordPress/gutenberg/pull/24229))
- Remove bottom margin of components dropdown menu item. ([24227](https://github.com/WordPress/gutenberg/pull/24227))
- Post Comments Block - add block alignment hook support. ([24226](https://github.com/WordPress/gutenberg/pull/24226))
- Removed svg fills and clips from svg code. ([24225](https://github.com/WordPress/gutenberg/pull/24225))
- Update code owners for rich text native implementations. ([24216](https://github.com/WordPress/gutenberg/pull/24216))
- Post Excerpt block: Added icon and description to Post Excerpt block. ([24203](https://github.com/WordPress/gutenberg/pull/24203))
- Update the editor landmark regions. ([24196](https://github.com/WordPress/gutenberg/pull/24196))
- Make shadow link color match text link color. ([24192](https://github.com/WordPress/gutenberg/pull/24192))
- [Mobile] - Cover block: Hide media editing button for videos. ([24189](https://github.com/WordPress/gutenberg/pull/24189))
- Post Date block: Added Post Date icon and updated block with icon and desc. ([24178](https://github.com/WordPress/gutenberg/pull/24178))
- Update line-height of heading in 'Large header and button' pattern. ([24177](https://github.com/WordPress/gutenberg/pull/24177))
- Post Author block: Added a description. ([24171](https://github.com/WordPress/gutenberg/pull/24171))
- [Mobile] Disable Page Template picker if modal layout picker is available (Update for new capabilities mechanism). ([24170](https://github.com/WordPress/gutenberg/pull/24170))
- Post Comments Counts: Add style attributes. ([24167](https://github.com/WordPress/gutenberg/pull/24167))
- Post Comments Form: Add style attributes. ([24162](https://github.com/WordPress/gutenberg/pull/24162))
- Merge release 1.33.0 of GB-mobile to master. ([24156](https://github.com/WordPress/gutenberg/pull/24156))
- Remove deprecated blockType.context support. ([24155](https://github.com/WordPress/gutenberg/pull/24155))
- Add a Git Diff to the output of the static checks job on failure. ([24154](https://github.com/WordPress/gutenberg/pull/24154))
- Check nav is editable before counting items. ([24146](https://github.com/WordPress/gutenberg/pull/24146))
- Adds 'Heading and paragraph' pattern. ([24143](https://github.com/WordPress/gutenberg/pull/24143))
- Updates 'Large header and a paragraph' pattern. ([24142](https://github.com/WordPress/gutenberg/pull/24142))
- Updates the 'Large header' pattern. ([24141](https://github.com/WordPress/gutenberg/pull/24141))
- Updates the 'Quote' pattern. ([24140](https://github.com/WordPress/gutenberg/pull/24140))
- Updates 'Two images' pattern. ([24139](https://github.com/WordPress/gutenberg/pull/24139))
- Updates 'Three columns of text with buttons' pattern. ([24138](https://github.com/WordPress/gutenberg/pull/24138))
- Updates 'Three buttons' pattern. ([24137](https://github.com/WordPress/gutenberg/pull/24137))
- Updates Two buttons pattern. ([24136](https://github.com/WordPress/gutenberg/pull/24136))
- Updates 'Two columns of text' pattern. ([24135](https://github.com/WordPress/gutenberg/pull/24135))
- Update 'Two columns of text with images' pattern. ([24134](https://github.com/WordPress/gutenberg/pull/24134))
- Create Block: Enable loading translations for created blocks. ([24125](https://github.com/WordPress/gutenberg/pull/24125))
- Wrap LinkControlSearchInput in forwardRef. ([24119](https://github.com/WordPress/gutenberg/pull/24119))
- Block Directory: Use local assets with automatic asset detection. ([24117](https://github.com/WordPress/gutenberg/pull/24117))
- [URLInput] Customizable control rendering. ([24115](https://github.com/WordPress/gutenberg/pull/24115))
- Mobile app specific bug report. ([24112](https://github.com/WordPress/gutenberg/pull/24112))
- Revert "[Mobile] Reduce spacing between label and slider control". ([24109](https://github.com/WordPress/gutenberg/pull/24109))
- Post Author / Post Excerpt - change editor selector class. ([24104](https://github.com/WordPress/gutenberg/pull/24104))
- [Mobile] Block Actions Menu - Update Paste block label. ([24096](https://github.com/WordPress/gutenberg/pull/24096))
- Post Comments block - add style supports for text and background settings. ([24080](https://github.com/WordPress/gutenberg/pull/24080))
- Post excerpt block - add color, fontSize, lineHeight, and text alignment. ([23945](https://github.com/WordPress/gutenberg/pull/23945))
- Update passing of initial props on android. ([23938](https://github.com/WordPress/gutenberg/pull/23938))
- Change 'Two images' pattern to wide width. ([23856](https://github.com/WordPress/gutenberg/pull/23856))
- Mover control: Remove drag cursor. ([23759](https://github.com/WordPress/gutenberg/pull/23759))
- Add Post Tags block description and icon. ([23496](https://github.com/WordPress/gutenberg/pull/23496))
- Add a description to the Post Title block. ([23494](https://github.com/WordPress/gutenberg/pull/23494))
- [Mobile] - Cover block - Media editing. ([23280](https://github.com/WordPress/gutenberg/pull/23280))
- [GB-Mobile]: Add accessibilty label to the RichText component. ([23057](https://github.com/WordPress/gutenberg/pull/23057))
- Update Post Author block to use __experimentalColor and __experimentalLineHeight. ([23044](https://github.com/WordPress/gutenberg/pull/23044))


= 8.6.1 =

### Bug Fixes:
Expand Down
2 changes: 1 addition & 1 deletion gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -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: 8.6.1
* Version: 8.7.0-rc.1
* Author: Gutenberg Team
* Text Domain: gutenberg
*
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gutenberg",
"version": "8.6.1",
"version": "8.7.0-rc.1",
"private": true,
"description": "A new WordPress editor experience.",
"author": "The WordPress Contributors",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ View <a href="https://developer.wordpress.org/block-editor/principles/versions-i

== Changelog ==

To read the changelog for Gutenberg 8.6.1, please navigate to the <a href="https://github.com/WordPress/gutenberg/releases/tag/v8.6.1">release page</a>.
To read the changelog for Gutenberg 8.7.0-rc.1, please navigate to the <a href="https://github.com/WordPress/gutenberg/releases/tag/v8.7.0-rc.1">release page</a>.

0 comments on commit 92e52f8

Please sign in to comment.