Releases: single-spa/import-map-overrides
Releases · single-spa/import-map-overrides
v2.1.0
Breaking changes
- package.json
main
field changed from the browser code to the server/nodejs code (f10fcca). I intended to make this change as part of the 2.0.0 release, but forgot to. Perhaps I should have released this as 3.0.0 instead of 2.1.0.
v2.0.0
Breaking Changes
The majority of users can upgrade to 2.0.0 without any changes to their code
- The package.json
"type"
is now "module"
. Previously it was unspecified. This likely does not change how it is bundled, but does change how NodeJS interprets the code. Details (#41)
- The package.json now has an
"exports"
field. Previously it only had a "main"
field. Details (#41)
- In NodeJS, importing the import-map-overrides library now loads a NodeJS version instead of the browser version. (#41)
Features
v1.17.1
Fixes
- Disable import map overrides when local storage is unavailable. (#40 #39)
v1.17.0
Features
- Allow for wildcard characters in allowlist/denylist (
*
) (#38)
Fixes
- IE11 fix: remove all references to Array.prototype.includes (4b0c3aa)
- Fix bug where
isExternalMapValid()
threw an error (4b0c3aa)
Maintenance
v1.16.1
Fixes
- Fix IE 11 support (startsWith -> indexOf) (#37)
v1.16.0
Features
- Implement ability to disable import-map-overrides in production environments. Resolves #35. (#36)
Documentation
Maintenance
- Bump lodash from 4.17.14 to 4.17.19 (#33)
- Upgrade dependencies (e8c2de5)
- Fixing build after dependency upgrade. (5e2f627)
- Fixing errant link in documentation. (d8b175d)
v1.15.3
Fixes
Maintenance
- Add funding / sponsorship information (99bec8b)
v1.15.2
Fixes
- Javascript API now works in IE11 (b154a72)
v1.15.1
Fixes
- Fixing bug where external import map overrides were broken. (a9d2d01)
v1.15.0
Fixes
- Overrides caused by
dev-libs
attribute will now appear differently in the UI (a06a310 #25)