Skip to content

v3.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pi0 pi0 released this 04 Feb 16:23
· 224 commits to dev since this release

This is a beta version which can be installed using yarn add @nuxtjs/[email protected]

NOTE: If you are using one signal, don't forget to update it too.

Features

Bug Fixes

  • Handle ogImage as url (#121) (d6dc82b)
  • Routing order for default offline route /.* must be last (#100) (1c829d0)

Code Refactoring

BREAKING CHANGES

  • Only nuxt 2+ supported (854d826)
  • webpack >= 4 is required
  • Workbox and One signal using CDN by default
  • /_nuxt/* assets are not cached during service worker registration but smartly cached on the fly.