jsPsych/packages/plugin-survey/CHANGELOG.md
github-actions[bot] 02a76d1f65
Version Packages (#3283)
* chore(release): version packages

* edit changelog text: survey JSON is object, not string

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Becky Gilbert <beckyannegilbert@gmail.com>
2024-04-30 16:10:21 -07:00

3.2 KiB

@jspsych/plugin-survey

1.0.0

Major Changes

0.2.2

Patch Changes

  • #3184 9acfa29c Thanks @bjoluc! - Point to source maps via canonical unpkg URLs in NPM-published browser builds. This prevents 404 errors when using redirecting CDN URLs (as described in #3043).

0.2.1

Patch Changes

0.2.0

Minor Changes

Patch Changes

  • #2632 a17f423f Thanks @bjoluc! - Improve browser compatibility when loading via unpkg.com, i.e. when using the dist/index.browser.min.js build artifact.

0.1.1

Patch Changes

0.1.0

Minor Changes

  • #2265 d9dc2507 Thanks @becky-gilbert! - A plugin for presenting one or more pages with survey-type questions, such as multiple choice, multiple selection, free text responses, drop-down selection, and likert scale matrices. Provides options for response validation and question/option randomization. Uses the SurveyJS library: https://surveyjs.io/.