@theme-ui/css
Version:
Theme UI CSS lets you write style objects with responsive, theme-aware ergonomic shortcuts. This package powers the `sx` prop in Theme UI.
152 lines (97 loc) • 6.78 kB
Markdown
# 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)
:tada: This release contains work from a new contributor! :tada:
Thank you, Francis Champagne ([@fcisio](https://github.com/fcisio)), for all your work!
#### 🚀 Enhancement
- v0.8 [#1688](https://github.com/system-ui/theme-ui/pull/1688) ([@lachlanjc](https://github.com/lachlanjc) [@hasparus](https://github.com/hasparus))
- Refactor color objects and expose default colors as a mode [#1639](https://github.com/system-ui/theme-ui/pull/1639) ([@fcisio](https://github.com/fcisio))
- feat(css): remove deprecated theme.useBodyStyles ([@hasparus](https://github.com/hasparus))
- feat: create the allColorModes object in the context ([@fcisio](https://github.com/fcisio))
#### 🐛 Bug Fix
- Merge remote-tracking branch 'origin/develop' into v0.8 ([@hasparus](https://github.com/hasparus))
- refactor(css): remove emotion-theme import that did not land in user projects ([@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))
- refactor: assemble the modes inside rawColors ([@fcisio](https://github.com/fcisio))
- fix: jdoc typo ([@fcisio](https://github.com/fcisio))
- Fix __internalGetUseRootStyles ([@lachlanjc](https://github.com/lachlanjc))
- refactor(css): move ThemeUIConfig to separate file ([@lachlanjc](https://github.com/lachlanjc))
- Merge branch 'develop' into config ([@lachlanjc](https://github.com/lachlanjc))
- refactor(css): move ThemeUIConfig to separate file ([@hasparus](https://github.com/hasparus))
- Re-add config options to root theme type as deprecated ([@lachlanjc](https://github.com/lachlanjc))
- Make internal root styles non-breaking ([@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: 4
- Brent Jackson ([@jxnblk](https://github.com/jxnblk))
- Francis Champagne ([@fcisio](https://github.com/fcisio))
- Lachlan Campbell ([@lachlanjc](https://github.com/lachlanjc))
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
---
# v0.7.5 (Wed Apr 28 2021)
#### 🐛 Bug Fix
- Add 6 border logical color properties to scales [#1668](https://github.com/system-ui/theme-ui/pull/1668) ([@lachlanjc](https://github.com/lachlanjc))
- Add inline properties ([@lachlanjc](https://github.com/lachlanjc))
- Add 3 border logical color properties to scales ([@lachlanjc](https://github.com/lachlanjc))
#### ⚠️ Pushed to `stable`
- Merge branch 'develop' into stable ([@hasparus](https://github.com/hasparus))
#### Authors: 2
- Lachlan Campbell ([@lachlanjc](https://github.com/lachlanjc))
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
---
# v0.7.4 (Tue Apr 27 2021)
#### 🐛 Bug Fix
- Add 2 missing CSS column properties to scales [#1669](https://github.com/system-ui/theme-ui/pull/1669) ([@lachlanjc](https://github.com/lachlanjc))
- Add text-decoration-color to scales [#1667](https://github.com/system-ui/theme-ui/pull/1667) ([@lachlanjc](https://github.com/lachlanjc))
- Add 2 missing CSS column properties to scales ([@lachlanjc](https://github.com/lachlanjc))
- Add test ([@lachlanjc](https://github.com/lachlanjc))
- Add textDecorationColor to scales ([@lachlanjc](https://github.com/lachlanjc))
#### 🔩 Dependency Updates
- chore(deps-dev): bump @preconstruct/cli from 2.0.1 to 2.0.7 [#1674](https://github.com/system-ui/theme-ui/pull/1674) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
#### Authors: 2
- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])
- Lachlan Campbell ([@lachlanjc](https://github.com/lachlanjc))
---
# v0.7.3 (Wed Apr 21 2021)
:tada: This release contains work from new contributors! :tada:
Thanks for all your work!
:heart: David Dios ([@dios-david](https://github.com/dios-david))
:heart: Kenny ([@kenny-f](https://github.com/kenny-f))
#### 🐛 Bug Fix
- Adding `scroll-margin` props [#1664](https://github.com/system-ui/theme-ui/pull/1664) ([@dios-david](https://github.com/dios-david))
- Return negative number from lookup if theme value is a number [#1665](https://github.com/system-ui/theme-ui/pull/1665) ([@kenny-f](https://github.com/kenny-f))
- revert only tests ([@kenny-f](https://github.com/kenny-f))
- Return negative number from lookup if theme value is a number ([@kenny-f](https://github.com/kenny-f))
- adding scroll-margin props ([@dios-david](https://github.com/dios-david))
#### Authors: 2
- David Dios ([@dios-david](https://github.com/dios-david))
- Kenny ([@kenny-f](https://github.com/kenny-f))
---
# v0.7.0 (Thu Apr 15 2021)
:tada: This release contains work from a new contributor! :tada:
Thank you, Carolin Maisenbacher ([@carolinmaisenbacher](https://github.com/carolinmaisenbacher)), for all your work!
#### 🚀 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
- Make breakpoints accept custom mediaQueries ([@carolinmaisenbacher](https://github.com/carolinmaisenbacher))
- Merge branch 'develop' into preconstruct-2 ([@hasparus](https://github.com/hasparus))
- test: fix test types ([@hasparus](https://github.com/hasparus))
- test(css): update to make tests typecheck in strict mode ([@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))
#### Authors: 3
- Alex Chan ([@alexanderchan](https://github.com/alexanderchan))
- Carolin Maisenbacher ([@carolinmaisenbacher](https://github.com/carolinmaisenbacher))
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))