forked from WordPress/gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 0
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
merge master back into fork #3
Merged
Merged
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
* Add image fill option to Media & Text block * Update label copy * Move imageFillStyles inline * Use identical semantic structure for both image and imageFill * Reset attributes on onSelectMedia * Ensure attributes are reset properly * Remove default for imageFill to prevent tests failing * Add fixtures for image fill tests with/without focal point selected * Visually hide the image but make it accessible to assistive technologies * Remove unnecessary deprecation * Update changelog * Change default background-position to 50%/50% and update fixtures * Updated the transforms snapshot.
…ime (#14799) * Listen to media upload until block is unmounted * Fix lint issue
…14243) * Testing: Assign E2E login credentials explicitly * Testing: Create new selectAll, selectAllBlocks utilities * Testing: Reimplement Ctrl+A as emulated in pressKeyWithModifier
* Added VoiceOver to contrast-checker * Wrap speak in UseEffect * import and useEffect attribute updated * Simplify message in VoiceOver * If condition not needed as both messages same now * Update index.js
* Fixes classname to match package and CSS rule During the creation of block-editor the className on the autocompleter wasn’t updated. This change updates the class to use the `block-editor-` prefix. This causes the CSS to apply again thereby correcting the margin that was missing. * Revert "Fixes classname to match package and CSS rule" This reverts commit 28eb706. * Editor: Revert autocompleters classnames to editor prefix Co-Authored-By: Daniel Richards <[email protected]>
…#14711) * Data: Return result of middleware chain in resolvers cache middleware * Data: Avoid returning result of store.dispatch in public interface
* Implement image corrector for native. * Add paste code to detect images being copy pasted. # Conflicts: # packages/block-editor/src/components/rich-text/index.native.js * Accepts multiples files on copy paste. * Implement media import. * Check if array has any images. * Add comment. * Remove duplicate listener activation.
* Make sure multiline property is filtered out of props on save. * Send block edit parameters using the context. * Add multiline variables to allow proper parsing and saving of properties. * Add list edit toolbar options * Add multiline property. * Add list block to mobile gb. * Move list-edit.native.js to new location. * Make block edit send down the onFocus property. * Handle case where unstableSplit is passed has prop. * Pass multiline tags to serialiser. * Use the format-lib for handling "Enter" in lists * Force selection reset on split * Add multiline wrapper tags to formatToValue. * Remove unnecessary code. * Force rich-text text update on list type change * Disable indent and outdent. * Enable toggling list type of nested lists * Update list type toolbar button on native mobile * Include diff missed by previous commit * Rename to denote that it's about lines * Split into separate functions and mark unstable * Add missing JSDoc param * Update snapshot for BlockControls * Move isActiveListType, isListRootSelected to rich-text package * Remove excess empty line
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.
Description
How has this been tested?
Screenshots
Types of changes
Checklist: