Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@jspsych/[email protected]
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 jsPsychsurvey
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.templateQuestionTitleWidth
property allows you to align question titles and input fields.round()
andtrunc()
functions that can be used for calculations in expressions.dateDiff()
function now includes hours and minutes.<h1>
-<h6>
). You may need to make changes if you use these tags as selectors for custom code/CSS.showQuestionNumbers: true
to your top-level survey JSON, orsurvey.showQuestionNumbers = true;
to your survey function.maxImageWidth
andmaxImageHeight
parameters.resizeObserver
mock to fix broken tests caused by SurveyJS's dependence onresizeObserver
.survey.min.css
, and loads it in the plugin example files.button_html
parameter value from a string to a function (for*-button-response
v2 migration), (2) removesshowQuestionNumbers: false
, as that is now the default.@jspsych/[email protected]
Minor Changes
a25c47256c61a5fea67acf4a1fdf29024fe1ab21
Thanks @becky-gilbert! - Add the minified version of the survey plugin CSS file,survey.min.css
, to the dist archive.[email protected]
Patch Changes
1f535826a296556252d5c0c8da5cb6aaa8fec656
Thanks @jadeddelta! - add a defaultmimeType
of"video/webm" to
initializeCameraRecorder()`