UNPKG

8.3 kBMarkdownView Raw
1# v0.14.3 (Thu Apr 21 2022)
2
3#### 🐛 Bug Fix
4
5- 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))
6
7#### Authors: 1
8
9- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
10
11---
12
13# v0.13.0 (Mon Dec 27 2021)
14
15### Release Notes
16
17#### Move Emotion and MDX packages to peerDeps ([#1867](https://github.com/system-ui/theme-ui/pull/1867))
18
19**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).
20
21---
22
23---
24
25#### 🚀 Enhancement
26
27- Move Emotion and MDX packages to peerDeps [#1867](https://github.com/system-ui/theme-ui/pull/1867) ([@hasparus](https://github.com/hasparus))
28- feat(deps): move Emotion to peerDeps ([@hasparus](https://github.com/hasparus))
29
30#### 🐛 Bug Fix
31
32- fix(eslint): Add import/no-extraneous-dependencies and fix bad imports ([@hasparus](https://github.com/hasparus))
33
34#### 👨‍💻 Minor changes
35
36- docs: Write migration notes for v0.13 ([@hasparus](https://github.com/hasparus))
37
38#### 🏠 Internal
39
40- docs(readme): mention @theme-ui/core in the main readme ([@hasparus](https://github.com/hasparus))
41
42#### Authors: 1
43
44- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
45
46---
47
48# v0.12.0 (Thu Oct 28 2021)
49
50:tada: This release contains work from a new contributor! :tada:
51
52Thank you, William Pei ([@draekien](https://github.com/draekien)), for all your work!
53
54#### 🐛 Bug Fix
55
56- 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))
57
58#### Authors: 1
59
60- William Pei ([@draekien](https://github.com/draekien))
61
62---
63
64# v0.11.0 (Wed Aug 25 2021)
65
66#### 🚀 Enhancement
67
68- fix(color-modes): combine colors in nested providers [#1838](https://github.com/system-ui/theme-ui/pull/1838) ([@hasparus](https://github.com/hasparus))
69
70#### 🐛 Bug Fix
71
72- fix(color-modes): respect html.theme-ui-{mode} class in nested providers to reduce FOUC ([@hasparus](https://github.com/hasparus))
73- 0.10 chores [#1842](https://github.com/system-ui/theme-ui/pull/1842) ([@hasparus](https://github.com/hasparus))
74- fix(color-modes): properly combine colors from nested providers ([@hasparus](https://github.com/hasparus))
75- fix(color-modes): nest styles using css not style ([@hasparus](https://github.com/hasparus))
76
77#### 🏠 Internal
78
79- Setup Cypress [#1845](https://github.com/system-ui/theme-ui/pull/1845) ([@hasparus](https://github.com/hasparus))
80- docs(readme): add cypress badge ([@hasparus](https://github.com/hasparus))
81- docs(readme): show build status from `stable` branch in the readme ([@hasparus](https://github.com/hasparus))
82- docs(readme): add Percy badge ([@hasparus](https://github.com/hasparus))
83
84#### Authors: 1
85
86- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
87
88---
89
90# v0.10.0 (Sat Jun 19 2021)
91
92:tada: This release contains work from a new contributor! :tada:
93
94Thank you, Vlad Shcherbin ([@vladshcherbin](https://github.com/vladshcherbin)), for all your work!
95
96### Release Notes
97
98#### Allow easy styling autofilled of Inputs ([#1811](https://github.com/system-ui/theme-ui/pull/1811))
99
100Background color of autofilled inputs will now default to `theme.colors.background`. It can be changed by setting `autofillBackgroundColor` prop.
101
102---
103
104#### 🚀 Enhancement
105
106
107#### 🐛 Bug Fix
108
109- Allow easy styling autofilled of Inputs [#1811](https://github.com/system-ui/theme-ui/pull/1811) ([@hasparus](https://github.com/hasparus))
110
111#### 🏠 Internal
112
113- 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))
114- docs: set <meta name='color-scheme' ([@hasparus](https://github.com/hasparus))
115
116#### Authors: 4
117
118- [@dependabot[bot]](https://github.com/dependabot[bot])
119- Florent SCHILDKNECHT ([@flo-sch](https://github.com/flo-sch))
120- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
121- Vlad Shcherbin ([@vladshcherbin](https://github.com/vladshcherbin))
122
123---
124
125# v0.8.4 (Thu May 06 2021)
126
127#### ⚠️ Pushed to `stable`
128
129- Merge branch 'develop' into stable ([@hasparus](https://github.com/hasparus))
130
131#### Authors: 1
132
133- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
134
135---
136
137# v0.8.3 (Wed May 05 2021)
138
139#### ⚠️ Pushed to `stable`
140
141- Merge branch 'stable' into develop ([@hasparus](https://github.com/hasparus))
142
143#### Authors: 1
144
145- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
146
147---
148
149# v0.8.0 (Wed May 05 2021)
150
151#### 🚀 Enhancement
152
153- v0.8 [#1688](https://github.com/system-ui/theme-ui/pull/1688) ([@lachlanjc](https://github.com/lachlanjc) [@hasparus](https://github.com/hasparus))
154
155#### 🐛 Bug Fix
156
157- Merge remote-tracking branch 'origin/develop' into v0.8 ([@hasparus](https://github.com/hasparus))
158- Merge branch 'stable' into config-2 ([@hasparus](https://github.com/hasparus))
159- Merge branch 'config' into config-2 [#1421](https://github.com/system-ui/theme-ui/pull/1421) ([@hasparus](https://github.com/hasparus))
160- Merge branch 'develop' into config ([@lachlanjc](https://github.com/lachlanjc))
161- Begin moving theme config options ([@lachlanjc](https://github.com/lachlanjc))
162
163#### ⚠️ Pushed to `stable`
164
165- Merge branch 'stable' into develop ([@hasparus](https://github.com/hasparus))
166
167#### Authors: 3
168
169- Brent Jackson ([@jxnblk](https://github.com/jxnblk))
170- Lachlan Campbell ([@lachlanjc](https://github.com/lachlanjc))
171- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
172
173---
174
175# v0.7.5 (Wed Apr 28 2021)
176
177#### ⚠️ Pushed to `stable`
178
179- Merge branch 'develop' into stable ([@hasparus](https://github.com/hasparus))
180
181#### Authors: 1
182
183- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
184
185---
186
187# v0.7.0 (Thu Apr 15 2021)
188
189#### 🚀 Enhancement
190
191- 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))
192
193#### 🐛 Bug Fix
194
195- ci(scripts): remove all notion of prepare script ([@hasparus](https://github.com/hasparus))
196- Merge branch 'develop' into preconstruct-2 ([@hasparus](https://github.com/hasparus))
197- test: fix test types ([@hasparus](https://github.com/hasparus))
198- chore: add missing dependency ([@hasparus](https://github.com/hasparus))
199- fix(editor): fix type errors ([@hasparus](https://github.com/hasparus))
200- tools(preconstruct): fix theme-ui entrypoints ([@hasparus](https://github.com/hasparus))
201- test(theme-ui): stop spamming log with console.warn ([@hasparus](https://github.com/hasparus))
202- wip(workspace): update to preconstruct 2 ([@hasparus](https://github.com/hasparus))
203- Merge branch 'add/preconstruct' into preconstruct-2 ([@hasparus](https://github.com/hasparus))
204- Remove types reference since it comes from cjs.d.ts ([@alexanderchan](https://github.com/alexanderchan))
205- Remove references to microbundle ([@alexanderchan](https://github.com/alexanderchan))
206- Remove unused files ([@alexanderchan](https://github.com/alexanderchan))
207- Run preconstruct fix to update main ([@alexanderchan](https://github.com/alexanderchan))
208
209#### ⚠️ Pushed to `stable`
210
211- Merge branch 'develop' into stable ([@hasparus](https://github.com/hasparus))
212- docs: add @carolinmaisenbacher as a contributor ([@hasparus](https://github.com/hasparus))
213
214#### Authors: 2
215
216- Alex Chan ([@alexanderchan](https://github.com/alexanderchan))
217- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
218
\No newline at end of file