forked from wordpress-mobile/WordPress-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge editorialized release notes for version 22.5 (wordpress-mobile#…
- Loading branch information
Showing
5 changed files
with
41 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
* [*] Reader: Fix the display of the followed topics in the filter sheet when they're written in non-latin languages. [#20702] | ||
* [*] Reader: Fixed an issue that was causing the Report and Block actions to be missing from Post Menu actions sheet. [#20705] | ||
* [***] Enables editing of the site homepage for sites using block-based themes directly from the pages list. [#20713] | ||
* [*] Block editor: Add disabled style to `Cell` component [https://github.com/WordPress/gutenberg/pull/50665] | ||
* [**] Block editor: Fix undo/redo history when inserting a link configured to open in a new tab [https://github.com/WordPress/gutenberg/pull/50460] | ||
* [**] Block editor: Disable details settings for not belonged VideoPress videos [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5782] | ||
* [*] Block editor: [List block] Fix an issue when merging a list item into a Paragraph would remove its nested list items [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5785] | ||
If your site uses a block-based theme, you can now edit your site’s home page directly from the Pages list. Raised hands emoji. | ||
|
||
We solved an issue around setting links to open in a new tab. When typing text after this link, you can now undo and redo the text without any issues. | ||
|
||
Visible detail settings are now disabled for VideoPress videos that don’t belong to your site. | ||
|
||
Tap-to-edit is now available for all nested block types—no more tapping through every nesting level to reach a specific piece of content. | ||
|
||
Speaking of nesting, we fixed a bug where merging a list item into a paragraph would remove any nested text for that list item. | ||
|
||
We were squashing bugs anyway, so we went ahead and fixed a couple in the reader, too. When you filter your followed topics, text in non-latin languages (like Arabic) now displays properly. The Report and Block actions are also back where they belong in the post menu. | ||
|
||
Finally, we’ve updated the design of disabled cells so it’s easier to tell when a cell isn’t in use. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
* [***] Enables editing of the site homepage for sites using block-based themes directly from the pages list. [#20713] | ||
* [*] Block editor: Add disabled style to `Cell` component [https://github.com/WordPress/gutenberg/pull/50665] | ||
* [**] Block editor: Fix undo/redo history when inserting a link configured to open in a new tab [https://github.com/WordPress/gutenberg/pull/50460] | ||
* [*] Block editor: [List block] Fix an issue when merging a list item into a Paragraph would remove its nested list items [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5785] | ||
If your site uses a block-based theme, you can now edit your site’s home page directly from the Pages list. Raised hands emoji. | ||
|
||
We solved an issue around setting links to open in a new tab. When typing text after this link, you can now undo and redo the text without any issues. | ||
|
||
Tap-to-edit is now available for all nested block types—no more tapping through every nesting level to reach a specific piece of content. | ||
|
||
Speaking of nesting, we also fixed a bug where merging a list item into a paragraph would remove any nested text for that list item. | ||
|
||
Finally, we’ve updated the design of disabled cells so it’s easier to tell when a cell isn’t in use. |