Releases: gaearon/react-document-title
Releases · gaearon/react-document-title
v2.0.3
v2.0.2
v2.0.1
v2.0.0
Breaking Changes
- Now requires React 0.13+
DocumentTitle.rewind()
now returnsundefined
on the server when no instances were found instead ofnull
(I can't remember why I made it returnnull
in the first place, and now it seems kinda stupid becauseundefined
matches “nothing specified it” meaning more closely)
Other Changes
- Updates React Side Effect dependency to 1.0
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
- Unspecified title changed from
undefined
to an empty string in browser andnull
on server - Nesting logic is extracted into React Side Effect so you can create similar components for
<meta>
handling and other purposes