This repository was archived by the owner on Feb 1, 2026. It is now read-only.
Releases: Tresjs/cientos
Releases · Tresjs/cientos
v3.5.1
3.5.1 (2023-10-18)
Bug Fixes
- add key to html slot wrapper to force re-render (#258) (f7a32e2)
- OrbitControls: expose ref (#250) (0f1d162)
What's Changed
- fix(OrbitControls): expose ref by @andretchen0 in #250
- chore(deps): update dependency @types/three to ^0.157.0 by @renovate in #248
- chore(deps): update dependency @tresjs/leches to ^0.12.0 by @renovate in #255
- chore: deps update by @alvarosabu in #257
- fix: add key to html slot wrapper to force re-render by @alvarosabu in #258
Full Changelog: 3.5.0...3.5.1
v3.5.0
3.5.0 (2023-10-10)
Features
- 178 v distance to (#220) (d2e2521)
- 23 html component (#184) (3a488f0)
- add
<Fbo />abstraction (#228) (6efc076) - add global-audio component (f66d81d)
- change stats to renderless component (3ae6f5d)
- Lines: add CatumullRomLine, Line2 (4a267a5)
- Lines: add docs, correct name (f868d4e)
- Lines: adjust types (e876314)
- Lines: correct segments prop description (a22d25d)
- Lines: fix linter errors (6ab3ef5)
- Lines: format docs (a3b612f)
- Lines: format docs (28e78b1)
- Lines: make Line2 import relative (6788d8e)
- Lines: remove unneeded refs, objects from demos (128ea59)
- Lines: reword docs (45002ed)
- remove pauseTrigger, now play-trigger element also work for pause state when is playing (6973f23)
Bug Fixes
- 147 enhance environment and useenvironment abstractions (#219) (876fa9f)
- deps: update dependency @Tresjs/core to v3.3.0 (#200) (c33d383)
- Levioso: changing speed causes jerkiness (#212) (a941576)
- v3.4.1 (#238) (8be6c82)
What's Changed
- docs: improve scroll-docs by @JaimeTorrealba in #235
- chore: temporal solution bundle size, problem with three-stdlib by @JaimeTorrealba in #224
- feat: 23 html component by @alvarosabu in #184
- fix: v3.4.1 by @alvarosabu in #238
- feat: add index routes pages by @JaimeTorrealba in #215
- feat(Lines): add CatmullRomCurve3, Line2 by @andretchen0 in #239
- docs: import demo code by @andretchen0 in #240
- chore: remove unused model, add mantainers to pkg.json by @JaimeTorrealba in #244
- feat: 209 global audio by @JaimeTorrealba in #241
- docs: import demos by @andretchen0 in #245
- fix(deps): update dependency @Tresjs/core to v3.3.0 by @renovate in #200
- chore(deps): update dependency three to ^0.157.0 by @renovate in #190
- feat: change stats renderless component by @JaimeTorrealba in #243
- feat: add
<Fbo />abstraction by @kekkorider in #228 - feat: 178 v distance to by @JaimeTorrealba in #220
- chore(deps): update dependency @tresjs/leches to ^0.10.0 by @renovate in #237
- docs(Lensflare): add demo by @andretchen0 in #232
- fix: 147 enhance environment and useenvironment abstractions by @alvarosabu in #219
- fix(Levioso): changing speed causes jerkiness by @andretchen0 in #212
New Contributors
- @kekkorider made their first contribution in #228
Full Changelog: 3.4.0...3.5.0
v3.4.1
v3.4.0
What's Changed
- feat(cientos): add first directive vLog by @JaimeTorrealba in #206
- feat(cientos): 176 remove models by @JaimeTorrealba in #199
- feat: 177 add more examples into the docs by @JaimeTorrealba in #202
- feat: lensflare by @andretchen0 in #185
- fix: Uncaught SyntaxError: ambiguous indirect export: stats by @JaimeTorrealba in #205
- feat(Sky): add Sky by @andretchen0 in #213
- fix: check background prop if its empty string by @alvarosabu in #217
- feat(cientos): 178 v-light-helper by @JaimeTorrealba in #214
- feat: 178 v always look at by @JaimeTorrealba in #218
- fix: use camera's z position as default distance in CameraControls by @notarun in #225
- feat: add stats-gl component by @notarun in #203
- docs(Sky): add demo by @andretchen0 in #233
- docs: fix minor typos, phrasing, outdated props by @andretchen0 in #223
- docs(SVG): add demo, update usage, add troubleshooting tip by @andretchen0 in #231
- docs: add more examples of the precipitation component by @JaimeTorrealba in #234
Full Changelog: 3.3.0...3.4.0
v3.3.0
3.3.0 (2023-09-11)
Features
- 158 stats (#166) (4a71885)
- add distance prop in camera controls (388b5de)
- SVG (28e3b6a)
- SVG: add depth demo (ba1fd18)
- SVG: add depth options (e453a1d)
- SVG: add docs (b176dc4)
- SVG: change 'depth' default to 'renderOrder' (5c1dd27)
- SVG: dispose of geometries (a75d571)
- SVG: fix linter warnings (80dbaab)
- SVG: fix type error (4439aa1)
- SVG: remove depth prop demo (ca82737)
- SVG: remove depth prop from demo (87ceb34)
- SVG: remove key (01061a9)
- SVG: remove unused variable (c85a96f)
- SVG: rename exposed ref (95bada9)
- SVG: split line for linter (469273a)
- SVG: update JSDoc (8c0aaf6)
- SVG: update props, depth in docs (da85374)
- SVG: whitespace (d83493b)
- update lint rules, (#196) (ccdf81f)
Bug Fixes
v3.3.0-next.0
3.3.0-next.0 (2023-09-11)
Features
- 158 stats (#166) (4a71885)
- add distance prop in camera controls (388b5de)
- SVG (28e3b6a)
- SVG: add depth demo (ba1fd18)
- SVG: add depth options (e453a1d)
- SVG: add docs (b176dc4)
- SVG: change 'depth' default to 'renderOrder' (5c1dd27)
- SVG: dispose of geometries (a75d571)
- SVG: fix linter warnings (80dbaab)
- SVG: fix type error (4439aa1)
- SVG: remove depth prop demo (ca82737)
- SVG: remove depth prop from demo (87ceb34)
- SVG: remove key (01061a9)
- SVG: remove unused variable (c85a96f)
- SVG: rename exposed ref (95bada9)
- SVG: split line for linter (469273a)
- SVG: update JSDoc (8c0aaf6)
- SVG: update props, depth in docs (da85374)
- SVG: whitespace (d83493b)
- update lint rules, (#196) (ccdf81f)
Bug Fixes
v3.2.1
v3.2.0
3.2.0 (2023-08-25)
Features
Bug Fixes
What's Changed
- feat: 107 use video texture by @JaimeTorrealba in #167
- chore: deps update 23 08 23 by @alvarosabu in #181
- feat: add glass material by @JaimeTorrealba in #172
- fix: 179 tweakpane plugin essentials by @alvarosabu in #180
Full Changelog: 3.1.0...3.2.0
v3.2.0-next.0
3.2.0-next.0 (2023-08-23)
Features
Bug Fixes
- remove tweakpane essentials import (eeed334)
What's Changed
- feat: 107 use video texture by @JaimeTorrealba in #167
Full Changelog: 3.1.0...3.2.0-next.0
v3.1.0
3.1.0 (2023-08-17)
Features
- add camera controls to new context (21ab955)
- chg to event, rmv vmodel, (9b739a2)
- remove tweakpane deps from final bundle (#169) (b99ac3c)
Bug Fixes
What's Changed
- feat: add camera controls to new context by @JaimeTorrealba in #154
- chore: fix linter warning by @andretchen0 in #173
- feat: remove tweakpane deps from final bundle by @alvarosabu in #169
- feat: add islocked event pointerlock by @JaimeTorrealba in #145
- fix: useGLTF return types by @alvarosabu in #174
New Contributors
- @andretchen0 made their first contribution in #173
Full Changelog: 3.0.1...3.1.0