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

Bump plugin version to 1.5.0 #3097

Merged
merged 2 commits into from
Oct 24, 2017
Merged

Bump plugin version to 1.5.0 #3097

merged 2 commits into from
Oct 24, 2017

Conversation

pento
Copy link
Member

@pento pento commented Oct 21, 2017

Changelog

  • Set Gutenberg as the default editor (still allow creating new posts in Classic Editor).
  • Add metabox support—this is an initial pass at supporting existing meta-boxes without intervention.
  • Display inserter button between blocks.
  • Improve block navigation performance.
  • Hide core namespace in comment serialization. wp:core/gallery becomes wp:gallery.
  • Implement a dropdown for Publish flow.
  • Allow multiselect to work on shift-click.
  • Insert new block from title on enter.
  • Use a dropdown for the block menu (settings, delete, edit as HTML).
  • Add expandable panel for post visibility.
  • Add expandable panel for post scheduling.
  • Implement more inline formatting boundaries.
  • Better clearing of block selection.
  • Show placeholder hint for slash autocomplete on new text blocks.
  • Remove multi-selection header in favor of default block controls (mover and menu).
  • Allow blocks to disable HTML edit mode.
  • Adjust transition and delay of inserter between blocks.
  • Added text color option for button block.
  • Hide extended settings if sidebar is closed.
  • New embed icons.
  • Move the store initialization to a dedicated component.
  • Improve scroll position of scrollable elements.
  • Drop undefined blocks from recent blocks.
  • Update HTML block description.
  • Update embed block description.
  • Add description for classic block.
  • PHPCS-specific improvements.
  • Add a default block icon.
  • Adjust line height of classic text to match paragraph blocks.
  • Adjust filter order in classic block so plugins that extend it can work properly.
  • Set textarea value as prop and not children.
  • Fix mobile issues with block setting menu.
  • Fix undefined colors warning.
  • Fix broken upload button on image placeholder.
  • Fix post edit URL when saving a post/page/CPT.
  • Fix conflict with new TinyMCE version and heading blocks.
  • Tweak block sibling element for better target surface.
  • Avoid loading Gutenberg assets on non-Gutenberg pages.
  • Adjust Jest configuration.
  • Document supportAnchor in block API.
  • Updated TinyMCE to latest.
  • Document block name usage in serialization and add example of serialized block.
  • Updated FAQ section.
  • Upgrade React and Enzyme dependencies.

@pento pento added the Gutenberg Plugin Issues or PRs related to Gutenberg Plugin management related efforts label Oct 21, 2017
Copy link
Member

@gziolo gziolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks legit 👍

Copy link
Member

@ntwb ntwb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also package-lock.json needs bumping from 1.4 to 1.5

Bumping package.json and package-lock.json can be done by running npm --no-git-tag-version version major|minor|patch, we should probably document this somewhere 🤔

@gziolo
Copy link
Member

gziolo commented Oct 24, 2017

Isn’t it enough to run ‘npm version major’ to get package.json and package-lock.json updated?

@ntwb
Copy link
Member

ntwb commented Oct 24, 2017

I don't believe so @gziolo, from the docs

If run in a git repo, it will also create a version commit and tag. This behavior is controlled by git-tag-version (see below), and can be disabled on the command line by running npm --no-git-tag-version version.

p.s. I mostly forget about this command most of the time and update both files manually 😂

@codecov
Copy link

codecov bot commented Oct 24, 2017

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #3097      +/-   ##
=========================================
- Coverage   32.24%   32.2%   -0.04%     
=========================================
  Files         216     216              
  Lines        6150    6169      +19     
  Branches     1081    1085       +4     
=========================================
+ Hits         1983    1987       +4     
- Misses       3516    3528      +12     
- Partials      651     654       +3
Impacted Files Coverage Δ
blocks/editable/tinymce.js 0% <0%> (ø) ⬆️
blocks/library/paragraph/index.js 37.5% <0%> (+4.16%) ⬆️

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 f8bc897...4f1fcae. Read the comment docs.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants