Releases: Tresjs/leches
Releases · Tresjs/leches
v0.9.0
0.9.0 (2023-09-08)
Features
- multiple controls now return object (9f82e9c)
Bug Fixes
- check if object past is reactive (b89b2d3)
- fixed problem with reactivity when multiple vector controls (22d2ed2)
What's Changed
- chore: lint leches by @alvarosabu in #45
- fix: check if object past is reactive by @alvarosabu in #46
- chore(deps): update dependency @Tresjs/core to v3.2.0 by @renovate in #48
- chore(deps): update dependency @tresjs/eslint-config-vue to ^0.2.0 by @renovate in #49
- feat: fine grain reactivity for multiple controls by @alvarosabu in #50
- fix: reactivity problem when multiple vector controls by @alvarosabu in #51
Full Changelog: 0.8.0...0.9.0
v0.8.0
0.8.0 (2023-08-30)
Features
- added component to hero (a535abe)
- docs 🍰 (0772916)
- dropdowns are back (27cd0ef)
- folder support (441627e)
- multiple controls by uuid (8f75e0b)
- now reactive and refs work inside params (900c3c1)
- range options are working (8feec7d)
- resize with window and vector controls improved (acd5adb)
- simplified logic for useControls (6f1a239)
- vitest component test working (e18a7db)
v0.7.0
v0.6.0
v0.5.0
0.5.0 (2023-07-31)
Features
- controls state is now a reactive object. (b127a9b)
Bug Fixes
- remove null as the control default (c640982)
What's Changed
- chore: add pnpm workflow by @alvarosabu in #28
- feat: controls state is now a reactive object. by @alvarosabu in #29
Full Changelog: 0.4.0...0.5.0
v0.4.0
0.4.0 (2023-07-04)
Features
- dropdown control input (dd8098b)
What's Changed
- feat: 11 select options dropdown input by @alvarosabu in #21
Full Changelog: 0.3.1...0.4.0
v0.3.1
0.3.1 (2023-06-22)
Bug Fixes
- multiple instances of threejs and font style issue (1d9aaf8)
What's Changed
- fix: multiple instances of threejs and font style issue by @alvarosabu in #17
New Contributors
- @alvarosabu made their first contribution in #17
Full Changelog: 0.3.0...0.3.1
v0.3.0
v0.2.0
v0.1.0
0.1.0 (2023-05-06)
Features
- basic color picker (56b5795)
- change name and controls obj to array (474b945)
- correct types (c8946d2)
- fancy checkbox (4eb6e00)
- kinda vector control (c77d3a7)
- slider and mouse relative number controls (1c57fbd)
- swiping control number with min and max (3141e81)
- text number and boolean controls (3b26066)
- visibility and disposal (84ac145)
Bug Fixes
- avoid mutating the control prop (ee4b571)