mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
chore(release): version packages
This commit is contained in:
parent
5d3d243017
commit
977f377236
@ -1,11 +0,0 @@
|
||||
---
|
||||
"@jspsych/plugin-virtual-chinrest": major
|
||||
---
|
||||
|
||||
Several changes to this plugin:
|
||||
|
||||
* Removed dependency on svg.js
|
||||
* Added a reset between each blind spot measurement for clarity
|
||||
* Moved starting location of square and dot to right edge of screen for maximum compatibility with large viewing distances
|
||||
* Makes image of credit card optional
|
||||
* Refactored code
|
@ -5,7 +5,7 @@
|
||||
<script src="https://unpkg.com/jspsych@7.2.1"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@1.0.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@2.0.0"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min"></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.2.1/css/jspsych.css" />
|
||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||
|
@ -5,7 +5,7 @@
|
||||
<script src="https://unpkg.com/jspsych@7.2.1"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@1.0.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@2.0.0"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min.js"></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.2.1/css/jspsych.css" />
|
||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||
|
@ -5,7 +5,7 @@
|
||||
<script src="https://unpkg.com/jspsych@7.2.1"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@1.0.0"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@2.0.0"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min.js"></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.2.1/css/jspsych.css" />
|
||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -16170,7 +16170,7 @@
|
||||
},
|
||||
"packages/plugin-virtual-chinrest": {
|
||||
"name": "@jspsych/plugin-virtual-chinrest",
|
||||
"version": "1.0.0",
|
||||
"version": "2.0.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@jspsych/config": "^1.0.0",
|
||||
|
@ -1,9 +1,20 @@
|
||||
# @jspsych/plugin-virtual-chinrest
|
||||
|
||||
## 1.0.0
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#2577](https://github.com/jspsych/jsPsych/pull/2577) [`99bf2924`](https://github.com/jspsych/jsPsych/commit/99bf2924be729a9213688bf435e2a73a184f6a3b) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Several changes to this plugin:
|
||||
|
||||
- Removed dependency on svg.js
|
||||
- Added a reset between each blind spot measurement for clarity
|
||||
- Moved starting location of square and dot to right edge of screen for maximum compatibility with large viewing distances
|
||||
- Makes image of credit card optional
|
||||
- Refactored code
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#2183](https://github.com/jspsych/jsPsych/pull/2183) [`c8760b1`](https://github.com/jspsych/jsPsych/commit/c8760b19483453b0e77dc98e464e1629b5605a15) Thanks [@jodeleeuw](https://github.com/jodeleeuw), [@becky-gilbert](https://github.com/becky-gilbert), [@bjoluc](https://github.com/bjoluc)! - **jsPsych is now fully modular, with individual NPM packages for the core library, plugins, and extensions.**
|
||||
|
||||
@ -11,11 +22,8 @@
|
||||
|
||||
### Minor Changes
|
||||
|
||||
|
||||
|
||||
- [#2129](https://github.com/jspsych/jsPsych/pull/2129) [`f37f64a`](https://github.com/jspsych/jsPsych/commit/f37f64ac61ca4d934bf19a4dd15c9370ac4c2a8e) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - All duration measurements, including response times, are now rounded to the nearest millisecond. We changed this because the precision that `performance.now()` generates is misleading in this context and removing the (often very long) decimal component of the measurement will save space in the data files.
|
||||
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`37b85f95`](https://github.com/jspsych/jsPsych/commit/37b85f953c803e1cca80d8e5275be948d375e2f2), [`37b85f95`](https://github.com/jspsych/jsPsych/commit/37b85f953c803e1cca80d8e5275be948d375e2f2), [`37b85f95`](https://github.com/jspsych/jsPsych/commit/37b85f953c803e1cca80d8e5275be948d375e2f2), [`37b85f95`](https://github.com/jspsych/jsPsych/commit/37b85f953c803e1cca80d8e5275be948d375e2f2), [`37b85f95`](https://github.com/jspsych/jsPsych/commit/37b85f953c803e1cca80d8e5275be948d375e2f2), [`37b85f95`](https://github.com/jspsych/jsPsych/commit/37b85f953c803e1cca80d8e5275be948d375e2f2)]:
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jspsych/plugin-virtual-chinrest",
|
||||
"version": "1.0.0",
|
||||
"version": "2.0.0",
|
||||
"description": "virtual chinrest plugin for jsPsych",
|
||||
"type": "module",
|
||||
"main": "dist/index.cjs",
|
||||
|
Loading…
Reference in New Issue
Block a user