| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| workbox-v3.0.0-beta.1.zip | 2018-02-27 | 135.8 kB | |
| workbox-v3.0.0-beta.1.tar.gz | 2018-02-27 | 85.7 kB | |
| README.md | 2018-02-26 | 1.2 kB | |
| Workbox v3.0.0-beta.1 source code.tar.gz | 2018-02-26 | 486.5 kB | |
| Workbox v3.0.0-beta.1 source code.zip | 2018-02-26 | 791.3 kB | |
| Totals: 5 Items | 1.5 MB | 0 | |
🎉 What's New?
- Webpack V4 (#1275 )
- [BREAKING CHANGE] Using BG Sync tag name when responding to a sync event (#1280)
- [BREAKING CHANGE] Use
broadcastUpdateoption instead ofbroadcastCacheUpdate(#1292) - Using
same-originto precache URLS (#1293) - Support for
importWorkboxFrom: 'local'in the injectManifest Webpack Plugin (#1290) - If a precached request is not in the cache, we fallback to the network (#1302)
- Add a warning if the
cache-controlheader for the service worker is not set tono-cacheormax-age=0(#1317) - Logs have been added to background-sync to aid development and debugging (#1323)
- New non-fatal warnings in workbox-build (#1325)
🐛 What's Fixed?
- import scripts including multiple precache manifests. (#1267) H/T @raejin for fix
- Fallback to network response when using a timeout but nothing is in the cache (#1301)
- Fixed logging in Safari Tech Preview (#1310)
addRequestin background-sync now asserts you are passing in aRequestobject (#1305)- google-analytics needed some fixes for replaying requests (#1319)
- Fixed
importScriptsin workbox-build (#1327)