cleaning up CHANGELOG

This commit is contained in:
Jeff Nusz 2016-09-23 12:34:09 -07:00
parent 2e5c5d95c3
commit 731ab9853e

View File

@ -1,21 +1,20 @@
## Changelog ## Changelog
### 0.6.0 ### 0.6.0
* optional external CSS file (dat.gui.css) for use on CSP-enabled servers that block unsafe-inline * Ported to ES6
* added updateDisplay() to GUI, to update all controls in all folders * Exported using Universal Module Definition (UMD) for max compatibility (Commonjs, Requirejs, AMD, global var)
* fixed GUI.destroy() to remove all window eventListeners * Now using webpack for build
* fixed performance issue when rotated on tablet/mobile * Optional external CSS file (dat.gui.css) for use on CSP-enabled servers that block unsafe-inline
* fixed issue that prevented user from changing values of controls that are listening * Added updateDisplay() to GUI, to update all controls in all folders - https://github.com/dataarts/dat.gui/pull/97
* fixed issues with onFinishChange callbacks on revert * Fixed GUI.destroy() to remove all window eventListeners - https://github.com/dataarts/dat.gui/pull/88
* fixed issues with color selector formatting * Fixed performance issue when rotated on tablet/mobile - https://github.com/dataarts/dat.gui/pull/91
* fixed issues with step parameters in sliders * Fixed issue that prevented user from changing values of controls that are listening - https://github.com/dataarts/dat.gui/issues/100
* fixed issue with controler.options() function * Fixed issues with onFinishChange callbacks on revert - https://github.com/dataarts/dat.gui/pull/103
* fixed issue with hiding the GUI * Fixed issues with color selector formatting - https://github.com/dataarts/dat.gui/issues/73
* Fixed all eslint issues * Fixed issues with step parameters in sliders - https://github.com/dataarts/dat.gui/issues/74
* Using common.js
* Using webpack for build
* 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
* Update 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.