Skip to content

vike-react 0.5.0

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

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 the viewport setting to null, see https://vike.dev/viewport.
  • The setting favicon now only accepts one global value, see https://vike.dev/favicon#global
  • update vike to 0.4.182 or above
  • The Head setting is now cumulative https://vike.dev/Head#cumulative