update to v0.6.2

This commit is contained in:
Jeff Nusz 2016-11-14 13:16:02 -08:00
parent 8a3ee0d167
commit d5b6178e33
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
## 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
* 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

View File

@ -1,6 +1,6 @@
{
"name": "dat.gui",
"version": "0.6.1",
"version": "0.6.2",
"homepage": "https://github.com/dataarts/dat.gui.git",
"authors": [
"Google Data Arts Team <dataarts@google.com>"