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

Latest Posts block: remove columns-x class for list view #4017

Closed
wants to merge 134 commits into from

Commits on Dec 12, 2017

  1. Add editor heading for screenreaders

    This is round 2 of #3801.
    
    It mitigates/fixes #503 and fixes #2024.
    
    What remains to be done in this branch is:
    
    - Make sure the text is translatable, right now it's hardcoded to "Edit Post"
    - Make sure the text is contextual (so it shows Edit Page, Edit CPT etc)
    Joen Asmussen committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    b5d73e5 View commit details
    Browse the repository at this point in the history
  2. Make post title contextual and translatable

    This just uses the stock WordPress objects.
    Joen Asmussen committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    e682f1e View commit details
    Browse the repository at this point in the history
  3. Remove NVDA hack.

    Joen Asmussen committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    98e560a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. Configuration menu
    Copy the full SHA
    683ecaf View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Configuration menu
    Copy the full SHA
    12998a3 View commit details
    Browse the repository at this point in the history
  2. Add speak messages.

    afercia committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    fa71b71 View commit details
    Browse the repository at this point in the history
  3. Add full coverage for REQUEST_POST_UPDATE_SUCCESS effect.

    Adds test cases to fully cover the REQUEST_POST_UPDATE_SUCCESS effect.
    BE-Webdesign committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    a329322 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6796f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a3e4a0 View commit details
    Browse the repository at this point in the history
  6. Show column class only for grid

    Soean committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    a7dc698 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ec735c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. Configuration menu
    Copy the full SHA
    d82808e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a511f5 View commit details
    Browse the repository at this point in the history
  3. Try fainter disabled state

    This changes the opacity of a disabled button to be .3 opacity from .6 previously. This fixes #3928
    Joen Asmussen committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    861c054 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb96084 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3820 from WordPress/add/test/editor/effects/reque…

    …st-post-update-success
    
    Add full coverage for REQUEST_POST_UPDATE_SUCCESS effect.
    gziolo authored Dec 15, 2017
    Configuration menu
    Copy the full SHA
    7f346ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f35fc6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4033 from WordPress/try/fainter-disabled-state

    Try fainter disabled state
    Tammie Lister authored Dec 15, 2017
    Configuration menu
    Copy the full SHA
    71a218f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3988 from Rahmon/fix/3968

    Fix blocks when useOnce is true
    aduth authored Dec 15, 2017
    Configuration menu
    Copy the full SHA
    5d81a0a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6fba36d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    925acf9 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4016 from WordPress/add/with-state

    Components: Add withState higher-order component
    aduth authored Dec 15, 2017
    Configuration menu
    Copy the full SHA
    7cb404d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4014 from WordPress/update/supports-html

    Block API: Refactor supportHTML as supports property
    aduth authored Dec 15, 2017
    Configuration menu
    Copy the full SHA
    bbf06e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2017

  1. Configuration menu
    Copy the full SHA
    7fdf923 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. Merge pull request #3982 from WordPress/try/block-settings-menu-item-…

    …dynamic
    
    Make the block settings menu item dynamic
    afercia authored Dec 18, 2017
    Configuration menu
    Copy the full SHA
    3fc4d58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c917c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c33f6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f718d8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1342736 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e6356a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2bcebb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3650811 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4009 from WordPress/update/generated-class-name-e…

    …dit-block
    
    Blocks: Move logic for generating class name to BlockEdit component
    gziolo authored Dec 18, 2017
    Configuration menu
    Copy the full SHA
    227a93f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4029 from WordPress/update/block-audio-button-attr

    Audio Block: Changes edit buttonProps to html attributes
    Soean authored Dec 18, 2017
    Configuration menu
    Copy the full SHA
    1b35aac View commit details
    Browse the repository at this point in the history
  11. Implemented isInlineForTag mechanism

    This mechanism allows treating elements as inline if they are being pasted in specific tags. So for example in heading blocks we can interpret headings as inline content and on lists we can interpret lists as inline content.
    jorgefilipecosta committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    d9e1777 View commit details
    Browse the repository at this point in the history
  12. Added tag groups for headings and lists to the inlineWhitelistTagGrou…

    …ps mechanism.
    
    This improves the behaviour of paste in already existing list and heading blocks.
    jorgefilipecosta committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    ba6eb23 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f181a08 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6a287a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Update Jest to v22.0.1

    ntwb committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    1effc72 View commit details
    Browse the repository at this point in the history
  2. Update Jest snapshots

    ntwb committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    fcf70aa View commit details
    Browse the repository at this point in the history
  3. Update babel-jest to v22.0.1

    ntwb committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    af0773f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec3d7d5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4073 from WordPress/update/jest

    Update to Jest v22.0.1
    gziolo authored Dec 19, 2017
    Configuration menu
    Copy the full SHA
    d8db53a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c43b3fa View commit details
    Browse the repository at this point in the history
  7. Replaced getLatestPosts usage (wp.api.collections.Posts wrapper) with…

    … withAPIData HoC in latestPosts.
    jorgefilipecosta committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    c4c8e3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e133c87 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0257138 View commit details
    Browse the repository at this point in the history
  10. Moved Categories Block edit to an external file.

    An intermediary step to use withAPIData.
    jorgefilipecosta committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    630fbde View commit details
    Browse the repository at this point in the history
  11. Replaced getCategories usage (wp.api.collections.Categories wrapper) …

    …with withAPIData HoC in Categories Block.
    
    Categories block was the only block in our codebase that uses wp.api…, this change makes the block more inline with the rest of the codebase.
    jorgefilipecosta committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    c1f7b19 View commit details
    Browse the repository at this point in the history
  12. Add dynamic block documentation (#4067)

    * Add dynamic block documentation
    
    Taken from https://riad.blog/2017/10/16/one-thousand-and-one-way-to-extend-gutenberg-today/#dynamic-block.
    
    * Add ES6 JavaScript code example
    
    * Add a title to dynamic blocks doc entry
    
    * Fix some small grammar errors
    
    * Remove Riad from the code examples 😉
    
    * Fix typo in dynamic block documentation
    atimmer authored and aduth committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    64ac510 View commit details
    Browse the repository at this point in the history
  13. 3 column inserter

    This is a suggestion for #4080. It increases the 2 columns to 3 for the inserter.
    karmatosed committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    8f30966 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Try improving mobile controls

    Those controls include the mover and the ellipsis menu. As such, this PR fixes #4084.
    
    What this PR does, is remove all mobile tools from the quick toolbar, and instead shows these tools inline at the bottom of a _selected_ block.
    Joen Asmussen committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    1df0d52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed74c1e View commit details
    Browse the repository at this point in the history
  3. Improve paragraph block description.

    Props @maddisondesigns for text.
    Joen Asmussen committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    fb72e7f View commit details
    Browse the repository at this point in the history
  4. Rename "Classic Text" to "Classic".

    Fixes #2956.
    
    This renames the "Classic Text" block to just "Classic", because it can do more than just text.
    Joen Asmussen committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    0645702 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34a13d3 View commit details
    Browse the repository at this point in the history
  6. Widens the inserter

    Adds in a wider inserter.
    karmatosed committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    6a8b8f4 View commit details
    Browse the repository at this point in the history
  7. Left aligns the title

    karmatosed committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    5981cca View commit details
    Browse the repository at this point in the history
  8. Move title to center again

    The left align wasn't working so lets move border and center align.
    karmatosed committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    14a046a View commit details
    Browse the repository at this point in the history
  9. Remove references to obsolete class.

    Joen Asmussen committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    b0c9e6a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b51d23 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'try/improved-mobile-tools' of github.com:WordPress/gute…

    …nberg into try/improved-mobile-tools
    youknowriad committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    7c1cfae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6378974 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #4103 from WordPress/update/improve-paragraph-desc…

    …ription
    
    Improve paragraph block description.
    jasmussen authored Dec 20, 2017
    Configuration menu
    Copy the full SHA
    76ddebf View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4101 from WordPress/try/improved-mobile-tools

    Try improving mobile controls
    jasmussen authored Dec 20, 2017
    Configuration menu
    Copy the full SHA
    c89e226 View commit details
    Browse the repository at this point in the history
  15. Little polish to the top menu and inserter.

    Joen Asmussen committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    e8ff9ec View commit details
    Browse the repository at this point in the history
  16. Make mobile scroll "normally".

    That is, scroll the `html` element, instead of a specially dedicated area. Although the latter has a ton of benefits, the former is the only thing that works stably on Mobile Safari. The thing is, there's overscroll bounce that you can't really turn off, so if you aren't scrolling the main content area things are just going to be all kinds of janky.
    Joen Asmussen committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    353ee9c View commit details
    Browse the repository at this point in the history
  17. Fix regression with "fixed to block" toolbar

    Also rotate ellipsis so it matches top toolbar one.
    Joen Asmussen committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    d8a58ac View commit details
    Browse the repository at this point in the history
  18. Prevent Safari from zooming in when opening inserter

    Joen Asmussen committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    76f1527 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9721009 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e5bafaa View commit details
    Browse the repository at this point in the history
  21. Merge pull request #4104 from WordPress/update/rename-classic-text

    Rename "Classic Text" to "Classic". Props @jasmussen
    Tammie Lister authored Dec 20, 2017
    Configuration menu
    Copy the full SHA
    a510f3c View commit details
    Browse the repository at this point in the history
  22. Merge pull request #4095 from WordPress/try/three-column-inserter

    3 column inserter
    Tammie Lister authored Dec 20, 2017
    Configuration menu
    Copy the full SHA
    5b85f85 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Configuration menu
    Copy the full SHA
    db193b6 View commit details
    Browse the repository at this point in the history
  2. Polish permalink toolbar on mobile

    - Add padding when fixed toolbar is enabled so the white sheet doesn't cover the permalink bar
    - Fit the permalink bar snugly to the screen edges on mobile
    Joen Asmussen committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    293d90e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4081 from WordPress/try/mobile-polish

    Polish mobile, notably iPhone
    jasmussen authored Dec 21, 2017
    Configuration menu
    Copy the full SHA
    af913fa View commit details
    Browse the repository at this point in the history
  4. Use Post Type capabilities instead of All capabilities.

    #3895 showed there was an issue with SuperAdmins not having a role on a site of a multisite network. After some discussions, we think it is best to check the post type capabilities for the connected user and the current post type being edited.
    A new parameter is added to the users/me REST API route containing the post type name. This parameter is used to get the corresponding post type capabilities.
    Capability checks have been updated accordingly into Gutenberg editor components
    imath authored and youknowriad committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    9c6143b View commit details
    Browse the repository at this point in the history
  5. Added drag&drop upload to cover image. (#4061)

    Although cover-image block says "Drag image here or insert from media library", drag & drop upload was missing.
    jorgefilipecosta authored Dec 21, 2017
    Configuration menu
    Copy the full SHA
    d980bdb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5aabd70 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. Refactor Reusable Blocks controller to use WP_REST_Posts_Controller

    We can remove a lot of code by subclassing WP_REST_Posts_Controller,
    which gives us methods for creating, reading, updating and deleting
    posts (in this case, blocks) for free.
    
    This also adds support for DELETEing a block to the API, and renames the
    'name' field to 'title'.
    noisysocks committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    2bc1329 View commit details
    Browse the repository at this point in the history
  2. Add aria-label to code and HTML block textarea elements. #2027

    Also, add placeholder to HTML block.
    tfrommen authored and youknowriad committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    ae17538 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3220ce8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cc8cbb View commit details
    Browse the repository at this point in the history
  5. Allow for multi line text in button block

    Fixes #2249
    jahvi authored and youknowriad committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    c97ebf8 View commit details
    Browse the repository at this point in the history
  6. Remove unnecessary line.

    Joen Asmussen committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    b614f03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c92e3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9d8f85 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4129 from WordPress/add/heading-cover-image-trans…

    …forms
    
    Add transforms between Heading & Cover Image
    mcsf authored Dec 22, 2017
    Configuration menu
    Copy the full SHA
    99f5f1d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0c4457c View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3937 from WordPress/try/edit-heading-round-2

    Add editor heading for screenreaders
    gziolo authored Dec 22, 2017
    Configuration menu
    Copy the full SHA
    f023754 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2ee8fe4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e109ff7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6f25976 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    98414fe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    95457a6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    34d088d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    21e5b26 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. Configuration menu
    Copy the full SHA
    2f27d54 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3894 from WordPress/add/test/editable/adapt-forma…

    …tter
    
    Add tests for Editable.adaptFormatter()
    
    This is a private method, that will probably need to be reevaluated in how we test it.
    BE-Webdesign authored Dec 23, 2017
    Configuration menu
    Copy the full SHA
    204c6b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b393dbe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3892 from WordPress/add/test/blocks/editable-2

    Add tests for Editable.getSettings()
    
    This is a private method and the testing method may need to be reevaluated in the future.
    BE-Webdesign authored Dec 23, 2017
    Configuration menu
    Copy the full SHA
    06317d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22e5bbf View commit details
    Browse the repository at this point in the history
  6. Fix typo in comment. (#4154)

    s/dependecies/dependencies/
    getsource authored and gziolo committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    a99733d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3887 from WordPress/add/test/blocks/color-palette

    Add tests for ColorPalette component.
    BE-Webdesign authored Dec 23, 2017
    Configuration menu
    Copy the full SHA
    79a74be View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2017

  1. Configuration menu
    Copy the full SHA
    e624d34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a9ea01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecee09e View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

  1. Configuration menu
    Copy the full SHA
    c3be1b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. Add 'No saved blocks' message to Inserter

    When there are no Reusable Blocks available to add, and the user selects
    'Saved' in the Inserter, display a message instead of a completely blank
    tab.
    noisysocks committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    0aaffae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebf841f View commit details
    Browse the repository at this point in the history
  3. Add text to meetup links

    laras126 authored and youknowriad committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    daebcc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5a8db5 View commit details
    Browse the repository at this point in the history
  5. Latest posts: Only request required category fields. (#4179)

    We were requesting all category fields while needing three of them, this change makes sure we request only the fields we need.
    jorgefilipecosta authored Dec 27, 2017
    Configuration menu
    Copy the full SHA
    34c81b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9646747 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45e9094 View commit details
    Browse the repository at this point in the history
  8. Implemented editor-left&editor-right mixins.

    The mixins apply editor left/right position to the selector passed as argument. It allows to use position fixed with correct dimensions.
    jorgefilipecosta committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    825eef6 View commit details
    Browse the repository at this point in the history
  9. Made notices always visible; Added sticky behaviour in notices for wi…

    …dths lower than small breakpoint.
    
    Used editor-left & editor-right mixins to correctly position notices.
    jorgefilipecosta committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    b24170a View commit details
    Browse the repository at this point in the history
  10. Used editor-left mixin for .editor-header styles.

    This change removes duplicate code and solves a bug related with resizing to small screen expanding WordPress menu and then resizing back to big screen.
    jorgefilipecosta committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    e63deab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e3e849f View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4182 from WordPress/add/no-saved-blocks-message

    Add 'No saved blocks' message to Inserter
    noisysocks authored Dec 27, 2017
    Configuration menu
    Copy the full SHA
    40adaff View commit details
    Browse the repository at this point in the history
  13. Merge pull request #4137 from WordPress/add/reusable-block-deletion-t…

    …o-api
    
    Add ability to delete a Reusable Block to REST API
    noisysocks authored Dec 27, 2017
    Configuration menu
    Copy the full SHA
    1ff0f5f View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. Configuration menu
    Copy the full SHA
    553ab2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a3c3d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    003d533 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b407ccc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67b12ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5838037 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    beaa749 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ddfef35 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2558f6e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c22bc9d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    edf17df View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. Update node-sass to v4.7.2 (#4200)

    * Bump `node-sass` to latest 4.7.2 release
    
    * Update `package-lock.json`
    ntwb authored Dec 29, 2017
    Configuration menu
    Copy the full SHA
    0a7d55a View commit details
    Browse the repository at this point in the history
  2. Rebase

    Soean committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    d9dc680 View commit details
    Browse the repository at this point in the history