@theme-ui/components
Advanced tools
Changelog
v0.6.0-alpha.0
Styled
component to Themed
. PR #1323span
instead of div
SxProps
to SxProp
.SxStyleProp
, an alias for ThemeUIStyleObject
removed. Use
ThemeUIStyleObject
instead.sx
props types to all props accepting className
. PR #1308Changelog
v0.5.0-alpha.2 2020-11-30
Changelog
v0.5.0-alpha.1 2020-11-26
"^16.14.0 || ^17.0.0"
."^16.14.0 || ^17.0.0"
.Changelog
v0.5.0-alpha.0 2020-11-20
csstype
3. PR #1261
@emotion/react@11
instead of @emotion/core@10
sx
prop types are still global, and we opt in for Emotion css
prop types
(This will change in the future.)Changelog
v0.4.0-rc.13 2020-11-20
@theme-ui/css
Changelog
v0.4.0-rc.12 2020-11-18
theme-ui
Changelog
v0.4.0-rc.11 2020-11-18
@theme-ui/color-modes
Add configuration option for printing color mode. PR #1267, issue #1144.
{
initialColorModeName: "dark",
printColorModeName: "light"
}
@theme-ui/components
arrow
prop to Select to allow passing custom arrow icon. Issues #1177
#1151, PR #1232id
if passed. PR #1252Changelog
v0.4.0-rc.9 2020-11-17
@theme-ui/components
minWidth: min-content
on Checkbox and Radio. PR #1256Changelog
v0.4.0-rc.8 2020-11-09
@theme-ui/color
@theme-ui/components
Add Switch component #1035
<Label>
<Switch /> Enable email alerts?
</Label>
Pass size
prop down to IconButton in Close component. PR #1242
<Close size={24} />