Skip to content

Releases: single-spa/import-map-overrides

v2.3.3

07 Jun 18:03
Compare
Choose a tag to compare

Fixes

  • Fix port regex statefulness error that caused port overrides to sometimes fail. Resolves #27. (#56)

v2.3.2

03 Jun 22:41
Compare
Choose a tag to compare

Fixes

v2.3.1

04 Mar 21:19
Compare
Choose a tag to compare

Fixes

v2.3.0

22 Jan 21:11
Compare
Choose a tag to compare

Features

v2.2.0

04 Dec 17:57
Compare
Choose a tag to compare

Features

  • feat: add import map override from url query param "imo" (#47 @jogelin)

Maintenance

v2.1.2

14 Nov 22:07
Compare
Choose a tag to compare

Fixes

  • Fix appearance in Safari (#30 #45)

v2.1.1

13 Nov 19:57
Compare
Choose a tag to compare

Fixes

  • Fix bug where allowlist and denylist weren't working. This was a regression introduced in 1.17.0 (#43)

v2.1.0

24 Sep 20:08
Compare
Choose a tag to compare

Breaking changes

  • package.json main field changed from the browser code to the server/nodejs code (f10fcca). I intended to make this change as part of the 2.0.0 release, but forgot to. Perhaps I should have released this as 3.0.0 instead of 2.1.0.

v2.0.0

17 Sep 21:07
Compare
Choose a tag to compare

Breaking Changes

The majority of users can upgrade to 2.0.0 without any changes to their code

  • The package.json "type" is now "module". Previously it was unspecified. This likely does not change how it is bundled, but does change how NodeJS interprets the code. Details (#41)
  • The package.json now has an "exports" field. Previously it only had a "main" field. Details (#41)
  • In NodeJS, importing the import-map-overrides library now loads a NodeJS version instead of the browser version. (#41)

Features

v1.17.1

10 Sep 21:40
Compare
Choose a tag to compare

Fixes

  • Disable import map overrides when local storage is unavailable. (#40 #39)