v4.0.0-next.1
Pre-release
Pre-release
4.0.0-next.1 (2024-07-17)
⚠ BREAKING CHANGES
- MeshReflectionMaterial: add features/docs, reorganize
Features
- 423 enable on demand render mode usage (#436) (b3eef40)
- AnimatedSprite: add asSprite prop (7a14b55)
- AnimatedSprite: dispose texture onUnmounted (18d6904)
- AnimatedSprite: remove explicit click event (042c350)
- AnimatedSprite: remove unnecessary Suspense (082d695)
- app: 421 Update components to use useLoop instead of useRenderLoop (ad3b290)
- app: Add the option for x and y in mouseparallax component (#444) (12d5834)
- re-remove tweakpane (#425) (72284ce)
- update to core v4.2 (14b30f9)
Bug Fixes
- Lensflare demo: add camera #435 (#441) (981de57)
- MeshReflectionMaterial: add features/docs, reorganize (58703e3)
- remove hardcoded speed number, that setting at 0 doesn't stop the effect (e67f3a2)
- SkyDemo: value.value -> value (82fe77b)
- types: fixed types generics for
useGLTF
(#448) (62a9bcc) - uncomment section (fac2253)
- vue attrs hyphenation issues (4f9b61b)
4.0.0-next.0 (2024-03-27)
⚠ BREAKING CHANGES
- app: 349 Remove directives from cientos
- app: 227 Change the keyboardcontrols implementation
Features
- add arrow keys support (39e2094)
- AnimatedSprite: add AnimatedSprite, playground, docs (d6ea81b)
- AnimatedSprite: allow [numCols, numRows] as atlas prop (3309d9c)
- AnimatedSprite: always emit last frame name on loop and on end (ed16136)
- AnimatedSprite: change default fps (44831a4)
- app: 227 Change the keyboardcontrols implementation (fed0f86)
- app: 227 Final details, ready to go (6f06213)
Bug Fixes
- AnimatedSprite: return nullFrame animation if requested animation not found (453819e)
- Atlas: add missing argument to function call (e6b147e)
Code Refactoring
- app: 349 Remove directives from cientos (8fc4cd5)