tres

Declarative ThreeJS using Vue Components

MIT License

Downloads
92.4K
Stars
1.5K
Committers
43
tres - v3.2.1-next.4

Published by alvarosabu about 1 year ago

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

Reverts

  • Revert "chore: fix lint" (f53fba9)

Full Changelog: https://github.com/Tresjs/tres/compare/3.2.1-next.3...3.2.1-next.4

tres - v3.2.1-next.3

Published by alvarosabu about 1 year ago

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

Bug Fixes

  • revert object assign usage for setting app in appContext (889e022)
tres - v3.2.1-next.2

Published by alvarosabu about 1 year ago

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

Bug Fixes

  • explicitely set app context app (c2a758f)
tres - v3.2.1-next.1

Published by alvarosabu about 1 year ago

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

Bug Fixes

  • object assign approach for inner app context (3a6dc31)
tres - v3.2.1-next.0

Published by alvarosabu about 1 year ago

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

Bug Fixes

tres - v3.2.0

Published by alvarosabu about 1 year ago

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)
tres - v3.1.1

Published by alvarosabu about 1 year ago

3.1.1 (2023-08-26)

Bug Fixes

tres - v3.1.0

Published by alvarosabu about 1 year ago

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: https://github.com/Tresjs/tres/compare/3.0.1...3.1.0

tres - v3.1.0-next.2

Published by alvarosabu about 1 year ago

3.1.0-next.2 (2023-08-19)

Bug Fixes

  • manually triggering render ref on constructor params change (d3014a4)
tres - v3.1.0-next.1

Published by alvarosabu about 1 year ago

3.1.0-next.1 (2023-08-18)

Bug Fixes

  • handle deepEqual edge case of DOM elements (e5285d6)
tres - v3.1.0-next.0

Published by alvarosabu about 1 year ago

3.1.0-next.0 (2023-08-18)

Features

  • shallowRef with manually track in useCamera (177f00e)
  • use render instead createApp (8a5d00f)

Bug Fixes

  • added logic on pathProps to re-instance nodes once args change (#367) (453b031)
  • args should be empty when args was falsy (#369) (81b7914)
  • element size (af4360a)
  • event listener register in useRaycaster (44ec37a)
  • inject context lose in pure render function (5085964)
  • only watch once (d734a98)
  • useCamera issue due to deps tracking (6d39f0c)

What's Changed

New Contributors

Full Changelog: https://github.com/Tresjs/tres/compare/3.0.1...3.1.0-next.0

tres - v3.0.1

Published by alvarosabu about 1 year ago

3.0.1 (2023-07-29)

Bug Fixes

  • added controls and extend to state context (#355) (c2540a5)
tres - v3.0.0

Published by alvarosabu about 1 year ago

3.0.0 (2023-07-29)

⚠ BREAKING CHANGES

  • UseTres is now useTresContext. Instead of using a store like in v2, we now use a context provider based on provide/inject.

Features

Documentation

  • explain state breaking changes (4757da9)

What's Changed

Full Changelog: https://github.com/Tresjs/tres/compare/2.4.2...3.0.0

tres - v2.4.0-next.10

Published by alvarosabu over 1 year ago

2.4.0-next.10 (2023-07-26)

Features

  • changed camera behavior so that the first added camera is always the active one (1ae3c01)

Full Changelog: https://github.com/Tresjs/tres/compare/2.4.0-next.9...2.4.0-next.10

tres - v2.4.0-next.9

Published by alvarosabu over 1 year ago

2.4.0-next.9 (2023-07-25)

Features

  • add defaults props for trescanvas to match renderer ones (b7d1c58)

Full Changelog: https://github.com/Tresjs/tres/compare/2.4.0-next.8...2.4.0-next.9

tres - v2.4.0-next.8

Published by alvarosabu over 1 year ago

2.4.0-next.8 (2023-07-25)

Features

  • remove readonly for scene on state context (b6739c7)

Full Changelog: https://github.com/Tresjs/tres/compare/2.4.0-next.7...2.4.0-next.8

tres - v2.4.0-next.7

Published by alvarosabu over 1 year ago

2.4.0-next.7 (2023-07-24)

Features

  • 331 new context for state tino (#340) (2c6707c)
  • fixed renderer watch for aspectRatio changes (308ab25)
  • refactor raycaster (fc81aa5)
  • revert width height composables (bab163f)
  • tres context provider (2f71c76)
  • useContextProvider onMounted (a98ac67)

Bug Fixes

  • change internal Scene component name to force rendering (#330) (780743c)
  • prop types on TresCanvas (#326) (309584a)

What's Changed

Full Changelog: https://github.com/Tresjs/tres/compare/2.4.0...2.4.0-next.7

tres - v2.4.2

Published by alvarosabu over 1 year ago

2.4.2 (2023-07-14)

Bug Fixes

What's Changed

Full Changelog: https://github.com/Tresjs/tres/compare/2.4.1...2.4.2

tres - v2.4.1

Published by alvarosabu over 1 year ago

2.4.1 (2023-07-13)

Bug Fixes

  • add app context to state (#346) (197f258)
  • change internal Scene component name to force rendering (#330) (780743c)
  • fake a VNodeRef on types to accept strings and null (#344) (c069f64)
  • prop types on TresCanvas (#326) (309584a)

What's Changed

Full Changelog: https://github.com/Tresjs/tres/compare/2.4.0...2.4.1

tres - v2.4.0

Published by alvarosabu over 1 year ago

2.4.0 (2023-06-28)

Features

  • export vue compiler options for Tres custom renderer (#324) (66716d5)

Bug Fixes

  • temporaly cast the disableRender prop (#322) (9cc63d2)

What's Changed

New Contributors

Full Changelog: https://github.com/Tresjs/tres/compare/2.3.0...2.4.0

Package Rankings
Top 2.96% on Npmjs.org