Skip to content

v4.0.0

Compare
Choose a tag to compare
@keplersj keplersj released this 10 Oct 03:51
· 207 commits to master since this release
412a358

4.0.0 (2021-10-10)

Bug Fixes

  • Card: correctly render as web component (a9786a0)
  • Hyperbutton: properly style as web component (10b4a05)
  • Hyperlink: properly style for web components (b485789)

Features

  • initial port to web components from react (d838cbf)

BREAKING CHANGES

  • Emotion's withComponent API is no longer supported. This will be replaced by WebComponent's slot element.
  • Consuming components as imports in React is not currently supported. Should be added back in using atomico exports in future commit.