mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
1.5 KiB
1.5 KiB
Changelog
0.6.1
- Fixed all eslint issues
0.6.0
- Using common.js
- Using webpack for build
- 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
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. 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
- Migrated from GitHub to Google Code.