All Versions
9
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v2.1.2 Changes
Internal
- โ Add
prop-types
to dependencies asPropTypes
fromreact
is deprecated - ๐ Use
webpack@2
in example
- โ Add
-
v2.1.1 Changes
๐ Bugs
- ๐ Move
react
andreact-dom
to peerDependencies to avoid loading multiple versions ofreact
- ๐ Move
-
v2.1.0 Changes
๐ Features
- โ Add
renderToStaticMarkup
as static method onDocumentMeta
Internal
- Rewrite as ES6 class
- โ Add
-
v2.0.2 Changes
Internal
- โก๏ธ Update
babel
to6.x
- โ Added code-coverage (markdalgleish)
- โ Added multiple nested pages to the client-side example
- โก๏ธ Update
-
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 forreact-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()
- โก๏ธ