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 October 23, 2020 15:29
* 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 October 27, 2020 12:37
…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
* Mark change in attributes when gallery mounts as not persistant

* Fix typo
talldan and others added 4 commits October 27, 2020 10:35
* 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
Copy link
Member

@kevin940726 kevin940726 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I trust you 💯

@tellthemachines tellthemachines merged commit 16b8b04 into wp/trunk Oct 27, 2020
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 October 27, 2020 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet