Skip to content

v3.0.0

Compare
Choose a tag to compare
@joeldenning joeldenning released this 22 Mar 20:03
· 19 commits to main since this release

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