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 "