Commit Graph

504 Commits

Author SHA1 Message Date
Jeff Nusz
8a3ee0d167 latest build 2016-11-14 13:15:20 -08:00
Jeff Nusz
dd5d0fc908 fix NumControlBox to not firing onFinish with keyboard 2016-11-14 13:14:27 -08:00
Jeff Nusz
8060842569 resize immediately, except for browser resize event. Fix #111 2016-11-14 11:24:29 -08:00
Jeff Nusz
08a3e8f670 onFinish no longer fires during mouse drag of number control. fixes #112 2016-11-14 11:13:28 -08:00
Jeff Nusz
a88a2461d8 diplay string of color to matches input, fix #117 2016-11-14 10:53:50 -08:00
Jeff Nusz
1d17cb0497 onFinish color returns correct format: fixes #117 2016-11-14 09:13:18 -08:00
Jeff Nusz
a68384d49b update version number to 0.6.1 2016-10-05 13:26:25 -07:00
Jeff Nusz
02eaad73d5 Merge branch 'develop' 2016-10-05 13:23:27 -07:00
Jeff Nusz
de8f4d1fe3 update build and changelog 2016-10-05 13:00:05 -07:00
Jeff Nusz
6f0fcb64f5 fixed issue with color controllers on scrolling pages. Fixes #37 2016-10-05 12:15:50 -07:00
Jeff Nusz
0aec885446 sliders created with min()/max() remember name & listening. fixes #107 2016-10-05 11:51:31 -07:00
Jeff Nusz
66143fc4d5 tidy up README 2016-09-23 14:41:20 -07:00
Jeff Nusz
24ae3d3dfd slight README update 2016-09-23 14:32:52 -07:00
Jeff Nusz
1f71271c63 more README updates 2016-09-23 14:30:11 -07:00
Jeff Nusz
1586566774 tidy up example 2016-09-23 12:43:24 -07:00
Jeff Nusz
838e5b946f update README 2016-09-23 12:42:39 -07:00
Jeff Nusz
731ab9853e cleaning up CHANGELOG 2016-09-23 12:34:09 -07:00
Jeff Nusz
2e5c5d95c3 latest build 2016-09-22 16:39:48 -07:00
Jeff Nusz
fabc6de37c cleaned up example.html 2016-09-22 16:39:05 -07:00
Jeff Nusz
46c2a883fc upgrade to Babel 6, fix dependancies 2016-09-22 15:51:47 -07:00
Jeff Nusz
977177cb0b latest build 2016-09-22 13:32:47 -07:00
Jeff Nusz
b861ac82f1 reduce number of config files 2016-09-22 13:30:48 -07:00
Jeff Nusz
85ee981be4 cleaner ForEach loops in common.js 2016-09-02 12:55:21 -07:00
Jeff Nusz
e63856cb14 update README 2016-09-01 16:13:56 -07:00
Jeff Nusz
c1fe14659e latest build 2016-09-01 16:08:44 -07:00
Jeff Nusz
9c8b0cf118 clear up for..in loop eslint errors 2016-09-01 16:06:25 -07:00
Jeff Nusz
f975c09123 latest build 2016-09-01 14:07:06 -07:00
Jeff Nusz
2461808631 remove babel polyfill 2016-09-01 14:06:57 -07:00
Jeff Nusz
3f6f66d09c fix eslint issues 2016-09-01 14:04:35 -07:00
Jeff Nusz
195ae9dcea update eslint rules 2016-09-01 14:04:22 -07:00
Jeff Nusz
4fb2646502 remove webpack loader syntax from js 2016-09-01 13:35:40 -07:00
Jeff Nusz
d84fef2ef9 clean up version number and repo links 2016-09-01 13:01:02 -07:00
Jeff Nusz
f5b30b7e0d latest build 2016-09-01 12:52:59 -07:00
Jeff Nusz
986494ac80 tidy up how optional CSS file is built 2016-09-01 12:50:55 -07:00
Jeff Nusz
dbd80251f3 Create external CSS file to work around CSP unsafe-inline 2016-08-30 15:48:51 -07:00
Jeff Nusz
f51e99beb0 remove unused rounded style from numberControlSlider 2016-08-30 13:40:16 -07:00
Jeff Nusz
867c5bd37e remove unused GUI.scss 2016-08-30 13:22:50 -07:00
Jeff Nusz
d1a230a29e updated build and changelog 2016-08-18 17:24:08 -07:00
Jeff Nusz
e1250a1c00 Merge branch 'firsara-destroy' into develop 2016-08-18 17:22:08 -07:00
Jeff Nusz
13ceb7af00 Merge branch 'destroy' of https://github.com/firsara/dat.gui into firsara-destroy
# Conflicts:
#	build/dat.gui.js
#	build/dat.gui.min.js
#	src/dat/gui/GUI.js
2016-08-18 17:18:37 -07:00
Jeff Nusz
2ea99f4d73 update resize tests to allow for debounce time delay 2016-08-18 16:57:40 -07:00
Jeff Nusz
ac8dfb62d2 Debounce onResize to prevent issues when rotating on tablet #91 2016-08-18 16:27:15 -07:00
Jeff Nusz
0399ab65ff Merge branch 'Ucodia-master' into develop 2016-08-18 15:47:39 -07:00
Jeff Nusz
420e0458ad Merge branch 'master' of https://github.com/Ucodia/dat.gui into Ucodia-master
# Conflicts:
#	src/dat/gui/GUI.js
2016-08-18 15:46:04 -07:00
Jeff Nusz
c1f8007ed5 latest build and change log 2016-08-18 15:31:37 -07:00
Jeff Nusz
b91772c26b fire onFinishChange when doing a revert() #103 2016-08-18 15:26:07 -07:00
Jeff Nusz
ca19030081 Allow updates to OptionController while listening. fix #101 2016-08-18 14:54:52 -07:00
Jeff Nusz
f53cfa5215 color controller calls onFinishChange callback 2016-08-18 14:32:03 -07:00
Jeff Nusz
66aa8fe153 fix slider modifier function to return correct controller
onFinishChange(), onChange(), and step() were returning the NumberBoxController instead of NumberSliderController
2016-08-18 14:18:15 -07:00
Jeff Nusz
f741e650c9 fix: Color selector layout issue #73 2016-08-18 12:32:24 -07:00