mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
update to 0.6.3
This commit is contained in:
parent
54bdcf2951
commit
0d7a89b7ea
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,12 +1,19 @@
|
|||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
|
||||||
|
### 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
|
||||||
|
* Fixed issue with layout not updating on page resize.
|
||||||
|
* Fixed color picker showing in wrong position on user scroll (long menu). #105
|
||||||
|
* Fixed checkbox weirdness while listening. #40
|
||||||
|
* Fixed bower issues. #125
|
||||||
|
|
||||||
### 0.6.2
|
### 0.6.2
|
||||||
* Fixed issue with color picker not returning correct values onFinishChange. #116 #117
|
* 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 issue with color picker not showing the correct label for color format. #117
|
||||||
* Fixed NumberControllerBox onFinishChange event. #112
|
* Fixed NumberControllerBox onFinishChange event. #112
|
||||||
* Fixed issue with GUI not being sized correct at start. #111
|
* Fixed issue with GUI not being sized correct at start. #111
|
||||||
|
|
||||||
|
|
||||||
### 0.6.1
|
### 0.6.1
|
||||||
* Fixed issue with color picker not working on a page that has scrolled. #37
|
* 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
|
* Fixed issue with sliders created with min()/max() not remembering their name or to listen. #107
|
||||||
@ -26,7 +33,6 @@
|
|||||||
* Fixed an issue with colors based on arrays - https://github.com/dataarts/dat.gui/pull/57
|
* Fixed an issue with colors based on arrays - https://github.com/dataarts/dat.gui/pull/57
|
||||||
* Fixed factory.js, Step param was not used - https://github.com/dataarts/dat.gui/pull/45
|
* Fixed factory.js, Step param was not used - https://github.com/dataarts/dat.gui/pull/45
|
||||||
|
|
||||||
|
|
||||||
### 0.5
|
### 0.5
|
||||||
* Moved to requirejs for dependency management.
|
* Moved to requirejs for dependency management.
|
||||||
* Changed global namespace from *DAT* to *dat* (lowercase).
|
* Changed global namespace from *DAT* to *dat* (lowercase).
|
||||||
@ -39,6 +45,5 @@
|
|||||||
* `dat.GUI.load` removed. See [Saving Values](http://workshop.chromeexperiments.com/examples/gui/#5--Saving-Values).
|
* `dat.GUI.load` removed. See [Saving Values](http://workshop.chromeexperiments.com/examples/gui/#5--Saving-Values).
|
||||||
* Made Controller code completely agnostic of GUI. Controllers can easily be created independent of a GUI panel.
|
* Made Controller code completely agnostic of GUI. Controllers can easily be created independent of a GUI panel.
|
||||||
|
|
||||||
|
|
||||||
### 0.4
|
### 0.4
|
||||||
* Migrated from GitHub to Google Code.
|
* Migrated from GitHub to Google Code.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dat.gui",
|
"name": "dat.gui",
|
||||||
"version": "0.6.1",
|
"version": "0.6.3",
|
||||||
"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