| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| workbox-v3.0.0-beta.0.tar.gz | 2018-02-01 | 82.9 kB | |
| workbox-v3.0.0-beta.0.zip | 2018-02-01 | 132.3 kB | |
| README.md | 2018-02-01 | 857 Bytes | |
| Workbox v3.0.0-beta.0 source code.tar.gz | 2018-02-01 | 481.2 kB | |
| Workbox v3.0.0-beta.0 source code.zip | 2018-02-01 | 785.0 kB | |
| Totals: 5 Items | 1.5 MB | 0 | |
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
maxRetentionTimesetting 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
--helpmessage 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
.mapwhen suggesting extensions to precache in theworkbox-cliwizard. (#1255) - Make workbox sw chunk prefix with public path (#1265) (Thanks to @raejin for their contribution!)