From 9dfc4bcd8d5e45d120d0a899a4b831ad61628074 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:39:18 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/spotty-mails-cheat.md | 5 ----- .changeset/strange-countries-laugh.md | 10 ---------- docs/demos/jspsych-cloze-demo1.html | 2 +- docs/demos/jspsych-cloze-demo2.html | 2 +- docs/demos/jspsych-cloze-demo3.html | 2 +- docs/demos/jspsych-sketchpad-demo3.html | 2 +- docs/demos/jspsych-survey-demo1.html | 4 ++-- docs/demos/jspsych-survey-demo2.html | 4 ++-- docs/demos/jspsych-survey-demo3.html | 4 ++-- docs/demos/jspsych-survey-demo4.html | 4 ++-- docs/demos/jspsych-survey-demo5.html | 4 ++-- docs/demos/jspsych-survey-demo6.html | 4 ++-- docs/demos/jspsych-survey-demo7.html | 4 ++-- docs/demos/jspsych-survey-html-form-demo1.html | 2 +- docs/demos/jspsych-survey-html-form-demo2.html | 2 +- docs/demos/jspsych-survey-likert-demo1.html | 2 +- docs/demos/jspsych-survey-likert-demo2.html | 2 +- docs/demos/jspsych-survey-multi-choice-demo1.html | 2 +- docs/demos/jspsych-survey-multi-choice-demo2.html | 2 +- docs/demos/jspsych-survey-multi-select-demo1.html | 2 +- docs/demos/jspsych-survey-text-demo1.html | 2 +- docs/demos/jspsych-survey-text-demo2.html | 2 +- docs/demos/jspsych-survey-text-demo3.html | 2 +- docs/demos/jspsych-survey-text-demo4.html | 2 +- docs/plugins/cloze.md | 4 ++-- docs/plugins/survey-html-form.md | 4 ++-- docs/plugins/survey-likert.md | 4 ++-- docs/plugins/survey-multi-choice.md | 4 ++-- docs/plugins/survey-multi-select.md | 4 ++-- docs/plugins/survey-text.md | 4 ++-- docs/plugins/survey.md | 8 ++++---- package-lock.json | 14 +++++++------- packages/plugin-cloze/CHANGELOG.md | 6 ++++++ packages/plugin-cloze/package.json | 2 +- packages/plugin-survey-html-form/CHANGELOG.md | 6 ++++++ packages/plugin-survey-html-form/package.json | 2 +- packages/plugin-survey-likert/CHANGELOG.md | 6 ++++++ packages/plugin-survey-likert/package.json | 2 +- packages/plugin-survey-multi-choice/CHANGELOG.md | 6 ++++++ packages/plugin-survey-multi-choice/package.json | 2 +- packages/plugin-survey-multi-select/CHANGELOG.md | 6 ++++++ packages/plugin-survey-multi-select/package.json | 2 +- packages/plugin-survey-text/CHANGELOG.md | 6 ++++++ packages/plugin-survey-text/package.json | 2 +- packages/plugin-survey/CHANGELOG.md | 6 ++++++ packages/plugin-survey/package.json | 2 +- 46 files changed, 101 insertions(+), 74 deletions(-) delete mode 100644 .changeset/spotty-mails-cheat.md delete mode 100644 .changeset/strange-countries-laugh.md diff --git a/.changeset/spotty-mails-cheat.md b/.changeset/spotty-mails-cheat.md deleted file mode 100644 index 399ac45b5b..0000000000 --- a/.changeset/spotty-mails-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych/plugin-cloze": minor ---- - -adds support for multiple correct answers, case sensitivity, and autofocus. diff --git a/.changeset/strange-countries-laugh.md b/.changeset/strange-countries-laugh.md deleted file mode 100644 index 7b698cc936..0000000000 --- a/.changeset/strange-countries-laugh.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@jspsych/plugin-survey": patch -"@jspsych/plugin-survey-html-form": patch -"@jspsych/plugin-survey-likert": patch -"@jspsych/plugin-survey-multi-choice": patch -"@jspsych/plugin-survey-multi-select": patch -"@jspsych/plugin-survey-text": patch ---- - -fix `response` data type to be just `ParameterType.OBJECT` diff --git a/docs/demos/jspsych-cloze-demo1.html b/docs/demos/jspsych-cloze-demo1.html index 7d7ea8c429..a0327a5029 100644 --- a/docs/demos/jspsych-cloze-demo1.html +++ b/docs/demos/jspsych-cloze-demo1.html @@ -3,7 +3,7 @@ <head> <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-cloze@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-cloze@2.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> <link rel="stylesheet" href="docs-demo.css" type="text/css"> diff --git a/docs/demos/jspsych-cloze-demo2.html b/docs/demos/jspsych-cloze-demo2.html index 9ddd789caa..23e87dc8b4 100644 --- a/docs/demos/jspsych-cloze-demo2.html +++ b/docs/demos/jspsych-cloze-demo2.html @@ -3,7 +3,7 @@ <head> <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-cloze@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-cloze@2.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> <link rel="stylesheet" href="docs-demo.css" type="text/css"> diff --git a/docs/demos/jspsych-cloze-demo3.html b/docs/demos/jspsych-cloze-demo3.html index cdd6a3a6f2..7e6366138b 100644 --- a/docs/demos/jspsych-cloze-demo3.html +++ b/docs/demos/jspsych-cloze-demo3.html @@ -3,7 +3,7 @@ <head> <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-cloze@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-cloze@2.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> <link rel="stylesheet" href="docs-demo.css" type="text/css"> diff --git a/docs/demos/jspsych-sketchpad-demo3.html b/docs/demos/jspsych-sketchpad-demo3.html index 6386aa2597..4177c27707 100644 --- a/docs/demos/jspsych-sketchpad-demo3.html +++ b/docs/demos/jspsych-sketchpad-demo3.html @@ -5,7 +5,7 @@ <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-sketchpad@2.0.2"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.1"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> <link rel="stylesheet" href="docs-demo.css" type="text/css" /> </head> diff --git a/docs/demos/jspsych-survey-demo1.html b/docs/demos/jspsych-survey-demo1.html index b71806c095..4c2b428628 100644 --- a/docs/demos/jspsych-survey-demo1.html +++ b/docs/demos/jspsych-survey-demo1.html @@ -4,9 +4,9 @@ <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> - <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css"> + <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css"> <link rel="stylesheet" href="docs-demo.css" type="text/css"> </head> <body></body> diff --git a/docs/demos/jspsych-survey-demo2.html b/docs/demos/jspsych-survey-demo2.html index 2041c6e4f8..0275e8ab7e 100644 --- a/docs/demos/jspsych-survey-demo2.html +++ b/docs/demos/jspsych-survey-demo2.html @@ -5,9 +5,9 @@ <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> - <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css"> + <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css"> <link rel="stylesheet" href="docs-demo.css" type="text/css"> </head> <body></body> diff --git a/docs/demos/jspsych-survey-demo3.html b/docs/demos/jspsych-survey-demo3.html index b12a48b954..80a8ddc57c 100644 --- a/docs/demos/jspsych-survey-demo3.html +++ b/docs/demos/jspsych-survey-demo3.html @@ -5,9 +5,9 @@ <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> - <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css"> + <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css"> <link rel="stylesheet" href="docs-demo.css" type="text/css"> </head> <body></body> diff --git a/docs/demos/jspsych-survey-demo4.html b/docs/demos/jspsych-survey-demo4.html index d57d9f21a9..8cdf4fdc84 100644 --- a/docs/demos/jspsych-survey-demo4.html +++ b/docs/demos/jspsych-survey-demo4.html @@ -5,9 +5,9 @@ <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> - <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css"> + <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css"> <link rel="stylesheet" href="docs-demo.css" type="text/css"> </head> <body></body> diff --git a/docs/demos/jspsych-survey-demo5.html b/docs/demos/jspsych-survey-demo5.html index a2a94500ab..6f9f06fa1a 100644 --- a/docs/demos/jspsych-survey-demo5.html +++ b/docs/demos/jspsych-survey-demo5.html @@ -5,9 +5,9 @@ <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> - <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css"> + <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css"> <link rel="stylesheet" href="docs-demo.css" type="text/css"> </head> <body></body> diff --git a/docs/demos/jspsych-survey-demo6.html b/docs/demos/jspsych-survey-demo6.html index f03bc15d21..533687873e 100644 --- a/docs/demos/jspsych-survey-demo6.html +++ b/docs/demos/jspsych-survey-demo6.html @@ -6,9 +6,9 @@ <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> - <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css"> + <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css"> <link rel="stylesheet" href="docs-demo.css" type="text/css" /> <style> /* center the audio player and all image question types in the survey */ diff --git a/docs/demos/jspsych-survey-demo7.html b/docs/demos/jspsych-survey-demo7.html index fed61673f1..d82b07b7fa 100644 --- a/docs/demos/jspsych-survey-demo7.html +++ b/docs/demos/jspsych-survey-demo7.html @@ -6,9 +6,9 @@ <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> - <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css"> + <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css"> <link rel="stylesheet" href="docs-demo.css" type="text/css" /> </head> diff --git a/docs/demos/jspsych-survey-html-form-demo1.html b/docs/demos/jspsych-survey-html-form-demo1.html index 107e356bf8..dc37289242 100644 --- a/docs/demos/jspsych-survey-html-form-demo1.html +++ b/docs/demos/jspsych-survey-html-form-demo1.html @@ -4,7 +4,7 @@ <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey-html-form@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey-html-form@2.0.1"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> <link rel="stylesheet" href="docs-demo.css" type="text/css"> </head> diff --git a/docs/demos/jspsych-survey-html-form-demo2.html b/docs/demos/jspsych-survey-html-form-demo2.html index c6ea180f15..939c817528 100644 --- a/docs/demos/jspsych-survey-html-form-demo2.html +++ b/docs/demos/jspsych-survey-html-form-demo2.html @@ -4,7 +4,7 @@ <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey-html-form@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey-html-form@2.0.1"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> <link rel="stylesheet" href="docs-demo.css" type="text/css"> </head> diff --git a/docs/demos/jspsych-survey-likert-demo1.html b/docs/demos/jspsych-survey-likert-demo1.html index c40f9142c1..6113d8d833 100644 --- a/docs/demos/jspsych-survey-likert-demo1.html +++ b/docs/demos/jspsych-survey-likert-demo1.html @@ -4,7 +4,7 @@ <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey-likert@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey-likert@2.0.1"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> <link rel="stylesheet" href="docs-demo.css" type="text/css"> </head> diff --git a/docs/demos/jspsych-survey-likert-demo2.html b/docs/demos/jspsych-survey-likert-demo2.html index cec4aea5b9..288f7ca4e3 100644 --- a/docs/demos/jspsych-survey-likert-demo2.html +++ b/docs/demos/jspsych-survey-likert-demo2.html @@ -4,7 +4,7 @@ <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey-likert@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey-likert@2.0.1"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> <link rel="stylesheet" href="docs-demo.css" type="text/css"> </head> diff --git a/docs/demos/jspsych-survey-multi-choice-demo1.html b/docs/demos/jspsych-survey-multi-choice-demo1.html index c806351ec0..bb4b52e03a 100644 --- a/docs/demos/jspsych-survey-multi-choice-demo1.html +++ b/docs/demos/jspsych-survey-multi-choice-demo1.html @@ -4,7 +4,7 @@ <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.1"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> <link rel="stylesheet" href="docs-demo.css" type="text/css"> </head> diff --git a/docs/demos/jspsych-survey-multi-choice-demo2.html b/docs/demos/jspsych-survey-multi-choice-demo2.html index b597d89b16..5b8e5d9254 100644 --- a/docs/demos/jspsych-survey-multi-choice-demo2.html +++ b/docs/demos/jspsych-survey-multi-choice-demo2.html @@ -4,7 +4,7 @@ <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.1"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> <link rel="stylesheet" href="docs-demo.css" type="text/css"> </head> diff --git a/docs/demos/jspsych-survey-multi-select-demo1.html b/docs/demos/jspsych-survey-multi-select-demo1.html index 01b8adcbc9..41b303622a 100644 --- a/docs/demos/jspsych-survey-multi-select-demo1.html +++ b/docs/demos/jspsych-survey-multi-select-demo1.html @@ -4,7 +4,7 @@ <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey-multi-select@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey-multi-select@2.0.1"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> <link rel="stylesheet" href="docs-demo.css" type="text/css" /> </head> diff --git a/docs/demos/jspsych-survey-text-demo1.html b/docs/demos/jspsych-survey-text-demo1.html index 94a8c04d78..2fe0547702 100644 --- a/docs/demos/jspsych-survey-text-demo1.html +++ b/docs/demos/jspsych-survey-text-demo1.html @@ -4,7 +4,7 @@ <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.1"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> <link rel="stylesheet" href="docs-demo.css" type="text/css"> </head> diff --git a/docs/demos/jspsych-survey-text-demo2.html b/docs/demos/jspsych-survey-text-demo2.html index 8a78592abd..d267a40dec 100644 --- a/docs/demos/jspsych-survey-text-demo2.html +++ b/docs/demos/jspsych-survey-text-demo2.html @@ -4,7 +4,7 @@ <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.1"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> <link rel="stylesheet" href="docs-demo.css" type="text/css"> </head> diff --git a/docs/demos/jspsych-survey-text-demo3.html b/docs/demos/jspsych-survey-text-demo3.html index e28efb9b16..d16f0d30a0 100644 --- a/docs/demos/jspsych-survey-text-demo3.html +++ b/docs/demos/jspsych-survey-text-demo3.html @@ -4,7 +4,7 @@ <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.1"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> <link rel="stylesheet" href="docs-demo.css" type="text/css"> </head> diff --git a/docs/demos/jspsych-survey-text-demo4.html b/docs/demos/jspsych-survey-text-demo4.html index d0cbd1e55e..f67247f279 100644 --- a/docs/demos/jspsych-survey-text-demo4.html +++ b/docs/demos/jspsych-survey-text-demo4.html @@ -4,7 +4,7 @@ <script src="docs-demo-timeline.js"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> - <script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.0"></script> + <script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.1"></script> <script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" /> <link rel="stylesheet" href="docs-demo.css" type="text/css"> diff --git a/docs/plugins/cloze.md b/docs/plugins/cloze.md index 4830e18134..824f56e8f8 100644 --- a/docs/plugins/cloze.md +++ b/docs/plugins/cloze.md @@ -1,6 +1,6 @@ # cloze -Current version: 2.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-cloze/CHANGELOG.md). +Current version: 2.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-cloze/CHANGELOG.md). This plugin displays a text with certain words omitted. Participants are asked to replace the missing items. Responses are recorded when clicking a button. Responses can be evaluated and a function is called in case of either differences or incomplete answers, making it possible to inform participants about mistakes before proceeding. @@ -31,7 +31,7 @@ In addition to the [default data collected by all plugins](../overview/plugins.m Using the CDN-hosted JavaScript file: ```js -<script src="https://unpkg.com/@jspsych/plugin-cloze@2.0.0"></script> +<script src="https://unpkg.com/@jspsych/plugin-cloze@2.1.0"></script> ``` Using the JavaScript file downloaded from a GitHub release dist archive: diff --git a/docs/plugins/survey-html-form.md b/docs/plugins/survey-html-form.md index 5fd30a0257..b1a2b13425 100644 --- a/docs/plugins/survey-html-form.md +++ b/docs/plugins/survey-html-form.md @@ -1,6 +1,6 @@ # survey-html-form -Current version: 2.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-html-form/CHANGELOG.md). +Current version: 2.0.1. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-html-form/CHANGELOG.md). The survey-html-form plugin displays a set of `<inputs>` from a HTML string. The type of input can be freely chosen, for a list of possible input types see the [MDN page on inputs](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input). The participant provides answers to the input fields. @@ -35,7 +35,7 @@ This plugin does not yet support [simulation mode](../overview/simulation.md). Using the CDN-hosted JavaScript file: ```js -<script src="https://unpkg.com/@jspsych/plugin-survey-html-form@2.0.0"></script> +<script src="https://unpkg.com/@jspsych/plugin-survey-html-form@2.0.1"></script> ``` Using the JavaScript file downloaded from a GitHub release dist archive: diff --git a/docs/plugins/survey-likert.md b/docs/plugins/survey-likert.md index e55149500e..d3932f3cef 100644 --- a/docs/plugins/survey-likert.md +++ b/docs/plugins/survey-likert.md @@ -1,6 +1,6 @@ # survey-likert -Current version: 2.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-likert/CHANGELOG.md). +Current version: 2.0.1. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-likert/CHANGELOG.md). The survey-likert plugin displays a set of questions with Likert scale responses. The participant responds by selecting a radio button. @@ -32,7 +32,7 @@ question_order | array | An array with the order of questions. For example `[2,0 Using the CDN-hosted JavaScript file: ```js -<script src="https://unpkg.com/@jspsych/plugin-survey-likert@2.0.0"></script> +<script src="https://unpkg.com/@jspsych/plugin-survey-likert@2.0.1"></script> ``` Using the JavaScript file downloaded from a GitHub release dist archive: diff --git a/docs/plugins/survey-multi-choice.md b/docs/plugins/survey-multi-choice.md index 7fce68a4c3..06e15d19e7 100644 --- a/docs/plugins/survey-multi-choice.md +++ b/docs/plugins/survey-multi-choice.md @@ -1,6 +1,6 @@ # survey-multi-choice -Current version: 2.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-multi-choice/CHANGELOG.md). +Current version: 2.0.1. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-multi-choice/CHANGELOG.md). The survey-multi-choice plugin displays a set of questions with multiple choice response fields. The participant selects a single answer. @@ -31,7 +31,7 @@ question_order | array | An array with the order of questions. For example `[2,0 Using the CDN-hosted JavaScript file: ```js -<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.0"></script> +<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.1"></script> ``` Using the JavaScript file downloaded from a GitHub release dist archive: diff --git a/docs/plugins/survey-multi-select.md b/docs/plugins/survey-multi-select.md index 82c4092142..630d2f1186 100644 --- a/docs/plugins/survey-multi-select.md +++ b/docs/plugins/survey-multi-select.md @@ -1,6 +1,6 @@ # survey-multi-select -Current version: 2.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-multi-select/CHANGELOG.md). +Current version: 2.0.1. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-multi-select/CHANGELOG.md). The survey-multi-select plugin displays a set of questions with multiple select response fields. The participant can select multiple answers. @@ -32,7 +32,7 @@ question_order | array | An array with the order of questions. For example `[2,0 Using the CDN-hosted JavaScript file: ```js -<script src="https://unpkg.com/@jspsych/plugin-survey-multi-select@2.0.0"></script> +<script src="https://unpkg.com/@jspsych/plugin-survey-multi-select@2.0.1"></script> ``` Using the JavaScript file downloaded from a GitHub release dist archive: diff --git a/docs/plugins/survey-text.md b/docs/plugins/survey-text.md index b47f5dbec2..40b30c3af1 100644 --- a/docs/plugins/survey-text.md +++ b/docs/plugins/survey-text.md @@ -1,6 +1,6 @@ # survey-text -Current version: 2.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-text/CHANGELOG.md). +Current version: 2.0.1. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-text/CHANGELOG.md). The survey-text plugin displays a set of questions with free response text fields. The participant types in answers. @@ -31,7 +31,7 @@ question_order | array | An array with the order of questions. For example `[2,0 Using the CDN-hosted JavaScript file: ```js -<script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.0"></script> +<script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.1"></script> ``` Using the JavaScript file downloaded from a GitHub release dist archive: diff --git a/docs/plugins/survey.md b/docs/plugins/survey.md index 89daa1837d..ab04cbd8cc 100644 --- a/docs/plugins/survey.md +++ b/docs/plugins/survey.md @@ -1,6 +1,6 @@ # survey -Current version: 2.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey/CHANGELOG.md). +Current version: 2.0.1. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey/CHANGELOG.md). SurveyJS version: 1.9.138 @@ -205,7 +205,7 @@ This plugin does not yet support [simulation mode](../overview/simulation.md). This plugin requires an additional stylesheet called `survey.css`. You can load it via: ```html -<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css"> +<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css"> ``` If you are using a bundler such as [webpack](https://webpack.js.org/), you can also import it in JavaScript as follows, depending on your bundler configuration: @@ -218,8 +218,8 @@ import '@jspsych/plugin-survey/css/survey.css' Using the CDN-hosted JavaScript file: ```js -<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script> -<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css"> +<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script> +<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css"> ``` Using the JavaScript file downloaded from a GitHub release dist archive: diff --git a/package-lock.json b/package-lock.json index 0b2bf4db3f..55c278989e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18328,7 +18328,7 @@ }, "packages/plugin-cloze": { "name": "@jspsych/plugin-cloze", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "devDependencies": { "@jspsych/config": "^3.0.0", @@ -18657,7 +18657,7 @@ }, "packages/plugin-survey": { "name": "@jspsych/plugin-survey", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "survey-core": "^1.9.138", @@ -18675,7 +18675,7 @@ }, "packages/plugin-survey-html-form": { "name": "@jspsych/plugin-survey-html-form", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "devDependencies": { "@jspsych/config": "^3.0.0", @@ -18687,7 +18687,7 @@ }, "packages/plugin-survey-likert": { "name": "@jspsych/plugin-survey-likert", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "devDependencies": { "@jspsych/config": "^3.0.0", @@ -18699,7 +18699,7 @@ }, "packages/plugin-survey-multi-choice": { "name": "@jspsych/plugin-survey-multi-choice", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "devDependencies": { "@jspsych/config": "^3.0.0", @@ -18711,7 +18711,7 @@ }, "packages/plugin-survey-multi-select": { "name": "@jspsych/plugin-survey-multi-select", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "devDependencies": { "@jspsych/config": "^3.0.0", @@ -18723,7 +18723,7 @@ }, "packages/plugin-survey-text": { "name": "@jspsych/plugin-survey-text", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "devDependencies": { "@jspsych/config": "^3.0.0", diff --git a/packages/plugin-cloze/CHANGELOG.md b/packages/plugin-cloze/CHANGELOG.md index 6ca33ad446..a8c01bb5b9 100644 --- a/packages/plugin-cloze/CHANGELOG.md +++ b/packages/plugin-cloze/CHANGELOG.md @@ -1,5 +1,11 @@ # @jspsych/plugin-cloze +## 2.1.0 + +### Minor Changes + +- [#2846](https://github.com/jspsych/jsPsych/pull/2846) [`703b7243`](https://github.com/jspsych/jsPsych/commit/703b724376ec66c09967ac6e1bb87ecce6b33b74) Thanks [@jadeddelta](https://github.com/jadeddelta)! - adds support for multiple correct answers, case sensitivity, and autofocus. + ## 2.0.0 ### Major Changes diff --git a/packages/plugin-cloze/package.json b/packages/plugin-cloze/package.json index 03c83342b9..acd8ddb113 100644 --- a/packages/plugin-cloze/package.json +++ b/packages/plugin-cloze/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/plugin-cloze", - "version": "2.0.0", + "version": "2.1.0", "description": "jsPsych plugin for displaying a cloze test and checking participants answers against a correct solution", "type": "module", "main": "dist/index.cjs", diff --git a/packages/plugin-survey-html-form/CHANGELOG.md b/packages/plugin-survey-html-form/CHANGELOG.md index a622b9e4a8..8fa5d7e193 100644 --- a/packages/plugin-survey-html-form/CHANGELOG.md +++ b/packages/plugin-survey-html-form/CHANGELOG.md @@ -1,5 +1,11 @@ # @jspsych/plugin-survey-html-form +## 2.0.1 + +### Patch Changes + +- [#3451](https://github.com/jspsych/jsPsych/pull/3451) [`7ffc644d`](https://github.com/jspsych/jsPsych/commit/7ffc644d0469cb5625efc5f1bb043d3aee22c501) Thanks [@jadeddelta](https://github.com/jadeddelta)! - fix `response` data type to be just `ParameterType.OBJECT` + ## 2.0.0 ### Major Changes diff --git a/packages/plugin-survey-html-form/package.json b/packages/plugin-survey-html-form/package.json index 29644bee46..bd4726c9ab 100644 --- a/packages/plugin-survey-html-form/package.json +++ b/packages/plugin-survey-html-form/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/plugin-survey-html-form", - "version": "2.0.0", + "version": "2.0.1", "description": "a jspsych plugin for free html forms", "type": "module", "main": "dist/index.cjs", diff --git a/packages/plugin-survey-likert/CHANGELOG.md b/packages/plugin-survey-likert/CHANGELOG.md index 600dbe40cf..dfd76420d1 100644 --- a/packages/plugin-survey-likert/CHANGELOG.md +++ b/packages/plugin-survey-likert/CHANGELOG.md @@ -1,5 +1,11 @@ # @jspsych/plugin-survey-likert +## 2.0.1 + +### Patch Changes + +- [#3451](https://github.com/jspsych/jsPsych/pull/3451) [`7ffc644d`](https://github.com/jspsych/jsPsych/commit/7ffc644d0469cb5625efc5f1bb043d3aee22c501) Thanks [@jadeddelta](https://github.com/jadeddelta)! - fix `response` data type to be just `ParameterType.OBJECT` + ## 2.0.0 ### Major Changes diff --git a/packages/plugin-survey-likert/package.json b/packages/plugin-survey-likert/package.json index 148cc963a9..02d5dd77c5 100644 --- a/packages/plugin-survey-likert/package.json +++ b/packages/plugin-survey-likert/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/plugin-survey-likert", - "version": "2.0.0", + "version": "2.0.1", "description": "a jspsych plugin for measuring items on a likert scale", "type": "module", "main": "dist/index.cjs", diff --git a/packages/plugin-survey-multi-choice/CHANGELOG.md b/packages/plugin-survey-multi-choice/CHANGELOG.md index edc45a9dc8..920ba655d4 100644 --- a/packages/plugin-survey-multi-choice/CHANGELOG.md +++ b/packages/plugin-survey-multi-choice/CHANGELOG.md @@ -1,5 +1,11 @@ # @jspsych/plugin-survey-multi-choice +## 2.0.1 + +### Patch Changes + +- [#3451](https://github.com/jspsych/jsPsych/pull/3451) [`7ffc644d`](https://github.com/jspsych/jsPsych/commit/7ffc644d0469cb5625efc5f1bb043d3aee22c501) Thanks [@jadeddelta](https://github.com/jadeddelta)! - fix `response` data type to be just `ParameterType.OBJECT` + ## 2.0.0 ### Major Changes diff --git a/packages/plugin-survey-multi-choice/package.json b/packages/plugin-survey-multi-choice/package.json index bc0a8a7667..81cf8326b2 100644 --- a/packages/plugin-survey-multi-choice/package.json +++ b/packages/plugin-survey-multi-choice/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/plugin-survey-multi-choice", - "version": "2.0.0", + "version": "2.0.1", "description": "a jspsych plugin for multiple choice survey questions", "type": "module", "main": "dist/index.cjs", diff --git a/packages/plugin-survey-multi-select/CHANGELOG.md b/packages/plugin-survey-multi-select/CHANGELOG.md index 97d8293d66..10e04b7104 100644 --- a/packages/plugin-survey-multi-select/CHANGELOG.md +++ b/packages/plugin-survey-multi-select/CHANGELOG.md @@ -1,5 +1,11 @@ # @jspsych/plugin-survey-multi-select +## 2.0.1 + +### Patch Changes + +- [#3451](https://github.com/jspsych/jsPsych/pull/3451) [`7ffc644d`](https://github.com/jspsych/jsPsych/commit/7ffc644d0469cb5625efc5f1bb043d3aee22c501) Thanks [@jadeddelta](https://github.com/jadeddelta)! - fix `response` data type to be just `ParameterType.OBJECT` + ## 2.0.0 ### Major Changes diff --git a/packages/plugin-survey-multi-select/package.json b/packages/plugin-survey-multi-select/package.json index e0d7d573ee..57f360776c 100644 --- a/packages/plugin-survey-multi-select/package.json +++ b/packages/plugin-survey-multi-select/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/plugin-survey-multi-select", - "version": "2.0.0", + "version": "2.0.1", "description": "a jspsych plugin for multiple choice survey questions", "type": "module", "main": "dist/index.cjs", diff --git a/packages/plugin-survey-text/CHANGELOG.md b/packages/plugin-survey-text/CHANGELOG.md index a01be0cf4e..0dc6c4d08b 100644 --- a/packages/plugin-survey-text/CHANGELOG.md +++ b/packages/plugin-survey-text/CHANGELOG.md @@ -1,5 +1,11 @@ # @jspsych/plugin-survey-text +## 2.0.1 + +### Patch Changes + +- [#3451](https://github.com/jspsych/jsPsych/pull/3451) [`7ffc644d`](https://github.com/jspsych/jsPsych/commit/7ffc644d0469cb5625efc5f1bb043d3aee22c501) Thanks [@jadeddelta](https://github.com/jadeddelta)! - fix `response` data type to be just `ParameterType.OBJECT` + ## 2.0.0 ### Major Changes diff --git a/packages/plugin-survey-text/package.json b/packages/plugin-survey-text/package.json index a2c41d2e33..d8023e2859 100644 --- a/packages/plugin-survey-text/package.json +++ b/packages/plugin-survey-text/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/plugin-survey-text", - "version": "2.0.0", + "version": "2.0.1", "description": "a jspsych plugin for free response survey questions", "type": "module", "main": "dist/index.cjs", diff --git a/packages/plugin-survey/CHANGELOG.md b/packages/plugin-survey/CHANGELOG.md index 56bc9f0aae..2052d78767 100644 --- a/packages/plugin-survey/CHANGELOG.md +++ b/packages/plugin-survey/CHANGELOG.md @@ -1,5 +1,11 @@ # @jspsych/plugin-survey +## 2.0.1 + +### Patch Changes + +- [#3451](https://github.com/jspsych/jsPsych/pull/3451) [`7ffc644d`](https://github.com/jspsych/jsPsych/commit/7ffc644d0469cb5625efc5f1bb043d3aee22c501) Thanks [@jadeddelta](https://github.com/jadeddelta)! - fix `response` data type to be just `ParameterType.OBJECT` + ## 2.0.0 ### Major Changes diff --git a/packages/plugin-survey/package.json b/packages/plugin-survey/package.json index 217b93aac6..42a3c5fc19 100644 --- a/packages/plugin-survey/package.json +++ b/packages/plugin-survey/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/plugin-survey", - "version": "2.0.0", + "version": "2.0.1", "description": "A jsPsych plugin for complex surveys", "type": "module", "main": "dist/index.cjs",