v0.204.0
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
useResolutionhook (@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