Skip to content

Releases: Tresjs/tres

v3.2.2

16 Sep 10:35
Compare
Choose a tag to compare

3.2.2 (2023-09-16)

Bug Fixes

  • ensure scene as parent fallback for helpers (#397) (d63b028)
  • made reactivity of camera prop on TresCanvas work again (#396) (990612d)
  • useTexture docs detail (#395) (158d4c3)

What's Changed

Full Changelog: 3.2.1...3.2.2

v3.2.1

11 Sep 17:57
Compare
Choose a tag to compare

3.2.1 (2023-09-11)

Bug Fixes

What's Changed

Full Changelog: 3.2.0...3.2.1

v3.2.1-next.4

11 Sep 17:54
Compare
Choose a tag to compare
v3.2.1-next.4 Pre-release
Pre-release

3.2.1-next.4 (2023-09-11)

Reverts

  • Revert "chore: fix lint" (f53fba9)

Full Changelog: 3.2.1-next.3...3.2.1-next.4

v3.2.1-next.3

11 Sep 17:29
Compare
Choose a tag to compare
v3.2.1-next.3 Pre-release
Pre-release

3.2.1-next.3 (2023-09-11)

Bug Fixes

  • revert object assign usage for setting app in appContext (889e022)

v3.2.1-next.2

11 Sep 17:19
Compare
Choose a tag to compare
v3.2.1-next.2 Pre-release
Pre-release

3.2.1-next.2 (2023-09-11)

Bug Fixes

  • explicitely set app context app (c2a758f)

v3.2.1-next.1

11 Sep 17:09
Compare
Choose a tag to compare
v3.2.1-next.1 Pre-release
Pre-release

3.2.1-next.1 (2023-09-11)

Bug Fixes

  • object assign approach for inner app context (3a6dc31)

v3.2.1-next.0

11 Sep 16:30
Compare
Choose a tag to compare
v3.2.1-next.0 Pre-release
Pre-release

3.2.1-next.0 (2023-09-11)

Bug Fixes

v3.2.0

06 Sep 13:56
Compare
Choose a tag to compare

3.2.0 (2023-09-06)

Features

  • objects blocking pointer event (#388) (03ab2e1)
  • renamed useCamera composable methods to prevent confusion (#380) (58feabd)

Bug Fixes

  • removed boolean prop defaults from TresCanvas (#384) (bb5fca5)

v3.1.1

26 Aug 08:34
Compare
Choose a tag to compare

3.1.1 (2023-08-26)

Bug Fixes

v3.1.0

23 Aug 05:14
Compare
Choose a tag to compare

3.1.0 (2023-08-23)

Features

Bug Fixes

  • added logic on pathProps to re-instance nodes once args change (#367) (453b031)
  • added revision version to apply useLegacyLights only if neccesary (#373) (dee4b97)
  • args should be empty when args was falsy (#369) (81b7914)
  • instances re-instancing when not needed (#374) (f2ae46b)

What's Changed

New Contributors

Full Changelog: 3.0.1...3.1.0