Commit Graph

607 Commits

Author SHA1 Message Date
Mr.doob
19c4725d03 0.7.9 2022-02-18 23:35:02 -05:00
mrdoob
884c71eaa5
Merge pull request #306 from RussTedrake/button_width
Fix width on FunctionController property_name
2022-02-17 21:34:31 -05:00
mrdoob
68d3d9e0e2
Merge pull request #309 from timgates42/bugfix_typos
docs: Fix a few typos
2022-02-16 20:02:01 -05:00
Mr.doob
6a444cca62 0.7.8 2022-02-16 19:57:57 -05:00
Mr.doob
103be80b63 Removed CHANGELOG.md 2022-02-16 19:50:10 -05:00
Tim Gates
27281c3118
docs: Fix a few typos
There are small typos in:
- tests/qunit.js

Fixes:
- Should read `prove` rather than `proove`.
- Should read `parameters` rather than `paramaters`.
- Should read `modifiers` rather than `modifers`.
- Should read `guarantee` rather than `gurantee`.
- Should read `annotation` rather than `annotaion`.
2021-10-31 23:36:04 +11:00
Russ Tedrake
475a111d39 Fix width on FunctionController property_name
Before: Text descriptions for buttons (FunctionController) were being truncated unnecessarily to the same width as other Controllers that must share real estate with input elements.

This PR sets the css width for FunctionController elements to 100%.  I've added to example.html in case it's useful.
2021-09-07 09:17:55 -04:00
Mr.doob
f720c729de
Merge pull request #279 from yetingli/master
Fix ReDos in CSS_RGB and CSS_RGBA
2021-05-12 14:41:57 +01:00
Don McCurdy
40f4fc193e
Remove link to defunct tutorial. 2021-04-19 10:01:11 -07:00
yeting li
1e1aecb579
Fix ReDos in CSS_RGB and CSS_RGBA 2020-10-06 22:40:57 +08: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