Skip to content

Releases: single-spa/import-map-overrides

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)

v1.17.0

31 Aug 20:01
Compare
Choose a tag to compare

Features

  • Allow for wildcard characters in allowlist/denylist (*) (#38)

Fixes

  • IE11 fix: remove all references to Array.prototype.includes (4b0c3aa)
  • Fix bug where isExternalMapValid() threw an error (4b0c3aa)

Maintenance

v1.16.1

18 Aug 18:47
Compare
Choose a tag to compare

Fixes

  • Fix IE 11 support (startsWith -> indexOf) (#37)

v1.16.0

30 Jul 23:08
Compare
Choose a tag to compare

Features

  • Implement ability to disable import-map-overrides in production environments. Resolves #35. (#36)

Documentation

Maintenance

  • Bump lodash from 4.17.14 to 4.17.19 (#33)
  • Upgrade dependencies (e8c2de5)
  • Fixing build after dependency upgrade. (5e2f627)
  • Fixing errant link in documentation. (d8b175d)

v1.15.3

13 Jul 16:18
Compare
Choose a tag to compare

Fixes

Maintenance

  • Add funding / sponsorship information (99bec8b)

v1.15.2

18 May 17:59
Compare
Choose a tag to compare

Fixes

  • Javascript API now works in IE11 (b154a72)

v1.15.1

29 Apr 22:40
Compare
Choose a tag to compare

Fixes

  • Fixing bug where external import map overrides were broken. (a9d2d01)

v1.15.0

22 Apr 23:53
Compare
Choose a tag to compare

Fixes

  • Overrides caused by dev-libs attribute will now appear differently in the UI (a06a310 #25)