Skip to content

Updating from master#1

Merged
bamadesigner merged 510 commits intobamadesigner:masterfrom
WordPress:master
Mar 2, 2018
Merged

Updating from master#1
bamadesigner merged 510 commits intobamadesigner:masterfrom
WordPress:master

Conversation

@bamadesigner
Copy link
Copy Markdown
Owner

Description

How Has This Been Tested?

Screenshots (jpeg or gifs if applicable):

Types of changes

Checklist:

  • My code is tested.
  • My code follows the WordPress code style.
  • My code follows has proper inline documentation.

jasmussen and others added 30 commits February 7, 2018 12:03
Before we were using hardcoded values.
* Effects: Restore new post setup as non-dirtying change

* Store: Reset history when setting up new post

Avoids "Undo" present on new post

* Tests: Configure Cypress for Mocha/Chai

See: https://docs.cypress.io/guides/references/assertions.html#Chai

* Tests: Add integration tests for history, confirm prompt

* Testing: Document reason for custom E2E ESLint ruleset
* Fix Cypress path checks to allow sub-directory

* Use `endsWith()` instead of regex
* Add isUnmodifiedDefaultBlock helper to avoid the isEmpty API
* Allow pasting iframes (squashed 7 commits)

* Polish
With the latest code changes the wrapper in the image raw transform is no longer required. Added integration tests cases to avoid regressing on image raw handling.
* Fix error when pposting image in caption

* clear timeouts on unmount

* Revert "clear timeouts on unmount"

This reverts commit 7f76335.

* Check if props.onSplit exists
This fixes an issue where an un-resized but still not full-width image wouldn't center in the editor.

It also removes some CSS bleed for some alignment styles that were specific to the Classic block, but weren't necessary for Gutenblocks. This fixes #4968.
youknowriad and others added 28 commits February 28, 2018 07:56
These meta boxes don't work at all, and the new editor already shows panel to allow the use of custom taxonomies. So showing this meta boxes is a bug.
This fixes #5304. It makes the sidebar tabs have the same padding as the sidebar panels, which means the text will align vertically.

Also threw in a little fix for the block settings when no blocks are selected.
* Data: Fix issue with in-stack unsubscribe

* Data: Standardize on snapshotting behavior

* Data: Track unmount to avoid runSelection
Fix conflicts with markdown plugins
- Remove label
- Remove width override
Try polishing/simpilfying the header area
…#5203)

This is the same behavior we have currently in the classic editor. Showing the post format input also has another non-desirable side effect, when the theme does not support post formats, posts are created with standard post format and not the default post format setting. As the setting is not respected, we may confuse users.
* Improve inline documentation #5238

* remove more @access public #5238
Yesterday I merged a fix to the IconButton component which adds a `text-indent` for when the component has text. This works because the SVG inside is not affected by text-indent.

But the quick-shortcuts in the block appender wrap this icon with a `span`, which _is_ affected by the text-indent.

I can look for other solutions that do not rely on text-indent, but simply removing this span entirely seems to have no negative effects. Why was it added? No CSS appears to target the element.
A new Dashicons sprite, that included a new shortcode icon, was merged recently as part of a separate PR.
This PR applies that icon to the shortcode block.
@bamadesigner bamadesigner merged commit 8179bc8 into bamadesigner:master Mar 2, 2018
bamadesigner pushed a commit that referenced this pull request Mar 2, 2018
* Fixes WordPress#4541 (#1)

* Update ISSUE_TEMPLATE.md
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.