David Wakelin
2f67f28035
Comments added for forceUpdateDisplay
2019-04-08 21:12:20 +01:00
David Wakelin
fd9b5bc5fc
Allowed setting of new forceUpdateDisplay property to override default behaviour of preventing updates to active select inputs
2019-04-08 21:04:46 +01: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
Don McCurdy
00c825f6c8
Add build to release script.
2018-01-20 21:08:15 -08:00
Don McCurdy
1cf95b490f
Use Rollup for UMD and ES6 builds.
2018-01-20 21:08:15 -08:00
Don McCurdy
14dd9a9f22
Add touch support.
2018-01-20 18:28:43 -08:00
zawarudo
c552ac8470
Corrected main path, fixing issues with wiredep
2018-01-20 00:13:07 -08:00
Uğur Güney
adba9f5f8d
Update sassify dependency version from 2 to 4
...
Hi! I hope this change won't break the build. I'm on windows and `npm install dat.gui` fails because sassify version is too old. Version 2 of sassify depends on a very old version of node-sass which the installer tries to build itself and that fails.
I did `git clone https://github.com/dataarts/dat.gui `, changed sassify dependency version to 4, and run `npm install <folder>` folder being the cloned folder and installation went fine.
2018-01-14 23:25:10 -08:00
Don McCurdy
e2589bdf6c
Add section on installing from npm.
2018-01-13 16:39:28 -08:00