Releases: alchemisten/3d-studio
Releases · alchemisten/3d-studio
v0.2.0
0.2.0 (2024-03-15)
Bug Fixes
- Update package-lock.json (c7cec6f)
- use regex wildcards for external modules which have deep imports and otherwise will be bundled into vites output (30a59aa)
- use regex wildcards for external modules which have deep imports and otherwise will be bundled into vites output (c083986)
Features
- Adjust styling variables to allow for more control (b0116ed)
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
0.1.0 (2023-11-13)
Bug Fixes
- Ensure asset service only loads every file once (d421a8c)
- Ensure highlights with the same id are only created once (33fb9d5)
- Fix animation bar initializing unnecessary object mixer (49d30eb)
- Fix asset loading if base path has trailing slash (53fa5ac)
- Fix camera rotation feature not initializing rotation correctly (810ada0)
- Fix controls being accessed before being ready (2113898)
- Fix current highlight in select box not updating translation (27a0267)
- Fix duplicate slash in header logo (9caee24)
- Fix highlight feature influencing autorotation feature (fbd7d07)
- Fix highlight feature trying to update without camera (6b0782e)
- Fix inverted select box button direction (68a96d6)
- Fix project view showing multiple objects after navigating (8bd8366)
- Fix skybox feature state errors (f6c4d10)
- Fix trying to set possibly nonexistent initial highlight (4988cc2)
- Fix trying to traverse through removed object (262b754)
- Fix wireframe not updating rendering correctly (c1d0291)
- Hide highlight ui if highlight feature is disabled (ae102cc)
- Leave highlight when the highlight feature is disabled while viewing a highlight (b99d92c)
- Make examples work again (a350c03)
- Optimize initialization logic (8b9f0ad)
- Optimize viewer ui initialization for minimal config (62115e2)
- Prevent scene manager from adding object with the same name multiple times (9f5305f)
- Set correct output path for gltf-extension-validator (c802f9e)
- Use light shadow casting setting from setup (abe9272)
Features
- Add animation interface (af4a9a8)
- Add basic 3d studio React app (7db6200)
- Add configurable asset path to highlight feature (96fdbf0)
- Add configurable initial language and logo to viewer UI (a64f1b6)
- Add controls for setting feature enabled state (1d2bb01)
- Add feature control component (fcb869e)
- Add highlight feature interface (8289d5a)
- Add hook for added objects to scene service (43566c9)
- Add loading-indicator (5728370)
- Add react-query to cache studio API calls (6aa92f6)
- Add toggle button component (0115172)
- Add UI library (2cb3a29)
- Allow children in viewer ui to extend the interface (2016d23)
- Allow for alternative manager services in viewer launcher (9e30e02)
- Allow for logger configuration via studio launcher (2185642)
- Allow for sanitized HTML content in viewer-ui (708ad01)
- Apply query params in studio project view (b391ddf)
- Implement 3d studio overview page (68cd201)
- Implement basic UI elements (e1c6ff3)
- Make zooming configurable via studio config (44c7228)