Releases: Daydreamer-riri/vite-react-ssg
Releases · Daydreamer-riri/vite-react-ssg
v0.8.1
v0.8.0 - Support Tanstack
🚀 Significant Features
- Support tanstack router - by @Daydreamer-riri in #37 (34faa)
Support for the tanstack router is still experimental, and
pathname.lazy.tsx routes
are not yet supported. For usage examples, see: https://github.com/Daydreamer-riri/vite-react-ssg/blob/main/examples/tanstack/src/main.tsx
🚀 Features
- Switch critters to beasties - by @Daydreamer-riri (1ca1e)
🐞 Bug Fixes
- Fix the issue of needing to introduce react-router-dom when using single-page. close #34 - by @Daydreamer-riri (c9640)
View changes on GitHub
v0.8.0-beta.3
No significant changes
View changes on GitHub
v0.8.0-beta.2
No significant changes
View changes on GitHub
v0.8.0-beta.1
v0.7.3
v0.7.2
No significant changes
View changes on GitHub
v0.7.1
🐞 Bug Fixes
- Superfluous title tag from react-helmet-async #23 - by @Daydreamer-riri in #23 (c1a90)
View changes on GitHub
v0.7.0
🚨 Breaking Changes
- Support static loader - by @Daydreamer-riri (0cc31)
🚀 Features
- Auto detect route entry - by @Daydreamer-riri (42cbc)(7da82)
🐞 Bug Fixes
- Unrendered root index: true - by @Daydreamer-riri (c620c)
- FOUC in dev with scss - by @Daydreamer-riri (e8c28)
View changes on GitHub
v0.7.0-beta.2
🚨 Breaking Changes
- Support static loader - by @Daydreamer-riri (0cc31)
🚀 Features
- Manifest - by @Daydreamer-riri (cbe71)
- Static loader data on prod - by @Daydreamer-riri (94ad6)
- Server loader on dev - by @Daydreamer-riri (b6ff8)
🐞 Bug Fixes
- Unrendered root index: true - by @Daydreamer-riri (c620c)