Skip to content

Releases: nuxt-community/pwa-module

v3.0.0-beta.3

17 Feb 09:52
@pi0 pi0
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

Bug Fixes

  • onesignal: add cache query to sw.js (33f8f61)
  • pwa-utils: ensure joinUrl not modifying scheme part (09a465a)

Features

v3.0.0-beta.2

17 Feb 09:51
@pi0 pi0
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

Features

  • offlineAnalytics (#55) (4c4d3ff)
  • workboxExtensions and extension reading fixes (5c56484)

v3.0.0-beta.1

17 Feb 09:51
@pi0 pi0
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

Features

  • icon: allow reading icon from assetc/icon.png (#29) (9e0fde3)
  • add HMR test suit (ff3d502)
  • use better regexes (318228e)

v3.0.0-beta.0

04 Feb 16:23
@pi0 pi0
Compare
Choose a tag to compare
v3.0.0-beta.0 Pre-release
Pre-release

This is a beta version which can be installed using yarn add @nuxtjs/pwa@3.0.0-beta

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.

v2.4.0

28 Aug 10:19
@pi0 pi0
Compare
Choose a tag to compare

Bug Fixes

  • icon: temporary use jimp@0.3.4 (#84) (3f0e718)
  • workbox: infer default value of globDirectory from webpack config. fixes #83. (c7102fd)
  • workbox: more fixes regarding nuxt 2 dist directory changes. fixes #83. (7a8bb3b)

Features

v2.3.2

24 Aug 13:01
Compare
Choose a tag to compare

Bug Fixes

  • workbox: staleWhileRevalidate() -> networkOnly() for offline pages (832d60f)

v2.3.1

24 Aug 13:32
Compare
Choose a tag to compare

Bug Fixes

  • workbox: offlinePage syntax error (af21d74)

v2.3.0

24 Aug 10:33
@pi0 pi0
Compare
Choose a tag to compare

Please welcome to the new contributors @manniL and @galvez that made this awesome release 💖

Bug Fixes

  • docs: add reference to pwa module (49b7c49)
  • icon: await on build (e3c1be2)
  • icon: generate only on build (9d68d70)
  • manifest: run only on build (ecaa835)
  • meta: add unique identifiers to meta fields (#23) (76a1f89)
  • meta: generate only on build (1cace26)
  • meta: only set og:url when it has been defined through ogHost or options (#44) (354f818)
  • meta: remove minimal-ui from default viewport (cf48b3f), closes #10
  • pwa: no more optimize dependency (a1c149f)
  • workbox: faster service worker register (07524a2)
  • workbox: hardcoded static dir (#73) (6d241ec)
  • workbox: make cacheId independent of npm package version (b744a27)
  • workbox: use regexp for runtimeCaching. fixes #14. (f384103)
  • don't override title when titleTemplate is provided (#48) (8c3f319)
  • workaround to fill meta with SPA and nuxt start (a0fb908)

Features

  • Add compatibility for nuxt 1.0.0 hooks (c0efb1d)
  • add og:image support (#30) (afebd96)
  • add oneSignal module (bbc7b72)
  • manifest: allow overriding publicPath (#19) (4e6782e)
  • add option to register third-party sw (#12) (9c0b61e)
  • icon: add combined option sources (539430f)
  • manifest: support crossorigin option (#71) (ccb2c33)
  • meta: add author property (#41) (cafcfc4)
  • meta: add nativeUI option (3c7aa7d), closes #10
  • meta: add ogUrl url property (#42) (3990ddf)
  • meta: add property attribiture for og tags (dc39fcb)
  • meta: add twitter card, site and creator properties (#43) (fe11c76)
  • onesignal: move init options under init (dd61c18)
  • runtimeCaching: Support runtimeCaching (fdcda0f)
  • worbox: add offline option for making it optional (#59) (76de33c), closes #24
  • workbox: add options.autoRegister (f1e1fe1)
  • workbox: disable caching for sw.js by default (e7677d8)
  • workbox: expose registration as window.$sw (a5ddf59)
  • workbox: importScripts option (7c8644c)
  • workbox: option to enable skipWaiting (#80) (88cc602)
  • workbox: rewrite with better template support (b0af84e)
  • workbox: workbox 3 + offlinePage (#60) (0fef874)
  • workbox, onegisnal: Use defaultsDeep for options (5ac89cf)
  • Add support of StrategyOptions to cache (b17bbd0)
  • ogSiteName (#50) (0c99ab9)