Skip to content

Releases: frandiox/vite-ssr

0.6.8

04 Apr 08:54
Compare
Choose a tag to compare
  • Feat: add transformState hook.

0.6.7

03 Apr 12:36
Compare
Choose a tag to compare

React

  • Feat: Add ClientOnly component.
  • Fix: Pass current URL parts to routes in PropsProvider.

0.6.6

20 Mar 12:30
Compare
Choose a tag to compare
  • Automatically add vite-ssr to Vite's optimizeDeps to prevent an initial reload during dev
  • Update react-ssr-prepass for better Vite compatibility
  • Remove unused code from Vite 1

0.6.5

16 Mar 13:43
Compare
Choose a tag to compare
  • Fix: Remove generated index.html from client build

0.6.4

14 Mar 16:45
Compare
Choose a tag to compare

React

  • Fix regression

0.6.3

14 Mar 16:21
Compare
Choose a tag to compare
  • Add pageProps.passToPage option.

Vue

  • Move route.meta.state automatically to route.props.

0.6.2

14 Mar 15:37
Compare
Choose a tag to compare
  • Fix: Filter out automatic /favicon.ico requests during development

React

  • Fix: Provide route.meta.state to page component when PropsProvider middleware is not used
  • Fix: Handle null routes

0.6.1

14 Mar 14:09
Compare
Choose a tag to compare

React

  • Add PropsProvider middleware libraries extending vite-ssr
  • Support nested routes

0.6.0

13 Mar 18:42
Compare
Choose a tag to compare
  • Experimental support for React.Suspense 😮
  • Provide a minimum router to React apps and support route.meta.state.

0.5.0

27 Feb 16:45
Compare
Choose a tag to compare
  • Rely on @vueuse/head and react-helmet-async for managing head tags.
  • Export ClientOnly component in Vue.
  • Improve types.