v0.12.4
版本发布时间: 2022-08-31 16:37:47
vite-pwa/vite-plugin-pwa最新发布版本:v0.20.5(2024-09-05 02:57:46)
🚀 Features
- Add ESM support - by @userquin in https://github.com/antfu/vite-plugin-pwa/issues/337
- Add file_handlers support to webmanifest - by @FilipChalupa in https://github.com/antfu/vite-plugin-pwa/issues/347
- Use
allowlist
in dev sw - by @userquin in https://github.com/antfu/vite-plugin-pwa/issues/335
🐞 Bug Fixes
- Error when calling
_generateBundle
api - by @userquin in https://github.com/antfu/vite-plugin-pwa/issues/334 - Respect base path in virtual development SW - by @wvffle in https://github.com/antfu/vite-plugin-pwa/issues/345
- Typo in comment - by @benmccann in https://github.com/antfu/vite-plugin-pwa/issues/344
- dev: Type module and custom sw not working when not using virtual modules - by @ARYX01 in https://github.com/antfu/vite-plugin-pwa/issues/361
-
ssr: Mark
workbox-window
asnoExternal
- by @antfu (24bce)
View changes on GitHub
What's Changed
- fix: error when calling
_generateBundle
api by @userquin in https://github.com/antfu/vite-plugin-pwa/pull/334 - docs: fix some wording in service worker entries by @userquin in https://github.com/antfu/vite-plugin-pwa/pull/333
- feat: add ESM support by @userquin in https://github.com/antfu/vite-plugin-pwa/pull/337
- docs: include links for plugin and client type definitions by @userquin in https://github.com/antfu/vite-plugin-pwa/pull/339
- fix: respect base path in virtual development SW by @wvffle in https://github.com/antfu/vite-plugin-pwa/pull/345
- feat: add file_handlers support to webmanifest by @FilipChalupa in https://github.com/antfu/vite-plugin-pwa/pull/347
- fix typo in comment by @benmccann in https://github.com/antfu/vite-plugin-pwa/pull/344
- docs(fix): lang and copy in code blocks in light mode by @userquin in https://github.com/antfu/vite-plugin-pwa/pull/341
- feat: use
allowlist
in dev sw by @userquin in https://github.com/antfu/vite-plugin-pwa/pull/335 - fix(dev): type module and custom sw not working when not using virtual modules by @ARYX01 in https://github.com/antfu/vite-plugin-pwa/pull/361
New Contributors
- @wvffle made their first contribution in https://github.com/antfu/vite-plugin-pwa/pull/345
- @FilipChalupa made their first contribution in https://github.com/antfu/vite-plugin-pwa/pull/347
- @benmccann made their first contribution in https://github.com/antfu/vite-plugin-pwa/pull/344
- @ARYX01 made their first contribution in https://github.com/antfu/vite-plugin-pwa/pull/361
Full Changelog: https://github.com/antfu/vite-plugin-pwa/compare/v0.12.3...v0.12.4