Skip to content

Releases: single-spa/import-map-overrides

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.

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)