Releases: single-spa/import-map-overrides
Releases · single-spa/import-map-overrides
v1.9.1
v1.9.0
v1.8.0
Features
- Allowing port numbers to be set through
importMapOverrides.addOverride(moduleName, portNumber)
. (6363869) - Allowing for customization of turning a port number into a full url (6363869)
Fixes
- Fix bug where running importMapOverrides command through browser console while UI is open would result in the UI being stale. (f1d6a1f)
Maintenance
- Upgrading dependencies (1e6e71b)
v1.7.2
v1.7.1
Fixes
- Trying to fix issue where import-map-overrides-api.js was not being published to npm
v1.7.0
Features
- It is now possible to use
<import-map-overrides-full>
such that only developers can see it, instead of users. See documentation (338720c, #5)