|
|
@@ -1,9 +1,26 @@
|
|
|
# Changelog
|
|
|
|
|
|
-## 0.16.0
|
|
|
+## 0.17.0
|
|
|
|
|
|
<!-- release:start -->
|
|
|
+### 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
|
|
|
|
|
|
-- **Release process** — Switched from Changesets to a manual single-PR release workflow with changelog markers and automatic npm publish on version bump
|
|
|
+- **AI output quality** — Improved prompt output and schema generation for more reliable AI-generated specs (#268)
|
|
|
+
|
|
|
+### Contributors
|
|
|
+
|
|
|
+- @ctate
|
|
|
+- @willmanzoli
|
|
|
<!-- release:end -->
|
|
|
+
|
|
|
+## 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
|