Commit Graph

594 Commits

Author SHA1 Message Date
Andrej
271cba918a Use ES module 2019-05-27 07:02:04 +07:00
Andrej
8f8b06232a README.md 2019-05-25 08:35:18 +07:00
Andrej
9c86835a7d Remove GUI.CustomController 2019-05-20 05:56:30 +07:00
Andrej
c711fc76f5 remove build 2019-05-18 06:17:21 +07:00
Andrej
3f46a30943 gui.add
use gui.add for CustomController
2019-04-29 07:07:15 +07:00
Andrej
ced2ce7880 test 2019-04-26 08:35:23 +07:00
Andrej
fc465bfe46 CustomController.js 2019-04-25 08:26:54 +07:00
Andrej
bff12b89ef merge 2019-04-24 10:29:13 +07:00
Don McCurdy
c2edd82e39 0.7.6 2019-03-29 21:43:38 -07:00
Don McCurdy
39facfd621 Bump docs. 2019-03-29 21:43:20 -07:00
David Wakelin
d979883423 Added hide/show functions to GUI instances to complement open/close 2019-03-29 21:33:55 -07:00
Don McCurdy
8cd1b4d2ae 0.7.5 2019-01-08 10:21:13 -08:00
Don McCurdy
d88f3bc8af Clean up. 2019-01-08 10:21:00 -08:00
Teoxoy
e17b91970c Updated params.closed logic 2019-01-08 10:18:48 -08:00
Teoxoy
e67269a3f7 Fixed closed param (fixes #202) 2019-01-08 10:18:48 -08:00
Don McCurdy
a3085880ce 0.7.4 2019-01-04 16:26:08 -08:00
Teoxoy
0027fd73e0 update min and max on the NumberControllerBox instance too
min and max were not being updated on the NumberControllerBox when using NumberControllerSlider
2019-01-04 18:15:53 -06:00
Don McCurdy
a1547d0f21 0.7.3 2018-10-06 21:47:16 -07:00
Don McCurdy
df80c663f8 Fix folder renaming. (fixes #196) 2018-10-06 21:46:07 -07:00
Don McCurdy
642af145fd Let's npm publish automatically again. 2018-10-06 21:45:21 -07:00
Amila Welihinda
bc11a9e56f Add syntax highlighting to readme 2018-09-15 14:19:35 -07:00
Don McCurdy
e7b2b598ac Update dependencies. 2018-06-03 22:01:02 -05:00
Don McCurdy
979f2fc39d 0.7.2 2018-05-05 15:14:28 -07:00
Don McCurdy
1b18f7227e Bump dependencies. 2018-05-05 15:13:44 -07:00
efokschaner
ddbb911163 Revert build dir changes 2018-05-05 14:48:56 -07:00
efokschaner
551ee2a089 Update readme to use namespace style es6 import 2018-05-05 14:48:56 -07:00
efokschaner
fdcd266249 Add named exports.
`import dat from 'dat.gui'` is now interchangeable with
`import * as dat from 'dat.gui'`
2018-05-05 14:48:56 -07:00
Don McCurdy
4a08249e30 Shorten localStorage check. 2018-04-28 14:11:28 -07:00
Cyrille Faucheux
194983fa7d Properly test localstorage availability
LocalStorage is not supposed to be available when browsing files
served from the filesystem (without any webserver). IE reports
window.localstorage as undefined in that case.
Source: http://caniuse.com/#search=localstorage
2018-04-28 14:06:53 -07:00
Don McCurdy
49d31a644a
Update README.md 2018-03-14 07:42:50 -07:00
Don McCurdy
10d5a55040 Add docs for 'hideable' option. 2018-03-11 15:23:23 -07:00
Don McCurdy
f3cdfde17f 0.7.1 2018-02-16 20:03:24 -08:00
Don McCurdy
69faca4d74 Update CHANGELOG.md. 2018-02-16 20:03:24 -08:00
Don McCurdy
7bb7f8e746 Fix cleanup of event listeners in .destroy() and .removeFolder(). 2018-02-16 20:03:24 -08:00
Don McCurdy
73c4add256
Update CHANGELOG.md 2018-01-23 18:13:41 -08:00
Don McCurdy
2b4ee5ac40 Update jsdoc-to-markdown. 2018-01-23 07:46:43 -08:00
Don McCurdy
809f90d3c2
Remove deprecated .version from bower.json
See: https://github.com/bower/spec/blob/master/json.md#version
2018-01-22 20:48:55 -08:00
Don McCurdy
3d059bcb38
Bump bower.json for 0.7.0 2018-01-22 20:42:42 -08:00
Don McCurdy
ae3fbe213d
Update README references to Webpack. 2018-01-21 14:21:26 -08:00
Don McCurdy
803a0e46b4
Update CommonJS example. 2018-01-21 14:19:28 -08:00
Don McCurdy
c24cf60105 0.7.0 2018-01-21 14:17:41 -08:00
Don McCurdy
5bb331c485
Update Changelog for 0.7.0 2018-01-21 14:17:06 -08:00
Don McCurdy
32d87c4a51 0.7.0-0 2018-01-20 21:19:15 -08:00
Don McCurdy
4718fe4366 Fix lint errors. 2018-01-20 21:18:58 -08:00
Don McCurdy
62e0271938 Check in package-lock.json. 2018-01-20 21:18:00 -08:00
Don McCurdy
0a6c46b91c Add initial rollup build/* files. 2018-01-20 21:16:48 -08:00
Don McCurdy
4133fea38f Disable autopublish. 2018-01-20 21:15:48 -08:00
Don McCurdy
f7101a76f3 Add <meta/> tag for testing example on mobile devices. 2018-01-20 21:09:19 -08:00
Don McCurdy
e2d9550595 Remove unused node-sass dependency. 2018-01-20 21:08:15 -08:00
Don McCurdy
75a7ec3509 Add sourcemaps, fix Sass compilation. 2018-01-20 21:08:15 -08:00