prep for 0.6.4 release

This commit is contained in:
Jeff Nusz 2017-04-11 13:53:18 -07:00
parent 865ee8a947
commit 44713d2c78
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
## Changelog
### 0.6.4
* Added ES6 module export to dat.gui
* Fixed formatting issue on Windows. #136
* Fixed issue with color selector getting chopped off at bottom of gui. #136
### 0.6.3
* Added ability to put close button on top of the menu [ex: var gui = new dat.gui.GUI({closeOnTop:true})]. #106 #122

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "dat.gui",
"version": "0.6.3",
"version": "0.6.4",
"description": "A lightweight graphical user interface for changing variables in JavaScript.",
"main": "index.js",
"directories": {