mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
Merge pull request #3214 from jspsych/changeset-release/main
Version Packages
(rebased-with-history from commit 8e56e57df7
)
This commit is contained in:
commit
8308f95ec4
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jspsych/plugin-visual-search-circle": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix display clearing problem introduced with version 1.2.0
|
|
@ -5,7 +5,7 @@
|
|||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@1.2.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@1.2.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@1.2.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@1.2.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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: 1.2.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-visual-search-circle/CHANGELOG.md).
|
Current version: 1.2.1. [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:
|
||||||
|
|
||||||
@ -52,7 +52,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@1.2.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@1.2.1"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
Using the JavaScript file downloaded from a GitHub release dist archive:
|
Using the JavaScript file downloaded from a GitHub release dist archive:
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -18744,7 +18744,7 @@
|
|||||||
},
|
},
|
||||||
"packages/plugin-visual-search-circle": {
|
"packages/plugin-visual-search-circle": {
|
||||||
"name": "@jspsych/plugin-visual-search-circle",
|
"name": "@jspsych/plugin-visual-search-circle",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^2.0.0",
|
"@jspsych/config": "^2.0.0",
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# @jspsych/plugin-visual-search-circle
|
# @jspsych/plugin-visual-search-circle
|
||||||
|
|
||||||
|
## 1.2.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#3213](https://github.com/jspsych/jsPsych/pull/3213) [`7b797727`](https://github.com/jspsych/jsPsych/commit/7b797727fa3b2b384ef964eb53d74f474ec902ef) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Fix display clearing problem introduced with version 1.2.0
|
||||||
|
|
||||||
## 1.2.0
|
## 1.2.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-visual-search-circle",
|
"name": "@jspsych/plugin-visual-search-circle",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"description": "jsPsych visual search circle plugin",
|
"description": "jsPsych visual search circle plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
|
Loading…
Reference in New Issue
Block a user