All Versions
10
Latest Version
Avg Release Cycle
99 days
Latest Release
2570 days ago

Changelog History

  • v2.0.3 Changes

    April 12, 2017
    • Migrate to prop-types and create-react-class (#38)
  • 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 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 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.
  • 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 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 Changes

    October 30, 2014
    • ➕ Add missing displayName for devtools