Skip to content

Releases: Tresjs/cientos

v4.0.2

30 Aug 14:49
Compare
Choose a tag to compare

4.0.2 (2024-08-30)

Bug Fixes

  • useGltf: use-loader fix for gltf with textures (#480) (f1f983f)

What's Changed

  • fix(useGltf): use-loader fix for gltf with textures by @alvarosabu in #480

Full Changelog: 4.0.1...4.0.2

v4.0.1

30 Aug 11:24
Compare
Choose a tag to compare

4.0.1 (2024-08-30)

Bug Fixes

What's Changed

Full Changelog: 4.0.0...4.0.1

v4.0.0

20 Aug 07:07
Compare
Choose a tag to compare

4.0.0 (2024-08-20)

⚠ BREAKING CHANGES

  • MeshReflectionMaterial: add features/docs, reorganize
  • app: 349 Remove directives from cientos
  • app: 227 Change the keyboardcontrols implementation
  • Remove tweakpane

Features

  • Add cylinder component (9e17559)

  • 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)

  • 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)

  • V4 (#420) (0cdd58e), closes #425 #439 #435 #441 #436 #428

Bug Fixes

  • SkyDemo: value.value -> value (82fe77b)
  • vue attrs hyphenation issues (4f9b61b)
  • AnimatedSprite: return nullFrame animation if requested animation not found (453819e)
  • Atlas: add missing argument to function call (e6b147e)
  • 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)

What's Changed

New Contributors

Full Changelog: 3.9.0...4.0.0

v4.0.0-rc.2

26 Jul 15:30
Compare
Choose a tag to compare
v4.0.0-rc.2 Pre-release
Pre-release

4.0.0-rc.2 (2024-07-26)

Forced release to fix corrupted build

Full Changelog: 4.0.0-rc.1...4.0.0-rc.2

v4.0.0-rc.1

25 Jul 08:26
Compare
Choose a tag to compare
v4.0.0-rc.1 Pre-release
Pre-release

4.0.0-rc.1 (2024-07-25)

Features

  • fbo: add autoRender flag as an option to useFBO (#458) (ddcd4ac)

What's Changed

  • feat(fbo): add autoRender flag as an option to useFBO by @nartc in #458

New Contributors

Full Changelog: 4.0.0-rc.0...4.0.0-rc.1

v4.0.0-rc.0

24 Jul 16:44
Compare
Choose a tag to compare
v4.0.0-rc.0 Pre-release
Pre-release

4.0.0-rc.0 (2024-07-24)

Features

Bug Fixes

  • reimplement ContactShadows for v4 (#449) (d71c328)
  • update to core v4.2.2 to remove warning on invalidation (42afa6e)

What's Changed

Full Changelog: 4.0.0-next.1...4.0.0-rc.0

v4.0.0-next.1

17 Jul 15:18
Compare
Choose a tag to compare
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)

3.9.0

07 May 14:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.8.0...3.9.0

v4.0.0-next.0

27 Mar 19:13
Compare
Choose a tag to compare
v4.0.0-next.0 Pre-release
Pre-release

4.0.0-next.0 (2024-03-27)

Features

  • app: 252 adding ocean component (7efb293)
  • app: 252 Renamed as ocean, add sky support (473bac6)
  • app: Add RoundedBox component (8b6cb67)

Bug Fixes

  • app: 252 Apply review feedback (4449208)
  • apply feedback (3a50bc2)
  • little detail in the interface (fb6456a)

v3.8.0

07 Feb 14:11
Compare
Choose a tag to compare

3.8.0 (2024-02-07)

Features

  • add BakeShadows component (77df084)
  • add gltfExporter composable (0c77d33)
  • app: 329 Add cast-shadow/receive-shadow to 3D model (471e28a)
  • reflection material (5cccaa9)

Bug Fixes

Reverts

What's Changed

New Contributors

Full Changelog: 3.7.0...3.8.0