Compare Versions - vike-react
npm / vike-react / Compare Versions
→
0.6.13 (2025-11-13)
Bug Fixes
- more robust usage of globalThis.__VIKE__IS_CLIENT instead of import.meta.env.SSR (d694642)
MINOR BREAKING CHANGES
[!NOTE] We recommend ignoring
MINOR BREAKING CHANGESunless this version breaks your app, see Vike Versioning.
- Update Vike to
0.4.242or above
0.6.10 (2025-10-21)
Bug Fixes
- react-streaming@^0.4.11 (29b4c5b)
MINOR BREAKING CHANGES
[!NOTE] We recommend ignoring
MINOR BREAKING CHANGESunless this version breaks your app, see Vike Versioning.
- If your app is CJS then update Node.js to v23 or above (or v22 with the
--experimental-require-moduleflag) in order to be able torequire(esm). If your app is ESM then you can keep using older Node.js versions.
0.5.0 (2024-08-01)
Bug Fixes
- avoid overriding Head setting (fix #135) (#136) (5c88c7b)
- clearer (and maybe more accurate) condition for updating document properties (6784bac)
- make favicon setting global (28f1c2b)
Features
useConfig()(#128) (8d0245c)- new setting
description(60ffecd) - new setting
image(41ec933) - new setting
viewport(bebaf38) - new settings
htmlAttributesandbodyAttributes(427c7cf)
BREAKING CHANGES
- The responsive viewport tag is now injected by default (
<meta name="viewport" content="width=device-width,initial-scale=1">). If you already inject<meta name="viewport">then remove it or set theviewportsetting tonull, see https://vike.dev/viewport. - The setting
faviconnow only accepts one global value, see https://vike.dev/favicon#global - update vike to
0.4.182or above - The
Headsetting is now cumulative https://vike.dev/Head#cumulative
0.4.12 (2024-06-05)
Bug Fixes
- enforce peer dependencies (e56df6e)
- optimistic peerDependencies (7c6adb0)
- use pageContext.headers[user-agent] (53fcec7)
Features
- make streamIsRequired public (262bf96)
BREAKING CHANGES
- Update all vike-react(-*) packages to their latest versions, and update Vike to 0.4.173 or above.
0.4.0 (2024-01-21)
Bug Fixes
- deprecate pageContext.title (2c05738)
- deprecate pageProps usage (cb1a14f)
- improve bug error message (21bdb82)
- simplify
<head>management (572d71d)
BREAKING CHANGES
- Setting the page's title using
pageContext.titleis deprecated (pageContext.descriptionandpageContext.langare also deprecated), use the settingstitleandHeadinstead, see https://vike.dev/head - Fetching data using
pageContext.pagePropsis deprecated, usedata()anduseData()instead, see https://vike.dev/data-fetching - Replace
import vikeReact from 'vike-react'withimport vikeReact from 'vike-react/config'. (Typically in your/pages/+config.js.) - Update Vike to
0.4.160or above.
0.3.0 (2023-09-23)
Bug Fixes
- migrate to
vike(d82713b)
BREAKING CHANGES
- use npm package
vikeinstead ofvite-plugin-ssr, see https://vite-plugin-ssr.com/vike