Skip to content

Releases: shadowwalker/next-pwa

5.6.1

18 Dec 05:00
Compare
Choose a tag to compare

Minor dependency upgrades

5.6.0

23 Aug 05:08
Compare
Choose a tag to compare

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.

1e6af5f

Full Changelog: 5.5.6...5.6.0

5.5.6

23 Aug 04:11
Compare
Choose a tag to compare

Important

Version 5.5.5 included a broken change which prevent pwa config to be effective. This release will fix that.

What's Changed

New Contributors

Full Changelog: 5.5.5...5.5.6

5.5.5

28 Jul 05:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.5.4...5.5.5

5.5.4

06 Jun 20:03
Compare
Choose a tag to compare

What's Changed

  • Avoid a race between reading from and writing to the importScripts array by @errendir in #352

New Contributors

Full Changelog: 5.5.3...5.5.4

5.5.3

06 Jun 18:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.5.2...5.5.3

5.5.2

17 Apr 01:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.5.1...5.5.2

5.5.1

17 Apr 00:50
Compare
Choose a tag to compare

Summary

Fix 404 error on precaching sw.js