-
-
Notifications
You must be signed in to change notification settings - Fork 683
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(release): version packages * edit changelogs --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Becky Gilbert <[email protected]> (rebased-with-history from commit e201ca2)
- Loading branch information
Showing
7 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# survey | ||
|
||
Current version: 1.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey/CHANGELOG.md). | ||
Current version: 1.0.1. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey/CHANGELOG.md). | ||
|
||
SurveyJS version: 1.9.138 | ||
|
||
|
@@ -205,7 +205,7 @@ This plugin does not yet support [simulation mode](../overview/simulation.md). | |
This plugin requires an additional stylesheet called `survey.css`. You can load it via: | ||
|
||
```html | ||
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected].0/css/survey.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected].1/css/survey.css"> | ||
``` | ||
|
||
If you are using a bundler such as [webpack](https://webpack.js.org/), you can also import it in JavaScript as follows, depending on your bundler configuration: | ||
|
@@ -218,8 +218,8 @@ import '@jspsych/plugin-survey/css/survey.css' | |
Using the CDN-hosted JavaScript file: | ||
|
||
```js | ||
<script src="https://unpkg.com/@jspsych/[email protected].0"></script> | ||
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected].0/css/survey.css"> | ||
<script src="https://unpkg.com/@jspsych/[email protected].1"></script> | ||
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected].1/css/survey.css"> | ||
``` | ||
|
||
Using the JavaScript file downloaded from a GitHub release dist archive: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters