Skip to content

0.17.1

Compare
Choose a tag to compare
@frandiox frandiox released this 16 Oct 15:15
· 62 commits to master since this release
  • 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