Releases: NekR/offline-plugin
v5.0.7
- Fixed
offline-plugin
not working withterser-webpack-plugin
minification #436 (thanks @Bobgy) - Fixed
getRegistration()
in internal methods not honoringscope
option #439 (thanks @lilfolr) - Improved compatibility of
offline-plugin
withwebpack-dev-server
and hot reloading #450 (thanks @ahlec) - Fixed incorrect caching of assets when some of them fail to load, resulting in corrupted cache #437 (thanks @Thomas88)
- Fixed
offline-plugin
not working with WASM modules and failing the build #410 (thanks @mstange)
Special thanks to @GGAlanSmithee for taking care of the project, answering/reviewing issues and PRs, improving docs and tests of offline-plugin
. Thank you ❤️
v5.0.6
v5.0.5
v5.0.4
v5.0.3
v5.0.2
Fixes incompatibility with hard-source-webpack-plugin
by utilizing newer (webpack 2+) loaders injection into NFM "after-resolve" mzgoddard/hard-source-webpack-plugin#289
v5.0.1
v5.0.0
v5.0.0 🎉
Breaking changes:
- Support of Node 4 has been dropped #353
- Support of webpack 1 has been dropped #353
- AppCache is now disabled by default (celebrating ServiceWorker release in Safari and Edge), but can be enabled again with
AppCache: true
or more detailedAppCache
options ServiceWorker.navigateFallbackURL
andServiceWorker.navigateFallbackForRedirects
have been deprecated since4.9.0
and now are dropped. UseappShell
option instead. Also see updated SPA example withappShell
option #335ServiceWorker.prefetchRequest.credentials
is now default to'same-origin'
- Undocumented "loaders" feature has been removed
Updates
- webpack 4 is supported now 🎉 #353, #357
- Fixture tests has been updated to run against webpack 2-4, and more browser tests has been written
- Added
ServiceWorker.updateViaCache
option (reflecting the same option on ServiceWorker'sregister()
method) - Fixed issue with
additional
caches not being added at all when one of them failed to load, preventing caches from being updated/refetched later
Many thanks to @ykzts for his great work on porting minify
option and UglifyJsPlugin
in general to work together with offline-plugin
and webpack 4. 🙌🙏❤️
Thanks to @GGAlanSmithee for helping with the docs throughout the releases and for his general guiding 👌
And the last, but not least: Thanks to our SPONSORS and BACKERS for supporting the project! You're the best! ⭐️🎉
v4.9.1
`4.9.0` 🎉
New features:
- Added
appShell
option. See docs here - Added
ServiceWorker.navigationPreload
option. See docs here - Added browser tests with puppeteer. See tests here
Fixes:
- Exclude *.gz files by default #133
Deprecations:
ServiceWorker.navigateFallbackURL
andServiceWorker.navigateFallbackForRedirects
are now deprecated. UseappShell
orcacheMaps
option.
Many thanks to @GGAlanSmithee for helping with and maintaining documentation of the project! 🎉