Skip to content

Releases: single-spa/create-single-spa

v2.1.0

15 Feb 21:22
Compare
Choose a tag to compare

Don't use this version

  • This version failed to publish to npm properly. Use 2.1.1 instead

v2.0.3

20 Jan 20:03
Compare
Choose a tag to compare

Fixes

  • Fixed issue where duplicate versions of the import map overrides were used (#255)
  • Add coverage directory to all prettierignores. Resolves #239. (#253)

v2.0.2

19 Jan 21:09
Compare
Choose a tag to compare

Fixes

  • (root configs) Treat isLocal as a boolean. Resolves #250. (#251)

v2.0.1

16 Jan 01:50
Compare
Choose a tag to compare

Fixes

  • Use correct versions of internal dependencies a826aef

v2.0.0

16 Jan 01:30
Compare
Choose a tag to compare

Breaking changes

All create-single-spa webpack configs now require webpack@5, webpack-cli@4, and webpack-dev-server@4. This impacts utility modules, root configs, and react applications/parcels that were generated by create-single-spa. Vue, Angular, and Svelte applications are unaffected.

Webpack 5 announcement post

Migration from v1 to v2

Follow the migration guide which provides in-depth instructions.

v1.18.3

07 Jan 16:37
Compare
Choose a tag to compare

Fixes

  • List .mjs files before .js for Webpack to resolve 3rd party dependencies correctly (#242)

v1.18.2

18 Dec 21:32
Compare
Choose a tag to compare

Fixes

  • Don't set public path for single-spa-welcome. (#238)

Maintenance

v2.0.0-beta.3

15 Dec 19:04
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

Fixes

  • Remove duplicate definition of merge function in webpack-config-single-spa-ts. (#234)

Features

  • Switch to public path as a webpack plugin. You can delete any set-public-path.js files (#235)

v1.18.1

14 Dec 18:32
Compare
Choose a tag to compare

Fixes

  • Fixed missing amd extra (#233)

v2.0.0-beta.2

11 Dec 18:19
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

Features

  • Upgrade all deps (#226)
  • Add disableHtmlGeneration option to webpack-config-single-spa (#228)

Maintenance