Skip to content

Releases: single-spa/import-map-overrides

v1.9.1

05 Nov 21:58
Compare
Choose a tag to compare

Fixes

  • Fixing bug where default modules wouldn't show in ui (4ae7019)
  • Fixing bug where type="import-map" was the default import map type instead of type="importmap" (4ca2921)

v1.9.0

02 Nov 22:17
Compare
Choose a tag to compare

Features

  • Make module list searchable (f8427bb)

imo-search

Maintenance

  • Upgrading dependencies and removing package-lock.json (e5629ce)
  • Adding jsdelivr badge to Readme (we're at 11k hits per month!) (48f93fa)

v1.8.0

13 Aug 17:20
Compare
Choose a tag to compare

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

v1.7.2

19 Jul 01:38
Compare
Choose a tag to compare

Fixes

  • Actually fixing problem where import-map-overrides-api.js file was not being published. (5db9e7c)

v1.7.1

19 Jul 01:38
Compare
Choose a tag to compare

Fixes

  • Trying to fix issue where import-map-overrides-api.js was not being published to npm

v1.7.0

19 Jul 01:30
Compare
Choose a tag to compare

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)

v1.6.1

06 Jul 23:41
Compare
Choose a tag to compare

Fixes

  • Fix scrolling bug (#3, 074b779)
  • Fix bug where module dialog input overlapped with text (#4, cf737e6)

v1.6.0

29 Jun 14:34
Compare
Choose a tag to compare

Features

  • Implemented a UI for viewing, modifying, and adding import map overrides. See docs. (#2)
  • Added new import-map-overrides:change event being fired on window. See docs. (#2)