Skip to content

Releases: single-spa/import-map-overrides

v4.2.0

07 Oct 20:57
b7a7629
Compare
Choose a tag to compare

Minor Changes

  • #121 1381dc0 Thanks @joeldenning! - Add new getOverrideScopes API for inheriting scoped dependencies for overridden modules

v4.1.0

02 Oct 06:51
4a80699
Compare
Choose a tag to compare

Minor Changes

  • #117 a7c7970 Thanks @joeldenning! - New use-injector attribute on <meta type="importmap-type"> element

    New resetDefaultMap js api

v4.0.1

29 Sep 21:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/single-spa/import-map-overrides/blob/main/CHANGELOG.md#401

v4.0.0

23 Sep 19:39
2928ab6
Compare
Choose a tag to compare

Major Changes

  • #104 fa6a22c Thanks @artygus! - Disable query parameter overrides, by default. Add support for allow-query-param-override attribute to <meta> element, to opt-in to query parameter overrides.

  • #112 0b60e71 Thanks @joeldenning! - Upgrade rollup build from v2 to v4. Upgrade cookie dependency from 0.4 to 0.6. Upgrade all devDependencies

v3.1.1

19 Oct 21:40
1712222
Compare
Choose a tag to compare

Patch Changes

v3.1.0

21 Aug 22:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

22 Mar 20:03
Compare
Choose a tag to compare

Breaking Changes

Import Map Overrides now is rendered in shadow dom. This means that any custom CSS that attempts to override import map overrides styles will no longer work. For example, in v2 the following css could be applied to change the look and feel of import-map-overrides:

/* will modify import-map-overrides in v2, but not v3 */
.imo-trigger {
  right: 15px;
}

What's Changed

New Contributors

Full Changelog: v2.4.2...v3.0.0

v2.4.2

14 Jan 22:15
Compare
Choose a tag to compare

What's Changed

  • Cross domain window parent fix by @pkarl in #62

New Contributors

  • @pkarl made their first contribution in #62

Full Changelog: v2.4.1...v2.4.2

v2.4.1

20 Jul 18:26
Compare
Choose a tag to compare

Fixes

  • Fix IE11 custom events. The javascript api for import-map-overrides now works in IE11. The UI partially works, but not fully do to preact + iE11 issues. Resolves #58. (#59)

Maintenance

  • Upgrade all dependencies (#60)

v2.4.0

27 Jun 00:10
Compare
Choose a tag to compare

Features

  • Clicking on refresh icon now reloads the page (#57 e00d6d9)