From d5b6178e33db91b168a1264dcc5252be2d6510ef Mon Sep 17 00:00:00 2001 From: Jeff Nusz Date: Mon, 14 Nov 2016 13:16:02 -0800 Subject: [PATCH] update to v0.6.2 --- CHANGELOG.md | 7 +++++++ bower.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f41235..e473a32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/bower.json b/bower.json index 2c9dadc..c419858 100644 --- a/bower.json +++ b/bower.json @@ -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 "