Skip to content

Releases: uhyo/funstack-static

1.2.0

06 Apr 07:34

Choose a tag to compare

What's Changed

Features

  • Add configurable build entry point (#104)

Internal

  • Remove jsdom dependency from vitest config (#96)
  • Upgrade TypeScript from 5.x to 6.x (#100)

Full Changelog: 1.1.2...1.2.0

1.1.2

23 Mar 14:09

Choose a tag to compare

What's Changed

Fixes

  • Normalize file paths embedded in virtual modules for Windows compatibility (#95)
  • Change default rscPayloadDir to avoid Windows-incompatible colon (#94)

Full Changelog: 1.1.1...1.1.2

1.1.1

21 Mar 13:46

Choose a tag to compare

What's Changed

Improvements

  • Add Vite 8 support while maintaining Vite 7 compatibility (#83)
  • Pin @vitejs/plugin-react version via workspace catalog (#82)

Full Changelog: 1.1.0...1.1.1

1.1.0

11 Mar 01:11

Choose a tag to compare

What's Changed

Features

  • Add configurable rscPayloadDir option (#75)

Full Changelog: 1.0.0...1.1.0

1.0.0

08 Mar 14:22

Choose a tag to compare

v1.0.0 — First Stable Release 🎉

@funstack/static is now stable! This marks the first production-ready release of the Vite plugin for building React applications with React Server Components — without a runtime server.

What's Changed since 0.0.10

Fixes

  • Abort build on rendering error instead of emitting error HTML (#70)
  • Make skill installer work without prior package installation (#69)

Full Changelog: 0.0.10...1.0.0

0.0.10

22 Feb 11:29

Choose a tag to compare

What's Changed

Fixes

  • Properly convert already finished RSC stream data into a new ReadableStream (7c20ad7)
  • Pass SSR createFromReadableStream through RegistryContext for deferred pages (22e9abe)

Improvements

  • Remove double holding of deferred RSC stream data (0c80506)
  • Use prerender from react-dom/static for build (606d5b6)
  • Remove urlpattern-polyfill dependency (4a99dcc)

Full Changelog: 0.0.9...0.0.10

0.0.9

19 Feb 14:14

Choose a tag to compare

What's Changed

Fixes

  • Resolve ReadableStream locked error during build with defer() (#64)

Full Changelog: 0.0.8...0.0.9

0.0.9-alpha.0

19 Feb 12:47

Choose a tag to compare

0.0.9-alpha.0 Pre-release
Pre-release

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

18 Feb 14:55

Choose a tag to compare

What's Changed

Fixes

  • Pass deferRegistry to renderHTML during SSR (#63)

Full Changelog: 0.0.7...0.0.8

0.0.7

18 Feb 14:23

Choose a tag to compare

What's Changed

Features

  • Add SPA fallback for dev and preview servers
  • Allow .htm extension alongside .html for entry paths

Full Changelog: 0.0.6...0.0.7