-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Sync with trunk #31427
Merged
Merged
Sync with trunk #31427
Conversation
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
Props to @ockham for finding about `force_orphan` flag.
* Try: Remove padding from menu items when no background * Refactor margins and paddings.
Update message in the alert modal.
Consolidates both classes necessary (`block-editor-page` and `wp-embed-responsive`) into one function to add required admin body classes, `gutenberg_widgets_editor_add_admin_body_classes()`. Only calls `add_filter()` when widgets editor page is being loaded.
…1012) * Add convert to regular blocks action * Show reusable block title when converting to regular blocks * Fix undo/redo issues when converting to regular blocks * Reorder props of BlockActionsMenu component
…ng GitHub workflows (#31041) Add a Jest reporter to output a format that will be interpreted by GitHub Actions as annotations -- i.e. any errors reported by Jest will show up in a PR's diff below the offending line. This should make for significantly improved Developer Experience, since developers no longer have to scan CI logs for errors, but instead will be notified of them at the location where they happen. Co-authored-by: Greg Ziółkowski <[email protected]>
* Cleanup unused function parameters * missed this line in previous commit
…rom original area definitions. (#30821) * register variations from editor store * add definitons to post editor settings * remove unnecessary export var * minor refactor * update block inspector area selection * move icons to original definitions * fix unit tests * move default wrapper element to original definition * update default tag on front end * update jsdoc param description * update jsdoc description * add properties to general, handle defaultWrapper in placeholder * remove unnecessary null check * Update packages/editor/src/store/utils/get-template-part-icon.js Co-authored-by: Nik Tsekouras <[email protected]> Co-authored-by: Nik Tsekouras <[email protected]>
* decouple edited site props in checkbox list * move to original useSelect to update dirtyEntityRecords * modularize site entity saving * make new action not site entity specific * add basic e2e test * try waitForXPath before typing
* Scripts: Include YAML files in prettification * Move create-block's Changelog entry to Enhancement * Scripts: Add prettierignore, use in format script * Run format script * Revert "Run format script" This reverts commit d4afc4d. * Add root-level .prettierignore * Remove unnecessary line from .prettierignore * Add README note about .prettierignore * Add Changelog entry
* Block editor: fix focus handler in Safari * Attempt to fix e2e tests
* Publish react-native bridge & aztec artifacts to S3 * Adds S3 maven repo to react-native-aztec * Change group for react-native bridge & aztec to org.wordpress-mobile * Adds checkIfVersionIsAlreadyPublished task for react-native bridge & aztec Co-authored-by: Joel Dean <[email protected]>
* Partial revert * Pass position info directly to inserter * Fix typo * Remove getBlockInsertionPoint * Remove dead prop * Add for site editor * Add fallback to selected block position * Reuse existing experimental prop * Pass to search results * Create separate experimental selector and add docs
* Default appender: try editable paragraph instead of text area * Move wp-block class * Port over CSS from 30656 that's still useful. * Update snapshots. * Remove content editable in favour of tab index * Fix tests * Fix e2e test Co-authored-by: jasmussen <[email protected]>
* Fix entity saving intermittent test failure * Typo
* Adds a workaround for watching dev files recursively on linux * Fixes documentation for isDirectory function * Only test the relative part of a source file
* Writing flow: fix edge detection in Chrome * Reduce loops
* Remove broken links to gutenberg-core team The links to the gutenberg-core team require that you are logged in and a already a member of the WordPress organization. This removes the link and adds a suggestion to ping in Slack. Closes #30061 * Fix link to Slack
* Docs: Create a Full Site Editing overview document Creates a new getting started document for full site editng. There are numerous sections and sub-projects for FSE, this document will gather together these resources and link off so people can find what they need. Closes #30637 * Add link to theme.json documentation * Apply suggestions from code review Thank you for fixing my embarrassing typos :-) Co-authored-by: Carolina Nymark <[email protected]> * Update docs/getting-started/full-site-editing.md * Update with TT1 Block theme available in directory * Reword jump in section, add link to tag * Add link to templates architecture doc * Remove outdated adding blocks to block theme page * Add link to block theme overview * Edits to FSE documentation - Cleaned up some of the phrasing - Added in a few more links - Made it clear to test with a test site - Added context around nav/widgets + the vision for FSE Co-authored-by: Carolina Nymark <[email protected]> Co-authored-by: annezazu <[email protected]>
* replace core/block-editor store * missed this one * 3 more * partial revert
carolinan
requested review from
adamziel,
ajitbohra,
ajlende,
atimmer,
cameronvoell,
chrisvanpatten,
dmsnell,
draganescu,
ellatrix,
guarani,
gziolo,
kevin940726,
mkaz,
mkevins,
mmtr,
nerrad,
noahtallen,
noisysocks,
oandregal,
ntwb,
spacedmonkey,
swissspidy,
talldan,
tellthemachines and
TimothyBJacobs
as code owners
May 3, 2021 14:48
carolinan
added a commit
that referenced
this pull request
May 3, 2021
Size Change: -163 kB (-11%) 👏 Total Size: 1.31 MB
ℹ️ View Unchanged
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.