theme-ui
Version:
The Design Graph Framework
218 lines (124 loc) • 8.3 kB
Markdown
# v0.14.3 (Thu Apr 21 2022)
#### 🐛 Bug Fix
- Support full media queries in `theme.breakpoints` in @theme-ui/match-media hooks [#2199](https://github.com/system-ui/theme-ui/pull/2199) ([@hasparus](https://github.com/hasparus))
#### Authors: 1
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
---
# v0.13.0 (Mon Dec 27 2021)
### Release Notes
#### Move Emotion and MDX packages to peerDeps ([#1867](https://github.com/system-ui/theme-ui/pull/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](https://github.com/system-ui/theme-ui/issues/1793), [#1531](https://github.com/system-ui/theme-ui/issues/1531), [#1530](https://github.com/system-ui/theme-ui/issues/1530), [#1388](https://github.com/system-ui/theme-ui/issues/1388), [#1345](https://github.com/system-ui/theme-ui/issues/1345#issuecomment-742225675), [#1130](https://github.com/system-ui/theme-ui/issues/1130).
---
---
#### 🚀 Enhancement
- Move Emotion and MDX packages to peerDeps [#1867](https://github.com/system-ui/theme-ui/pull/1867) ([@hasparus](https://github.com/hasparus))
- feat(deps): move Emotion to peerDeps ([@hasparus](https://github.com/hasparus))
#### 🐛 Bug Fix
- fix(eslint): Add import/no-extraneous-dependencies and fix bad imports ([@hasparus](https://github.com/hasparus))
#### 👨💻 Minor changes
- docs: Write migration notes for v0.13 ([@hasparus](https://github.com/hasparus))
#### 🏠 Internal
- docs(readme): mention @theme-ui/core in the main readme ([@hasparus](https://github.com/hasparus))
#### Authors: 1
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
---
# v0.12.0 (Thu Oct 28 2021)
:tada: This release contains work from a new contributor! :tada:
Thank you, William Pei ([@draekien](https://github.com/draekien)), for all your work!
#### 🐛 Bug Fix
- Merge remote-tracking branch 'upstream/develop' into fix/color-scheme-media-query-api-update [#981](https://github.com/system-ui/theme-ui/pull/981) ([@draekien](https://github.com/draekien))
#### Authors: 1
- William Pei ([@draekien](https://github.com/draekien))
---
# v0.11.0 (Wed Aug 25 2021)
#### 🚀 Enhancement
- fix(color-modes): combine colors in nested providers [#1838](https://github.com/system-ui/theme-ui/pull/1838) ([@hasparus](https://github.com/hasparus))
#### 🐛 Bug Fix
- fix(color-modes): respect html.theme-ui-{mode} class in nested providers to reduce FOUC ([@hasparus](https://github.com/hasparus))
- 0.10 chores [#1842](https://github.com/system-ui/theme-ui/pull/1842) ([@hasparus](https://github.com/hasparus))
- fix(color-modes): properly combine colors from nested providers ([@hasparus](https://github.com/hasparus))
- fix(color-modes): nest styles using css not style ([@hasparus](https://github.com/hasparus))
#### 🏠 Internal
- Setup Cypress [#1845](https://github.com/system-ui/theme-ui/pull/1845) ([@hasparus](https://github.com/hasparus))
- docs(readme): add cypress badge ([@hasparus](https://github.com/hasparus))
- docs(readme): show build status from `stable` branch in the readme ([@hasparus](https://github.com/hasparus))
- docs(readme): add Percy badge ([@hasparus](https://github.com/hasparus))
#### Authors: 1
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
---
# v0.10.0 (Sat Jun 19 2021)
:tada: This release contains work from a new contributor! :tada:
Thank you, Vlad Shcherbin ([@vladshcherbin](https://github.com/vladshcherbin)), for all your work!
### Release Notes
#### Allow easy styling autofilled of Inputs ([#1811](https://github.com/system-ui/theme-ui/pull/1811))
Background color of autofilled inputs will now default to `theme.colors.background`. It can be changed by setting `autofillBackgroundColor` prop.
---
#### 🚀 Enhancement
#### 🐛 Bug Fix
- Allow easy styling autofilled of Inputs [#1811](https://github.com/system-ui/theme-ui/pull/1811) ([@hasparus](https://github.com/hasparus))
#### 🏠 Internal
- Docs: update JSX pragma guide with automatic runtime section [#1718](https://github.com/system-ui/theme-ui/pull/1718) ([@flo-sch](https://github.com/flo-sch) [@hasparus](https://github.com/hasparus))
- docs: set <meta name='color-scheme' ([@hasparus](https://github.com/hasparus))
#### Authors: 4
- [@dependabot[bot]](https://github.com/dependabot[bot])
- Florent SCHILDKNECHT ([@flo-sch](https://github.com/flo-sch))
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
- Vlad Shcherbin ([@vladshcherbin](https://github.com/vladshcherbin))
---
# v0.8.4 (Thu May 06 2021)
#### ⚠️ Pushed to `stable`
- Merge branch 'develop' into stable ([@hasparus](https://github.com/hasparus))
#### Authors: 1
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
---
# v0.8.3 (Wed May 05 2021)
#### ⚠️ Pushed to `stable`
- Merge branch 'stable' into develop ([@hasparus](https://github.com/hasparus))
#### Authors: 1
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
---
# v0.8.0 (Wed May 05 2021)
#### 🚀 Enhancement
- v0.8 [#1688](https://github.com/system-ui/theme-ui/pull/1688) ([@lachlanjc](https://github.com/lachlanjc) [@hasparus](https://github.com/hasparus))
#### 🐛 Bug Fix
- Merge remote-tracking branch 'origin/develop' into v0.8 ([@hasparus](https://github.com/hasparus))
- Merge branch 'stable' into config-2 ([@hasparus](https://github.com/hasparus))
- Merge branch 'config' into config-2 [#1421](https://github.com/system-ui/theme-ui/pull/1421) ([@hasparus](https://github.com/hasparus))
- Merge branch 'develop' into config ([@lachlanjc](https://github.com/lachlanjc))
- Begin moving theme config options ([@lachlanjc](https://github.com/lachlanjc))
#### ⚠️ Pushed to `stable`
- Merge branch 'stable' into develop ([@hasparus](https://github.com/hasparus))
#### Authors: 3
- Brent Jackson ([@jxnblk](https://github.com/jxnblk))
- Lachlan Campbell ([@lachlanjc](https://github.com/lachlanjc))
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
---
# v0.7.5 (Wed Apr 28 2021)
#### ⚠️ Pushed to `stable`
- Merge branch 'develop' into stable ([@hasparus](https://github.com/hasparus))
#### Authors: 1
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
---
# v0.7.0 (Thu Apr 15 2021)
#### 🚀 Enhancement
- WIP: Build packages with Preconstruct 2 [#1423](https://github.com/system-ui/theme-ui/pull/1423) ([@alexanderchan](https://github.com/alexanderchan) [@hasparus](https://github.com/hasparus))
#### 🐛 Bug Fix
- ci(scripts): remove all notion of prepare script ([@hasparus](https://github.com/hasparus))
- Merge branch 'develop' into preconstruct-2 ([@hasparus](https://github.com/hasparus))
- test: fix test types ([@hasparus](https://github.com/hasparus))
- chore: add missing dependency ([@hasparus](https://github.com/hasparus))
- fix(editor): fix type errors ([@hasparus](https://github.com/hasparus))
- tools(preconstruct): fix theme-ui entrypoints ([@hasparus](https://github.com/hasparus))
- test(theme-ui): stop spamming log with console.warn ([@hasparus](https://github.com/hasparus))
- wip(workspace): update to preconstruct 2 ([@hasparus](https://github.com/hasparus))
- Merge branch 'add/preconstruct' into preconstruct-2 ([@hasparus](https://github.com/hasparus))
- Remove types reference since it comes from cjs.d.ts ([@alexanderchan](https://github.com/alexanderchan))
- Remove references to microbundle ([@alexanderchan](https://github.com/alexanderchan))
- Remove unused files ([@alexanderchan](https://github.com/alexanderchan))
- Run preconstruct fix to update main ([@alexanderchan](https://github.com/alexanderchan))
#### ⚠️ Pushed to `stable`
- Merge branch 'develop' into stable ([@hasparus](https://github.com/hasparus))
- docs: add @carolinmaisenbacher as a contributor ([@hasparus](https://github.com/hasparus))
#### Authors: 2
- Alex Chan ([@alexanderchan](https://github.com/alexanderchan))
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))