-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c57c70a
commit d39b35e
Showing
3 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
|
||
## 0.1.0 (2023-05-06) | ||
|
||
|
||
### Features | ||
|
||
* basic color picker ([56b5795](https://github.com/Tresjs/leches/commit/56b5795f66cbae0dc61ef260e1a7e6cd7e98239e)) | ||
* change name and controls obj to array ([474b945](https://github.com/Tresjs/leches/commit/474b945ecef3f168c44960539d0e2d7b8747c450)) | ||
* correct types ([c8946d2](https://github.com/Tresjs/leches/commit/c8946d2611cd87275363372c5427f7cda69fafa6)) | ||
* fancy checkbox ([4eb6e00](https://github.com/Tresjs/leches/commit/4eb6e0086c05807bc95b64d1a5eab3a2ac20ca76)) | ||
* kinda vector control ([c77d3a7](https://github.com/Tresjs/leches/commit/c77d3a7de06364d69217e916f9b0024beaf2d785)) | ||
* slider and mouse relative number controls ([1c57fbd](https://github.com/Tresjs/leches/commit/1c57fbd362f4535249691655adfffd395f8c2deb)) | ||
* swiping control number with min and max ([3141e81](https://github.com/Tresjs/leches/commit/3141e81b2d7e9b3e5ddb6c986e15fbac6687c3b2)) | ||
* text number and boolean controls ([3b26066](https://github.com/Tresjs/leches/commit/3b260666dcb6bcf4509782e767ff8f7f84833826)) | ||
* visibility and disposal ([84ac145](https://github.com/Tresjs/leches/commit/84ac145e8460c67267fe4b0ecc6b0ef4c158823b)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* avoid mutating the control prop ([ee4b571](https://github.com/Tresjs/leches/commit/ee4b571a11f0a3ce7932ece8c678094632a86983)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@tresjs/leches", | ||
"description": "Tasty GUI for Vue controls 🍰", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"type": "module", | ||
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)", | ||
"files": [ | ||
|
Oops, something went wrong.