mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
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:
parent
6d99a71fb1
commit
02a76d1f65
@ -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
2
package-lock.json
generated
@ -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",
|
||||
|
@ -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
|
||||
|
2
packages/plugin-survey/dist/index.browser.js
vendored
2
packages/plugin-survey/dist/index.browser.js
vendored
@ -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
@ -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
2
packages/plugin-survey/dist/index.cjs.map
vendored
2
packages/plugin-survey/dist/index.cjs.map
vendored
File diff suppressed because one or more lines are too long
2
packages/plugin-survey/dist/index.js.map
vendored
2
packages/plugin-survey/dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user