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
|
## 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
|
### 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
|
* 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",
|
"name": "dat.gui",
|
||||||
"version": "0.6.3",
|
"version": "0.6.4",
|
||||||
"homepage": "https://github.com/dataarts/dat.gui.git",
|
"homepage": "https://github.com/dataarts/dat.gui.git",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Google Data Arts Team <dataarts@google.com>"
|
"Google Data Arts Team <dataarts@google.com>"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dat.gui",
|
"name": "dat.gui",
|
||||||
"version": "0.6.3",
|
"version": "0.6.4",
|
||||||
"description": "A lightweight graphical user interface for changing variables in JavaScript.",
|
"description": "A lightweight graphical user interface for changing variables in JavaScript.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
Loading…
Reference in New Issue
Block a user