mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
Merge pull request #2402 from jspsych/changeset-release/main
Version Packages
This commit is contained in:
commit
34fd5f809c
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@jspsych/plugin-sketchpad": patch
|
||||
---
|
||||
|
||||
Fixed several bugs in the sketchpad plugin. See #2399 for list.
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -16380,7 +16380,7 @@
|
||||
},
|
||||
"packages/plugin-sketchpad": {
|
||||
"name": "@jspsych/plugin-sketchpad",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@jspsych/config": "^1.1.0",
|
||||
|
@ -1,8 +1,13 @@
|
||||
# @jspsych/plugin-sketchpad
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2401](https://github.com/jspsych/jsPsych/pull/2401) [`76ec31f2`](https://github.com/jspsych/jsPsych/commit/76ec31f2242216f871472d5e26d9c0644cea0477) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Fixed several bugs in the sketchpad plugin. See #2399 for list.
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
|
||||
|
||||
- [#2258](https://github.com/jspsych/jsPsych/pull/2258) [`bddae3ee`](https://github.com/jspsych/jsPsych/commit/bddae3eef7abb4dae1eef813a81584e3c4042b0f) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - A plugin for drawing responses on a canvas element. Supports very basic drawing operations and recording both the final image and the sequential steps to generate that image.
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jspsych/plugin-sketchpad",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "jsPsych plugin for sketching a response",
|
||||
"type": "module",
|
||||
"main": "dist/index.cjs",
|
||||
|
Loading…
Reference in New Issue
Block a user