Releases: single-spa/import-map-overrides
v4.2.0
v4.1.0
Minor Changes
-
#117
a7c7970
Thanks @joeldenning! - Newuse-injector
attribute on<meta type="importmap-type">
elementNew
resetDefaultMap
js api
v4.0.1
What's Changed
- Update inline override icon to avoid CSP issues. Resolves #113 by @joeldenning in #114
Full Changelog: https://github.com/single-spa/import-map-overrides/blob/main/CHANGELOG.md#401
v4.0.0
Major Changes
-
#104
fa6a22c
Thanks @artygus! - Disable query parameter overrides, by default. Add support forallow-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
v3.1.0
What's Changed
- [MINOR] Add attribute to control the position of the trigger button by @robmosca in #88
- [MAJOR] Expand relative imports in external maps by @robmosca in #81
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #91
- [PATCH] Fix issue #73 by @robmosca in #86
New Contributors
Full Changelog: v3.0.0...v3.1.0
v3.0.0
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
- black color on buttons in ui by @nilzona in #64
- Prevent CSS conflicts breaking UI by @ralphsaunders in #65
New Contributors
- @nilzona made their first contribution in #64
- @ralphsaunders made their first contribution in #65
Full Changelog: v2.4.2...v3.0.0