All Versions
10
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.7.1 Changes

    • Fix listener cleanup in .destroy() and .removeFolder(). #177
  • v0.7.0 Changes

    • Changed build system to Rollup, publishing ES6 and UMD modules. #172
    • Added .removeFolder(). #113 #158
    • Added API documentation. #165
    • Improved touch support. #173
  • v0.6.5 Changes

    • Add browserify support. #137
  • v0.6.4 Changes

    • Fixed formatting issue on Windows. #136
    • Fixed issue with color selector getting chopped off at bottom of gui. #136
  • v0.6.3 Changes

    • 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
  • v0.6.2 Changes

    • 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 NumberControllerBox onFinishChange event. #112
    • Fixed issue with GUI not being sized correct at start. #111
  • v0.6.1 Changes

    • 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
  • v0.6.0 Changes

  • v0.5 Changes

    • 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. Use new dat.GUI( { autoPlace: false } ). See Custom Placement.
    • gui.autoListen and gui.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.
  • v0.4 Changes

    • Migrated from GitHub to Google Code.