Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

0.20.0

Compare
Choose a tag to compare
@MoOx MoOx released this 16 Dec 10:03
· 927 commits to master since this release

No major breaking changes.

Just be careful if you are injecting scripts using react-helmet.

  • 🐛 Fixed: move react-helmet injected scripts in the head to prevent duplicate loading of JS files
    (#904 - @timothycoy)
    
Previously, scripts injected via react-helmet where injected before the end of the </body> tag. But it can produce unexpected behavior since on the client side, react-helmet injects those in the <head>, which can make some scripts doing twice their job (and that's probably not what you want).
  • 🍭 Added: sitemap webpack plugin
    (#907 - @xuopled)
    
You can now rely on import PhenomicLoaderSitemapWebpackPlugin from "phenomic/lib/loader-sitemap-webpack-plugin" to generate a Sitemap.
    See https://phenomic.io/docs/usage/sitemap/ for more information.