Skip to content

6.1.1-canary.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@timneutkens timneutkens released this 30 Jul 19:39

Note

If you're using any next-plugins please upgrade them to @canary as they support webpack 4 (for example npm install --save @zeit/next-css@canary)

When using @zeit/next-css/sass/stylus/less make sure to remove the style.css file from _document.js, as this is no longer required, Next.js will automatically render the .css file and apply a hash in production.

Major Changes

  • Webpack 4, react-error-overlay, react-loadable: #4639
  • Rename commons directory to runtime: #4853
  • Add support for rendering .css chunks: #4861
  • Compile pages to .next/static directory: #4828

Patches

  • Improve custom-server-fastify example: #4805
  • Update example: Semantic-UI: #4815
  • Update with-react-ga example: #4816
  • Update with-react-intl example: #4817
  • Update with-redux-observable example: #4818
  • Update client-only-render-external-dependency example: #4822
  • Update with-react-intl example: #4825
  • Fix micro readme example: #4827
  • Update with-asset-import example: #4830
  • Update with-flow example: #4835
  • Update with-markdown example: #4839
  • Fix dynamic import page navigation: #4842
  • Update readme with alternative hostname option: #4829
  • Upgrade serve: #4857
  • Update with-prefetching example: #4850
  • Missing babel configuration in sw-precache example: #4856

Credits

Huge thanks to @brainkim, @adrianmcli, @Tomekmularczyk, @Gilaz, @terrierscript, @stefanivic, and @jmaguirrei for helping!