vite-pwa / docs

Documentation: PWA integrations for Vite and the ecosystem
https://vite-pwa-org.netlify.app/
MIT License
197 stars 44 forks source link

docs: include new SvelteKit options #32

Closed userquin closed 1 year ago

userquin commented 1 year ago

Add the new kit option latestKit and the corresponding warning: https://github.com/vite-pwa/sveltekit/pull/32.

/cc @benmccann should we release a minor (breaking changes: check the warning on the page)?

netlify[bot] commented 1 year ago

Deploy Preview for vite-pwa-org ready!

Name Link
Latest commit fc0d5caf48f08ce1d71e9d3c251e219c10365c17
Latest deploy log https://app.netlify.com/sites/vite-pwa-org/deploys/641aee608bc1a700088e1d86
Deploy Preview https://deploy-preview-32--vite-pwa-org.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

benmccann commented 1 year ago

honestly, I'd just bump the peerDep to require SvelteKit > 1.3.0 and skip the extra complication of supporting both

userquin commented 1 year ago

Ok, so breaking changes updating peer to use 1.3.1+

userquin commented 1 year ago

Add process.env.NODE_ENV hint when using injectManifest and workbox packages.