Skip to content

Bump to version 0.7.0.#2226

Merged
mtias merged 1 commit intomasterfrom
update/v-0-7-0
Aug 4, 2017
Merged

Bump to version 0.7.0.#2226
mtias merged 1 commit intomasterfrom
update/v-0-7-0

Conversation

@mtias
Copy link
Copy Markdown
Member

@mtias mtias commented Aug 4, 2017

Changelog

  • Hide placeholders on focus—reduces visual distractions while writing.
  • Add PostAuthor dropdown to the UI.
  • Add theme support for customized color palettes and a shared component (applies to cover text and button blocks).
  • Add theme support for wide images.
  • Report on missing headings in the document outline feature.
  • Update block validation to make it less prone to over-eagerness with trivial changes (like whitespace and new lines).
  • Attempt to create an embed block automatically when pasting URL on a single line.
  • Save post before previewing.
  • Improve operations with "lists", enter on empty item creates new paragraph block, handling backspace, etc.
  • Don't serialize attributes that match default attributes.
  • Order link suggestions by relevance.
  • Order embeds for easier discoverability.
  • Added "keywords" property for searching blocks with aliases.
  • Added responsive styles for Table block in the front end.
  • Set default list type to be unordered list.
  • Improve accessibility of UrlInput component.
  • Improve accessibility and keyboard interaction of DropdownMenu.
  • Improve Popover component and use for PostVisibility.
  • Added higher order component for managing spoken messages.
  • Localize schema for WP API, avoiding initialization delay if schema is present.
  • Do not expose editor.settings to block authors.
  • Do not remove tables on pasting.
  • Consolidate block server-side files with client ones in the same directory.
  • Removed array of paragraphs structure from text block.
  • Trim whitespace when searching for blocks.
  • Document, test, and refactor DropdownMenu component.
  • Use separate mousetrap instance per component instance.
  • Add npm organization scope to WordPress dependencies.
  • Expand utilities around fixture regeneration.
  • Renamed "Text" to "Paragraph".
  • Fix multi-selection "delete" functionality.
  • Fix text color inline style.
  • Fix issue caused by changes with React build process.
  • Fix splitting editable without child nodes.
  • Use addQueryArgs in oEmbed proxy url.
  • Update dashicons with new icons.
  • Clarify enqueuing block assets functions.
  • Added code coverage information to docs.
  • Document how to create new docs.
  • Add example of add_theme_support in docs.
  • Added opt-in mechanism for learning what blocks are being added to the content.

@mtias mtias added the Gutenberg Plugin Issues or PRs related to Gutenberg Plugin management related efforts label Aug 4, 2017
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 4, 2017

Codecov Report

Merging #2226 into master will increase coverage by 0.13%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2226      +/-   ##
==========================================
+ Coverage   23.83%   23.96%   +0.13%     
==========================================
  Files         142      142              
  Lines        4460     4586     +126     
  Branches      756      789      +33     
==========================================
+ Hits         1063     1099      +36     
- Misses       2867     2925      +58     
- Partials      530      562      +32
Impacted Files Coverage Δ
blocks/library/code/index.js 40% <0%> (-10%) ⬇️
blocks/library/separator/index.js 42.85% <0%> (-7.15%) ⬇️
blocks/editable/patterns.js 1.21% <0%> (-0.61%) ⬇️
blocks/library/embed/index.js 48.68% <0%> (+3.22%) ⬆️

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 d80dd50...ea44dc5. Read the comment docs.

@mtias mtias merged commit e9b361a into master Aug 4, 2017
@mtias mtias deleted the update/v-0-7-0 branch August 4, 2017 19:12
Tug pushed a commit that referenced this pull request May 12, 2020
…_to_1.19.0

Issue/update aztec ios to 1.19.0
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.

1 participant