Releases: single-spa/import-map-overrides
Releases · single-spa/import-map-overrides
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)
v1.14.7
Fixes
- Fix bug where "External override" was errantly shown (8889eac #26)
v1.14.6
Fixes
- Fixed bug where overrides could not be successfully applied to libs captured by
dev-libs
attribute (a1b9c33)
v1.14.5
Fixes
- Vue and Angular libs now work with the
dev-libs
feature (b0756ce #28)