@theme-ui/theme-provider
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.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.14 2020-11-20
@theme-ui/color-modes
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.7 2020-11-08
@theme-ui/core
theme
prop required@theme-ui/editor
@theme-ui/preset-sketchy
@theme-ui/preset-sketchy
@theme-ui/prism
@theme-ui/sidenav
@theme-ui/sidenav
: move React to peerDependencies #978@theme-ui/style-guide
size
prop to ColorRow component #941@theme-ui/color-modes
theming
page