Skip to content

Latest commit

 

History

History
190 lines (96 loc) · 8.47 KB

CHANGELOG.md

File metadata and controls

190 lines (96 loc) · 8.47 KB

0.14.0 (2023-11-30)

Features

  • control label component and truncate (c26f76d)
  • icons on text control (931ad45)
  • number control icons and centralized label (c08c97a)
  • select, vector and slider labels with icons (7bbc666)

Bug Fixes

  • added control label new util prefix (357964e)
  • added prefixes to missing apply utilities (63dd3f1)
  • broken test for dropwdown control (5dcde71)
  • fix bug with verbose controls specially vectors (acbe014)
  • uno utils and variables prefixes to avoid overlapping (688a867)

0.14.0-next.0 (2023-11-06)

Features

  • added buttons and icons (99f2e0e)

0.13.0 (2023-11-04)

Features

0.12.1 (2023-11-03)

Bug Fixes

  • remove unique key generation on controls duplicated outside of folders (5858b57)

0.12.0 (2023-10-16)

Features

  • add key modifiers to vector inputs (ba22d55)

Bug Fixes

  • avoid mouse pressed control to get stucket out of the dom element (4892bdc)

0.11.0 (2023-10-15)

Features

  • uniquey to avoid folder control repetition (e355039)

0.10.0 (2023-09-18)

Features

  • better keyboard accesibility (b40fd00)

Bug Fixes

  • outline for color input (4746469)
  • vector control accesibility issues (4af9bcf)

0.9.1 (2023-09-09)

Bug Fixes

  • added visibile and label initialization through params (bc63423)

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)

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)

0.7.0 (2023-08-12)

Features

0.6.0 (2023-07-31)

Features

  • add absolute and inherit classes (54f3c11)

0.5.0 (2023-07-31)

Features

  • controls state is now a reactive object. (b127a9b)

Bug Fixes

  • remove null as the control default (c640982)

0.4.0 (2023-07-04)

Features

0.3.1 (2023-06-22)

Bug Fixes

  • multiple instances of threejs and font style issue (1d9aaf8)

0.3.0 (2023-05-28)

Features

Bug Fixes

0.2.0 (2023-05-06)

Features

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)