Skip to content

v0.204.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 13:20
· 16 commits to main since this release

Highlights

  • Custom Babel plugins: the desktop app now picks up plugins from a project's own Babel config (babel.config.js / .babelrc) and runs them alongside the built-in transforms.
  • New useResolution hook (@diffusionstudio/jsx): a reactive accessor for the host's rasterization density, so a <surface> can size its bitmap to stay sharp at any export resolution.
  • New examples: TypeGPU caustics (examples/10-typegpu.tsx) and Redraw integration on a <surface> with resolution-aware rendering (examples/11-redraw.tsx), plus expanded JSX lifecycle and surface-paint docs.

Full Changelog: v0.203.0...v0.204.0