Commit Graph

410 Commits

Author SHA1 Message Date
bjoluc
5970531585 Simplify canvas-button-response plugin DOM structure and make button_html a function parameter 2023-09-05 11:01:37 +02:00
bjoluc
bcf2642b89 Fix simulate_visual in audio-button-response plugin 2023-09-05 11:00:15 +02:00
bjoluc
5f3b0f37f8 Fix button container id in audio-button-response plugin 2023-09-05 10:43:59 +02:00
bjoluc
75e961983d Simplify audio-button-response plugin DOM structure and make button_html a function parameter 2023-09-05 10:25:06 +02:00
bjoluc
fe9f50e615 Simplify html-button-response plugin DOM structure and make button_html a function parameter 2023-07-14 11:28:14 +02:00
bjoluc
b312c19649 Clean up after each html-slider-response plugin test case 2023-07-13 21:19:03 +02:00
bjoluc
adeccc2091 Fix cloze plugin test suite by cleaning up after each test 2023-07-13 21:07:32 +02:00
bjoluc
9cac68a140 Merge branch 'main' into core-rewrite 2023-07-13 17:38:45 +02:00
github-actions[bot]
be2f69382c chore(release): version packages 2023-05-17 20:01:29 +00:00
Josh de Leeuw
545ecbaa76 update test case 2023-05-17 15:42:39 -04:00
Josh de Leeuw
09ee347fa5 Add RT property to fullscreen data collection. Support setting this property in simulation mode. #2462 2023-05-17 14:00:04 -04:00
Josh de Leeuw
347bbb557c fix #2462 2023-05-17 13:11:49 -04:00
Josh de Leeuw
c5d3925a17 fix #2859 2023-05-17 12:11:04 -04:00
Josh de Leeuw
7dd439fdcc fix test case, need to pressKey because not simulation 2023-05-17 12:10:43 -04:00
Josh de Leeuw
e0026a3f87 add failing test for #2859 2023-05-17 11:38:05 -04:00
Josh de Leeuw
952cdf5b12 Fixed pre_target_duration parameter 2023-05-17 11:25:57 -04:00
Josh de Leeuw
1032c71eef fix #2862 2023-05-17 11:11:56 -04:00
Josh de Leeuw
5f2b049763 add failing test for #2862 2023-05-17 10:47:54 -04:00
Josh de Leeuw
b6d4b18278 add test case for #2912 2023-05-17 10:30:56 -04:00
Josh de Leeuw
a5e5a21cab fix #2911 2023-05-16 21:35:58 -04:00
Josh de Leeuw
236cac8a21 add deepMerge utility function 2023-05-16 21:35:20 -04:00
Josh de Leeuw
d0a6839ac2 add a test for #2911 2023-05-16 17:45:23 -04:00
Josh de Leeuw
464b0d2387 fix #3008 2023-05-16 12:27:14 -04:00
Josh de Leeuw
831fe2e39f merge 2023-05-16 12:24:51 -04:00
Josh de Leeuw
a72a455fb4 add test case for #3008 2023-05-16 12:22:25 -04:00
Josh de Leeuw
4bf8f6f75c update citations across all readme 2023-05-11 09:44:23 -04:00
dependabot[bot]
9ec358623b
Bump webpack from 5.72.1 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.72.1 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.72.1...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 01:18:09 +00:00
github-actions[bot]
9a89940c73 chore(release): version packages 2023-03-06 15:42:53 +00:00
Josh de Leeuw
1324361835 Fix defaults for COMPLEX parameter types 2023-03-06 10:09:24 -05:00
bjoluc
0b55a324f2 Fix duplicate on_load invocations in simulation mode 2022-11-24 20:50:58 +01:00
bjoluc
bbdf158564 Fix a typo in a test comment 2022-11-24 17:05:48 +01:00
bjoluc
ab8dbb156d Make getNaiveTrialCount() sample-aware 2022-11-21 13:11:41 +01:00
bjoluc
931a54b57a Misc refactoring in JsPsych.ts 2022-11-21 12:33:39 +01:00
bjoluc
6d0689decb Replace @rollup/plugin-json with esbuild's json loader 2022-11-21 09:30:02 +01:00
bjoluc
1375339f63 Let TypeScript resolve JSON files in jspsych package 2022-11-21 09:25:51 +01:00
bjoluc
2af76a0218 Remove babel.cjs from @jspsych/config 2022-11-20 19:46:39 +01:00
bjoluc
48a5a315fd Replace the lodash-based parameter cache with a custom caching class 2022-11-20 19:43:55 +01:00
bjoluc
0a327b6179 Update remaining @jspsych/config dependencies 2022-11-19 11:27:02 +01:00
bjoluc
1b4f8de488 Update TypeScript to v4.9.3 2022-11-18 23:13:51 +01:00
bjoluc
2e40d013d4 Drop support for npm v7 and node up to v16 2022-11-18 23:08:46 +01:00
bjoluc
810ed7a3d1 Migrate to esbuild 2022-11-18 21:56:30 +01:00
bjoluc
76e7508024 Upgrade Jest to v29 and replace ts-jest with @sucrase/jest-plugin 2022-11-17 21:28:44 +01:00
bjoluc
bea5138b90 Fix webgazer plugin dependencies 2022-11-16 10:32:51 +01:00
bjoluc
68303a9c62 Fix type errors in webgazer plugins 2022-11-15 20:15:35 +01:00
bjoluc
91f7b681f4 Fix plugin tests 2022-11-15 19:52:59 +01:00
bjoluc
47d98470b7 Update getLatestNode() unit test using toBe() 2022-11-15 18:41:52 +01:00
bjoluc
1b7c318551 Implement a trial-level save_timeline_variables parameter 2022-11-09 17:59:04 +01:00
bjoluc
b80017351c Add changeset 2022-11-09 16:28:31 +01:00
bjoluc
b9d58a67fb Merge branch 'main' into core-rewrite 2022-11-09 15:17:53 +01:00
bjoluc
8318d380c1 Merge branch 'main' into core-rewrite 2022-11-09 15:13:58 +01:00