0.17.1
- Added
usePageProps
hook to access the current page props returned by the props handler. - Fix first page state when running SPA-only mode.
- Fix minor state serialization with already escaped characters (e.g.
\n
). - Support Vite 2.6.x. For better DX in development, add the following to your entry point (main.js):
if (import.meta.hot) {
globalThis.__hot = import.meta.hot
}
Full Changelog: v0.17.0...v0.17.1