v0.34.0-canary.3
Pre-release
Pre-release
🚀 New Features
- 🎉 Add autogenerated
Routes
manifest for use with<Link>
components: #2042
// You can import `Routes`
import { Link, Routes } from "blitz"
// And then use it for robust, fully typed links
<Link href={Routes.SignupPage()} />
<Link href={Routes.ProductsPage({ productId: 123 })} />
🐞 Patches
- Fix cannot find module 'next/constants' in 0.34.0-canary: #2203
Internal Meta Changes
- added @jahredhope as contributor: 3c3f10b
- Add new integration test harness: #2189
- Add first blitz integration test for useQuery: #2193
- Add integration test for invalidateQuery: #2194
- added @simonelnahas as contributor: 5fc813a
Credits
Huge thanks to @Skn0tt for helping!