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

Helmet 5.0.0: requestIdleCallback support #248

Merged
merged 71 commits into from
Mar 21, 2017

Commits on Mar 14, 2017

  1. (feat) - new API to proved actual head tags as children to Helmet cre…

    …ating a more declarative API. Fully backwards compatible.
    cwelch5 committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    170fbb1 View commit details
    Browse the repository at this point in the history
  2. test: Update tests to use declarative API

    Richard Herrera committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    6cacc3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    792665d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ec3fad View commit details
    Browse the repository at this point in the history
  5. ESLint fix.

    Richard Herrera committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    5f62910 View commit details
    Browse the repository at this point in the history
  6. Duplicate prop

    Richard Herrera committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    a2f533e View commit details
    Browse the repository at this point in the history
  7. title attributes unit tests

    cwelch5 committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    c60efc6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    add215d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e073a3f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    157f3c2 View commit details
    Browse the repository at this point in the history
  11. ESLint fixes.

    Richard Herrera committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    0318d34 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'feature/declarative-api' of github.com:nfl/react-helmet…

    … into feature/declarative-api
    Richard Herrera committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    13a00bc View commit details
    Browse the repository at this point in the history
  13. ref -> rel

    Richard Herrera committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    dcd977e View commit details
    Browse the repository at this point in the history
  14. html Attributes unit tests

    cwelch5 committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    a16ecb3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b6ce9f0 View commit details
    Browse the repository at this point in the history
  16. fix lang warning

    cwelch5 committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    993a52f View commit details
    Browse the repository at this point in the history
  17. test: Update onChangeClientState

    Richard Herrera committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    d8ad1af View commit details
    Browse the repository at this point in the history
  18. Merge branch 'feature/declarative-api' of github.com:nfl/react-helmet…

    … into feature/declarative-api
    Richard Herrera committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    66599b3 View commit details
    Browse the repository at this point in the history
  19. test: Update script tags

    Richard Herrera committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    4d33271 View commit details
    Browse the repository at this point in the history
  20. test: Update noscript tags

    Richard Herrera committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    b1613df View commit details
    Browse the repository at this point in the history
  21. Update baseTag + metaTag

    carakuei committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    eb632d5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bf8457a View commit details
    Browse the repository at this point in the history
  23. test: Update style tags

    Richard Herrera committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    5791649 View commit details
    Browse the repository at this point in the history
  24. Merge branch 'feature/declarative-api' of github.com:nfl/react-helmet…

    … into feature/declarative-api
    Richard Herrera committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    178572a View commit details
    Browse the repository at this point in the history
  25. partial link tag unit tests

    cwelch5 committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    e9a4e88 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d0d35c1 View commit details
    Browse the repository at this point in the history
  27. more link tags

    cwelch5 committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    2b7fb5b View commit details
    Browse the repository at this point in the history
  28. test: Update link tags

    Richard Herrera committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    5b96a18 View commit details
    Browse the repository at this point in the history
  29. Merge branches 'feature/declarative-api' and 'feature/declarative-api…

    …' of github.com:nfl/react-helmet into feature/declarative-api
    Richard Herrera committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    4bec812 View commit details
    Browse the repository at this point in the history
  30. fix: Don't warn if no child props are provided.

    Richard Herrera committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    a036766 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    23fde07 View commit details
    Browse the repository at this point in the history
  32. test: Fix html attributes tests

    Richard Herrera committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    dc0eb1a View commit details
    Browse the repository at this point in the history
  33. fix: Group array-type children into arrays.

    Richard Herrera committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    f0e9076 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. fix: Bridge nested children into appropriate child props.

    Richard Herrera committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    d057b50 View commit details
    Browse the repository at this point in the history
  2. fix: Noscript test

    Richard Herrera committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    1254a65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4fe3e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f90b121 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60e4bb7 View commit details
    Browse the repository at this point in the history
  6. fix: Update describe name.

    Richard Herrera committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    3ff243b View commit details
    Browse the repository at this point in the history
  7. (fix) trailing comma

    cwelch5 committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    f822626 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    94e3115 View commit details
    Browse the repository at this point in the history
  9. Bump to 5.0.0-beta

    cwelch5 committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    eba30b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. feat: Add {Helmet} export

    Richard Herrera committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    3f858f8 View commit details
    Browse the repository at this point in the history
  2. feat: Add renderStatic alias

    Richard Herrera committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    5bba481 View commit details
    Browse the repository at this point in the history
  3. test: Update grammar

    Richard Herrera committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    d7406d7 View commit details
    Browse the repository at this point in the history
  4. refactor: Organize new children to props code

    Richard Herrera committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    772e6bb View commit details
    Browse the repository at this point in the history
  5. 5.0.0-beta.2

    Richard Herrera committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    1d2c30a View commit details
    Browse the repository at this point in the history
  6. chore: Consolidate & organize Helmet constants.

    Richard Herrera committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    6eeb2b2 View commit details
    Browse the repository at this point in the history
  7. feat: Support body attributes

    Richard Herrera committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    fce9cba View commit details
    Browse the repository at this point in the history
  8. fix: render body attributes on the server

    Richard Herrera committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    c3c0c00 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. chore: update README

    Richard Herrera committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    04232e7 View commit details
    Browse the repository at this point in the history
  2. feat: use requestIdleCallback to batch DOM updates

    Richard Herrera committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    05f9986 View commit details
    Browse the repository at this point in the history
  3. chore: move utilities into separate file

    Richard Herrera committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    2955c74 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. fix: correct scope for native requestIdleCallback

    Richard Herrera committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    1c64b80 View commit details
    Browse the repository at this point in the history
  2. fix: add cancelIdleCallback polyfill

    Richard Herrera committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    16b1f3f View commit details
    Browse the repository at this point in the history
  3. fix: clear pending callbacks to prevent multiple DOM writes

    Richard Herrera committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    20af7fc View commit details
    Browse the repository at this point in the history
  4. fix: export requestIdleCallback

    Richard Herrera committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    87390d2 View commit details
    Browse the repository at this point in the history
  5. fix: track attributes using attributeKeys

    Richard Herrera committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    ba4d84b View commit details
    Browse the repository at this point in the history
  6. test: make tests asynchronous & update grammar

    Richard Herrera committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    5acc27e View commit details
    Browse the repository at this point in the history
  7. chore: improve warnings / errors

    Richard Herrera committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    739d290 View commit details
    Browse the repository at this point in the history
  8. chore: update dev dependencies

    Richard Herrera committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    f06ec06 View commit details
    Browse the repository at this point in the history
  9. fix: throw on invalid string as child

    Richard Herrera committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    70c1eb8 View commit details
    Browse the repository at this point in the history
  10. chore: update config

    Richard Herrera committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    7bf33b0 View commit details
    Browse the repository at this point in the history
  11. chore: update karma.config.js

    Richard Herrera committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    1b30cba View commit details
    Browse the repository at this point in the history
  12. test: fallback if mappedState is undefined

    Richard Herrera committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    1464c24 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Merge branch 'master' into feature/request-idle-callback

    Richard Herrera committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    c9db6a3 View commit details
    Browse the repository at this point in the history
  2. fix: avoid unnecessary DOM writes

    Richard Herrera committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    d7c2260 View commit details
    Browse the repository at this point in the history
  3. feat: opt out of string encoding

    Richard Herrera committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    7b06c91 View commit details
    Browse the repository at this point in the history
  4. chore: update documentation

    Richard Herrera committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    fff0ee5 View commit details
    Browse the repository at this point in the history
  5. chore: add note on backward compatibility

    Richard Herrera committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    179221b View commit details
    Browse the repository at this point in the history
  6. test: check for invalid self-closing tags

    Richard Herrera committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    2929418 View commit details
    Browse the repository at this point in the history