react-helmet v2.2.0 Release Notes

  • ๐Ÿ”‹ Features

    • New prop onChangeClientState to set a callback function that is called in the event the DOM is changed by Helmet. When set on a Helmet, it will apply to all subsequent Helmet instances downstream (similar to titleTemplate).

    ๐Ÿ›  Bugfixes

    • Fix for double encoding when returning state to the server as React components.
    • dist -> lib
    • Added CLA url to CONTRIBUTING.
    • Added .babelrc to .npmignore (fix for now, as the settings were not compatible with Babel 6)
    • Bump dependencies (except Babel 6 as a dev dependency - coming soon)