Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #152

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cold-jobs-begin.md

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The `/packages` directory also contains four template sub-folders that can be us




### Plugins

Plugin | Contributor | Description
Expand Down Expand Up @@ -89,6 +90,7 @@ The `/packages` directory also contains four template sub-folders that can be us






Contributions to this repository must:
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-html-swipe-response/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jspsych-contrib/plugin-html-swipe-response

## 1.1.3

### Patch Changes

- [#136](https://github.com/jspsych/jspsych-contrib/pull/136) [`1e135ea6ccef00a8b8bb9b166ff01a1d8a80bb74`](https://github.com/jspsych/jspsych-contrib/commit/1e135ea6ccef00a8b8bb9b166ff01a1d8a80bb74) Thanks [@Emily-ejag](https://github.com/Emily-ejag)! - the patch ensures that both the container (`#jspsych-html-swipe-response-stimulus-container`) and the stimulus (`#jspsych-html-swipe-response-stimulus`) move together when dragged, providing a unified and seamless interaction.

## 1.1.2

### Patch 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 @@ -11,7 +11,7 @@ The plugin now ensures that both the container (`#jspsych-html-swipe-response-st
## Loading

```js
<script src="https://unpkg.com/@jspsych-contrib/[email protected].2"></script>
<script src="https://unpkg.com/@jspsych-contrib/[email protected].3"></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.2",
"version": "1.1.3",
"description": "This plugin collects responses to an arbitrary HTML string using swipe gestures and keyboard responses.",
"type": "module",
"main": "dist/index.cjs",
Expand Down