-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Second batch of backports for WP 5.8 beta 1 #32484
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
442a9c7
Link to widgets.php instead of themes.php?page=gutenberg-widgets (#32…
noisysocks 9afce78
Fix legacy widget block preview iframe in plugin (#32300)
noisysocks 9efe447
Generate classes from preset slugs in the same way (server & client) …
nosolosw bde39f7
Widgets editor: Fix error when saving empty Legacy Widget block (#32359)
noisysocks cde3a5a
Update the appearance of the template details popover (#32042)
jameskoster 29c3626
Fix deselecting block when inspector is opened (#32361)
kevin940726 4af1b88
Display wide widgets as popovers in Customizer (#31736)
tellthemachines 7bb8d1d
Prevent saving the post before previewing in locked/read-only mode. (…
desaiuditd e4e4a62
Fix allowed patterns check (#32376)
youknowriad 1029bcb
SuggestionsList: Try to use a unique "key" (#32344)
Mamaduka 0b4b117
Buttons: move options to constants to avoid unneeded renders (#32356)
gwwar 14d4ba6
Try: Fix notices below block toolbars. (#32238)
jasmussen ab6be5d
Allow non-latin characters in slugs (#32232)
aristath 4bbea09
Experimental Layout: pass the same object when no data changes (#32380)
gwwar bbc0041
Fixed random collapse of the color settings section (#32388)
thisissandip b9d9d71
Fix the layout definition in the template mode (#32425)
youknowriad ebfe9f7
Group typographic block supports under a `typography` key (#32252)
jorgefilipecosta fcf8da8
Fix site-logo not getting removed on remove_theme_mod (#32370)
aristath 7fbf2b4
Make syntax errors in `theme.json` visible to users (#32404)
nosolosw 3ada871
Update: Skip typography serialization (#32444)
jorgefilipecosta b978190
Fix alligned blocks (#32454)
youknowriad 09339db
Letter spacing should also respect skip serialization flag (#32459)
nosolosw 61ce1f4
Fix block toolbar overlap with header (#32424)
Mamaduka 476b88f
Fixed loss of list content when switching list types. (#32432)
torounit 9117c0c
Avoid keeping the same client ID when transforming blocks (#32453)
youknowriad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After core json files are updared we should remove this check && false === strpos( $metadata['file'], '/wp-includes/blocks/'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jorgefilipecosta mind doing a follow-up commit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mmm, was perhaps something wrong with the merging? I remember having removed that check and actually the function had a different name
wp_migrate_old_typography_sahpe
youknowriad/wordpress-develop@4fb3e5a#diff-8c99af92e4ec0fdb307ddd9b42be1e1ef1efe4a9f31287c23f346244dddd1ce9R959There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, sorry, this is the gutenberg repo 😅 So many places to check that I was confused for a moment.