Releases: frandiox/vite-ssr
Releases · frandiox/vite-ssr
0.6.8
- Feat: add
transformState
hook.
0.6.7
React
- Feat: Add
ClientOnly
component.
- Fix: Pass current URL parts to routes in PropsProvider.
0.6.6
- 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
- Fix: Remove generated
index.html
from client build
0.6.3
- Add
pageProps.passToPage
option.
Vue
- Move
route.meta.state
automatically to route.props
.
0.6.2
- 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
React
- Add PropsProvider middleware libraries extending
vite-ssr
- Support nested routes
0.6.0
- Experimental support for
React.Suspense
😮
- Provide a minimum router to React apps and support
route.meta.state
.
0.5.0
- Rely on
@vueuse/head
and react-helmet-async
for managing head tags.
- Export
ClientOnly
component in Vue.
- Improve types.