Skip to content

Releases: frandiox/vite-ssr

0.4.1

22 Feb 16:39
Compare
Choose a tag to compare
  • Fix: Use SPA createApp in the browser.

0.4.0

21 Feb 13:14
Compare
Choose a tag to compare
  • Consistent DX with Vite CLI when using SSR Mode. Support CLI flags like --open, --port 1337 or --ssr path.
  • Internal files have been reorganized. Shouldn't affect apps unless you were using non-public files.

0.3.1

21 Feb 06:23
Compare
Choose a tag to compare
  • Do not overwrite initialState passed to renderer.

0.3.0

20 Feb 17:55
Compare
Choose a tag to compare
  • Local SSR dev-server withvite-ssr dev 🎉
  • Renderer now returns the building parts (body, head, bodyAttrs and htmlAttrs) aside from the current html (which assembles everything).
  • initialState is now available in the main Vue hook during SSR in order to ease integration with Vuex or serverPrefect calls.
  • Breaking: Renderer API has changed from render({ request, ... }) to render(url, { ... }). Vite SSR doesn't need the request object, just the URL. You can still pass the request in the options if you need access to it from your app code.

0.2.0

19 Feb 17:30
Compare
Choose a tag to compare
  • Support Vite 2 stable
  • Support React

0.1.2

16 Feb 12:15
Compare
Choose a tag to compare
  • Inject initialState, request and any other custom properties to the SSR context (accessible using Vue's useSsrContext()).
  • Improve types.

0.1.1

12 Feb 18:02
Compare
Choose a tag to compare
  • Preload page dependencies

0.1.0

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

0.0.16

10 Feb 12:20
Compare
Choose a tag to compare
  • Last version in Vite v1

0.0.8

29 Nov 12:09
Compare
Choose a tag to compare

Stable release.