# Changelog ## 0.17.0 ### New Features - **Gaussian Splatting** — Added `GaussianSplat` component to `@json-render/react-three-fiber`, bringing the component count to 20. Composable with all existing R3F components (lights, controls, post-processing) via drei's Splat loader (#259) - **Standalone gsplat example** — Experimental demo app showcasing Gaussian Splatting with gsplat.js (no Three.js dependency), featuring scene selector, live JSON spec viewer, and progress indicator (#259) - **R3F gsplat example** — Demo app with five scenes: splat showroom, splat with primitives, multi-splat, post-processing effects, and animated floating splat (#259) ### Improved - **AI output quality** — Improved prompt output and schema generation for more reliable AI-generated specs (#268) ### Contributors - @ctate - @willmanzoli ## 0.16.0 ### Improved - **Release process** — Switched from Changesets to a manual single-PR release workflow with changelog markers and automatic npm publish on version bump