Skip to content

Commit

Permalink
Merge pull request #3212 from jspsych/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jodeleeuw authored Jan 14, 2024
2 parents c64d3fe + e17e2fd commit e278bff
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/strong-ligers-join.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/demos/jspsych-visual-search-circle-demo1.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<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-html-button-response@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@1.2.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion docs/demos/jspsych-visual-search-circle-demo2.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<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-html-button-response@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@1.2.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/visual-search-circle.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# visual-search-circle

Current version: 1.1.3. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-visual-search-circle/CHANGELOG.md).
Current version: 1.2.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:

Expand Down Expand Up @@ -52,7 +52,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-visual-search-circle@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@1.2.0"></script>
```

Using the JavaScript file downloaded from a GitHub release dist archive:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/plugin-visual-search-circle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jspsych/plugin-visual-search-circle

## 1.2.0

### Minor Changes

- [#3211](https://github.com/jspsych/jsPsych/pull/3211) [`37430e13`](https://github.com/jspsych/jsPsych/commit/37430e13e9645d90e853471010bee0c95c895954) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Adds response_ends_trial parameter, with a default value of `true`

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-visual-search-circle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych/plugin-visual-search-circle",
"version": "1.1.3",
"version": "1.2.0",
"description": "jsPsych visual search circle plugin",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit e278bff

Please sign in to comment.