Skip to content
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

Backports for 5.6 Beta 2 #26442

Merged
merged 13 commits into from Oct 27, 2020
Merged

Backports for 5.6 Beta 2 #26442

merged 13 commits into from Oct 27, 2020

Conversation

@tellthemachines
Copy link
Contributor

@tellthemachines tellthemachines commented Oct 26, 2020

Description

Contains:

Fix drop zone indicators for non blocks: #25986
Fix archives block render function: #26309 (requires PHP change in Core)
Code block: preserve indentation on paste: #26347
Turn off autocomplete for token input. #26427
Fix parent post selector: ensure initial value available, search performed, all results shown. #26397
Fix gallery block undo issue #26377

How has this been tested?

Screenshots

Types of changes

Checklist:

  • My code is tested.
  • My code follows the WordPress code style.
  • My code follows the accessibility standards.
  • My code has proper inline documentation.
  • I've included developer documentation if appropriate.
  • I've updated all React Native files affected by any refactorings/renamings in this PR.
talldan and others added 3 commits Oct 22, 2020
* Remove isDraggingBlocks check

* Clean up drag and drop data if the user presses escape when dragging

* Add comment to ensure avoidance of dragend

* Switch to using dragend
adamsilverstein and others added 4 commits Oct 26, 2020
…ormed, all results shown. (#26397)

Co-authored-by: Nik Tsekouras <ntsekouras@outlook.com>
* Run mobile tests on master

* Debug CI

* Revert "Debug CI"

This reverts commit dec1ebe.

* Update react-native-screens ref, pin @react-navigation/native version

* Pin @react-navigation/core,router versions
@tellthemachines tellthemachines requested review from karmatosed and mapk as code owners Oct 27, 2020
* Mark change in attributes when gallery mounts as not persistant

* Fix typo
@tellthemachines tellthemachines requested a review from mkevins as a code owner Oct 27, 2020
talldan and others added 4 commits Oct 27, 2020
* Account for unknown number of controls in block inspector

* Ensure selection is on-screen by using a group block instead of cover, which takes up less space on screen

* Fix typewriter test

* Use correct name for patterns test

* Revert change to .wp-env.json

* Fix multi-entity side editor saving test

* Remove blank line
@tellthemachines tellthemachines requested review from nerrad and ntwb as code owners Oct 27, 2020
@tellthemachines tellthemachines requested a review from spacedmonkey as a code owner Oct 27, 2020
@tellthemachines tellthemachines requested a review from TimothyBJacobs as a code owner Oct 27, 2020
Copy link
Member

@kevin940726 kevin940726 left a comment

I trust you 💯

@tellthemachines tellthemachines merged commit 16b8b04 into wp/trunk Oct 27, 2020
14 of 15 checks passed
14 of 15 checks passed
Check Check
Details
Cancel Previous Runs Cancel Previous Runs
Details
build
Details
Admin - 1
Details
Compare performance with master
Details
pull-request-automation
Details
test (gutenberg-editor-gallery)
Details
test (gutenberg-editor-gallery)
Details
All
Details
JavaScript
Details
Admin - 2
Details
PHP
Details
Admin - 3
Details
Mobile
Details
Admin - 4
Details
WordPress 5.6.x Must Haves automation moved this from Needs Review to Done Oct 27, 2020
@tellthemachines tellthemachines deleted the wp/trunk-5-6-beta-2 branch Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment