Skip to content

Releases: single-spa/single-spa-dojo

v2.0.0

12 Oct 18:42
Compare
Choose a tag to compare

Breaking changes

  • The code published to npm is now in ESM format. (#16)
  • The package.json now has "type": module (#16)
  • single-spa-dojo@2 requires dojo@>=7.0.0-alpha.11. See dojo/framework#680 and #5

Features

  • Use dom-element-getter-helpers, for better support for parcels (#16)
  • Use browsers-list-config-single-spa (#16)
  • Unmounting is now properly implemented (#16)
  • Published code is now minified

Maintenance

  • Upgrade all dependencies (#15)
  • Switch to using rollup for build (#16)
  • Rename master branch to main

Migration

  • Make sure you're using webpack 5 so that "type": "module" is properly respected. I'm not sure if webpack 4 will work with it or not, because I'm not sure whether webpack 4 auto detects ESM or not (it does not look for "type": "module"

v1.0.0

17 Feb 20:48
b25d20e
Compare
Choose a tag to compare

Features

  • Initial implementation