Releases: dataarts/dat.gui
Releases · dataarts/dat.gui
0.6.5
0.6.4
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.1
0.6.0
- Ported to ES6
- Exported using Universal Module Definition (UMD) for max compatibility (Commonjs, Requirejs, AMD, global var)
- Now using webpack for build
- Optional external CSS file (dat.gui.css) for use on CSP-enabled servers that block unsafe-inline
- Added updateDisplay() to GUI, to update all controls in all folders - #97
- Fixed GUI.destroy() to remove all window eventListeners - #88
- Fixed performance issue when rotated on tablet/mobile - #91
- Fixed issue that prevented user from changing values of controls that are listening - #100
- Fixed issues with onFinishChange callbacks on revert - #103
- Fixed issues with color selector formatting - #73
- Fixed issues with step parameters in sliders - #74
- Fixed an issue with colors based on arrays - #57
- Fixed factory.js, Step param was not used - #45
0.5.1
0.5.0
- Moved to requirejs for dependency management.
- Changed global namespace from DAT to dat (lowercase).
- Added support for color controllers. See Color Controllers.
- Added support for folders. See Folders.
- Added support for saving named presets. See Presets.
- Removed
height
parameter from GUI constructor. Scrollbar automatically induced when window is too short. dat.GUI.autoPlace
parameter removed. Usenew dat.GUI( { autoPlace: false } )
. See Custom Placement.gui.autoListen
andgui.listenAll()
removed. See Updating The Display Manually.dat.GUI.load
removed. See Saving Values.- Made Controller code completely agnostic of GUI. Controllers can easily be created independent of a GUI panel.
0.4.0
Migrated from GitHub to Google Code.
0.3.2
Semantic Versioning