Releases: shadowwalker/next-pwa
Releases · shadowwalker/next-pwa
5.6.1
5.6.0
Summary
BREAKING CHANGE
Start from version 5.6.0
. This plugin function signature has been changed to follow the recommended pattern from next.js
. Mainly extracting pwa
config from mixing into rest of the next.js config. This is also less intrusive. See following commit for details.
Full Changelog: 5.5.6...5.6.0
5.5.6
Important
Version 5.5.5
included a broken change which prevent pwa
config to be effective. This release will fix that.
What's Changed
- Update broken Workbox URL by @hamen in #382
- Allows all PWA options to work by @Lukasdotcom in #372
New Contributors
- @hamen made their first contribution in #382
- @Lukasdotcom made their first contribution in #372
Full Changelog: 5.5.5...5.5.6
5.5.5
What's Changed
- Fix dead links to Workbox docs in README by @wmcb91 in #362
- PWA doc migrated to web.dev by @fengs in #369
- Remove pwa from withPWA return value by @DavidSint in #368
New Contributors
- @wmcb91 made their first contribution in #362
- @fengs made their first contribution in #369
- @DavidSint made their first contribution in #368
Full Changelog: 5.5.4...5.5.5
5.5.4
5.5.3
What's Changed
- Update workbox link in readme by @felixmagnus in #356
- Update dependecies
New Contributors
- @felixmagnus made their first contribution in #356
Full Changelog: 5.5.2...5.5.3
5.5.2
What's Changed
- Introduce an cacheStartUrl configuration by @shrashiti in #296
New Contributors
- @shrashiti made their first contribution in #296
Full Changelog: 5.5.1...5.5.2