react-document-meta v1.0.0 Release Notes

    • ⚡️ 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()