mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
update to v0.6.2
This commit is contained in:
parent
8a3ee0d167
commit
d5b6178e33
@ -1,5 +1,12 @@
|
|||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 0.6.2
|
||||||
|
* Fixed issue with color picker not returning correct values onFinishChange. #116 #117
|
||||||
|
* Fixed issue with color picker not showing the correct label for color format. #117
|
||||||
|
* Fixed NumberControllerBox onFinishChange event. #112
|
||||||
|
* Fixed issue with GUI not being sized correct at start. #111
|
||||||
|
|
||||||
|
|
||||||
### 0.6.1
|
### 0.6.1
|
||||||
* Fixed issue with color picker not working on a page that has scrolled. #37
|
* Fixed issue with color picker not working on a page that has scrolled. #37
|
||||||
* Fixed issue with sliders created with min()/max() not remembering their name or to listen. #107
|
* Fixed issue with sliders created with min()/max() not remembering their name or to listen. #107
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dat.gui",
|
"name": "dat.gui",
|
||||||
"version": "0.6.1",
|
"version": "0.6.2",
|
||||||
"homepage": "https://github.com/dataarts/dat.gui.git",
|
"homepage": "https://github.com/dataarts/dat.gui.git",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Google Data Arts Team <dataarts@google.com>"
|
"Google Data Arts Team <dataarts@google.com>"
|
||||||
|
Loading…
Reference in New Issue
Block a user