Skip to content

Releases: single-spa/create-single-spa

v1.7.0

21 Apr 20:15
Compare
Choose a tag to compare

Features

  • New package - ts-config-single-spa (#98)
  • Add check for nodejs requirements to run create-single-spa (#101)

Fixes

  • Fix issue with root config pre-commit hook (#99)

v1.6.0

20 Apr 18:55
Compare
Choose a tag to compare

Features

  • Vue and Angular generators now automatically install vue-cli-plugin-single-spa and single-spa-angular, respectively (#93)

v1.5.4

17 Apr 19:33
Compare
Choose a tag to compare

Fixes

  • Fixing use on Windows of global installations for Vue and Angular CLIs (#92)

v1.5.3

16 Apr 16:20
Compare
Choose a tag to compare

Fixes

  • Fix issue where root-config's index.ejs referenced wrong file for root-config.js (#90)

v1.5.2

12 Apr 16:36
Compare
Choose a tag to compare

Fixes

  • Fixing issue with CLI prompts for typescript, orgName, and projectName (#85)

v1.5.1

12 Apr 16:36
Compare
Choose a tag to compare

Fixes

  • Fixing issue with typescript root configs (211a123)

v1.5.0

12 Apr 16:35
Compare
Choose a tag to compare

Features

  • Use unminified versions of systemjs during local development (#72 via @filoxo)
  • Rename prettier package.json script to format (#73 via @filoxo)
  • Add jest-dom to react template (#74 via @filoxo)
  • Customize destination directory with create-single-spa my-dir and create-single-spa --dir my-dir (#76 via @joeldenning)
  • Separate typescript configuration into its own webpack config. Two new packages from this - webpack-config-single-spa-ts and webpack-config-single-spa-react-ts (#79 via @joeldenning)
  • Util modules may now be generated as typescript projects (#81 via @joeldenning)
  • Root configs may now be generated as typescript projects (#82 via @joeldenning)

Maintenance

v1.4.2

09 Apr 16:10
Compare
Choose a tag to compare

Fixes

  • Fix issue where gitignore was not included in published package (#70 #71 via @TheMcMurder)

v1.4.1

08 Apr 23:13
Compare
Choose a tag to compare

Fixes

  • webpack-config-single-spa no longer assumes that fork-ts-checker-webpack-plugin is installed as a peer dependency (#66 via @TheMcMurder)
  • util modules now have a gitignore (#65 via @TheMcMurder)

Maintenance

v1.4.0

08 Apr 17:37
Compare
Choose a tag to compare

Features

Maintenance

  • Upgrade deps (#46, #47)
  • Format the create-single-spa code with prettier (#58 via @filoxo)
  • Add publish-all script (7d0e18c)