Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@jolyndenning jolyndenning released this 12 Oct 18:42
· 2 commits to main since this release

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"