Commit Graph

3898 Commits

Author SHA1 Message Date
jade
82ca149092 remove check for jspsych object in example 2024-10-29 14:20:10 -04:00
Josh de Leeuw
87873910e0
Merge pull request #3417 from susanBuck/patch-1
Add missing comma
2024-10-29 14:09:13 -04:00
Cherrie Chang
ef89a80650 define works now 2024-10-23 11:13:33 -07:00
Cherrie Chang
eace9bf393 merge with josh 2024-10-23 11:04:41 -07:00
Josh de Leeuw
81fd767fbc fix some config options 2024-10-23 14:03:50 -04:00
Cherrie Chang
1365dcc082 just not replacing the var 2024-10-23 10:40:09 -07:00
Cherrie Chang
00d60fb7cf remove generateCitation from node scripts and directly call 2024-10-23 10:25:18 -07:00
Cherrie Chang
8bbf9b73c8 move citation build logic from rollup to esbuild 2024-10-23 10:18:23 -07:00
jade
b420804203 consolidate resolveJsonModule rule into main tsconfig.json 2024-10-19 18:20:55 -04:00
Susan Buck
aae896baa6
Update jspsych.md
Add missing comma
2024-10-18 11:24:42 -04:00
Eitan Hemed
ee8423243f
Update jspsych-extension-mouse-tracking.html
The const `start` has been removed in the previous commit, and does not seem to be currently required to run the demo (i.e., the reference to it raises "Uncaught ReferenceError:".
2024-10-11 13:09:29 +02:00
Josh de Leeuw
a411b88069
Merge pull request #3408 from CMonnin/main
Update plugin-development.md
2024-10-02 14:22:52 -04:00
Cian Monnin
5ae7035d4d
Update plugin-development.md
fixed broken links for js and ts plugin templates
2024-09-30 11:13:41 -04:00
Josh de Leeuw
9c6afb8742
Merge pull request #3399 from ethanknights/ethanknights-patch-1
Tidying `timeline.md`
2024-09-24 14:10:44 -04:00
jade
db7bcf82f6 let contrib repo import json files as modules 2024-09-22 19:02:07 -04:00
Ethan Knights
206eb0ec46
Update timeline.md docs 2024-09-21 00:22:59 +01:00
cchang-vassar
a2e7918773 fix browser tool for citations 2024-09-19 14:03:45 -04:00
cchang-vassar
bceacab4ca i really hate this library 2024-09-16 14:01:20 -04:00
cchang-vassar
909cb9a768 fix build citation rollup plugin to actually generate citation 2024-09-13 09:45:27 -04:00
cchang-vassar
bab33ead69 fix: error handling chain in building citations 2024-09-12 16:24:12 -04:00
cchang-vassar
7963fdcf21 move additionalPlugin out of outputOptions 2024-09-12 13:59:18 -04:00
cchang-vassar
715ed2a6c2 pull bjorn fixes 2024-09-12 13:14:08 -04:00
cchang-vassar
d2ae26c67e pulling bjorn fixes 2024-09-12 13:09:36 -04:00
cchang-vassar
e2039c43fa pulling bjorn fixes 2024-09-12 13:08:52 -04:00
bjoluc
fd07de6800
Merge branch 'update-config-dependencies' into add-citation-module 2024-09-12 01:02:54 +02:00
bjoluc
7b3c11b79e
Bump alias-hq to version 6.2.4 2024-09-12 00:45:54 +02:00
bjoluc
3f3d68bd42
Update rollup and the rollup plugins, including esbuild 2024-09-12 00:42:52 +02:00
bjoluc
e7abded635
Update package.json 2024-09-11 21:57:54 +02:00
bjoluc
c8ad1dbe29
Merge branch 'update-config-dependencies' into add-citation-module 2024-09-11 21:55:16 +02:00
bjoluc
9e823bfcd7
Merge branch 'main' into update-config-dependencies 2024-09-11 21:52:26 +02:00
Josh de Leeuw
62d34278a3 This fixes build errors, but warnings are still present. Adds rollup/json plugin back into build chain. 2024-09-11 13:57:02 -04:00
Josh de Leeuw
7ca68ea38d Merge branch 'main' into add-citation-module 2024-09-11 13:12:54 -04:00
Josh de Leeuw
59ce0b316b very broken :( 2024-08-31 16:22:58 -04:00
Josh de Leeuw
6e345b8dbd
Merge pull request #3384 from joshunrau/improve-randomization-typing
improve randomization typing
2024-08-28 10:40:35 -04:00
cchang-vassar
bbd09e2ace move citation rollup plugin to config folder 2024-08-27 13:43:12 -04:00
cchang-vassar
1c5f826fbe add rollup plugin for building citation 2024-08-27 13:05:12 -04:00
joshunrau
860bbaf1c1 add changeset 2024-08-27 12:53:22 -04:00
joshunrau
67b4a05878 clean up randomWords signature 2024-08-27 12:50:00 -04:00
joshunrau
1e807c741e update contributors file 2024-08-27 12:41:03 -04:00
joshunrau
d824aa5e7a improve randomization typing 2024-08-27 12:40:05 -04:00
cchang-vassar
47d57f03ed delete braces from root package.json 2024-08-12 11:40:34 -04:00
Josh de Leeuw
87cf4bff1d
Merge pull request #3371 from jspsych/changeset-release/main
Version Packages
2024-08-08 11:29:11 -04:00
github-actions[bot]
ee48a7eca7 chore(release): version packages 2024-08-08 15:10:26 +00:00
Josh de Leeuw
1776f1faca
Merge pull request #3368 from Max-Lovell/main
Replace uses of Array.from() for Qualtrics compatibility
2024-08-08 11:06:45 -04:00
Josh de Leeuw
4b080ca4c5 Fix broken event handlers in sketchpad; change Array.from() 2024-08-08 11:04:05 -04:00
Josh de Leeuw
a7eacb1e7c change to patch bump 2024-08-07 15:19:06 -04:00
max-lovell
6d0c32771e Add max-lovell to contributors 2024-08-06 20:46:54 +01:00
max-lovell
115a3b3d53 Changeset 2024-08-06 20:45:12 +01:00
max-lovell
51ebc5449b Array.from() -> Array.prototype.slice.call() in free sort and maxdiff plugins 2024-08-06 19:27:31 +01:00
Josh de Leeuw
ffef2611e6 upgrade to gulp 5.0 2024-08-06 11:29:57 -04:00