Skip to content

0.6.0

Compare
Choose a tag to compare
@customlogic customlogic released this 23 Sep 21:44
· 114 commits to master since this release
  • 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