-
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
Build 1.5.2 #3163
Closed
Closed
Build 1.5.2 #3163
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
This fixes a regression introduced by the recent refactor of the inserter. It adds a min-width to the popover component. Previously it had a fixed width.
pento
added
Gutenberg Plugin
Issues or PRs related to Gutenberg Plugin management related efforts
[Type] Task
Issues or PRs that have been broken down into an individual action to take
labels
Oct 26, 2017
Codecov Report
@@ Coverage Diff @@
## master #3163 +/- ##
==========================================
- Coverage 31.63% 30.49% -1.14%
==========================================
Files 217 219 +2
Lines 6275 6630 +355
Branches 1116 1221 +105
==========================================
+ Hits 1985 2022 +37
- Misses 3606 3832 +226
- Partials 684 776 +92
Continue to review full report at Codecov.
|
Merged
Closing this in favour of #3164. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Gutenberg Plugin
Issues or PRs related to Gutenberg Plugin management related efforts
[Type] Task
Issues or PRs that have been broken down into an individual action to take
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.
There are a handful of bugs that have been fixed after 1.5.1, they need to be released sooner than 1.6.
This is a branch from the
v1.5.1
tag, with the relevant commits cherry picked.Changes
gutenberg_can_edit_post_type
filter for plugins to add or remove support for custom post types.