Releases: single-spa/import-map-overrides
Releases · single-spa/import-map-overrides
v1.14.4
v1.14.3
v1.14.2
Patches
- Adding version of package to a banner comment in published code. This makes it easier to verify which version is being used. See https://cdn.jsdelivr.net/npm/[email protected]/dist/import-map-overrides.js (#23)
v1.14.1
v1.14.0
v1.13.0
Features
- Adding support for overrides in a server rendered, inline import map (#15)
- Adding support for "single import map mode," for environments where multiple import maps on a single page are not supported (#17)
- Add ability to toggle between disabled/enabled state for a module override (#19 #10)
- Add new apis
getDefaultMap()
,getCurrentPageMap()
, andgetNextPageMap()
(#19) - Use
single-spa.dev.js
instead ofsingle-spa.min.js
whendev-libs
attribute is set to true. (#19) - Rework the UI to be in a table and to (hopefully) look a bit better. (#19)
- Distinguish current page overrides versus pending refresh overrides (#19 #18)
Maintenance
- Bump acorn dependency to resolve security warning (#12)
v1.12.0
v1.11.0
v1.10.1
v1.10.0
Features
The dev-libs attribute indicates that you prefer using development versions of third party libraries
like react when the import-map-overrides ui is active. The presence of that attribute turns on this feature.
For example, if you have react
in your import map pointing to https://cdn.jsdelivr.net/npm/react/umd/react.production.min.js
the dev-libs attribute will automatically override it to https://cdn.jsdelivr.net/npm/react/umd/react.development.js.