Skip to content

Releases: single-spa/import-map-overrides

v1.14.4

15 Apr 17:58
Compare
Choose a tag to compare

Fixes

  • Fix for server rendering overrides (#24)

v1.14.3

26 Mar 22:06
Compare
Choose a tag to compare

Fixes

  • Fixed bug where external import map overrides didn't work in multiple import map mode (07c883c)

v1.14.2

24 Mar 16:47
Compare
Choose a tag to compare

Patches

v1.14.1

24 Mar 14:44
Compare
Choose a tag to compare

Fixes

  • Fix bug when overridable-importmap was not being used (#21 @kobim)

v1.14.0

23 Mar 23:29
Compare
Choose a tag to compare

Features

  • Adding ability to use an external URL as an override import map (#20 #11)

Maintenance

v1.13.0

21 Mar 21:48
Compare
Choose a tag to compare

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(), and getNextPageMap() (#19)
  • Use single-spa.dev.js instead of single-spa.min.js when dev-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

06 Mar 00:16
Compare
Choose a tag to compare

Features

  • Added support for turning dev-libs feature on/off via local storage (bde2393)

v1.11.0

24 Jan 23:36
Compare
Choose a tag to compare

Features

  • Adding importMapOverrides.enableUI() api. (docs) 700f155

v1.10.1

18 Dec 17:00
Compare
Choose a tag to compare

Fixes

  • Fix issue where tab indices were annoying while creating a new module (b30e472)

v1.10.0

02 Dec 13:24
Compare
Choose a tag to compare

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.