mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
prep for 0.6.4 release
This commit is contained in:
parent
865ee8a947
commit
44713d2c78
@ -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
|
||||
|
@ -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>"
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user