@theme-ui/preset-polaris
Advanced tools
Changelog
v0.8.3 (Wed May 05 2021)
@theme-ui/color-modes
stable
@theme-ui/color-modes
, @theme-ui/color
, @theme-ui/components
,
@theme-ui/core
, @theme-ui/css
, @theme-ui/custom-properties
,
@theme-ui/editor
, gatsby-plugin-theme-ui
, gatsby-theme-code-recipes
,
gatsby-theme-style-guide
, gatsby-theme-ui-layout
, @theme-ui/match-media
,
@theme-ui/mdx
, @theme-ui/parse-props
, @theme-ui/preset-base
,
@theme-ui/preset-bootstrap
, @theme-ui/preset-bulma
,
@theme-ui/preset-dark
, @theme-ui/preset-deep
, @theme-ui/preset-funk
,
@theme-ui/preset-future
, @theme-ui/preset-polaris
,
@theme-ui/preset-roboto
, @theme-ui/preset-sketchy
,
@theme-ui/preset-swiss
, @theme-ui/preset-system
,
@theme-ui/preset-tailwind
, @theme-ui/preset-tosh
, @theme-ui/presets
,
@theme-ui/prism
, @theme-ui/sidenav
, @theme-ui/style-guide
,
@theme-ui/tachyons
, @theme-ui/tailwind
, @theme-ui/theme-provider
,
theme-ui
, @theme-ui/typography
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!