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

Changelog History
Page 2

  • v4.0.0 Changes

    January 17, 2017

    ๐Ÿ”‹ Features

    • Replacing PlainComponent with stateless functional component NullComponent, with a hard requirement to use React 15 or higher.
  • v3.3.2 Changes

    January 17, 2017

    ๐Ÿ›  Bugfixes

    • Removed stateless functional component NullComponent because of it's incompatibility with React 14 and reverted back to PlainComponent.
  • v3.3.1 Changes

    January 17, 2017

    ๐Ÿ›  Bugfixes

    • README updates - npm badge and helmet image
    • Bump react-side-effect to 1.1.0
    • Removing PlainComponent, replaced with NullComponent defined within Helmet.js
    • Refactored code - cut lines of code and used reduce to simplify functions
    • Replaced PlainComponent with NullComponent (now within Helmet.js)
  • v3.3.0 Changes

    ๐Ÿ”‹ Features

    • itemprop available in meta tags
    • New API - titleAttributes to add attributes to the title tag
    • class support for html tag
  • v3.2.3 Changes

    ๐Ÿ›  Bugfixes

    • applied previous fix (undefined value for primary attribute key) to base tag
    • fix htmlAttributes fallback value when calling rewind() on blank Helmet
    • Removed unneeded dependencies - shallowequal, warning
    • babel configuration moved into .babelrc
    • eslint configuration moved into .eslintrc
  • v3.2.2 Changes

    ๐Ÿ›  Bugfixes

    • Removed breaking changes jsnext:main and module from package.json. es version required special babel configuration for end users and needs to be re-thought for major release.
    • Reverted canUseDOM setter in Helmet.js, as this was a breaking change for some users.
    • [fix] runtime error when providing undefined value for primary attribute key (applies to meta, link, script, noscript, style)
  • v3.2.1 Changes

    ๐Ÿ›  Bugfixes

    • Removing "engines" field in package.json.
  • v3.2.0 Changes

    ๐Ÿ”‹ Features

    • <noscript> support

    ๐Ÿ›  Bugfixes

    • Prevent stripping dollar signs from title when titleTemplate is present
    • Offering jsnext:main build
    • Removed Gulp Dependency
    • Bump Dependencies
    • IE8 Support
  • v3.1.0 Changes

    ๐Ÿ”‹ Features

    • Add support for <style> elements.
  • v3.0.2 Changes

    ๐Ÿ›  Bugfixes

    • Avoids rendering "undefined" if it's passed in as a value of an attribute, but instead renders just the attribute name.
    • When htmlAttributes gets cleared, or is blank, the helmet attribute on the html tag, used for tracking, is cleaned up.
    • Upgrading devDependency of React to 15.