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

merge master back into fork #3

Merged
merged 13 commits into from
Apr 5, 2019
Merged

Conversation

fabiankaegy
Copy link
Owner

Description

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.

frontdevde and others added 13 commits April 3, 2019 12:20
* 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
@fabiankaegy fabiankaegy merged commit ad37147 into fabiankaegy:master Apr 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants