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>
This commit is contained in:
github-actions[bot] 2024-04-30 16:10:21 -07:00 committed by GitHub
parent 6d99a71fb1
commit 02a76d1f65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 14 additions and 13 deletions

View File

@ -1,5 +0,0 @@
---
"@jspsych/plugin-survey": major
---
To take advantage of all of the SurveyJS features, we have re-written the survey plugin so that it now takes a SurveyJS-compatible JSON string ('survey_json') and/or a SurveyJS-compatible function ('survey_function') that manipulates a SurveyJS model. This is a breaking change. See the jsPsych Survey Plugin page for documentation and examples: https://www.jspsych.org/latest/plugins/survey/. More details about creating the SurveyJS JSON strings and functions can be found on their website: https://surveyjs.io/form-library/documentation/design-survey/create-a-simple-survey#create-a-survey-model.

2
package-lock.json generated
View File

@ -18011,7 +18011,7 @@
},
"packages/plugin-survey": {
"name": "@jspsych/plugin-survey",
"version": "0.2.2",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"survey-core": "^1.9.138",

View File

@ -1,5 +1,11 @@
# @jspsych/plugin-survey
## 1.0.0
### Major Changes
- [#3204](https://github.com/jspsych/jsPsych/pull/3204) [`6d99a71f`](https://github.com/jspsych/jsPsych/commit/6d99a71fb19365ba4a968aaa5025a6b7dbb23135) Thanks [@becky-gilbert](https://github.com/becky-gilbert)! - To take advantage of all of the SurveyJS features, we have re-written the survey plugin so that it now takes a SurveyJS-compatible JavaScript/JSON object ('survey_json') and/or a SurveyJS-compatible function ('survey_function') that manipulates a SurveyJS model. This is a breaking change. See the jsPsych Survey Plugin page for documentation and examples: https://www.jspsych.org/latest/plugins/survey/. More details about creating the SurveyJS JSON configuration and functions can be found on their website: https://surveyjs.io/form-library/documentation/design-survey/create-a-simple-survey#create-a-survey-model.
## 0.2.2
### Patch Changes

View File

@ -103008,4 +103008,4 @@ var jsPsychSurvey = (function (jspsych) {
return SurveyPlugin;
})(jsPsychModule);
//# sourceMappingURL=index.browser.js.map
//# sourceMappingURL=https://unpkg.com/@jspsych/plugin-survey@1.0.0/dist/index.browser.js.map

File diff suppressed because one or more lines are too long

View File

@ -74284,4 +74284,4 @@ var jsPsychSurvey = (function (e) {
})();
return (P.info = x), P;
})(jsPsychModule);
//# sourceMappingURL=index.browser.min.js.map
//# sourceMappingURL=https://unpkg.com/@jspsych/plugin-survey@1.0.0/dist/index.browser.min.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "@jspsych/plugin-survey",
"version": "0.2.2",
"version": "1.0.0",
"description": "A jsPsych plugin for complex surveys",
"type": "module",
"main": "dist/index.cjs",