react-helmet
Advanced tools
Changelog
5.0.0 (2017-03-21)
titleTemplate
, defaultTitle
, onChangeClientState
, and one new - encodeSpecialCharacters
- refer to README for details. Directly passing Helmet props will be deprecated in the future. (#246)requestIdleCallback
utilized to consolidate DOM changes and makes these non-blocking for things like animations. Fixes first client-side render not matching server-side render. Maintains one DOM change between route changes on the client-side as well. (#248)Helmet.renderStatic()
aliased to Helmet.rewind()
for more clarity. rewind
will be deprecated in the future.Changelog
4.0.0
NullComponent
, with a hard requirement to use React 15 or higher.Changelog
3.3.2
NullComponent
because of it's incompatibility with React 14 and reverted back to PlainComponent.Changelog
3.3.1 [BROKEN]
reduce
to simplify functionsChangelog
3.3.0
itemprop
available in meta tagstitleAttributes
to add attributes to the title tagclass
support for html tagChangelog
3.2.3