Permalink
Switch branches/tags
Nothing to show
Commits on Jun 23, 2017
  1. Update plugin version to 0.2.0. (#1398)

    mtias committed on GitHub Jun 23, 2017
  2. Plugin: update the default post content with the automatically genera…

    …ted classnames
    youknowriad committed Jun 23, 2017
  3. Fix fixtures.

    mtias committed with youknowriad Jun 23, 2017
  4. Don't generate class for lists.

    mtias committed with youknowriad Jun 23, 2017
  5. Chrome: Avoid negative margins for the panel and use overflow:auto pr…

    …ops @jasmussen
    youknowriad committed Jun 23, 2017
  6. Style correction

    jasonagnew committed with youknowriad Jun 22, 2017
  7. Allow scroll on sidebar #1373

    jasonagnew committed with youknowriad Jun 22, 2017
  8. Add HTML block with preview. (#1391)

    * Add HTML block with preview.
    
    * Polish the controls a bit.
    
    We'll want to separate these out.
    
    * Save raw content.
    
    * Apply is-active class to buttons.
    
    * Add fixtures.
    
    * Copy update and add translations.
    
    * Fix JSON in test
    mtias committed on GitHub Jun 23, 2017
  9. Multi-select: Make sure lastClientY is always accurate (#1360)

    iseulde committed on GitHub Jun 23, 2017
  10. Restore error handling TODO comment

    nylen committed with youknowriad Jun 23, 2017
  11. BlockList: update placeholder for new text blocks. (#1366)

    mtias committed on GitHub Jun 23, 2017
  12. Do not trigger selection on right click (#1353)

    iseulde committed on GitHub Jun 23, 2017
  13. Add inspector controls (#1278)

    * Added textarea, select, checkbox, radio and range inspector controls.
    * Utilise new ToggleControl for the 'Drop Cap' setting.
    paulwilde committed with youknowriad Jun 23, 2017
  14. Merge pull request #1389 from WordPress/polish/controls-floats-various

    Polish controls, floats, switches and headings
    jasmussen committed on GitHub Jun 23, 2017
  15. Improve Heading icons.

    jasmussen committed Jun 23, 2017
  16. Fix full wide regression.

    Also move thecog and trash above the image in full wide. Let's see how it works.
    jasmussen committed Jun 23, 2017
  17. Fix float regression.

    jasmussen committed Jun 23, 2017
  18. Avoid overlapping button block controls (#1384)

    iseulde committed on GitHub Jun 23, 2017
Commits on Jun 22, 2017
  1. Merge pull request #1276 from WordPress/add/page-support

    Add support for pages and other custom post types
    westonruter committed on GitHub Jun 22, 2017
  2. Merge pull request #879 from WordPress/add/487-cover-image

    Add cover image block
    
    Closes #487
    georgeh committed on GitHub Jun 22, 2017
  3. Fix full bleed issues.

    jasmussen committed Jun 22, 2017
  4. Removing "fixed" alignment

    georgeh committed Jun 22, 2017
  5. Add button to directly open the inspector sidebar from a block. (#1372)

    * Add button to directly open the inspector sidebar from a block.
    
    * Only show block settings button if sidebar is closed.
    
    * Display setting above delete.
    
    * Always show inspector button.
    mtias committed on GitHub Jun 22, 2017
  6. Add cover-image back into list

    georgeh committed Jun 22, 2017
  7. Re-introduce post-content data

    georgeh committed Jun 22, 2017
  8. A little polish

    - Make background attachment fixed by default. Let's either remove the option to pin it entirely, or move it to the inspector and make it something that's on by default.
    - Added gray scrim, removed text shadow, reduced font size
    - Removed alignments because these are now inherited
    
    Future improvements we should also consider: add the full-wide button that images have now, and make it so the dark scrim is only present when there's text.
    jasmussen committed with georgeh Jun 22, 2017
  9. Control updates

    Now using the new `<BlockControls>` to manage the image position.
    
    Also removed the ability to change the picture pending moving it into the inspector
    
    Also addressed changes in the PR to remove `wp` global and fix autoOpen the MediaUploadButton
    georgeh committed Jun 22, 2017