Recent Releases of jsPsych

jsPsych - @jspsych/config@3.3.0

Minor Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 6 months ago

jsPsych - jspsych@8.2.2

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 6 months ago

jsPsych - @jspsych/plugin-survey@3.0.0

Major Changes

  • #3554 c5ccbd35786c9d9f92d3f3806d6d3900e7b6f8ab Thanks @becky-gilbert! - This release updates the SurveyJS version from 1.9.138 to 2.2.0. See the SurveyJS release notes and list of breaking changes for complete information. This update includes some bug fixes and improvements to SurveyJS that, while mostly minor, could change the appearance and functionality of existing jsPsych survey trials in unexpected ways. It also includes major (breaking) changes to the SurveyJS form library API that could affect users. Please test your experiments carefully when updating this plugin, and consult the SurveyJS release notes and other documentation for specifics.

    • New SurveyJS features:
      • New slider and range slider question types.
      • Support for recursive question numbering.
      • In dynamic panels, the new templateQuestionTitleWidth property allows you to align question titles and input fields.
      • In dropdown and tag box questions, you can now allow user-defined choice options.
      • New loop and merge feature allows you to repeat a group of questions and combine the responses into one data object. It can be used to present a fixed set of questions, or dynamically repeat questions in response to the participant's responses.
      • New round() and trunc() functions that can be used for calculations in expressions.
      • The dateDiff() function now includes hours and minutes.
      • In checkbox questions, you can create a custom exclusive option that clears all other selected choices in the same question when selected.
    • Breaking changes that affect plugin users:
      • Survey element titles no longer use HTML heading tags (<h1>-<h6>). You may need to make changes if you use these tags as selectors for custom code/CSS.
      • Question numbering is disabled by default. If you use question numbering, you may need to add showQuestionNumbers: true to your top-level survey JSON, or survey.showQuestionNumbers = true; to your survey function.
      • The default logo sizes in the survey header have changed from 200 px H x 300 px W, to 40 px H x "auto" W (preserving original aspect ratio).
      • When multiple choice and checkbox items are presented in multiple columns, they are now laid out column-by-column instead of row-by-row.
      • In image picker questions, the images were previously capped in size but now fill the available space. You can set an upper limit on the image height/width with the maxImageWidth and maxImageHeight parameters.
      • There have been a number of form library API members (properties, methods, events) that have been deprecated or removed.
    • Developer-facing changes:
      • SurveyJS UI package changed from survey-knockout-ui (removed in survey-core v2) to survey-js-ui (i.e. the Vanilla JS option).
      • SurveyJS v1 -> v2 code migration changes.
      • Hides a rollup build warning due to the use of top-level 'this' by SurveyJS.
      • Adds a resizeObserver mock to fix broken tests caused by SurveyJS's dependence on resizeObserver.
      • Creates a new survey container div on the display element to render into, to fix a rendering bug introduced by the SurveyJS update.
    • Other plugin changes:
      • Adds a minified version of the plugin's CSS file, survey.min.css, and loads it in the plugin example files.
      • In the docs and example files, (1) updates the button_html parameter value from a string to a function (for *-button-response v2 migration), (2) removes showQuestionNumbers: false, as that is now the default.
      • Adds a new "slider_scale.html" example to the plugin's examples folder. Thanks @Max-Lovell!

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 6 months ago

jsPsych - @jspsych/plugin-html-audio-response@2.1.1

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 11 months ago

jsPsych - jspsych@8.2.1

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 11 months ago

jsPsych - @jspsych/config@3.2.2

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 11 months ago

jsPsych - @jspsych/config@3.2.1

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-webgazer-validate@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-webgazer-init-camera@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-webgazer-calibrate@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-virtual-chinrest@3.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-visual-search-circle@2.2.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-video-slider-response@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-video-button-response@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-video-keyboard-response@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-survey-likert@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-survey-text@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-survey-multi-select@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-survey-multi-choice@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-sketchpad@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-survey@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-survey-html-form@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-serial-reaction-time-mouse@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-serial-reaction-time@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-same-different-image@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-resize@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-same-different-html@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-reconstruction@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-preload@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-instructions@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-mirror-camera@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-maxdiff@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-initialize-microphone@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-initialize-camera@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-image-slider-response@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-image-keyboard-response@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-image-button-response@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-iat-html@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-html-video-response@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-iat-image@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-html-slider-response@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-html-keyboard-response@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-fullscreen@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-html-button-response@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-external-html@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-html-audio-response@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-free-sort@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-cloze@2.2.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-categorize-image@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-categorize-animation@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-categorize-html@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-canvas-slider-response@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-canvas-button-response@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-call-function@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-canvas-keyboard-response@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/extension-webgazer@1.2.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-browser-check@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-audio-slider-response@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-audio-keyboard-response@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - jspsych@8.2.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-audio-button-response@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-animation@2.1.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/extension-record-video@1.2.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/extension-mouse-tracking@1.2.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/config@3.2.0

Minor Changes

  • #3385 3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afc Thanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] 12 months ago

jsPsych - @jspsych/plugin-survey-multi-choice@2.0.2

Patch Changes

  • #3444 996d403a Thanks @crava2199! - The plugin will now work in cases where there are multiple forms on the page.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/plugin-survey-multi-choice@2.0.1

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/plugin-survey-text@2.0.1

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/plugin-cloze@2.1.0

Minor Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/plugin-survey-html-form@2.0.1

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/plugin-survey-multi-select@2.0.1

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/plugin-survey-likert@2.0.1

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/plugin-survey@2.0.1

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/plugin-html-button-response@2.0.1

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/config@3.1.1

Patch Changes

  • #3396 d683396e Thanks @bjoluc! - Update dependencies for config.

    • @rollup/plugin-common-js updated to 26.0.1
    • esbuild updated to 0.23.1
    • gulp updated to 5.0.0
    • gulp-cli updated to 3.0.0
    • rollup updated to 4.21.2
    • rollup-plugin-dts updated to 6.1.1
    • rollup-plugin-esbuild updated to 6.1.1
    • rollup-plugin-node-externals updated to 7.1.3

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/plugin-visual-search-circle@2.1.0

Minor Changes

  • #2897 8759217f Thanks @jodeleeuw! - Add options (randomize_item_locations and location_first_item) to allow for fixed locations of the item array across trials.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/config@3.1.0

Minor Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/plugin-audio-button-response@2.0.2

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - jspsych@8.1.0

Minor Changes

  • #3426 bfeeea3a Thanks @bjoluc! - We added a feature that allows users to dynamically add or remove trials or nested timelines to a timeline array during runtime.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/plugin-sketchpad@2.0.2

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/plugin-maxdiff@2.0.2

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/plugin-instructions@2.0.1

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/plugin-free-sort@2.0.2

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/plugin-animation@2.0.1

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - jspsych@8.0.3

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/config@3.0.1

Patch Changes

  • #3401 db7bcf82 Thanks @jadeddelta! - allow JSON resolution in contrib repository for usage of package.json in versioning

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] about 1 year ago

jsPsych - @jspsych/plugin-maxdiff@2.0.1

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] over 1 year ago

jsPsych - @jspsych/plugin-free-sort@2.0.1

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] over 1 year ago

jsPsych - @jspsych/plugin-sketchpad@2.0.1

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] over 1 year ago

jsPsych - jspsych@8.0.2

Patch Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] over 1 year ago

jsPsych - jspsych@8.0.1

Patch Changes

  • #3352 07835730 Thanks @Bankminer78! - ExtensionManager correctly uses extension instantiation data to produce version and type, and warns users if fields are missing.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] over 1 year ago

jsPsych - @jspsych/extension-webgazer@1.1.0

Minor Changes

  • #3352 b94d961f Thanks @Bankminer78! - Extensions now return an extensiontype and extensionversion when returning data (metadata purposes).

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] over 1 year ago

jsPsych - @jspsych/extension-record-video@1.1.0

Minor Changes

  • #3352 b94d961f Thanks @Bankminer78! - Extensions now return an extensiontype and extensionversion when returning data (metadata purposes).

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] over 1 year ago

jsPsych - @jspsych/extension-mouse-tracking@1.1.0

Minor Changes

  • #3352 b94d961f Thanks @Bankminer78! - Extensions now return an extensiontype and extensionversion when returning data (metadata purposes).

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] over 1 year ago

jsPsych - @jspsych/plugin-audio-slider-response@2.0.1

Patch Changes

  • #3348 5552e48b Thanks @Bankminer78! - Fixed negative response times being recorded by ensuring if the AudioContext object exists, startTime is recorded with respect to that.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] over 1 year ago

jsPsych - @jspsych/plugin-audio-button-response@2.0.1

Patch Changes

  • #3348 5552e48b Thanks @Bankminer78! - Fixed negative response times being recorded by ensuring if the AudioContext object exists, startTime is recorded with respect to that.

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] over 1 year ago

jsPsych - @jspsych/test-utils@1.2.0

Minor Changes

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] over 1 year ago

jsPsych - @jspsych/plugin-webgazer-validate@2.0.0

Major Changes

  • #3339 74b4adc7 Thanks @jodeleeuw! - finishTrial() now clears the display and any timeouts set with pluginApi.setTimeout()

Minor Changes

  • #3326 c5a0dbb1 Thanks @vzhang03! - Updated all plugins to implement new pluginInfo standard that contains version, data generated and new documentation style to match migration of docs to be integrated with the code and packages themselves"

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] over 1 year ago

jsPsych - @jspsych/plugin-webgazer-calibrate@2.0.0

Major Changes

  • #3339 74b4adc7 Thanks @jodeleeuw! - finishTrial() now clears the display and any timeouts set with pluginApi.setTimeout()

Minor Changes

  • #3326 c5a0dbb1 Thanks @vzhang03! - Updated all plugins to implement new pluginInfo standard that contains version, data generated and new documentation style to match migration of docs to be integrated with the code and packages themselves"

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] over 1 year ago

jsPsych - @jspsych/plugin-webgazer-init-camera@2.0.0

Major Changes

  • #3339 74b4adc7 Thanks @jodeleeuw! - finishTrial() now clears the display and any timeouts set with pluginApi.setTimeout()

Minor Changes

  • #3326 c5a0dbb1 Thanks @vzhang03! - Updated all plugins to implement new pluginInfo standard that contains version, data generated and new documentation style to match migration of docs to be integrated with the code and packages themselves"

Scientific Software - Peer-reviewed - TypeScript
Published by github-actions[bot] over 1 year ago