Skip to content

v2.1.0

Choose a tag to compare

@ayo-run ayo-run released this 27 Jul 20:13
· 133 commits to main since this release
  • style attribute now accepts a style object of type Partial<CSSStyleDeclaration>. Read more on MDN.
  • opt in to using the Shadow DOM for the component with a static property shadowRootInit with object value of type ShadowRootInit (see options on MDN)