All Versions
10
Latest Version
Avg Release Cycle
99 days
Latest Release
2169 days ago
Changelog History
Changelog History
-
v2.0.3 Changes
April 12, 2017- Migrate to
prop-types
andcreate-react-class
(#38)
- Migrate to
-
v2.0.2 Changes
June 10, 2016- ⚡️ Check if title should be updated
-
v2.0.1 Changes
September 16, 2015- ⬆️ Bump React Side Effect dependency to avoid a warning with React 0.14
-
v2.0.0 Changes
August 27, 2015💥 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 Changes
August 25, 2015- 👌 Support React 0.14
-
v1.0.3 Changes
August 11, 2015- ✂ Remove
peerDependencies
. We're very unlikely to be broken by React.
- ✂ Remove
-
v1.0.2 Changes
February 22, 2015- Compatibility with React 0.13 beta
-
v1.0.1 Changes
February 16, 2015- Avoids double component nesting in the implementation
-
v1.0.0 Changes
February 15, 2015- 💻 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
- 💻 Unspecified title changed from
-
v0.1.3 Changes
October 30, 2014- ➕ Add missing
displayName
for devtools
- ➕ Add missing