0.14.0 (2023-11-30)
- 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)
- 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)
- added buttons and icons (99f2e0e)
0.13.0 (2023-11-04)
- add vector 2 support (1c067ff)
0.12.1 (2023-11-03)
- remove unique key generation on controls duplicated outside of folders (5858b57)
0.12.0 (2023-10-16)
- add key modifiers to vector inputs (ba22d55)
- avoid mouse pressed control to get stucket out of the dom element (4892bdc)
0.11.0 (2023-10-15)
- uniquey to avoid folder control repetition (e355039)
0.10.0 (2023-09-18)
- better keyboard accesibility (b40fd00)
0.9.1 (2023-09-09)
- added visibile and label initialization through params (bc63423)
0.9.0 (2023-09-08)
- multiple controls now return object (9f82e9c)
- check if object past is reactive (b89b2d3)
- fixed problem with reactivity when multiple vector controls (22d2ed2)
0.8.0 (2023-08-30)
- 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)
- removed three as dep (db0e5f3)
0.6.0 (2023-07-31)
- add absolute and inherit classes (54f3c11)
0.5.0 (2023-07-31)
- controls state is now a reactive object. (b127a9b)
- remove null as the control default (c640982)
0.4.0 (2023-07-04)
- dropdown control input (dd8098b)
0.3.1 (2023-06-22)
- multiple instances of threejs and font style issue (1d9aaf8)
0.3.0 (2023-05-28)
- fixing that build (939fa12)
0.2.0 (2023-05-06)
- folder (85ac635)
- 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)
- avoid mutating the control prop (ee4b571)