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

Plugin: Implement block registering API #289

Merged
merged 24 commits into from
Mar 22, 2017

Commits on Mar 20, 2017

  1. Configuration menu
    Copy the full SHA
    8b8488c View commit details
    Browse the repository at this point in the history
  2. Changes per review

    youknowriad committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    203c2ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfa146d View commit details
    Browse the repository at this point in the history
  4. Add .nvmrc

    Use latest stable node version.
    nylen authored and youknowriad committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    e09b932 View commit details
    Browse the repository at this point in the history
  5. Ignore yarn.lock

    nylen authored and youknowriad committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    f81c876 View commit details
    Browse the repository at this point in the history
  6. Tweak docblock

    nylen authored and youknowriad committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    9306751 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    99b5fc3 View commit details
    Browse the repository at this point in the history
  8. Add babel-plugin-transform-runtime

    Right now, this is to polyfill `Object.values` (used in `getBlocks`).
    Node.js and older browsers lack support for this function.
    nylen authored and youknowriad committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    dd6e008 View commit details
    Browse the repository at this point in the history
  9. Add Mocha unit tests

    nylen authored and youknowriad committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    43f241e View commit details
    Browse the repository at this point in the history
  10. Bring back "modules": false to .babelrc

    nylen authored and youknowriad committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    1fc3651 View commit details
    Browse the repository at this point in the history
  11. Whitespace fix

    nylen authored and youknowriad committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    3879318 View commit details
    Browse the repository at this point in the history
  12. Rename "name" to "slug"

    nylen authored and youknowriad committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    6e9986e View commit details
    Browse the repository at this point in the history
  13. - Using the env to config webpack for tests

    - ESlint mocha env
    youknowriad committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    086f993 View commit details
    Browse the repository at this point in the history
  14. Fix tests after rebase

    youknowriad committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    a7c6660 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    59d3ea0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Configuration menu
    Copy the full SHA
    ee2b07f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7482ebc View commit details
    Browse the repository at this point in the history
  3. Remove unused dependency

    aduth committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    bce66e9 View commit details
    Browse the repository at this point in the history
  4. Avoid assigning globals

    aduth committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    0f1ea2a View commit details
    Browse the repository at this point in the history
  5. Add unregisterBlock and resulting improvements:

    - No need for a separate `validateBlockSlug` function
    - More thorough and more isolated tests
    nylen committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    a512271 View commit details
    Browse the repository at this point in the history
  6. Remove .tmp from .gitignore

    This was from `mocha-webpack`, which is no longer used, so this entry is
    no longer needed.
    nylen committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    3f3469e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Configuration menu
    Copy the full SHA
    65066e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b95c775 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5f72ca View commit details
    Browse the repository at this point in the history