All Versions
36
Latest Version
Avg Release Cycle
111 days
Latest Release
1416 days ago

Changelog History
Page 4

  • v1.1.3 Changes

    ๐Ÿ›  Bugfixes

    • Externalize react-side-effect
    • shouldComponentUpdate compares props with deep equal
    • handleClientStateChange compares DOM changes with deep equal to prevent unnecessary DOM changes
    • Warning users to not nest children in their Helmet components. We found that when Helmet contains children, those children are part of the props that are compared in shouldComponentUpdate. And this causes unnecessary renders as the props are always different, even with the same Helmet title/meta/link props.
    • Adding react-helmet-example to README
    • Bumping to react-side-effect 1.0.1
    • Bump dependencies.
  • v1.1.2 Changes

    ๐Ÿ›  Bugfixes

    • Use named exports in HelmetConstants
    • Allow all React 0.14 betas in peer dependencies
    • Bump dependencies.
    • Fixed invariant check in CreateSideEffect
  • v1.1.1 Changes

    ๐Ÿ›  Bugfixes

    • Externalizing of React helpers - exenv, invariant, shallowequal
    • Using ES6 collections to manage tags
    • Bumping peer dependency for use in React 0.14.0-beta.
    • Title encoded when being rendered on the server
    • Import a smaller subset of core-js modules instead of the whole shim.
  • v1.1.0 Changes

    ๐Ÿ”‹ Features

    • titleTemplate attribute to help format document.title

    ๐Ÿ›  Bugfixes

    • Bump dependencies.
    • Title will never be overwritten with blank title. Lifts constraint where every component with Helmet needed to define a title.
    • Re-organization of unit tests.
  • v1.0.1 Changes

    ๐Ÿ›  Bugfixes

    • Bump dependencies
    • rewind() saves title/meta/link values before disposing
    • Typo in README - use Helmet.rewind()
    • "he" package added to dependencies
    • Added Travis CI integration
    • npm requirement removed - removed reference in README (System Requirements) and in package.json (engines)
  • v1.0.0 Changes

    ๐Ÿ”‹ Features

    • Initial release