Skip to content

Commit 44713d2

Browse files
committed
prep for 0.6.4 release
1 parent 865ee8a commit 44713d2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### 0.6.4
4+
* Added ES6 module export to dat.gui
5+
* Fixed formatting issue on Windows. #136
6+
* Fixed issue with color selector getting chopped off at bottom of gui. #136
37

48
### 0.6.3
59
* Added ability to put close button on top of the menu [ex: var gui = new dat.gui.GUI({closeOnTop:true})]. #106 #122

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dat.gui",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"homepage": "https://github.com/dataarts/dat.gui.git",
55
"authors": [
66
"Google Data Arts Team <[email protected]>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dat.gui",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "A lightweight graphical user interface for changing variables in JavaScript.",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)