Josh de Leeuw
|
f2306b5764
|
add ms as units
|
2021-10-14 16:27:31 -04:00 |
|
Josh de Leeuw
|
432314dc68
|
Apply suggestions from code review
Co-authored-by: bjoluc <mail@bjoluc.de>
|
2021-10-14 16:27:10 -04:00 |
|
Josh de Leeuw
|
4954deb2f7
|
update description in list of extensions
|
2021-10-14 15:26:27 -04:00 |
|
Josh de Leeuw
|
0e0d884a1e
|
allow recording of mouseup and mousedown
|
2021-10-14 15:25:48 -04:00 |
|
Josh de Leeuw
|
dac7be71f7
|
add mouseDown and mouseUp events to test utils
|
2021-10-14 15:10:41 -04:00 |
|
Josh de Leeuw
|
3e2e3ac867
|
add changeset for extension
|
2021-10-14 14:03:36 -04:00 |
|
Josh de Leeuw
|
2f84f5b04d
|
add example
|
2021-10-14 13:59:01 -04:00 |
|
Josh de Leeuw
|
78df74d186
|
update docs and add demo
|
2021-10-14 13:58:52 -04:00 |
|
Josh de Leeuw
|
554408cb46
|
fix bug in test file
|
2021-10-14 12:18:47 -04:00 |
|
Josh de Leeuw
|
02a510f5d3
|
add to test case
|
2021-10-14 12:18:01 -04:00 |
|
Josh de Leeuw
|
04a133b3c3
|
add testing suite for mouse tracking extension, fix a few bugs
|
2021-10-14 12:17:23 -04:00 |
|
Josh de Leeuw
|
9eb0a0646e
|
add mouseMove utility to test-utils package
|
2021-10-14 12:16:40 -04:00 |
|
Josh de Leeuw
|
6aa4e5c441
|
initial commit of mouse tracking plugin
|
2021-10-13 18:58:43 -04:00 |
|
Christian Brickhouse
|
fbda5f843e
|
docs: Add ALL/NO_KEYS change to migration guide
|
2021-10-11 19:15:07 -07:00 |
|
Christian Brickhouse
|
5cf4f2ec13
|
docs: update NO_KEYS and ALL_KEYS following 7.0
Fixes #2222
|
2021-10-11 18:57:56 -07:00 |
|
bjoluc
|
ddd5dd1aec
|
Only release packages that were previously broken
|
2021-10-10 23:05:16 +02:00 |
|
bjoluc
|
355aa47244
|
Update changeset description
|
2021-10-09 17:24:57 +02:00 |
|
Josh de Leeuw
|
3ebf212c7a
|
add inclusion_function
|
2021-10-08 15:41:21 -04:00 |
|
Josh de Leeuw
|
448c50788b
|
basic grabbing of features working
|
2021-10-08 15:08:04 -04:00 |
|
bjoluc
|
14475cda12
|
Merge branch 'main' into arrow-functions-in-plugins
|
2021-10-08 13:34:52 +02:00 |
|
bjoluc
|
6aad6315df
|
Fix project detection in root Jest config
Prior to this, empty directories in `packages` would have hindered Jest
from transforming some files, resulting in "unexpected token" errors
|
2021-10-08 13:27:47 +02:00 |
|
Becky Gilbert
|
a073b07f2a
|
first pass at survey plugin with SurveyJS, with docs and example (WIP)
|
2021-10-07 22:55:52 -07:00 |
|
bjoluc
|
85a69d28bc
|
Consistently use arrow functions in plugins
to avoid masking of `this`
|
2021-10-07 22:53:20 +02:00 |
|
Josh de Leeuw
|
7bbc2436da
|
initial work on browser-check plugin, WIP
|
2021-10-07 15:39:37 -04:00 |
|
bjoluc
|
9af1b541d4
|
Update package-lock.json
|
2021-10-07 00:23:01 +02:00 |
|
bjoluc
|
347e7f6765
|
Setup initial survey plugin draft
|
2021-10-07 00:11:17 +02:00 |
|
Josh de Leeuw
|
c671ad717a
|
fix admonition in hello world
|
2021-10-04 11:53:45 -04:00 |
|
Josh de Leeuw
|
709cbf666e
|
fix broken links in plugin list
|
2021-10-04 11:09:15 -04:00 |
|
Josh de Leeuw
|
0efb22c46f
|
fix demo formatting
|
2021-10-04 11:06:26 -04:00 |
|
Josh de Leeuw
|
58f4887217
|
update the html demos to be more illustrative
|
2021-10-04 11:02:17 -04:00 |
|
Josh de Leeuw
|
3f150a3b77
|
fix broken demos in the documentation
|
2021-10-04 10:40:49 -04:00 |
|
Josh de Leeuw
|
a599fd1918
|
fix broken demos in the documentation
|
2021-10-04 10:40:31 -04:00 |
|
bjoluc
|
da654079f0
|
Update release workflow
|
2021-10-03 15:03:13 +02:00 |
|
bjoluc
|
b3b1d14dd8
|
Enhance release workflow
|
2021-10-02 03:00:04 +02:00 |
|
bjoluc
|
de6c6348b7
|
Fix release script in root package.json
|
2021-10-02 02:46:50 +02:00 |
|
bjoluc
|
f96a618fb4
|
Update release workflow run conditions
|
2021-10-02 02:39:23 +02:00 |
|
bjoluc
|
dec9afc602
|
Fix scripts in root package.json
|
2021-10-02 02:32:10 +02:00 |
|
bjoluc
|
bc92967e25
|
Update @jspsych/config dependencies and fix type errors in plugin-preload tests
|
2021-10-02 02:23:15 +02:00 |
|
bjoluc
|
c8d2af944b
|
Merge pull request #2191 from jspsych/changeset-release/main
Version Packages
|
2021-10-02 01:37:11 +02:00 |
|
Josh de Leeuw
|
70f3517aa8
|
fix one more broken readme link
|
2021-10-01 18:49:07 -04:00 |
|
Josh de Leeuw
|
ebb4d6fcc2
|
Fix broken image in readme
|
2021-10-01 18:48:21 -04:00 |
|
Josh de Leeuw
|
8c9ffa48f5
|
Fix broken links in readme
|
2021-10-01 18:47:32 -04:00 |
|
github-actions[bot]
|
6840b932ad
|
chore(release): version packages
|
2021-10-01 22:45:10 +00:00 |
|
bjoluc
|
bc05859095
|
Add changeset for @jspsych/config
|
2021-10-02 00:44:02 +02:00 |
|
bjoluc
|
27efa71e1d
|
Remove circular dependency in @jspsych/test-utils
|
2021-10-02 00:41:07 +02:00 |
|
bjoluc
|
a91d604a2d
|
Fix docs links in modularization changeset
|
2021-10-02 00:35:02 +02:00 |
|
Becky Gilbert
|
2883e4211d
|
fix bug with start parameter in video-* plugins - fixes #1806 (#2192)
* fix start param bug in video-* plugins - #1806
* add changeset for video start param fix
|
2021-10-02 00:30:27 +02:00 |
|
bjoluc
|
d1fbbd26a5
|
Remove plugin-template from modularization changeset
|
2021-10-02 00:09:40 +02:00 |
|
bjoluc
|
c8760b1948
|
Merge pull request #2183 from jspsych/modularization
Modularization
|
2021-10-02 00:05:02 +02:00 |
|
bjoluc
|
708ab8c849
|
Update changesets branch settings and release workflow
|
2021-10-01 23:54:20 +02:00 |
|