All Versions
9
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v2.1.2 Changes

    Internal

    • โž• Add prop-types to dependencies as PropTypes from react is deprecated
    • ๐Ÿ‘‰ Use webpack@2 in example
  • v2.1.1 Changes

    ๐Ÿ› Bugs

    • ๐Ÿšš Move react and react-dom to peerDependencies to avoid loading multiple versions of react
  • v2.1.0 Changes

    ๐Ÿ”‹ Features

    • โž• Add renderToStaticMarkup as static method on DocumentMeta

    Internal

    • Rewrite as ES6 class
  • v2.0.2 Changes

    Internal

    • โšก๏ธ Update babel to 6.x
    • โž• Added code-coverage (markdalgleish)
    • โž• Added multiple nested pages to the client-side example
  • v2.0.1 Changes

    ๐Ÿ› Bugs

    • ๐Ÿ›  Fix issue with cloning/rendering children

    Internal

    • โž• Added server-side rendering example
  • v2.0.0 Changes

    ๐Ÿ’ฅ Breaking Changes

    • React >= v0.14.0 is required as of v2.0.0
  • v1.1.0 Changes

    ๐Ÿ”‹ Features

    • ๐Ÿšš Passing null as value resets any previous declared value and remove the meta tag

    ๐Ÿ› Bugs

    • ๐Ÿ‘ Allow array of strings as value in prop type validation
  • v1.0.1 Changes

    ๐Ÿ› Bugs

    • Avoid crashing when trying to render without any props mounted
  • v1.0.0 Changes

    • โšก๏ธ react-side-effect has been updated to v1.0.1, which included breaking changes. Most of these is handled internally, maintaining the same API for react-document-meta. See below for breaking changes.

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ‘ DocumentMeta.rewind() no longer takes an argument with options, and therefore .rewind({ asReact: true }) and .rewind({ asHtml: true }) is no longer possible. Two new static methods has been added to support this feature: .renderAsReact() and .renderAsHTML()