puzanov / gutenberg Public
forked from WordPress/gutenbergmaster
Commits on Jan 6, 2018
Commits on Jan 5, 2018
-
Merge pull request WordPress#4326 from WordPress/fix/cover-image-plac…
…eholder-text-color Cover Image: Fix style regression in textual placeholder
-
Fixed url input on images. (WordPress#4324)
A wrapper div with the correct class was missing in UrlInput component.
-
Merge pull request WordPress#4039 from WordPress/add/server-side-script
Registration: Add server script, style block type property
-
-
-
Test: Introduce jest matchers for console object (WordPress#4285)
* Test: Introduce jest matchers for console object * Tests: Add more matchers for console object
-
Merge pull request WordPress#4321 from WordPress/fix/bottom-inserter-…
…should-clear-selection VisualEditorInserter: Clear block selection on open
-
Merge pull request WordPress#4250 from schlessera/update/get_rest_link
Fix return type hint in `gutenberg_get_rest_link()`.
-
-
Parent page: used exclude and parent_exclude in API requests instead …
…of client side filtering. This avoids requesting unnecessary posts in the request.
-
-
-
-
-
-
Rename theme support for wide images to
align-wide
. (WordPress#4153)Changes theme support for wide images from being within the `gutenberg` theme support array with a `wide-images` bool to adding it with: `add_theme_support( 'align-wide' );` Additionally, updates documentation and variable names to match. Includes backcompat for declaring wide image support with `add_theme_support` and `wide-images` inside the gutenberg array. Issues a JS console warning with a link to documentation if it is not declared with `add_theme_support( 'align-wide' );`. Updates the `colors` themes support aswell
Commits on Jan 4, 2018
-
Merge pull request WordPress#4139 from WordPress/add/reusable-block-d…
…eletion Add Reusable Block deletion
-
Merge pull request WordPress#4293 from WordPress/update/toolbar-flat-map
Components: Use flatMap for mapping toolbar controls
-
-
-
Fixed matches sorting in shortcodeConverter. (WordPress#4270)
The algorithm to compute the return array is dependent on ascending sorting of the matches and the sorting was not ascending causing a series of bugs.
-
Merge pull request WordPress#4294 from WordPress/fix/inserter-should-…
…clear-selection Inserter: Opening should clear block selection
-
SiblingInserter: Opening should clear block selection
… thus hiding any selected block's chrome.
-
Merge pull request WordPress#4296 from WordPress/try/button-text-change
Changes button block text for setting. Props @maddisondesigns.
Tammie Lister committedon Jan 4, 2018 -
Changes button block text for setting
Fixes WordPress#3579 and changes the name for 'Wrap text'.
-
Design Update for Table of Contents (WordPress#4288)
- Change document counts to be a single row. - Reduce count sizes. - Increase width of panel. - Rename "word count" to just "words". - Adjust margins so cases without headings are balanced.
-