mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
chore(release): version packages
This commit is contained in:
parent
8a34814c67
commit
66bfb91976
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@jspsych/plugin-fullscreen": patch
|
||||
---
|
||||
|
||||
Consistently replace anonymous functions with arrow functions to avoid masking of `this`
|
@ -1,12 +1,17 @@
|
||||
# @jspsych/plugin-fullscreen
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2212](https://github.com/jspsych/jsPsych/pull/2212) [`85a69d28`](https://github.com/jspsych/jsPsych/commit/85a69d28bc5ea25afba7b55d133e4ec03f2e808e) Thanks [@bjoluc](https://github.com/bjoluc)! - Consistently replace anonymous functions with arrow functions to avoid masking of `this`
|
||||
|
||||
## 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.**
|
||||
|
||||
|
||||
To support this change, we've made a number of breaking changes. We've added [a guide for migrating from version 6.x to 7.x](https://www.jspsych.org/7.0/support/migration-v7/) to the documentation, and updated the [hello world tutorial](https://www.jspsych.org/7.0/tutorials/hello-world/) with instructions for configuring jsPsych in three different ways. In addition to enabling package management, some of the benefits that this change provides include an improved developer experience with IntelliSense code hints, proper encapsulation of jsPsych so that multiple instances can be run on the same page, and easier integration with modern JavaScript tools like bundlers.
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jspsych/plugin-fullscreen",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "jsPsych plugin to toggle fullscreen mode in the browser",
|
||||
"type": "module",
|
||||
"main": "dist/index.cjs",
|
||||
|
Loading…
Reference in New Issue
Block a user