- 7d42634: Fix experimental features not being available.
- a7a0138: fixed #356 - triplex should run offline
- 9add655: Resetting a component that renders a canvas now persists the camera settings.
- 82103a4: Upgrade statsig dependencies to the latest version.
- 55feda2: Add experimental option to the Triplex config. The first available option is "xr_editing".
- 8c82aca: Upgrade react-three dependencies.
- ae60a8f: Upgrade typescript.
- 8c82aca: Upgrade vite dependencies.
- 839e91e: A new config option "UNSAFE_viteConfig" is now available. Use it to declare custom bundler behavior that otherwise can't be handled by default behavior. See the docs here: https://triplex.dev/docs/api-reference/config-options/unsafe-vite-config.
- abf48b9: Move themes into JS module graph.
- 2301fd1: Drop unwanted files when publishing.
- c06f199: All paths now have their drive casing normalized.
- 711322a: Testing a new camera system under a feature gate. This gives you more control over what Canvas camera to view through, while also changing the default behavior for React DOM components to view through the default camera instead of the editor camera when initially opening.
- a5d2390: React 19 / Three Fiber 9 are now supported.
- 9b15541: Fix logo curvature.
- 095c729: A new loading indicator has been implemented.
- e4db0c2: Upgrade TypeScript to latest.
- 7493473: Add refresh for the scene via CommandOrCtrl+R.
- 7493473: Add hard reload for the scene via CommandOrCtrl+Shift+R.
- d0cddb1: Number inputs now correctly round to the nearest step value.
- 652c1cc: Update package json meta.
- 6dca038: Test bump.
- 50c28c96: Upgrade tsc.
- 1c9c343a: Fix input propagation hook from blocking backspace, escape, and enter keys.
- a5df6744: Block input keydown event propagation to prevent unmodified keybindings from being fired.
- 5b6671c2: Bootstrap statsig.
- a1121431: Vsce element controls.
- cba1c8db: Internal pkg refactor.