Releases: Tresjs/tres
Releases · Tresjs/tres
v3.1.0-next.2
3.1.0-next.2 (2023-08-19)
Bug Fixes
- manually triggering render ref on constructor params change (d3014a4)
v3.1.0-next.1
v3.1.0-next.0
3.1.0-next.0 (2023-08-18)
Features
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
- chore: updated core dependencies by @Tinoooo in #354
- docs: added orbit controls back and v3 blog post by @alvarosabu in #356
- fix: added logic on pathProps to re-instance nodes once
args
change by @alvarosabu in #367 - fix: args should be empty when args was falsy by @enpitsuLin in #369
New Contributors
- @enpitsuLin made their first contribution in #369
Full Changelog: 3.0.1...3.1.0-next.0
v3.0.1
v3.0.0
3.0.0 (2023-07-29)
⚠ BREAKING CHANGES
UseTres
is nowuseTresContext
. Instead of using a store like in v2, we now use a context provider based onprovide/inject
.
Features
Documentation
- explain state breaking changes (4757da9)
What's Changed
- feat: 331 new context for state by @alvarosabu and @Tinoooo in #333
Full Changelog: 2.4.2...3.0.0
v2.4.0-next.10
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: 2.4.0-next.9...2.4.0-next.10
v2.4.0-next.9
2.4.0-next.9 (2023-07-25)
Features
- add defaults props for trescanvas to match renderer ones (b7d1c58)
Full Changelog: 2.4.0-next.8...2.4.0-next.9
v2.4.0-next.8
2.4.0-next.8 (2023-07-25)
Features
- remove readonly for scene on state context (b6739c7)
Full Changelog: 2.4.0-next.7...2.4.0-next.8
v2.4.0-next.7
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
- chore: refactor components to sfc by @alvarosabu in #323
- fix: prop types on TresCanvas by @Tinoooo in #326
- chore(deps): update dependency vitepress to v1.0.0-beta.5 by @renovate in #311
- fix: change internal Scene component name to force rendering by @alvarosabu in #330
- feat: 331 new context for state tino by @Tinoooo in #340
Full Changelog: 2.4.0...2.4.0-next.7
v2.4.2
2.4.2 (2023-07-14)
Bug Fixes
What's Changed
- fix: add raycaster to state by @alvarosabu in #347
Full Changelog: 2.4.1...2.4.2