Skip to content

v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mashaal mashaal released this 30 Mar 09:15
  • Vendored dependencies! We have a script that can take your CDN deps and make them local.
  • API routes! (Thanks @Industrial)
  • Option to disable streaming 😱. Passing the env disableStreaming=1 will force Ultra to use a custom renderToString equivalent - returning a fully resolved, suspense compatible, html page! (BETA)
  • Websocket refresh in dev mode. Ultra will restart on local changes.
  • Full support for react@18: There were some updates to how streams are handled in the latest rc.
  • Tighter integration with Deno config file. Specifiying your importMap in deno.json is required
  • Removal of makefile in favour of deno task
  • Legacy: We also export an Oak compatible ultraHandler for support inside of an pre-existing Oak project