Josh de Leeuw
|
cca2fc445d
|
repair quotes
|
2024-01-14 17:03:10 -05:00 |
|
Josh de Leeuw
|
58e3df5af8
|
fix extra quotes?
|
2024-01-14 16:58:37 -05:00 |
|
Josh de Leeuw
|
9237de363a
|
try using env.versions
|
2024-01-14 16:32:35 -05:00 |
|
Josh de Leeuw
|
09ce038f26
|
try using the environment variable
|
2024-01-14 16:28:25 -05:00 |
|
Josh de Leeuw
|
ab31ef6386
|
don't try to install the root project with poetry
|
2024-01-14 16:18:33 -05:00 |
|
Josh de Leeuw
|
b47f142270
|
fix missing " mark
|
2024-01-14 16:11:50 -05:00 |
|
Josh de Leeuw
|
e635411c70
|
fix poetry install; remove npm ci
|
2024-01-14 16:08:50 -05:00 |
|
Josh de Leeuw
|
c1ddf929e1
|
Merge pull request #3215 from jspsych/add-docs-publish-action
add publish-docs action
|
2024-01-14 15:55:01 -05:00 |
|
Josh de Leeuw
|
fffeb61a3a
|
add publish-docs action
|
2024-01-14 15:48:05 -05:00 |
|
Josh de Leeuw
|
8e56e57df7
|
Merge pull request #3214 from jspsych/changeset-release/main
Version Packages
|
2024-01-14 14:37:15 -05:00 |
|
github-actions[bot]
|
2feb774174
|
chore(release): version packages
|
2024-01-14 18:51:19 +00:00 |
|
Josh de Leeuw
|
daea41bd16
|
Merge pull request #3213 from jspsych/add-response-ends-trial-vs-circle
Fix display clearing bug in visual search circle plugin version 1.2.0
|
2024-01-14 13:47:25 -05:00 |
|
Josh de Leeuw
|
7b797727fa
|
add changeset
|
2024-01-14 13:41:22 -05:00 |
|
Josh de Leeuw
|
d2d180967a
|
fix display_clear bug
|
2024-01-14 13:40:42 -05:00 |
|
Josh de Leeuw
|
e278bff353
|
Merge pull request #3212 from jspsych/changeset-release/main
Version Packages
|
2024-01-14 13:07:18 -05:00 |
|
github-actions[bot]
|
e17e2fd88a
|
chore(release): version packages
|
2024-01-14 18:06:19 +00:00 |
|
Josh de Leeuw
|
c64d3fe9b0
|
Merge pull request #3211 from jspsych/add-response-ends-trial-vs-circle
Add `response_ends_trial` for visual search circle plugin
|
2024-01-14 13:02:34 -05:00 |
|
Josh de Leeuw
|
ba39cca0da
|
add documentation update
|
2024-01-14 12:56:52 -05:00 |
|
Josh de Leeuw
|
37430e13e9
|
add changeset
|
2024-01-14 12:56:38 -05:00 |
|
Josh de Leeuw
|
1c7d0af829
|
add test case for response_ends_trial
|
2024-01-14 12:54:35 -05:00 |
|
Josh de Leeuw
|
d54048b8d0
|
Add response_ends_trial parameter to VisualSearchCirclePlugin
|
2024-01-14 12:51:34 -05:00 |
|
bjoluc
|
d33176a5f3
|
Merge pull request #3178 from jspsych/docs-update-setup-instructions
Update dev environment configuration docs
|
2023-11-15 20:31:50 +01:00 |
|
bjoluc
|
e94e6a79f0
|
Merge pull request #3126 from jspsych/changeset-release/main
Version Packages
|
2023-11-15 20:22:10 +01:00 |
|
github-actions[bot]
|
f765795d75
|
chore(release): version packages
|
2023-11-10 21:01:41 +00:00 |
|
bjoluc
|
b8a85c7202
|
Merge pull request #3184 from jspsych/fix-sourcemap-urls
Point to source maps via canonical unpkg URLs in CI browser builds
|
2023-11-10 21:51:16 +01:00 |
|
bjoluc
|
9acfa29c8d
|
Point to source maps via canonical unpkg URLs in CI browser builds
|
2023-11-10 21:25:26 +01:00 |
|
bjoluc
|
76fca2712f
|
Merge pull request #3122 from jspsych/update-config-package
Update `@jspsych/config` dependencies
|
2023-11-10 21:15:13 +01:00 |
|
bjoluc
|
220f4e36b4
|
Update @jspsych/config dependencies
|
2023-11-10 19:37:25 +01:00 |
|
bjoluc
|
a192ac6636
|
Unpin Node v20 since nodejs/node#49497 is fixed
|
2023-11-08 17:42:04 +01:00 |
|
bjoluc
|
679cfaf07b
|
Update dev environment configuration docs
|
2023-11-08 14:09:47 +01:00 |
|
Josh de Leeuw
|
cd53e7e93b
|
Merge pull request #3150 from ayugioh2003/main
fix broken "eye-tracking-with-webgazer" demo page
|
2023-10-12 14:58:40 -04:00 |
|
John Chiu
|
cc3b1a1230
|
Update eye-tracking-with-webgazer.html
page demos/eye-tracking-with-webgazer broken
Uncaught ReferenceError: jsPsychHtmKeyboardResponse is not defined
refs:
- https://www.jspsych.org/7.0/demos/eye-tracking-with-webgazer.html
- https://www.jspsych.org/7.3/overview/eye-tracking/#example
|
2023-10-13 02:44:08 +08:00 |
|
Nikolay Petrov
|
b78dcc6830
|
Making it clear when on_trial_start and on_trial_finish are executed. (#3118)
* Making it clear when on_trial_start and on_trial_finish are executed.
* Update docs/overview/events.md
Co-authored-by: bjoluc <mail@bjoluc.de>
* Update docs/overview/events.md
Co-authored-by: bjoluc <mail@bjoluc.de>
---------
Co-authored-by: bjoluc <mail@bjoluc.de>
|
2023-09-15 11:42:35 +02:00 |
|
bjoluc
|
6d8aca9881
|
Update docs dependencies
|
2023-09-12 17:34:17 +02:00 |
|
bjoluc
|
2f37c57d22
|
Refactor free-sort plugin to use pointer events (#2893)
|
2023-09-12 17:33:19 +02:00 |
|
bjoluc
|
cb87df4c10
|
Upload dist archive for all releases (#3125)
|
2023-09-12 17:31:15 +02:00 |
|
bjoluc
|
7db2d9380c
|
Pin Node v20 to v20.5 to circumvent nodejs/node#49497
|
2023-09-06 16:39:03 +02:00 |
|
bjoluc
|
5fb7c3a45d
|
Replace ts-jest with Sucrase Jest plugin
|
2023-09-06 16:09:35 +02:00 |
|
bjoluc
|
a164be0aee
|
Update CI workflows
|
2023-09-06 08:50:18 +02:00 |
|
bjoluc
|
c5e9f914bc
|
Raise minimum required NPM version to 8.0.0
|
2023-09-06 08:43:06 +02:00 |
|
bjoluc
|
715a9d130e
|
Upgrade @jspsych/config dependencies
|
2023-09-05 22:31:04 +02:00 |
|
bjoluc
|
535e5d903c
|
Fix makeNodeRollupConfig() erroneously including browser builds
|
2023-09-05 21:25:08 +02:00 |
|
Josh de Leeuw
|
8f0075b8a1
|
Merge pull request #3074 from jspsych/changeset-release/main
Version Packages
|
2023-06-22 12:29:45 -04:00 |
|
github-actions[bot]
|
4f1fda898e
|
chore(release): version packages
|
2023-06-22 16:21:55 +00:00 |
|
Josh de Leeuw
|
be0645e49a
|
fix package-lock.json
|
2023-06-22 12:18:00 -04:00 |
|
Josh de Leeuw
|
e85d0f4d26
|
Merge pull request #3073 from jspsych/config-bump-canvas
Update canvas version in config
|
2023-06-22 12:00:29 -04:00 |
|
Josh de Leeuw
|
caef8713e2
|
update canvas version
|
2023-06-22 11:46:33 -04:00 |
|
Josh de Leeuw
|
a7e6f8c40f
|
Merge pull request #3041 from jspsych/changeset-release/main
Version Packages
|
2023-05-17 16:02:58 -04:00 |
|
github-actions[bot]
|
be2f69382c
|
chore(release): version packages
|
2023-05-17 20:01:29 +00:00 |
|
Josh de Leeuw
|
61094d7d12
|
Merge pull request #3039 from jspsych/simulation-mode-fixes
Fixes for simulation mode
|
2023-05-17 15:56:33 -04:00 |
|