react-helmet v2.0.0 Release Notes

  • ๐Ÿ”‹ Features

    • Base tag support.
    • Script tag support.
    • All head attributes (title / base / meta / link / script) returned as React components on the server with toString() support
    • Removed ability to nest children in Helmet.
    • Decorated component from react-side-effect, now wrapped by Helmet in order to enforce deep equal check on shouldComponentUpdate. This will limit unnecessary DOM changes and rendering.

    ๐Ÿ›  Bugfixes

    • Bump dependencies