mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
2.8 KiB
2.8 KiB
@jspsych/config
1.3.1
Patch Changes
- #2643
dc005661
Thanks @bjoluc! - Include previously undefinedregeneratorRuntime
in the Babel build of thejspsych
package
1.3.0
Minor Changes
3463e977
Thanks @becky-gilbert! - Add the updatePluginVersions gulp task. This task looks at each of the docs/plugins markdown files, finds the page title and "Current version" string, adds the current version number (from the package.json file), and uses the package name as the page title.
Patch Changes
- #2631
e77371e9
Thanks @bjoluc! - Update dependencies, including Jest v27 to v28. The changelogs have been carefully checked and no breaking changes are to be expected in packages using@jspsych/config
. Check out the Jest 28 blog post for a summary of the changes in Jest.
- #2632
a17f423f
Thanks @bjoluc! - Apply Babel Rollup plugin to.ts
files in theindex.browser.min.js
build. It was erroneously ignoring transpiled.ts
files before.
1.2.0
Minor Changes
- #2431
87f332f9
Thanks @bjoluc! - Implement anupdateUnpkgLinks
Gulp task to update each unpkg link with a precise version number to the corresponding package's current version as defined in the package'spackage.json
.
Patch Changes
- #2505
9486bc50
Thanks @bjoluc! - Fix css path rewriting increateCoreDistArchive
Gulp task whenlink
tags do not end in/>
1.1.0
Minor Changes
- #2357
c44ac202
Thanks @bjoluc! - Add a VERSION.md file to the release archive created by thecreateCoreDistArchive
Gulp task