diff --git a/.changeset/ten-walls-double.md b/.changeset/ten-walls-double.md deleted file mode 100644 index 5c31cc66..00000000 --- a/.changeset/ten-walls-double.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@jspsych/plugin-animation": patch -"@jspsych/plugin-free-sort": patch -"@jspsych/plugin-instructions": patch -"@jspsych/plugin-maxdiff": patch -"@jspsych/plugin-sketchpad": patch ---- - -fix data values with `COMPLEX` type to use proper metadata syntax diff --git a/docs/demos/jspsych-animation-demo.html b/docs/demos/jspsych-animation-demo.html index c17018c9..5e16dd6c 100644 --- a/docs/demos/jspsych-animation-demo.html +++ b/docs/demos/jspsych-animation-demo.html @@ -3,7 +3,7 @@
- + diff --git a/docs/demos/jspsych-free-sort-demo1.html b/docs/demos/jspsych-free-sort-demo1.html index b888e0d9..d45b61af 100644 --- a/docs/demos/jspsych-free-sort-demo1.html +++ b/docs/demos/jspsych-free-sort-demo1.html @@ -4,7 +4,7 @@ - + diff --git a/docs/demos/jspsych-instructions-demo-1.html b/docs/demos/jspsych-instructions-demo-1.html index a6d7b906..e5210592 100644 --- a/docs/demos/jspsych-instructions-demo-1.html +++ b/docs/demos/jspsych-instructions-demo-1.html @@ -5,7 +5,7 @@ - + diff --git a/docs/demos/jspsych-instructions-demo-2.html b/docs/demos/jspsych-instructions-demo-2.html index f484ec97..040558c6 100644 --- a/docs/demos/jspsych-instructions-demo-2.html +++ b/docs/demos/jspsych-instructions-demo-2.html @@ -5,7 +5,7 @@ - + diff --git a/docs/demos/jspsych-instructions-demo-3.html b/docs/demos/jspsych-instructions-demo-3.html index 6f8cdabe..77de2448 100644 --- a/docs/demos/jspsych-instructions-demo-3.html +++ b/docs/demos/jspsych-instructions-demo-3.html @@ -5,7 +5,7 @@ - + diff --git a/docs/demos/jspsych-maxdiff-demo1.html b/docs/demos/jspsych-maxdiff-demo1.html index 3e97366c..c5e5d17b 100644 --- a/docs/demos/jspsych-maxdiff-demo1.html +++ b/docs/demos/jspsych-maxdiff-demo1.html @@ -4,7 +4,7 @@ - + diff --git a/docs/demos/jspsych-sketchpad-demo1.html b/docs/demos/jspsych-sketchpad-demo1.html index 827ea818..c1315fd8 100644 --- a/docs/demos/jspsych-sketchpad-demo1.html +++ b/docs/demos/jspsych-sketchpad-demo1.html @@ -4,7 +4,7 @@ - + diff --git a/docs/demos/jspsych-sketchpad-demo2.html b/docs/demos/jspsych-sketchpad-demo2.html index 6bf9a9b5..69b211f5 100644 --- a/docs/demos/jspsych-sketchpad-demo2.html +++ b/docs/demos/jspsych-sketchpad-demo2.html @@ -4,7 +4,7 @@ - + diff --git a/docs/demos/jspsych-sketchpad-demo3.html b/docs/demos/jspsych-sketchpad-demo3.html index b22e7b25..765bf452 100644 --- a/docs/demos/jspsych-sketchpad-demo3.html +++ b/docs/demos/jspsych-sketchpad-demo3.html @@ -4,7 +4,7 @@ - + diff --git a/docs/plugins/animation.md b/docs/plugins/animation.md index ae9b855c..2c62a134 100644 --- a/docs/plugins/animation.md +++ b/docs/plugins/animation.md @@ -1,6 +1,6 @@ # animation -Current version: 2.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-animation/CHANGELOG.md). +Current version: 2.0.1. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-animation/CHANGELOG.md). This plugin displays a sequence of images at a fixed frame rate. The sequence can be looped a specified number of times. The participant is free to respond at any point during the animation, and the time of the response is recorded. @@ -32,7 +32,7 @@ response | array | An array, where each element is an object representing a resp Using the CDN-hosted JavaScript file: ```js - + ``` Using the JavaScript file downloaded from a GitHub release dist archive: diff --git a/docs/plugins/free-sort.md b/docs/plugins/free-sort.md index b871150f..91155be7 100644 --- a/docs/plugins/free-sort.md +++ b/docs/plugins/free-sort.md @@ -1,6 +1,6 @@ # free-sort -Current version: 2.0.1. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-free-sort/CHANGELOG.md). +Current version: 2.0.2. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-free-sort/CHANGELOG.md). The free-sort plugin displays one or more images on the screen that the participant can interact with by clicking and dragging with a mouse, or touching and dragging with a touchscreen device. When the trial starts, the images can be positioned outside or inside the sort area. All images must be moved into the sorting area before the participant can click a button to end the trial. All of the moves that the participant performs are recorded, as well as the final positions of all images. This plugin could be useful when asking participants to position images based on similarity to one another, or to recall image spatial locations. @@ -49,7 +49,7 @@ This plugin does not yet support [simulation mode](../overview/simulation.md). Using the CDN-hosted JavaScript file: ```js - + ``` Using the JavaScript file downloaded from a GitHub release dist archive: diff --git a/docs/plugins/instructions.md b/docs/plugins/instructions.md index 4fad5099..251e86cf 100644 --- a/docs/plugins/instructions.md +++ b/docs/plugins/instructions.md @@ -1,6 +1,6 @@ # instructions -Current version: 2.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-instructions/CHANGELOG.md). +Current version: 2.0.1. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-instructions/CHANGELOG.md). This plugin is for showing instructions to the participant. It allows participants to navigate through multiple pages of instructions at their own pace, recording how long the participant spends on each page. Navigation can be done using the mouse or keyboard. participants can be allowed to navigate forwards and backwards through pages, if desired. @@ -36,7 +36,7 @@ In addition to the [default data collected by all plugins](../overview/plugins.m Using the CDN-hosted JavaScript file: ```js - + ``` Using the JavaScript file downloaded from a GitHub release dist archive: diff --git a/docs/plugins/maxdiff.md b/docs/plugins/maxdiff.md index b835176d..44fbe698 100644 --- a/docs/plugins/maxdiff.md +++ b/docs/plugins/maxdiff.md @@ -1,6 +1,6 @@ # maxdiff -Current version: 2.0.1. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-maxdiff/CHANGELOG.md). +Current version: 2.0.2. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-maxdiff/CHANGELOG.md). The maxdiff plugin displays a table with rows of alternatives to be selected for two mutually-exclusive categories, typically as 'most' or 'least' on a particular criteria (e.g. importance, preference, similarity). The participant responds by selecting one radio button corresponding to an alternative in both the left and right response columns. The same alternative cannot be endorsed on both the left and right response columns (e.g. 'most' and 'least') simultaneously. @@ -33,7 +33,7 @@ response | object | An object with two keys, `left` and `right`, containing the Using the CDN-hosted JavaScript file: ```js - + ``` Using the JavaScript file downloaded from a GitHub release dist archive: diff --git a/docs/plugins/sketchpad.md b/docs/plugins/sketchpad.md index 126693d2..1153ca8e 100644 --- a/docs/plugins/sketchpad.md +++ b/docs/plugins/sketchpad.md @@ -1,6 +1,6 @@ # sketchpad -Current version: 2.0.1. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-sketchpad/CHANGELOG.md). +Current version: 2.0.2. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-sketchpad/CHANGELOG.md). This plugin creates an interactive canvas that the participant can draw on using their mouse or touchscreen. It can be used for sketching tasks, like asking the participant to draw a particular object. @@ -72,7 +72,7 @@ This plugin does not yet support [simulation mode](../overview/simulation.md). Using the CDN-hosted JavaScript file: ```js - + ``` Using the JavaScript file downloaded from a GitHub release dist archive: diff --git a/package-lock.json b/package-lock.json index 44919005..aed02379 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18181,7 +18181,7 @@ }, "packages/plugin-animation": { "name": "@jspsych/plugin-animation", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "devDependencies": { "@jspsych/config": "^3.0.0", @@ -18353,7 +18353,7 @@ }, "packages/plugin-free-sort": { "name": "@jspsych/plugin-free-sort", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "devDependencies": { "@jspsych/config": "^3.0.0", @@ -18523,7 +18523,7 @@ }, "packages/plugin-instructions": { "name": "@jspsych/plugin-instructions", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "devDependencies": { "@jspsych/config": "^3.0.0", @@ -18535,7 +18535,7 @@ }, "packages/plugin-maxdiff": { "name": "@jspsych/plugin-maxdiff", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "devDependencies": { "@jspsych/config": "^3.0.0", @@ -18645,7 +18645,7 @@ }, "packages/plugin-sketchpad": { "name": "@jspsych/plugin-sketchpad", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "devDependencies": { "@jspsych/config": "^3.0.0", diff --git a/packages/plugin-animation/CHANGELOG.md b/packages/plugin-animation/CHANGELOG.md index c3dad7e1..ad345986 100644 --- a/packages/plugin-animation/CHANGELOG.md +++ b/packages/plugin-animation/CHANGELOG.md @@ -1,5 +1,11 @@ # @jspsych/plugin-animation +## 2.0.1 + +### Patch Changes + +- [#3432](https://github.com/jspsych/jsPsych/pull/3432) [`484300c4`](https://github.com/jspsych/jsPsych/commit/484300c49a8f8c54de705b2fb7b7739ac648f9f2) Thanks [@jadeddelta](https://github.com/jadeddelta)! - fix data values with `COMPLEX` type to use proper metadata syntax + ## 2.0.0 ### Major Changes diff --git a/packages/plugin-animation/package.json b/packages/plugin-animation/package.json index c7ebf0e2..5eca0c2a 100644 --- a/packages/plugin-animation/package.json +++ b/packages/plugin-animation/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/plugin-animation", - "version": "2.0.0", + "version": "2.0.1", "description": "jsPsych plugin for showing animations and recording keyboard responses", "type": "module", "main": "dist/index.cjs", diff --git a/packages/plugin-free-sort/CHANGELOG.md b/packages/plugin-free-sort/CHANGELOG.md index 59023e63..86681955 100644 --- a/packages/plugin-free-sort/CHANGELOG.md +++ b/packages/plugin-free-sort/CHANGELOG.md @@ -1,5 +1,11 @@ # @jspsych/plugin-free-sort +## 2.0.2 + +### Patch Changes + +- [#3432](https://github.com/jspsych/jsPsych/pull/3432) [`484300c4`](https://github.com/jspsych/jsPsych/commit/484300c49a8f8c54de705b2fb7b7739ac648f9f2) Thanks [@jadeddelta](https://github.com/jadeddelta)! - fix data values with `COMPLEX` type to use proper metadata syntax + ## 2.0.1 ### Patch Changes diff --git a/packages/plugin-free-sort/package.json b/packages/plugin-free-sort/package.json index 7d0ee8f3..af264013 100644 --- a/packages/plugin-free-sort/package.json +++ b/packages/plugin-free-sort/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/plugin-free-sort", - "version": "2.0.1", + "version": "2.0.2", "description": "jsPsych plugin for drag-and-drop sorting of a collection of images", "type": "module", "main": "dist/index.cjs", diff --git a/packages/plugin-instructions/CHANGELOG.md b/packages/plugin-instructions/CHANGELOG.md index 040dc870..438e8e43 100644 --- a/packages/plugin-instructions/CHANGELOG.md +++ b/packages/plugin-instructions/CHANGELOG.md @@ -1,5 +1,11 @@ # @jspsych/plugin-instructions +## 2.0.1 + +### Patch Changes + +- [#3432](https://github.com/jspsych/jsPsych/pull/3432) [`484300c4`](https://github.com/jspsych/jsPsych/commit/484300c49a8f8c54de705b2fb7b7739ac648f9f2) Thanks [@jadeddelta](https://github.com/jadeddelta)! - fix data values with `COMPLEX` type to use proper metadata syntax + ## 2.0.0 ### Major Changes diff --git a/packages/plugin-instructions/package.json b/packages/plugin-instructions/package.json index 16f6890e..cad66631 100644 --- a/packages/plugin-instructions/package.json +++ b/packages/plugin-instructions/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/plugin-instructions", - "version": "2.0.0", + "version": "2.0.1", "description": "jsPsych plugin to display instructions", "type": "module", "main": "dist/index.cjs", diff --git a/packages/plugin-maxdiff/CHANGELOG.md b/packages/plugin-maxdiff/CHANGELOG.md index 02c7dd83..718d34d7 100644 --- a/packages/plugin-maxdiff/CHANGELOG.md +++ b/packages/plugin-maxdiff/CHANGELOG.md @@ -1,5 +1,11 @@ # @jspsych/plugin-maxdiff +## 2.0.2 + +### Patch Changes + +- [#3432](https://github.com/jspsych/jsPsych/pull/3432) [`484300c4`](https://github.com/jspsych/jsPsych/commit/484300c49a8f8c54de705b2fb7b7739ac648f9f2) Thanks [@jadeddelta](https://github.com/jadeddelta)! - fix data values with `COMPLEX` type to use proper metadata syntax + ## 2.0.1 ### Patch Changes diff --git a/packages/plugin-maxdiff/package.json b/packages/plugin-maxdiff/package.json index d3a514c2..f9f7be01 100644 --- a/packages/plugin-maxdiff/package.json +++ b/packages/plugin-maxdiff/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/plugin-maxdiff", - "version": "2.0.1", + "version": "2.0.2", "description": "a jspsych plugin for maxdiff/conjoint analysis designs", "type": "module", "main": "dist/index.cjs", diff --git a/packages/plugin-sketchpad/CHANGELOG.md b/packages/plugin-sketchpad/CHANGELOG.md index 6fdbf0d5..db7da602 100644 --- a/packages/plugin-sketchpad/CHANGELOG.md +++ b/packages/plugin-sketchpad/CHANGELOG.md @@ -1,5 +1,11 @@ # @jspsych/plugin-sketchpad +## 2.0.2 + +### Patch Changes + +- [#3432](https://github.com/jspsych/jsPsych/pull/3432) [`484300c4`](https://github.com/jspsych/jsPsych/commit/484300c49a8f8c54de705b2fb7b7739ac648f9f2) Thanks [@jadeddelta](https://github.com/jadeddelta)! - fix data values with `COMPLEX` type to use proper metadata syntax + ## 2.0.1 ### Patch Changes diff --git a/packages/plugin-sketchpad/package.json b/packages/plugin-sketchpad/package.json index abd21492..87f3a09a 100644 --- a/packages/plugin-sketchpad/package.json +++ b/packages/plugin-sketchpad/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych/plugin-sketchpad", - "version": "2.0.1", + "version": "2.0.2", "description": "jsPsych plugin for sketching a response", "type": "module", "main": "dist/index.cjs",