September Releases

🚧

This page is work-in-progress.

💚

Fixes: n (TODO)

Features

+keepScrollPosition
New Vike extensions
New Bati integrations

Project

See also

vike > CHANGELOG.md
vike-react > CHANGELOG.md
vike-vue > CHANGELOG.md
vike-solid > CHANGELOG.md

+keepScrollPosition

We implemented a new setting +keepScrollPosition enabling you to determine whether navigating a nested layout preserves the page's scroll, without having to use <a keep-scroll-position href="/some-url"> nor navigate('/some-url', { keepScrollPosition: true }).

It's a significant DX improvement: it allows you to define the scroll behavior only once, instead of having to repeat yourself for each link. Not only is that much easier, it's also much less error prone, and much more refactor-friendly.

💚

Author: brillout

New Vike extensions

New Vike extensions:

💚

Author: Jearce, phonzammi

New Bati integrations

New Bati integrations:

💚

See also