August Releases
💚We are looking for sponsors.
Fixes: 86
Features
Improved head managementNew Bati integrations
Project
Internal improvementsRoad to V1
See also
vike
> CHANGELOG.md
vike-react
> CHANGELOG.md
vike-vue
> CHANGELOG.md
vike-solid
> CHANGELOG.md
Improved head management
Last month, we began improving <head>
management for vike-react
.
This month, we finished the work and ported all improvements across vike-{react,vue,solid}
.
We expect that we will have to fine tune a couple of things here and there, but we're confident the overall head management problem to be solved. It's a major milestone towards releasing 1.0.0
.
💚
New Bati integrations
New Bati integrations:
💚
Internal improvements
Many improvements we're working on don't directly impact the user at first sight.
For example, we're continuously making Vike extensions more capable. One area we're working on is enabling Vike extensions to automatically install server middlewares. For example if you use the upcoming extensions vike-express
or vike-hono
together with vike-telefunc
, then Telefunc's server middleware will be automatically installed. For that purpose we've made a couple of improvements, such as being able to access global configurations outside of the renderPage()
lifecycle and universal-middleware
.
💚
Road to V1
Beyond the usual slew of bug fixes and features, the next major topic we're working on is a new global configuration file, vike.config.js
, and Vike's CLI fully replacing Vite's CLI. This will introduce new capabilities, such as enabling Vike extensions to add Vite plugins, along with internal and DX improvements.
Together with our upcoming structural improvements to vike-node
, this will mark Vike's readiness for a V1 release. After introducing a couple of minor breaking changes, we will then be able to release 1.0.0
.