Releases: Tresjs/cientos
Releases · Tresjs/cientos
v3.8.0
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
- app: 336 Fix stats-gl problem (505e243)
- deps: update dependency @Tresjs/core to v3.7.0 (#333) (4d09ebb)
- reduce beforeRenderer time (b9df580)
- reduce lagging on the reflection (dca5c31)
Reverts
What's Changed
- refactor: remove TweakPane, use Leches by @andretchen0 in #308
- docs: revert change on config for sampler links by @alvarosabu in #314
- feat: remove tweakpane by @alvarosabu in #313
- chore(docs): fix link to Tres, typos by @andretchen0 in #317
- feat: add BakeShadows component by @JaimeTorrealba in #324
- fix: Correct return type for useGLTF composable by @dotmot in #327
- chore(useGLTF): fix linter errors by @andretchen0 in #332
- chore(app): Update dependencies by @JaimeTorrealba in #328
- feat(app): 329 Add cast-shadow/receive-shadow to 3D model by @JaimeTorrealba in #330
- fix(app): 336 Fix stats-gl problem by @JaimeTorrealba in #340
- feat: 170 use gltf exporter by @JaimeTorrealba in #290
- docs(app): Fix example link, point to new lab by @JaimeTorrealba in #338
- fix(deps): update dependency @Tresjs/core to v3.7.0 by @renovate in #333
- revert: remove tweakpane (#313)" by @JaimeTorrealba in #343
New Contributors
Full Changelog: 3.7.0...3.8.0
v3.7.0
3.7.0 (2023-12-13)
Features
- add 'change' event to pointerlock controls, improve docs (c394f10)
- add rectAreaLightHelper to vLightHelper directive (#283) (8bc64a1)
- add reflector (#136) (bd4d710)
- sampler and useSampler (#286) (826833c)
Bug Fixes
- remove wrapper element on unmounted (#310) (1a37c92)
- wrap
Text3D
insideSuspense
in the docs (#307) (27ce1f0)
What's Changed
- feat: add reflector by @JaimeTorrealba in #136
- docs(props): generate documentation from props by @andretchen0 in #259
- docs: add fathom analytics by @alvarosabu in #292
- feat: add 'change' event to pointerlock controls, improve docs by @JaimeTorrealba in #291
- chore(deps): update to vite v5 by @alvarosabu in #293
- feat: sampler and useSampler by @JaimeTorrealba in #286
- chore(deps): update dependency three to ^0.159.0 by @renovate in #299
- feat: add rectAreaLightHelper to vLightHelper directive by @JaimeTorrealba in #283
- feat: Stats-gl v2 by @RenaudRohlinger in #306
- fix: wrap
Text3D
insideSuspense
in the docs by @stefanobartoletti in #307 - fix: remove wrapper element on unmounted by @alvarosabu in #310
New Contributors
- @RenaudRohlinger made their first contribution in #306
- @stefanobartoletti made their first contribution in #307
Full Changelog: 3.6.0...3.7.0
v3.6.0
3.6.0 (2023-11-07)
Features
- cientos: Add
CustomShaderMaterial
wrapper (#261) (43701f8) - Sparkles: add Sparkles (#253) (cbcc9b9)
- Superformula: add superformula (#274) (19130b4)
Bug Fixes
Reverts
What's Changed
- chore: ignore .DS_Store everywhere, components.d.ts by @andretchen0 in #266
- chore(deps): update actions/setup-node action to v4 by @renovate in #267
- docs: add favicon.ico by @andretchen0 in #265
- feat(cientos): Add
CustomShaderMaterial
wrapper by @kekkorider in #261 - feat(Sparkles): add Sparkles by @andretchen0 in #253
- revert(docs): remove docs/ from .gitignore by @andretchen0 in #272
- feat(Superformula): add superformula by @andretchen0 in #274
- fix: avoid html container to be appended again by @alvarosabu in #278
- chore: repo improvements automerge by @alvarosabu in #279
Full Changelog: 3.5.1...3.6.0
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)