The Wayback Machine - https://webcf.waybackmachine.org/web/20220520090649/https://github.com/puzanov/gutenberg/commits/master
Skip to content
Permalink
master
Switch branches/tags

Commits on Jan 5, 2018

  1. Merge pull request WordPress#4326 from WordPress/fix/cover-image-plac…

    …eholder-text-color
    
    Cover Image: Fix style regression in textual placeholder
    mcsf committed on Jan 5, 2018
  2. Fixed url input on images. (WordPress#4324)

    A wrapper div with the correct class was missing in UrlInput component.
    jorgefilipecosta committed on Jan 5, 2018
  3. Merge pull request WordPress#4039 from WordPress/add/server-side-script

    Registration: Add server script, style block type property
    aduth committed on Jan 5, 2018
  4. Test: Introduce jest matchers for console object (WordPress#4285)

    * Test: Introduce jest matchers for console object
    
    * Tests: Add more matchers for console object
    gziolo committed on Jan 5, 2018
  5. Merge pull request WordPress#4321 from WordPress/fix/bottom-inserter-…

    …should-clear-selection
    
    VisualEditorInserter: Clear block selection on open
    mcsf committed on Jan 5, 2018
  6. Merge pull request WordPress#4250 from schlessera/update/get_rest_link

    Fix return type hint in `gutenberg_get_rest_link()`.
    aduth committed on Jan 5, 2018
  7. Parent page: used exclude and parent_exclude in API requests instead …

    …of client side filtering.
    
    This avoids requesting unnecessary posts in the request.
    jorgefilipecosta committed on Jan 5, 2018
  8. Rename toolbar feature toggle

    WPprodigy authored and youknowriad committed on Jan 5, 2018
  9. 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
    getsource authored and youknowriad committed on Jan 5, 2018

Commits on Jan 4, 2018

  1. Merge pull request WordPress#4139 from WordPress/add/reusable-block-d…

    …eletion
    
    Add Reusable Block deletion
    noisysocks committed on Jan 4, 2018
  2. Merge pull request WordPress#4293 from WordPress/update/toolbar-flat-map

    Components: Use flatMap for mapping toolbar controls
    aduth committed on Jan 4, 2018
  3. Fix isInputField

    ellatrix committed on Jan 4, 2018
  4. 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.
    jorgefilipecosta committed on Jan 4, 2018
  5. Merge pull request WordPress#4294 from WordPress/fix/inserter-should-…

    …clear-selection
    
    Inserter: Opening should clear block selection
    mcsf committed on Jan 4, 2018
  6. SiblingInserter: Opening should clear block selection

    … thus hiding any selected block's chrome.
    mcsf committed on Jan 4, 2018
  7. Merge pull request WordPress#4296 from WordPress/try/button-text-change

    Changes button block text for setting. Props @maddisondesigns.
    Tammie Lister committed on Jan 4, 2018
  8. Changes button block text for setting

    Fixes WordPress#3579 and changes the name for 'Wrap text'.
    karmatosed committed on Jan 4, 2018
  9. 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.
    mtias committed on Jan 4, 2018
Older