Skip to content

Releases: gaearon/react-document-title

v2.0.3

12 Apr 13:54
Compare
Choose a tag to compare
  • Migrate to prop-types and create-react-class (#38)

v2.0.2

10 Jun 14:06
Compare
Choose a tag to compare
  • Check if title should be updated

v2.0.1

16 Sep 23:58
Compare
Choose a tag to compare
  • Bump React Side Effect dependency to avoid a warning with React 0.14

v2.0.0

27 Aug 01:46
Compare
Choose a tag to compare

Breaking Changes

  • Now requires React 0.13+
  • DocumentTitle.rewind() now returns undefined on the server when no instances were found instead of null (I can't remember why I made it return null in the first place, and now it seems kinda stupid because undefined matches “nothing specified it” meaning more closely)

Other Changes

  • Updates React Side Effect dependency to 1.0

v1.0.4

25 Aug 19:34
Compare
Choose a tag to compare
  • Support React 0.14

v1.0.3

11 Aug 10:57
Compare
Choose a tag to compare
  • Remove peerDependencies. We're very unlikely to be broken by React.

v1.0.2

22 Feb 12:37
Compare
Choose a tag to compare
  • Compatibility with React 0.13 beta

v1.0.1

16 Feb 15:55
Compare
Choose a tag to compare
  • Avoids double component nesting in the implementation

v1.0.0

15 Feb 15:37
Compare
Choose a tag to compare
  • Unspecified title changed from undefined to an empty string in browser and null on server
  • Nesting logic is extracted into React Side Effect so you can create similar components for <meta> handling and other purposes

v0.1.3

30 Oct 12:40
Compare
Choose a tag to compare
  • Add missing displayName for devtools