Releases: single-spa/single-spa-dojo
Releases · single-spa/single-spa-dojo
v2.0.0
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
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
Features
- Initial implementation