Skip to content

Releases: uhyo/funstack-static

1.2.0

Choose a tag to compare

@uhyo uhyo released this 06 Apr 07:34

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

Choose a tag to compare

@uhyo uhyo released this 23 Mar 14:09

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

Choose a tag to compare

@uhyo uhyo released this 21 Mar 13:46

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

Choose a tag to compare

@uhyo uhyo released this 11 Mar 01:11

What's Changed

Features

  • Add configurable rscPayloadDir option (#75)

Full Changelog: 1.0.0...1.1.0

1.0.0

Choose a tag to compare

@uhyo uhyo released this 08 Mar 14:22

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

Choose a tag to compare

@uhyo uhyo released this 22 Feb 11:29

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

Choose a tag to compare

@uhyo uhyo released this 19 Feb 14:14

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

0.0.9-alpha.0 Pre-release
Pre-release

Choose a tag to compare

@uhyo uhyo released this 19 Feb 12:47

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

Choose a tag to compare

@uhyo uhyo released this 18 Feb 14:55

What's Changed

Fixes

  • Pass deferRegistry to renderHTML during SSR (#63)

Full Changelog: 0.0.7...0.0.8

0.0.7

Choose a tag to compare

@uhyo uhyo released this 18 Feb 14:23

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