Skip to content

v6.0.0

Compare
Choose a tag to compare
@cwelch5 cwelch5 released this 30 Apr 05:47
· 29 commits to master since this release

Features

  • Bundle with Rollup instead of Webpack - As a result, the default export was removed and Helmet must now be imported as a named component - import {Helmet} from "react-helmet" (#395)
  • Replace deepEqual with isEqual (#402)