Skip to content

Releases: frandiox/vitedge

0.10.1

16 Mar 14:12
Compare
Choose a tag to compare
  • feat: Provide handleEvent utility for Node environments (Vercel, Netlify).
  • fix: Remove generated index.html file.

0.10.0

14 Mar 16:58
Compare
Choose a tag to compare
  • Experimental support for React 🙈 🙉 🙊

0.9.0

12 Mar 19:04
Compare
Choose a tag to compare
  • 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

28 Feb 13:44
Compare
Choose a tag to compare
  • 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

21 Feb 17:06
Compare
Choose a tag to compare
  • 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

21 Feb 06:03
Compare
Choose a tag to compare
  • Preload deep nested dependencies/assets using Vite manifest.

0.6.1

15 Feb 11:27
Compare
Choose a tag to compare
  • Support [email protected] (there was an internal change in plugin aliases).
  • Add default browser cache-control for static assets.

0.6.0

11 Feb 13:55
Compare
Choose a tag to compare

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

10 Feb 18:19
Compare
Choose a tag to compare
  • API and props endpoints are now reloaded instantly on file change

0.5.0

10 Feb 15:55
Compare
Choose a tag to compare
  • Support Vite 2