Permalink
Switch branches/tags
Commits on Nov 21, 2017
  1. fix button link modal not closing (#3508)

    vladanost committed with aduth Nov 21, 2017
    * fix button link modal not closing
    
    * reseting selectedSuggestion on select and refactoring
  2. Merge pull request #3589 from WordPress/fix/text-columns-focus

    jasmussen committed Nov 21, 2017
    Improve text columns focus style.
  3. Merge pull request #3591 from WordPress/add/alt-text-enhancements

    jasmussen committed Nov 21, 2017
    Add alt text enhancements
  4. Remove the additional helpText prop.

    jasmussen committed Nov 21, 2017
    Turns out it was already there under `help`, and not just for screen readers.
  5. Add help text attribute to TextControl component.

    jasmussen committed Nov 21, 2017
  6. Improve text columns focus style.

    jasmussen committed Nov 21, 2017
    In the previous focus style commit, the focus style for these columns was a bit heavy handed.
    
    This PR changes the focus style to mimic that of a selected text block. In the not too distant future, this block itself will likely be revisited with the recent nesting feature in mind, so this improves it until that time.
  7. fix links autocomplete suggestions: empty post title fallback (#3575)

    vladanost committed with youknowriad Nov 21, 2017
  8. Merge pull request #3550 from hideokamoto/add/test/url-input/button

    gziolo committed Nov 21, 2017
    Add tests for the UrlInputButton component.
  9. Testing: Fix Eslint issue with trailing spaces

    gziolo committed Nov 21, 2017
  10. Merge pull request #3583 from hideokamoto/add/test/notice/index

    gziolo committed Nov 21, 2017
    Add tests for the Notice component.
  11. Testing: Update test descriptions for Notice

    gziolo committed Nov 21, 2017
  12. Testing: Refine test descriptions for UrlInput

    gziolo committed Nov 21, 2017
  13. Add tests for the Notice component.

    hideokamoto committed Nov 21, 2017
  14. update url-input button test

    hideokamoto committed Nov 21, 2017
  15. fix lint error

    hideokamoto committed Nov 21, 2017
  16. update test for pr-#3550

    hideokamoto committed Nov 21, 2017
  17. fix test script

    hideokamoto committed Nov 21, 2017
Commits on Nov 20, 2017
  1. Merge pull request #3532 from mohsinr/fix-docs

    aduth committed Nov 20, 2017
    Fix 404 Link in Docs
  2. Merge pull request #3530 from ocean90/fix/docs-category-embeds

    aduth committed Nov 20, 2017
    Docs: Use correct category name for embeds
  3. Merge pull request #3510 from B-07/patch-3

    aduth committed Nov 20, 2017
    Fix typo
  4. Merge pull request #3522 from WordPress/add/validation-info

    aduth committed Nov 20, 2017
    Validation: Log debugging messages for invalid blocks
  5. Validation: Log debugging messages for invalid blocks

    aduth committed Nov 20, 2017
  6. Remove font size from post-visibility legend (#3565)

    jasmussen committed with mtias Nov 20, 2017
    This fixes #1347 incidentally, because the em unit is no longer there to reduce the font size.
    
    The meta issue, that em units are subject to browser rounding, is a correct observation, and we should use these units carefully, ideally in whole or half numbers. We should also use as few font sizes as possible, and adhere to what sizes are in WordPress already. This is on us as developers to remember, and I'm making a note to put this in the pattern library also.
  7. Chrome: Rename "HTML Editor" to "Code Editor"

    youknowriad committed Nov 20, 2017
  8. Image Block: Increase the minimum width/height of a resized image

    youknowriad committed Nov 20, 2017
  9. Fix the name for the matchers hook default function

    youknowriad committed Nov 20, 2017
  10. Update icon and tooltip for table of contents. (#3563)

    mtias committed Nov 20, 2017
  11. Components: Extract the WritingFlow component as a reusable Editor co…

    youknowriad committed Nov 20, 2017
    …mponent
  12. Merge pull request #3544 from WordPress/fix/change-detection-multi-re…

    aduth committed Nov 20, 2017
    …duce
    
    Framework: Fix change detection to maintain multiple instances of state