Skip to content

Commit

Permalink
Merge pull request #113 from jspsych/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jodeleeuw authored Jun 18, 2024
2 parents c831a76 + ce9311a commit 2f856de
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/spotty-bears-jump.md

This file was deleted.

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.

8 changes: 8 additions & 0 deletions packages/plugin-html-swipe-response/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @jspsych-contrib/plugin-html-swipe-response

## 1.1.1

### Patch Changes

- [#112](https://github.com/jspsych/jspsych-contrib/pull/112) [`a5753c8fc0921a959ca4d6c2b60290fad7fdc668`](https://github.com/jspsych/jspsych-contrib/commit/a5753c8fc0921a959ca4d6c2b60290fad7fdc668) Thanks [@KruttikaBhat](https://github.com/KruttikaBhat)! - Bug fix: Added button response value to trial data.
Bug fix: Disabled buttons for all response modalities. Added tests for this (keyboard and button).
Additional feature: Added responded css class to the buttons based on the choice. Modified test to include this.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-html-swipe-response/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This plugin displays HTML content and records responses generated by swipe gestu
## Loading

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected].0"></script>
<script src="https://unpkg.com/@jspsych-contrib/[email protected].1"></script>
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-html-swipe-response/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych-contrib/plugin-html-swipe-response",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 2f856de

Please sign in to comment.