v0.13.0
🎉 This release contains work from new contributors! 🎉
Thanks for all your work!
❤️ Simen A. W. Olsen (@cobraz)
❤️ Akash (@appsparkler)
❤️ Greg Poole (@gpoole)
Release Notes
Move Emotion and MDX packages to peerDeps (#1867)
BREAKING CHANGE: @emotion/react
and @mdx-js/react
were moved to peerDependencies of theme-ui
, @theme-ui/mdx
and @theme-ui/sidenav
and must be installed separately. This is a revert of change from Theme UI v0.3, and it's meant to help solve version clashes and context mismatch bugs on user side. Connected issues: #1793, #1531, #1530, #1388, #1345, #1130.
🚀 Enhancement
@theme-ui/color-modes
,@theme-ui/components
,@theme-ui/core
,@theme-ui/css
,gatsby-plugin-theme-ui
,@theme-ui/mdx
,@theme-ui/parse-props
,@theme-ui/sidenav
,@theme-ui/theme-provider
,theme-ui
🐛 Bug Fix
- fix(docs): Set text color on Demo page JSON code #2024 (@appsparkler)
@theme-ui/core
- fix: add missing deepmerge dependency (@hasparus)
👨💻 Minor changes
- Try out CodeQL (@lachlanjc)
@theme-ui/core
,theme-ui
- docs: Write migration notes for v0.13 (@hasparus)
gatsby-plugin-theme-ui
- Bump peerDependency in
gatsby-plugin-theme-ui
(@hasparus)
- Bump peerDependency in
🏠 Internal
- docs: Add 3 new projects to Resources page #2044 (@lachlanjc)
- docs: Add indivorg/theme to resources #2040 (@cobraz)
- docs: Add next-theme-ui #2041 (@cobraz)
- docs(pragma): add SWC instructions for Next.js #2020 (@gpoole)
Authors: 5
- Akash (@appsparkler)
- Greg Poole (@gpoole)
- Lachlan Campbell (@lachlanjc)
- Piotr Monwid-Olechnowicz (@hasparus)
- Simen A. W. Olsen (@cobraz)