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

Build 1.5.2 #3163

Closed
wants to merge 6 commits into from
Closed

Build 1.5.2 #3163

wants to merge 6 commits into from

Conversation

pento
Copy link
Member

@pento pento commented Oct 26, 2017

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

  • Add the gutenberg_can_edit_post_type filter for plugins to add or remove support for custom post types.
  • Fix Classic Editor redirecting to Gutenberg when saving a post.
  • Fix Classic Editor dropdown showing on post types that don't support Gutenberg.
  • Fix Classic Editor dropdown hiding behind notices.
  • Fix an issue with collapsing popover content.

jasmussen and others added 5 commits October 26, 2017 12:51
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.
)

Also adds a new `gutenberg_can_edit_post_type` filter, so plugins can disable Gutenberg by post type.
@pento 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
@pento pento self-assigned this Oct 26, 2017
@codecov
Copy link

codecov bot commented Oct 26, 2017

Codecov Report

Merging #3163 into master will decrease coverage by 1.13%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
blocks/library/code/index.js 50% <0%> (-7.15%) ⬇️
blocks/editable/format-toolbar/index.js 5.19% <0%> (-1.19%) ⬇️
editor/writing-flow/index.js 0% <0%> (ø) ⬆️
editor/meta-boxes/index.js 0% <0%> (ø) ⬆️
editor/meta-boxes/iframe.js 0% <0%> (ø)
editor/meta-boxes/panel.js 0% <0%> (ø)
blocks/editable/index.js 11.96% <0%> (+1.26%) ⬆️
editor/utils/dom.js 21.91% <0%> (+5.81%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 663b11f...dcc3341. Read the comment docs.

@pento pento changed the title Release 1.5.2 Build 1.5.2 Oct 26, 2017
@pento pento mentioned this pull request Oct 26, 2017
@pento
Copy link
Member Author

pento commented Oct 26, 2017

Closing this in favour of #3164.

@pento pento closed this Oct 26, 2017
@pento pento deleted the create/v1.5.2 branch October 26, 2017 03:10
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants