Skip to content

Releases: system-ui/theme-ui

v0.7.0-develop.0

15 Apr 22:32
Compare
Choose a tag to compare
v0.7.0-develop.0 Pre-release
Pre-release
v0.7.0-develop.0

(v0.6.2) Accept number in borderTopWidth types

05 Apr 20:21
Compare
Choose a tag to compare

🐛 Bug Fix

  • @theme-ui/css

🔩 Dependency Updates

Authors

(v0.6.1) Reexported jsx as createElement to fix babel JSX pragma crash

30 Mar 08:15
Compare
Choose a tag to compare
  • Reexported jsx as createElement to fix babel JSX pragma crash. Issue #1603, PR #1604 by @ethanwu10.

    The following code doesn't crash anymore.

    <div {...{}} key="1" />

You can test this change in CodeSandbox: https://codesandbox.io/s/snowy-hooks-gtiuh?file=/src/App.js