Skip to content

Commit c5ccbd3

Browse files
committed
add changeset
1 parent 64b4333 commit c5ccbd3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎.changeset/plenty-news-whisper.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"@jspsych/plugin-survey": minor
3+
---
4+
5+
- Updates the SurveyJS version from 1.9.138 to 2.2.0. See the SurveyJS [release notes](https://surveyjs.io/stay-updated/release-notes) and list of [breaking changes](https://surveyjs.io/stay-updated/breaking-changes).
6+
- Adds a minified version of the plugin's CSS file, survey.min.css, and loads it in the plugin example files.
7+
- In the docs and example files, updates the `button_html` parameter value from a string to a function (for `*-button-response` v2 migration).
8+
- Developer-facing changes:
9+
- Changes the SurveyJS UI package from survey-knockout-ui (removed in survey-core v2) to survey-js-ui.
10+
- Makes SurveyJS v1 -> v2 code migration changes.
11+
- Hides a rollup build warning due to the use of top-level 'this' by SurveyJS.
12+
- Adds a `resizeObserver` mock to fix broken tests caused by SurveyJS's dependence on `resizeObserver`.

0 commit comments

Comments
 (0)