Releases: nuxt-community/pwa-module
Releases · nuxt-community/pwa-module
v3.0.0-beta.3
v3.0.0-beta.2
v3.0.0-beta.1
v3.0.0-beta.0
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
- onesignal: Use CDN by default (7c78c67)
- workbox: Rewrite workbox (#122) (9e49896)
- icon: new options (#126) (12e6576)
- workbox: change the order of default
runtimeCache
(#106) (033b504)
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
v2.3.2
v2.3.1
v2.3.0
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)