Features
- add blog with v1 RC1 post (hidden from nav) #633 (natew)
- cloudflare: workers support with lazy module loading #633 (natew)
- add middleware support for Cloudflare Workers #633 (natew)
- add middleware support for Vercel #633 (natew)
Bug Fixes
- quote component titles in MDX frontmatter (natew)
- auto-open accordion to current section on page load (natew)
- limit test concurrency to reduce CI flakes (natew)
- increase test timeout to 60s for CI (natew)
- vercel: SSR support with loader data and dynamic routes #633 (natew)
- cloudflare: respect useRolldown for API file naming #633 (natew)
- jsonc code blocks in deployment docs (natew)
- client-side navigation for pages with loaders (natew)
- lint formatting in Root.tsx (natew)
- docs and compatibility issues (#626, #586, #429) (natew)
- cloudflare worker lazy route lookup for loaders (natew)
- Vercel SSR loader requests now route to serverless functions (natew)
Documentation
- add deployment guide #633 (natew)
- improve deployment section in blog and remove feature tables #633 (natew)
Code Refactoring
- group docs and blog under (content) with shared layout (natew)
Tests
- add tests for docs page title and accordion behavior (natew)
- add Vercel and Cloudflare deployment tests #633 (natew)
- make timestamp tests more robust with cache busting (natew)
- skip Vercel tests with known limitations, add cache busting (natew)