mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
chore(release): version packages
This commit is contained in:
parent
e890f3ce54
commit
12ada311e6
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jspsych/plugin-visual-search-circle": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Add options (`randomize_item_locations` and `location_first_item`) to allow for fixed locations of the item array across trials.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jspsych/config": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
update to force the dom to clear after each individual test
|
|
@ -5,7 +5,7 @@
|
|||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@2.1.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@2.1.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# visual-search-circle
|
# visual-search-circle
|
||||||
|
|
||||||
Current version: 2.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-visual-search-circle/CHANGELOG.md).
|
Current version: 2.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-visual-search-circle/CHANGELOG.md).
|
||||||
|
|
||||||
This plugin presents a customizable visual-search task modelled after [Wang, Cavanagh, & Green (1994)](http://dx.doi.org/10.3758/BF03206946). The participant indicates whether or not a target is present among a set of distractors. The stimuli are displayed in a circle, evenly-spaced, equidistant from a fixation point. Here is an example using normal and backward Ns:
|
This plugin presents a customizable visual-search task modelled after [Wang, Cavanagh, & Green (1994)](http://dx.doi.org/10.3758/BF03206946). The participant indicates whether or not a target is present among a set of distractors. The stimuli are displayed in a circle, evenly-spaced, equidistant from a fixation point. Here is an example using normal and backward Ns:
|
||||||
|
|
||||||
@ -54,7 +54,7 @@ In addition to the [default data collected by all plugins](../overview/plugins.m
|
|||||||
Using the CDN-hosted JavaScript file:
|
Using the CDN-hosted JavaScript file:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@2.1.0"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
Using the JavaScript file downloaded from a GitHub release dist archive:
|
Using the JavaScript file downloaded from a GitHub release dist archive:
|
||||||
|
6
package-lock.json
generated
6
package-lock.json
generated
@ -18036,7 +18036,7 @@
|
|||||||
},
|
},
|
||||||
"packages/config": {
|
"packages/config": {
|
||||||
"name": "@jspsych/config",
|
"name": "@jspsych/config",
|
||||||
"version": "3.0.1",
|
"version": "3.1.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@rollup/plugin-commonjs": "25.0.7",
|
"@rollup/plugin-commonjs": "25.0.7",
|
||||||
@ -18783,10 +18783,10 @@
|
|||||||
},
|
},
|
||||||
"packages/plugin-visual-search-circle": {
|
"packages/plugin-visual-search-circle": {
|
||||||
"name": "@jspsych/plugin-visual-search-circle",
|
"name": "@jspsych/plugin-visual-search-circle",
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^3.0.0",
|
"@jspsych/config": "^3.1.0",
|
||||||
"@jspsych/test-utils": "^1.2.0"
|
"@jspsych/test-utils": "^1.2.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# @jspsych/config
|
# @jspsych/config
|
||||||
|
|
||||||
|
## 3.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#3435](https://github.com/jspsych/jsPsych/pull/3435) [`3de5aad4`](https://github.com/jspsych/jsPsych/commit/3de5aad43b538be56a3957be5beb6e9910b74267) Thanks [@jadeddelta](https://github.com/jadeddelta)! - update to force the dom to clear after each individual test
|
||||||
|
|
||||||
## 3.0.1
|
## 3.0.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/config",
|
"name": "@jspsych/config",
|
||||||
"version": "3.0.1",
|
"version": "3.1.0",
|
||||||
"description": "Shared (build) configuration for jsPsych packages",
|
"description": "Shared (build) configuration for jsPsych packages",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# @jspsych/plugin-visual-search-circle
|
# @jspsych/plugin-visual-search-circle
|
||||||
|
|
||||||
|
## 2.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#2897](https://github.com/jspsych/jsPsych/pull/2897) [`8759217f`](https://github.com/jspsych/jsPsych/commit/8759217f0ef0c1d127ca58440d1cbe5f152dbde5) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Add options (`randomize_item_locations` and `location_first_item`) to allow for fixed locations of the item array across trials.
|
||||||
|
|
||||||
## 2.0.0
|
## 2.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-visual-search-circle",
|
"name": "@jspsych/plugin-visual-search-circle",
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"description": "jsPsych visual search circle plugin",
|
"description": "jsPsych visual search circle plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
@ -37,7 +37,7 @@
|
|||||||
"jspsych": ">=7.1.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^3.0.0",
|
"@jspsych/config": "^3.1.0",
|
||||||
"@jspsych/test-utils": "^1.2.0"
|
"@jspsych/test-utils": "^1.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user