All Versions
36
Latest Version
Avg Release Cycle
111 days
Latest Release
1270 days ago
Changelog History
Page 2
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.
- Replacing PlainComponent with stateless functional component
-
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.
- Removed stateless functional component
-
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
andmodule
from package.json.es
version required special babel configuration for end users and needs to be re-thought for major release. - Reverted
canUseDOM
setter inHelmet.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)
- Removed breaking changes
-
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.
- Add support for
-
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.