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