Skip to content

Releases: system-ui/theme-ui

(v0.7.2) Fast Refresh Support

19 Apr 18:37
Compare
Choose a tag to compare

🎉 This release contains work from a new contributor! 🎉

Thank you, Jonathan Van Buren (@vanbujm), for all your work!

🐛 Bug Fix

  • gatsby-plugin-theme-ui
  • @theme-ui/components
    • fix(components): Allow styled-system space props on Paragraph #1658 (@vanbujm)

🔩 Dependency Updates

Authors: 3

v0.7.1-develop.0

19 Apr 14:14
ce95a2d
Compare
Choose a tag to compare
v0.7.1-develop.0 Pre-release
Pre-release
v0.7.1-develop.0

(v0.7.0) Breakpoints with custom media queries

15 Apr 22:51
Compare
Choose a tag to compare

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Carolin Maisenbacher (@carolinmaisenbacher)

❤️ Alex Chan (@alexanderchan)

🚀 Enhancement

🐛 Bug Fix

  • gatsby-plugin-theme-ui, gatsby-theme-code-recipes,
    gatsby-theme-style-guide, gatsby-theme-ui-layout
    • Set gatsby peerDependency more explicit to ^2.0.0 || ^3.0.0. #1640 @LekoArts

⚙️ Internal

Authors: 4

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