@theme-ui/preset-deep
Advanced tools
Changelog
v0.8.1 (Wed May 05 2021)
cache-provider
PR as it significantly complicates SSR setup and
breaks apps without explicit Emotion SSR config.
https://github.com/system-ui/theme-ui/pull/1717#issuecomment-832647180.
Changelog
v0.8.0 (Wed May 05 2021)
BREAKING: theme.config.useRootStyles
now defaults to true
following
deprecation of useBodyStyles
. Styles from theme.styles.root
are now added
to <html>
element by default.
Moved theme configuration options to config
object in theme.
useRootStyles
, useCustomProperties
,
useColorSchemeMediaQuery
, useBorderBox
, and useLocalStorage
options on
the theme object are now scoped under a config
object on the theme, and
the root-level options, now deprecated, will be removed in a future release.(e.g. you should be setting theme.config.useBorderBox
instead of
theme.useBorderBox
)
theme.config
exists, it won't look for options on the theme
.Removed APIs, previously deprecated in 0.6.0
theme.useBodyStyles
⟶ theme.config.useRootStyles
Styled
⟶ Themed
@theme-ui/color-modes
, @theme-ui/css
, gatsby-plugin-theme-ui
@theme-ui/core
, @theme-ui/sidenav
:tada: v0.8.0 contains work from a new contributor! :tada:
Thank you, @Zolwiastyl, for all your work!