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: The no-API release #246

Merged
merged 52 commits into from
Mar 21, 2017
Merged

Helmet 5.0.0: The no-API release #246

merged 52 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

Commits on Mar 21, 2017

  1. chore: fix typos

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