dependabot[bot]
270a96a7cb
Bump handlebars from 4.7.6 to 4.7.7
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-08 06:59:16 +00:00
Don McCurdy
40f4fc193e
Remove link to defunct tutorial.
2021-04-19 10:01:11 -07:00
Mr.doob
51d1a37b00
Merge pull request #274 from dataarts/dependabot/npm_and_yarn/lodash-4.17.19
...
Bump lodash from 4.17.15 to 4.17.19
2020-07-16 10:31:34 +02:00
dependabot[bot]
28b15c6d30
Bump lodash from 4.17.15 to 4.17.19
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-16 08:28:09 +00:00
Jakub Vrána
071edeb334
Use primitive type instead of nullable boxed type
2020-04-03 23:02:43 -07:00
Don McCurdy
92cebb3472
Re-lint.
2020-04-03 22:51:27 -07:00
Don McCurdy
b290bf7ff4
Update lint rules.
2020-04-03 22:51:27 -07:00
Don McCurdy
771716c136
Update lint deps.
2020-04-03 22:51:27 -07:00
Don McCurdy
cbd00367f7
Update license banner ( fixes #252 )
2020-04-03 22:34:41 -07:00
Don McCurdy
b0c59d6a71
0.7.7
2020-04-03 22:29:37 -07:00
Don McCurdy
b7e28a67f4
Update dependencies.
2020-04-03 22:29:02 -07:00
AARON WELLES
096993eb6e
Teach utils that async functions are still functions
2019-06-24 19:51:38 -07:00
gero3
743a16b398
Just make hex work too here
...
[LGTM](450a6bfa93/files/examples/jsm/libs/dat.gui.module.js (x3162d59f298337c1)
:1)
2019-06-17 10:30:57 -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