Releases: frandiox/vitedge
Releases · frandiox/vitedge
0.10.1
- feat: Provide
handleEvent
utility for Node environments (Vercel, Netlify).
- fix: Remove generated
index.html
file.
0.10.0
- Experimental support for React 🙈 🙉 🙊
0.9.0
- Support self-requests on workers during SSR 🎉 (can be used together with Suspense).
- Serve dynamic files (sitemap, graphql, etc) during development.
- Undocumented option
pageProps
is now an object.
0.8.0
- Auto register
ClientOnly
component.
- Support
@vueuse/head
for managing head tags.
- Breaking:
<Helmet>
component is no longer exported. Use vueuse/head
instead.
0.7.0
- Local SSR dev server with
vitedge dev --ssr
🎉
- Fix
--mode
flag in CLI
- Stop accessing deprecated Vite property to avoid warnings
- Breaking: the exported Webpack configuration for building the worker is now a function that accepts
{ root: '...' }
options.
0.6.2
- Preload deep nested dependencies/assets using Vite manifest.
0.6.1
- Support
[email protected]
(there was an internal change in plugin aliases).
- Add default browser cache-control for static assets.
0.6.0
Breaking changes
- The plugin must now be imported from
vitedge/plugin.js
instead of vitedge/plugin.cjs
.
- Only environment variables prefixed with
VITEDGE_
are loaded in the backend.
- Web Crypto polyfill is no longer included automatically to speed up installation time. However, it will be used if it's added as dev dependency.
0.5.1
- API and props endpoints are now reloaded instantly on file change