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

Add "Latest Posts" Block #870

Merged
merged 18 commits into from
Jun 8, 2017
Merged

Add "Latest Posts" Block #870

merged 18 commits into from
Jun 8, 2017

Commits on Jun 7, 2017

  1. Configuration menu
    Copy the full SHA
    d9ab526 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b939cce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a120720 View commit details
    Browse the repository at this point in the history
  4. Move data fetchers to data.js file

    Props @mtias for the suggestion
    lamosty committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    4426fe9 View commit details
    Browse the repository at this point in the history
  5. Refactor edit() to render a React component

    Fixes the issue of having to use `attributes` to store the latest posts and is also nicer.
    lamosty committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    6facd28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    484506a View commit details
    Browse the repository at this point in the history
  7. Add server-side rendering

    I also had to rename the block from core/latest-posts to
    core/latestposts since I think there's a bug in the server-side matcher
    -- it ignores block comments with hyphens: #882
    lamosty committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    ec72c14 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    219c2ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca5cc8e View commit details
    Browse the repository at this point in the history
  10. Fix linting errors

    lamosty committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    6e5fe1e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1ab4e32 View commit details
    Browse the repository at this point in the history
  12. Add fn which loads server-side rendering of blocks

    This was lost in last rebase
    lamosty committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    74cc4aa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3927d22 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c9c7146 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    64b30f1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    efb8746 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

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