dat.gui/CHANGELOG.md
2016-08-18 15:31:37 -07:00

1.8 KiB

Changelog

0.6.2

  • fixed issue that prevented user from changing values of controls that are listening
  • fixed issues with onFinishChange callbacks on revert
  • fixed issues with color selector formatting
  • fixed issues with step parameters in sliders
  • fixed issue with controler.options() function
  • fixed issue with hiding the GUI

0.6.1

  • Fixed all eslint issues

0.6.0

0.5

  • 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.

0.4

  • Migrated from GitHub to Google Code.