Skip to content

Releases: Tresjs/leches

v0.9.0

08 Sep 15:50
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

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

Full Changelog: 0.8.0...0.9.0

v0.8.0

30 Aug 08:55
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

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

12 Aug 08:41
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

0.7.0 (2023-08-12)

Features

v0.6.0

31 Jul 16:23
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

0.6.0 (2023-07-31)

Features

  • add absolute and inherit classes (54f3c11)

v0.5.0

31 Jul 09:47
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

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

Full Changelog: 0.4.0...0.5.0

v0.4.0

04 Jul 13:47
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

0.4.0 (2023-07-04)

Features

What's Changed

Full Changelog: 0.3.1...0.4.0

v0.3.1

22 Jun 07:52
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

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

Full Changelog: 0.3.0...0.3.1

v0.3.0

28 May 14:26
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

0.3.0 (2023-05-28)

Features

Bug Fixes

v0.2.0

06 May 12:54
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

0.2.0 (2023-05-06)

Features

v0.1.0

06 May 08:42
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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)