|
1 | 1 | == Changelog == |
2 | 2 |
|
3 | | -= 20.8.0-rc.1 = |
| 3 | += 20.9.0-rc.1 = |
4 | 4 |
|
5 | 5 |
|
| 6 | +## Changelog |
| 7 | + |
| 8 | +### Enhancements |
| 9 | + |
| 10 | +- Base Styles: Update to modern Sass module system. ([70135](https://github.com/WordPress/gutenberg/pull/70135)) |
| 11 | +- Post Publish Panel: Open view post links in a new tab. ([70127](https://github.com/WordPress/gutenberg/pull/70127)) |
| 12 | +- Revert Admin bar: Update the Edit Site link. ([69974](https://github.com/WordPress/gutenberg/pull/69974)) |
| 13 | + |
| 14 | +#### Block Library |
| 15 | +- Custom HTML: Add role attribute to content in `block.json`. ([70154](https://github.com/WordPress/gutenberg/pull/70154)) |
| 16 | +- HTML Block: Remove space below textarea. ([70055](https://github.com/WordPress/gutenberg/pull/70055)) |
| 17 | +- Post Navigation Link: Reverse order of variations. ([70149](https://github.com/WordPress/gutenberg/pull/70149)) |
| 18 | +- RSS: Add role attribute to content in `block.json`. ([70166](https://github.com/WordPress/gutenberg/pull/70166)) |
| 19 | +- Search Block: Move search setting to inspector. ([70144](https://github.com/WordPress/gutenberg/pull/70144)) |
| 20 | + |
| 21 | +#### Write mode |
| 22 | +- Details block: Add role attribute to summary. ([70124](https://github.com/WordPress/gutenberg/pull/70124)) |
| 23 | +- Enable Code block content editing in contentOnly. ([70111](https://github.com/WordPress/gutenberg/pull/70111)) |
| 24 | +- Enable More block's "Read more" text editing in contentOnly mode. ([70100](https://github.com/WordPress/gutenberg/pull/70100)) |
| 25 | +- Post blocks: Enhance contentOnly editing experience. ([70148](https://github.com/WordPress/gutenberg/pull/70148)) |
| 26 | +- Table Block: Enhance contentOnly Editing Experience. ([70114](https://github.com/WordPress/gutenberg/pull/70114)) |
| 27 | + |
| 28 | +#### Components |
| 29 | +- ColorPicker: Add a visual cue when the value is copied. ([70083](https://github.com/WordPress/gutenberg/pull/70083)) |
| 30 | +- Snackbar: Add support to open links in new tab. ([69905](https://github.com/WordPress/gutenberg/pull/69905)) |
| 31 | + |
| 32 | +#### Block Transforms |
| 33 | +- Block Library: Add missing transforms between Verse and Preformatted blocks. ([70101](https://github.com/WordPress/gutenberg/pull/70101)) |
| 34 | + |
| 35 | +#### Global Styles |
| 36 | +- Remove "global" from styles variation in schema descriptions. ([70089](https://github.com/WordPress/gutenberg/pull/70089)) |
| 37 | + |
| 38 | +#### Site Editor |
| 39 | +- Move `Styles` to top of sidebar navigation. ([68582](https://github.com/WordPress/gutenberg/pull/68582)) |
| 40 | + |
| 41 | + |
| 42 | +### Bug Fixes |
| 43 | + |
| 44 | +- DOM: Add summary element to focusable elements. ([70051](https://github.com/WordPress/gutenberg/pull/70051)) |
| 45 | +- Site Editor: Fix PHP warnings in `gutenberg_get_site_editor_redirection`. ([70062](https://github.com/WordPress/gutenberg/pull/70062)) |
| 46 | +- URL: Handle HTML entities and ampersand in 'cleanForSlug'. ([70078](https://github.com/WordPress/gutenberg/pull/70078)) |
| 47 | +- Workflows: Persist git credentials when publishing packages via Lerna. ([70058](https://github.com/WordPress/gutenberg/pull/70058)) |
| 48 | + |
| 49 | +#### Block Library |
| 50 | +- Button: Limit scope of width style for link. ([70054](https://github.com/WordPress/gutenberg/pull/70054)) |
| 51 | +- Image: Provide 'defaultValue' for 'ResolutionTool' component. ([70122](https://github.com/WordPress/gutenberg/pull/70122)) |
| 52 | +- Post Template: Don't rely on the default 'ignore_sticky' REST API value. ([70020](https://github.com/WordPress/gutenberg/pull/70020)) |
| 53 | + |
| 54 | +#### Components |
| 55 | +- Fix Styling for `TextControl`and `TextAreaControl` in dark themes. ([69640](https://github.com/WordPress/gutenberg/pull/69640)) |
| 56 | +- Fix `URLPopover` input handling to properly update value. ([70156](https://github.com/WordPress/gutenberg/pull/70156)) |
| 57 | + |
| 58 | +#### Post Editor |
| 59 | +- Editor: Honor rich/code editor settings when deriving the editor mode. ([70080](https://github.com/WordPress/gutenberg/pull/70080)) |
| 60 | +- Hide "Create template part" menu from block settings dropdown for classic themes. ([65568](https://github.com/WordPress/gutenberg/pull/65568)) |
| 61 | + |
| 62 | +#### Block Editor |
| 63 | +- MediaPlaceholder: Fix potential error in 'handleBlocksDrop'. ([70090](https://github.com/WordPress/gutenberg/pull/70090)) |
| 64 | + |
| 65 | + |
| 66 | +### Accessibility |
| 67 | + |
| 68 | +- Editor: Add label in`TextareaControl` in CollabSidebar. ([70133](https://github.com/WordPress/gutenberg/pull/70133)) |
| 69 | + |
| 70 | +#### Global Styles |
| 71 | +- Background Image Panel: Fix focus loss. ([69813](https://github.com/WordPress/gutenberg/pull/69813)) |
| 72 | +- Move `Randomize colors` button to Edit Palette panel. ([70128](https://github.com/WordPress/gutenberg/pull/70128)) |
| 73 | + |
| 74 | + |
| 75 | +### Documentation |
| 76 | + |
| 77 | +- Add example doc comment. ([70116](https://github.com/WordPress/gutenberg/pull/70116)) |
| 78 | +- Docs: Clarify versions in WordPress page title. ([70112](https://github.com/WordPress/gutenberg/pull/70112)) |
| 79 | +- Docs: Fix PEG.js link. ([70082](https://github.com/WordPress/gutenberg/pull/70082)) |
| 80 | +- Docs: Interactivity API Block removed. ([69513](https://github.com/WordPress/gutenberg/pull/69513)) |
| 81 | +- Modify the spinner example code. ([70084](https://github.com/WordPress/gutenberg/pull/70084)) |
| 82 | +- Popover: Update Popover component documentation. ([70106](https://github.com/WordPress/gutenberg/pull/70106)) |
| 83 | +- RichText Readme - Fix 404 URL To Mozilla documentation. ([70171](https://github.com/WordPress/gutenberg/pull/70171)) |
| 84 | +- Updated backticks to quotes. ([70070](https://github.com/WordPress/gutenberg/pull/70070)) |
| 85 | + |
| 86 | + |
| 87 | +### Code Quality |
| 88 | + |
| 89 | +- ServerSideRender: Colocate delayed spinner logic. ([70147](https://github.com/WordPress/gutenberg/pull/70147)) |
| 90 | +- Stylelint: Customise warning for `CSS` variables used outside `components` package. ([70108](https://github.com/WordPress/gutenberg/pull/70108)) |
| 91 | +- Stylelint: Customise warning message for `flex-direction` warning. ([70057](https://github.com/WordPress/gutenberg/pull/70057)) |
| 92 | + |
| 93 | +#### Block Library |
| 94 | +- Blocks: Remove TODO for post comment block conversion. ([70110](https://github.com/WordPress/gutenberg/pull/70110)) |
| 95 | + |
| 96 | +#### Components |
| 97 | +- `withIgnoreIMEEvents`: Update documentation for clarity. ([70098](https://github.com/WordPress/gutenberg/pull/70098)) |
| 98 | + |
| 99 | +#### Font Library |
| 100 | +- Fix missing trailing period in user message. ([70132](https://github.com/WordPress/gutenberg/pull/70132)) |
| 101 | + |
| 102 | + |
| 103 | +### Tools |
| 104 | + |
| 105 | +#### Build Tooling |
| 106 | +- Workflows: Add option for publishing the latest npm packages. ([70079](https://github.com/WordPress/gutenberg/pull/70079)) |
| 107 | + |
| 108 | +#### Testing |
| 109 | +- end-to-end Tests: Add test suite for columns block template lock. ([69089](https://github.com/WordPress/gutenberg/pull/69089)) |
| 110 | + |
| 111 | + |
| 112 | +## First-time contributors |
| 113 | + |
| 114 | +The following PRs were merged by first-time contributors: |
| 115 | + |
| 116 | +- @jasalt: Docs: Fix PEG.js link. ([70082](https://github.com/WordPress/gutenberg/pull/70082)) |
| 117 | + |
| 118 | + |
| 119 | +## Contributors |
| 120 | + |
| 121 | +The following contributors merged PRs in this release: |
| 122 | + |
| 123 | +@carolinan @himanshupathak95 @igorradovanov @im3dabasia @Infinite-Null @jasalt @karthikeya-io @Mamaduka @Mayank-Tripathi32 @peterwilsoncc @SainathPoojary @shimotmk @SirLouen @StevenDufresne @Sukhendu2002 @t-hamano @unscripted @yogeshbhutkar |
| 124 | + |
| 125 | + |
| 126 | += 20.8.0 = |
| 127 | + |
6 | 128 | ## Changelog |
7 | 129 |
|
8 | 130 | ### Enhancements |
@@ -147,6 +269,8 @@ The following contributors merged PRs in this release: |
147 | 269 | @bph @Debarghya-Banerjee @georgestephanis @himanshupathak95 @im3dabasia @Infinite-Null @johnbillion @jrmd @karthikeya-io @Maikuolan @Mamaduka @Mayank-Tripathi32 @Rishit30G @SH4LIN @shimotmk @stokesman @Sukhendu2002 @t-hamano @yogeshbhutkar |
148 | 270 |
|
149 | 271 |
|
| 272 | + |
| 273 | + |
150 | 274 | = 20.7.0 = |
151 | 275 |
|
152 | 276 | ## Changelog |
|
0 commit comments