Skip to content

Latest commit

 

History

History
61 lines (31 loc) · 3.76 KB

CHANGELOG.md

File metadata and controls

61 lines (31 loc) · 3.76 KB

import-map-overrides

5.1.1

Patch Changes

5.1.0

Minor Changes

  • #131 1e066a2 Thanks @joeldenning! - Support for style-nonce attribute on import-map-overrides-popup and import-map-overrides-list custom elements

Patch Changes

5.0.0

Major Changes

  • #126 2241fed Thanks @agevry! - The css for import-map-overrides UI is no longer injected into the main page, but only within the shadow dom for the UI

Minor Changes

  • #126 2241fed Thanks @agevry! - Add style-nonce attribute to import-map-overrides-full element to support use under a Content Security Policy(CSP)

4.2.0

Minor Changes

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

4.1.0

Minor Changes

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

    New resetDefaultMap js api

4.0.1

Patch Changes

4.0.0

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

3.1.1

Patch Changes