Workbox v3.0.0-beta.0
Pre-release
Pre-release
The first beta release of Workbox v3 includes additional integration tests and demos, as well as the following developer-visible changes from the previous alpha release.
🎉 What's New?
- [BREAKING CHANGE] The background sync module's
maxRetentionTime
setting is now interpreted as a number of minutes, rather than milliseconds (#1268)
🐛 What's Fixed?
- Honor publicPath when determining the precache manifest URL. (#1233)
- Show the
--help
message when there are no params passed toworkbox-cli
. (#1242) - Tweak wording for root of web app question. (#1243)
- Refactor the way CLI parameters are processed by
workbox-cli
. (#1246) - Ignore
.map
when suggesting extensions to precache in theworkbox-cli
wizard. (#1255) - Make workbox sw chunk prefix with public path (#1265) (Thanks to @raejin for their contribution!)