jsPsych/packages/config/CHANGELOG.md
2022-05-23 18:13:04 +00:00

2.8 KiB

@jspsych/config

1.3.1

Patch Changes

  • #2643 dc005661 Thanks @bjoluc! - Include previously undefined regeneratorRuntime in the Babel build of the jspsych 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 the index.browser.min.js build. It was erroneously ignoring transpiled .ts files before.

1.2.0

Minor Changes

  • #2431 87f332f9 Thanks @bjoluc! - Implement an updateUnpkgLinks Gulp task to update each unpkg link with a precise version number to the corresponding package's current version as defined in the package's package.json.

Patch Changes

  • #2505 9486bc50 Thanks @bjoluc! - Fix css path rewriting in createCoreDistArchive Gulp task when link 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 the createCoreDistArchive Gulp task

1.0.0

Major Changes