Releases: Daydreamer-riri/vite-react-ssg
Releases · Daydreamer-riri/vite-react-ssg
v0.8.2
🚀 Features
- react-router-dom: Support future options - by @Daydreamer-riri in #45 (5e887)
🐞 Bug Fixes
- Dead cycle by cyclic reference - by @wangnan0916 and wangnan in #48 (053c8)
View changes on GitHub
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 routesare 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)