Releases: uhyo/funstack-static
Releases · uhyo/funstack-static
0.0.10
What's Changed
Fixes
- Properly convert already finished RSC stream data into a new ReadableStream (7c20ad7)
- Pass SSR
createFromReadableStreamthrough RegistryContext for deferred pages (22e9abe)
Improvements
- Remove double holding of deferred RSC stream data (0c80506)
- Use
prerenderfromreact-dom/staticfor build (606d5b6) - Remove
urlpattern-polyfilldependency (4a99dcc)
Full Changelog: 0.0.9...0.0.10
0.0.9
0.0.9-alpha.0
What's Changed
Fixes
- Resolve ReadableStream locked error during build with defer() (#64)
Full Changelog: 0.0.8...0.0.9-alpha.0
0.0.8
0.0.7
What's Changed
Features
- Add SPA fallback for dev and preview servers
- Allow
.htmextension alongside.htmlfor entry paths
Full Changelog: 0.0.6...0.0.7
0.0.6
What's Changed
Features
- Implement multiple entries support for multi-page SSG (#54)
- Add e2e test suite for dev server mode (#58)
- Set up oxlint linter with CI integration (#55)
Documentation
- Add Learn page for prefetching with defer() and Activity (#49)
- Add documentation for multiple entrypoints feature (#57)
Full Changelog: 0.0.5...0.0.6
0.0.5
0.0.5-alpha.0
What's Changed
Fixes
- Fix development server fails to serve (#47)
Full Changelog: 0.0.4...0.0.5-alpha.0
0.0.4
What's Changed
Documentation
- Add "Migrating from Vite SPA" guide (#46)
- Add documentation for Lazy Server Components
- Add tip about combining
defer()with React 19's Activity component (#44) - Fix incorrect import latency description (#45)
- Update docs to introduce FUNSTACK Static Skill
Full Changelog: 0.0.3...0.0.4
0.0.3
What's Changed
Features
- Add clientInit option for pre-hydration initialization (#43)
- Add skill installer binary for easy Claude Code skill installation (#37)
- Add configurable ssr option (#29)
- Add options parameter to defer with name field for debugging (#25)
- Add Server-Timing header to dev server responses (#31)
Improvements
- Rename ClientWrapper to DeferredComponent for clearer naming (#35)
Full Changelog: 0.0.2...0.0.3