Josh de Leeuw
8bfbef2708
try using env.versions
...
(rebased-with-history from commit 9237de363a
)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
6fa906f386
try using the environment variable
...
(rebased-with-history from commit 09ce038f26
)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
a23a3d5c6f
don't try to install the root project with poetry
...
(rebased-with-history from commit ab31ef6386
)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
3f9bfcd5a3
fix missing " mark
...
(rebased-with-history from commit b47f142270
)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
43c87cfe4c
fix poetry install; remove npm ci
...
(rebased-with-history from commit e635411c70
)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
89f1c9382c
Merge pull request #3215 from jspsych/add-docs-publish-action
...
add publish-docs action
(rebased-with-history from commit c1ddf929e1
)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
8308f95ec4
Merge pull request #3214 from jspsych/changeset-release/main
...
Version Packages
(rebased-with-history from commit 8e56e57df7
)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
d431e03c4b
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
(rebased-with-history from commit daea41bd16
)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
79262362d7
Merge pull request #3212 from jspsych/changeset-release/main
...
Version Packages
(rebased-with-history from commit e278bff353
)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
d7f4912eea
Merge pull request #3211 from jspsych/add-response-ends-trial-vs-circle
...
Add `response_ends_trial` for visual search circle plugin
(rebased-with-history from commit c64d3fe9b0
)
2024-06-07 22:49:07 +02:00
bjoluc
4eba29d00d
Merge pull request #3178 from jspsych/docs-update-setup-instructions
...
Update dev environment configuration docs
(rebased-with-history from commit d33176a5f3
)
2024-06-07 22:49:07 +02:00
bjoluc
9042e8553f
Merge pull request #3126 from jspsych/changeset-release/main
...
Version Packages
(rebased-with-history from commit e94e6a79f0
)
2024-06-07 22:49:07 +02:00
bjoluc
084292f6cb
Merge pull request #3184 from jspsych/fix-sourcemap-urls
...
Point to source maps via canonical unpkg URLs in CI browser builds
(rebased-with-history from commit b8a85c7202
)
2024-06-07 22:49:07 +02:00
bjoluc
c31b859533
Merge pull request #3122 from jspsych/update-config-package
...
Update `@jspsych/config` dependencies
(rebased-with-history from commit 76fca2712f
)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
5ce28b34ed
Merge pull request #3150 from ayugioh2003/main
...
fix broken "eye-tracking-with-webgazer" demo page
(rebased-with-history from commit cd53e7e93b
)
2024-06-07 22:49:07 +02:00
Nikolay Petrov
30b5587973
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>
(rebased-with-history from commit b78dcc6830
)
2024-06-07 22:49:07 +02:00
bjoluc
5f4c073f1d
Update docs dependencies
...
(rebased-with-history from commit 6d8aca9881
)
2024-06-07 22:49:07 +02:00
bjoluc
3a2c717746
Refactor free-sort plugin to use pointer events ( #2893 )
...
(rebased-with-history from commit 2f37c57d22
)
2024-06-07 22:49:07 +02:00
bjoluc
ddd6cde2eb
Upload dist archive for all releases ( #3125 )
...
(rebased-with-history from commit cb87df4c10
)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
fa24fa8062
Merge pull request #3074 from jspsych/changeset-release/main
...
Version Packages
(rebased-with-history from commit 8f0075b8a1
)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
8604ac50cb
fix package-lock.json
...
(rebased-with-history from commit be0645e49a
)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
ee595c3dfc
Merge pull request #3073 from jspsych/config-bump-canvas
...
Update canvas version in config
(rebased-with-history from commit e85d0f4d26
)
2024-06-07 22:49:07 +02:00
bjoluc
233deb6df4
Merge pull request #3201 from Shaobin-Jiang/message-progress-bar
...
Allow message_progress_bar to be a function
2024-02-02 23:09:39 +01:00
Shaobin-Jiang
4cb77e885d
move updateMessage
into update
2024-01-16 09:11:07 +08: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
Shaobin-Jiang
9d1d30986f
update unit test
2024-01-10 14:22:33 +08:00
Shaobin-Jiang
f0439475b4
fix updateMessage method
2024-01-10 14:22:20 +08:00
Shaobin-Jiang
4dbdbc0e68
refactor message updating
...
- adding a private `updateMessage` method
- using a simpler version of checking function type
2024-01-10 13:58:13 +08:00
Shaobin-Jiang
9727773036
fix changeset version
2024-01-10 13:57:37 +08:00
Shaobin-Jiang
be7df30379
add changeset
2024-01-03 09:43:45 +08:00
Shaobin-Jiang
ed9c268abe
update doc for message_progress_bar
2024-01-02 21:59:20 +08:00
Shaobin-Jiang
d1382968f4
allow message_progress_bar to be a function
2024-01-02 21:59:07 +08:00