Merged
Conversation
Fix codepen embeds width
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
Addresses #4916 (review). Thanks Andrew!
State: Assign innerBlocks in getBlock selector
* Add isUnmodifiedDefaultBlock helper to avoid the isEmpty API
Improve interception functions.
* 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.
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 sidebar tab padding
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.
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.
Fix IconButton indent regression
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.
Update shortcode icon
bamadesigner
pushed a commit
that referenced
this pull request
Mar 2, 2018
* Fixes WordPress#4541 (#1) * Update ISSUE_TEMPLATE.md
This file contains hidden or 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
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 (jpeg or gifs if applicable):
Types of changes
Checklist: