fix(deps): update dependency theme-ui to ^0.9.1 - autoclosed #167
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.2.52
->^0.9.1
Release Notes
system-ui/theme-ui
v0.9.1
Compare Source
🐛 Bug Fix
@theme-ui/components
Authors: 1
v0.9.0
Compare Source
Release Notes
modernize Babel config (#1721)
Theme UI packages became lighter! Built source code is now 9.5 kB (34%) smaller.
The trade-off is, Babel config has changed and it no longer supports Internet
Explorer 11. If you need to support legacy browsers, you can transpile
node_modules (e.g. with
next-transpile-modules).
🚀 Enhancement
@theme-ui/preset-base
,@theme-ui/preset-bootstrap
,@theme-ui/sidenav
,@theme-ui/typography
🐛 Bug Fix
@theme-ui/components
📝 Documentation
Authors: 2
v0.8.4
Compare Source
🐛 Bug Fix
@theme-ui/theme-provider
(@hasparus)
stable
@theme-ui/theme-provider
(@hasparus)
Authors: 1
v0.8.3
Compare Source
🐛 Bug Fix
@theme-ui/color-modes
rawColors.modes (@hasparus)
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
(@hasparus)
Authors: 1
v0.8.2 (Wed May 05 2021)
🐛 Bug Fix
@theme-ui/color-modes
(@hasparus)
(@hasparus)
hooks (@hasparus)
@theme-ui/color-modes
,@theme-ui/css
,@theme-ui/custom-properties
,theme-ui
(@hasparus)
v0.8.1 (Wed May 05 2021)
🐛 Bug Fix
cache-provider
PR as it significantly complicates SSR setup andbreaks apps without explicit Emotion SSR config.
Wrap top level ThemeProvider in CacheProvider system-ui/theme-ui#1717 (comment).
Authors: 2
v0.8.0 (Wed May 05 2021)
🔥 Breaking Changes and Deprecations
BREAKING:
theme.config.useRootStyles
now defaults totrue
followingdeprecation of
useBodyStyles
. Styles fromtheme.styles.root
are now addedto
<html>
element by default.Moved theme configuration options to
config
object in theme.useRootStyles
,useCustomProperties
,useColorSchemeMediaQuery
,useBorderBox
, anduseLocalStorage
options onthe theme object are now scoped under a
config
object on the theme, andthe root-level options, now deprecated, will be removed in a future release.
(e.g. you should be setting
theme.config.useBorderBox
instead oftheme.useBorderBox
)theme.config
exists, it won't look for options on thetheme
.Removed APIs, previously deprecated in 0.6.0
theme.useBodyStyles
⟶theme.config.useRootStyles
Styled
⟶Themed
🚀 Enhancements
@theme-ui/color-modes
,@theme-ui/css
,gatsby-plugin-theme-ui
#1639
(@fcisio)
🐛 Bug Fix
@theme-ui/core
,@theme-ui/sidenav
#1717
(@hasparus
@Zolwiastyl)
📝 Documentation
#1687
(@flo-sch)
#1715
(@hasparus)
Authors: 5
🎉 v0.8.0 contains work from a new contributor! 🎉
Thank you, @Zolwiastyl, for all your work!
v0.7.5 (Wed Apr 28 2021)
🐛 Bug Fix
@theme-ui/css
#1668
(@lachlanjc)
📝 Docs
(@hasparus)
Authors: 2
v0.7.4 (Tue Apr 27 2021)
🐛 Bug Fix
#1670
(@lachlanjc)
(@lachlanjc)
@theme-ui/css
#1669
(@lachlanjc)
#1667
(@lachlanjc)
Authors: 1
v0.7.3 (Wed Apr 21 2021)
🎉 This release contains work from a new contributor! 🎉
❤️ David Dios (@dios-david)
Thanks for all your work!
✨ New Features
@theme-ui/css
scroll-margin
props#1664
(@dios-david)
🐛 Bug Fix
@theme-ui/css
#1665
(@kenny-f)
🔩 Dependency Updates
@theme-ui/editor
#1644
(@dependabot-preview[bot]
@lachlanjc)
Authors: 3
v0.7.2 (Mon Apr 19 2021)
🎉 This release contains work from a new contributor! 🎉
Thank you, Jonathan Van Buren (@vanbujm), for all
your work!
🐛 Bug Fix
gatsby-plugin-theme-ui
#1659
(@LekoArts
@hasparus)
@theme-ui/components
#1658
(@vanbujm)
🔩 Dependency Updates
#1661
(@dependabot[bot])
#1660
(@dependabot-preview[bot])
Authors: 3
v0.7.0 (Thu Apr 15 2021)
🚀 Enhancement
breakpoints
accept custom media queries#1653
@carolinmaisenbacher
🐛 Bug Fix
gatsby-plugin-theme-ui
,gatsby-theme-code-recipes
,gatsby-theme-style-guide
,gatsby-theme-ui-layout
gatsby
peerDependency more explicit to^2.0.0 || ^3.0.0
.#1640
(@LekoArts)
⚙️ Internal
#1423
(@alexanderchan
@hasparus)
v0.6.2 (Mon Apr 05 2021)
🐛 Bug Fix
@theme-ui/css
borderTopWidth
now correctly acceptnumber
.#1623
(@beerose)
v0.6.1
Reexported
jsx
ascreateElement
to fix babel JSX pragma crash. Issue#1603, PR
#1604 by @ethanwu10.
The following code doesn't crash anymore.
v0.6.0
changes relative to 0.3, not the latest 0.6 prerelease
What's New
Styled
components dict was renamed toThemed
to avoidconfusion with
styled
components constructors from@emotion/styled
andsimilar libraries.
theme.useRootStyles
configuration option (false by default). Set it totrue
to addstyles.root
tohtml
instead ofbody
.theme.useBodyStyles
configuration option still defaults totrue
, butit's going in to be deprecated in favor of
theme.useRootStyles
in thefuture.
New scale:
transitions
supportingtransition
CSS property. Issue#1079, PR
#1272
Objects in nested scales can now have a
__default
key. PR#951
Given the theme
color: 'primary'
resolves tocolor: '#​00f'
.Configuration option for printing color mode. PR
#1267, issue
#1144. No more wasted
ink.
A new component, Paragraph was added in PR
#1298
Breaking Changes
Theme UI 0.6 depends on Emotion 11, and isn't compatible with Emotion 10
anymore.
versions for Emotion 11, you can use
Yarn resolutions
or
Webpack's resolve.alias
to enforce a version.
Refer to Emotion 11 release notes for
more information.
Color mode flash on first render is gone, but to achieve this we had to bring
back
theme.rawColors
.theme.colors
when readingtheme from
useThemeUI
or insidesx
..colors
object contains Custom CSS Properties now.WebGL Canvas) won't work use
.rawColors
.Default color mode name is no longer
"default"
— it's nowundefined
, whatrepresents the lack of color mode set by user or detected from preferences.
useColorSchemeMediaQuery
defaults totrue
. Issue#624, PR
#1373
How to migrate? Add
useColorSchemeMediaQuery: false
to your theme if youdon't have this property.
Read more in the docs.
We no longer export internal React context named as
Context
😅 It wasn't andit's still not public API, but if you used it and you really need it, you
can grab it as
__ThemeUIContext
. (But please don't do this. UseThemeProvider
from @theme-ui/core for local theme overrides instead.)Deprecations
Styled
will be removed in v0.7. UseThemed
instead.useBodyStyles
will be removed in v0.7. UseuseRootStyles
instead.Theme UI is now written in TypeScript, and the emitted types differ from
@types/theme-ui
.false
in now accepted in responsive tuple types. PR#1499
Known colors (primary, text, background, accent, secondary) in
ColorMode
can now be nested scales.The following no longer typechecks, as
colors.primary
can be an object.But the following code still works.
If
colors.primary
is an object,colors.primary.__default
is used.false
values are skipped before passing style objects to Emotion. Issue#1297, PR
#1460.
The following syntax is now supported
"as" prop on Themed.X components now properly opts out of typechecking
ComponentProps<typeof Themed['div']>
, importThemedComponent
and useThemedComponent<'div'>
instead.Theme UI 0.6 depends on
csstype
v3instead of
csstype
v2.Renamed types
styled-system
types was renamed or removed.SxProps
was renamed toSxProp
.SxStyleProp
, an alias forThemeUIStyleObject
was removed. UseThemeUIStyleObject
instead.Refer to the changelog for a full list of changes.
v0.6.0-alpha.8 2021-02-19
Make the rename of
Styled
toThemed
non-breaking. Add a deprecationwarning on
Styled
until a future release. PR#1461
Paragraph component's hardcoded responsive style has been removed (issue
#1476)
Fix issue where css custom vars are only added to body if modes is in the
colors declaration of the theme.
BREAKING: Move theme configuration options to
config
object in theme.v0.6.0-alpha.7 2021-02-15
Breaking TypeScript: Known colors (primary, text, background,
accent, secondary) in
ColorMode
can now be nested scales.The following no longer typechecks, as
colors.primary
can be an object.But the following code still works.
If
colors.primary
is an object,colors.primary.__default
is used.Add
theme.useRootStyles
configuration option (false by default). Set it totrue
to addstyles.root
tohtml
instead ofbody
.theme.useBodyStyles
configuration option still defaults to
true
, but it's going in to bedeprecated in favor of
theme.useRootStyles
in the future.Skip
false
values before passing style objects to Emotion. Issue #1297, PR#1460.
v0.6.0-alpha.6 2021-01-22
BREAKING: Default
useColorSchemeMediaQuery
totrue
. Issue #624, PR#1373
How to migrate? Add
useColorSchemeMediaQuery: false
to your theme if youdon't have this property.
Read more in the docs.
Option for
gatsby-plugin-theme-ui
to disable body script(
injectColorFlashScript
, defaulting totrue
). Issue #1369, PR #1370Bump versions
@mdx-js/mdx
and@mdx-js/react
to^1.6.22
,gatsby-plugin-mdx to
^1.6.0
. PR #1351Fix: "as" prop on Themed.X components now properly opts out of typechecking
ComponentProps<typeof Themed['div']>
, importThemedComponent<'div'>
instead.@theme-ui/prism
: Support multiple highlight wrappers in a single code block.PR #1393
v0.6.0-alpha.5 2021-01-22
Support a default key for object in scales. PR #951
Given the theme
color: 'primary'
resolves tocolor: '#​00f'
.v0.6.0-alpha.4
iframe
tag instead of wrappingdiv
. Issue#966, PR #1122
v0.6.0-alpha.2
v0.6.0-alpha.1
(param-case) per
official Lodash documentation. PR
#1304
0.5.0-alpha.1)
v0.6.0-alpha.0
Styled
component toThemed
. PR #1323span
instead ofdiv
SxProps
toSxProp
.SxStyleProp
, an alias forThemeUIStyleObject
removed. UseThemeUIStyleObject
instead.sx
props types to all props acceptingclassName
. PR #1308v0.5.0-alpha.2 2020-11-30
v0.5.0-alpha.1 2020-11-26
"^16.14.0 || ^17.0.0"
."^16.14.0 || ^17.0.0"
.#1273
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 Emotioncss
prop types(This will change in the future.)
more information.
v0.4.0-rc.14 2020-11-20
@theme-ui/color-modes
v0.4.0-rc.13 2020-11-20
@theme-ui/css
v0.4.0-rc.12 2020-11-18
theme-ui
dependencies on other Theme UI packages)
v0.4.0-rc.11 2020-11-18
docs
@theme-ui/color-modes
Add configuration option for printing color mode. PR #1267, issue #1144.
@theme-ui/components
arrow
prop to Select to allow passing custom arrow icon. Issues #1177#1151, PR #1232
id
if passed. PR #1252v0.4.0-rc.9 2020-11-17
@theme-ui/components
minWidth: min-content
on Checkbox and Radio. PR #1256v0.4.0-rc.8 2020-11-09
@theme-ui/color
@theme-ui/components
Add Switch component #1035
Pass
size
prop down to IconButton in Close component. PR #1242examples
#1227, PR #1229
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
docs
theming
pagev0.3.2 2020-11-08
@theme-ui/css
@theme-ui/core
export) #1141
@theme-ui/components
primary
as default variant forBadge
component #1109primary
as default variant forAlert
component #1102theme.text.default
variant forText
component #870docs
v0.3.1 2020-01-32
getting-started
page. Issue #602, PR#603
v0.3.0 2020-01-22
@theme-ui/core
,@theme-ui/mdx
, and@theme-ui/color-modes
context.components
(still available through MDX context)ColorModeProvider
componenttheme.initialColorMode
- useinitialColorModeName
instead
Layout
,Header
,Main
,Footer
) - useBox
and
Flex
insteaduseColorSchemeMediaQuery
flag, it will initialize the mode tolight
when@media (prefers-color-scheme: light)
is enabledto render the
ColorMode
componentuseBodyStyles: false
to disableThemeStateProvider
<del>
tag was incorrectly specified asdelete
@theme-ui/editor
API has changed significantly. See the README.md formore information.
@theme-ui/components
: on Grid component, allow customcolumns
definitionsvia strings #541
@theme-ui/gatsby-theme-style-guide
: add docs on shadowing #558@theme-ui/preset-polaris
#567v0.2.53 2019-12-19
@theme-ui/color
: addtransparentize
function #370@theme-ui/style-guide
: move context dependencies to peer dependencies #521v0.2.52 2019-12-16
localStorage
is not available #514@theme-ui/match-media
: add option for default index in hook #460@theme-ui/editor
: Update Reakit #517v0.2.51 2019-12-03
@theme-ui/editor
: fix color picker #498v0.2.50 2019-12-02
@theme-ui/components
: fix NavLink base styles #497v0.2.49 2019-11-15
@theme-ui/components
: add more components #458@theme-ui/color
: addalpha
utility #441@theme-ui/match-media
: Add default breakpoint index argument for SSRv0.2.48 2019-11-07
@theme-ui/editor
add components for editingsx
stylesv0.2.47 2019-10-29
@theme-ui/editor
addStylesForm
componentv0.2.46 2019-10-28
v0.2.45 2019-10-18
@theme-ui/match-media
package #375@theme-ui/components
package #411v0.2.44 2019-10-09
v0.2.43 2019-09-17
prefers-color-scheme
media querybehavior by default #246
v0.2.42 2019-09-11
v0.2.41 2019-09-05
@theme-ui/editor
packagev0.2.40 2019-09-03
v0.2.38 2019-08-29
ColorPicker
component to@theme-ui/editor
#327v0.2.37 2019-08-26
v0.2.36 2019-08-22
gatsby-theme-ui-blog
package #311gatsby-theme-code-recipe
package #313gatsby-theme-style-guide
#315v0.2.35 2019-08-15
gatsby-theme-style-guide
package #301jsx
create element function #302v0.2.34 2019-08-15
gatsby-plugin-theme-ui
remove JSX syntax from gatsby-ssr in Gatsby plugin#299
@theme-ui/typography
fix for CSS font-family keywords #285@theme-ui/preset-tailwind
add button and input variants #291v0.2.33 2019-08-12
v0.2.32 2019-08-08
v0.2.31 2019-08-07
useCustomProperties
isenabled #274
v0.2.30 2019-08-06
v0.2.29 2019-08-05
v0.2.28 2019-08-03
v0.2.27 2019-08-03
v0.2.26 2019-08-02
initialColorMode
matches a color mode name #245v0.2.25 2019-07-31
@theme-ui/custom-properties
package #235v0.2.24 2019-07-29
v0.2.23 2019-07-29
v0.2.22 2019-07-29
v0.2.21 2019-07-26
@theme-ui/prism
#231v0.2.20 2019-07-26
v0.2.19 2019-07-24
v0.2.18 2019-07-23
v0.2.16 2019-07-22
v0.2.15 2019-07-22
v0.2.14 2019-07-15
css
prop through when needed injsx
#182v0.2.13 2019-07-11
v0.2.12 2019-07-11
v0.2.11 2019-07-11
v0.2.10 2019-07-08
v0.2.9 2019-07-08
v0.2.8 2019-07-06
@theme-ui/sidenav
initial publish@theme-ui/prism
adddisplay: inline-block
to keep empty linesv0.2.7 2019-07-05
@theme-ui/prism
pass outer className to element #163v0.2.6 2019-07-04
v0.2.5 2019-07-03
v0.2.4 2019-07-03
v0.2.3 2019-07-02
v0.2.2 2019-07-02
key
prop to element in gatsby-plugin-theme-ui #145v0.2.1 2019-06-30
gatsby-plugin-theme-ui
#137v0.2.0 2019-06-24
lodash.merge
withdeepmerge
Box
and layout componentscss
prop in experimental custom pragma tosx
to avoid collisionswith Emotion and other libraries
ThemeProvider
toStyle
API from Typography.js package@theme-ui/typography
@emotion/styled
dependency - layout components are no longer createdwith
styled
so passing non-HTML attributes to the component will result inReact rendering those props to the DOM
ColorModeProvider
andComponentProvider
exportsv0.8.2
Compare Source
🐛 Bug Fix
@theme-ui/color-modes
(@hasparus)
(@hasparus)
hooks (@hasparus)
@theme-ui/color-modes
,@theme-ui/css
,@theme-ui/custom-properties
,theme-ui
(@hasparus)
v0.8.1
Compare Source
🐛 Bug Fix
cache-provider
PR as it significantly complicates SSR setup andbreaks apps without explicit Emotion SSR config.
Wrap top level ThemeProvider in CacheProvider system-ui/theme-ui#1717 (comment).
Authors: 2
v0.8.0
Compare Source
🔥 Breaking Changes and Deprecations
BREAKING:
theme.config.useRootStyles
now defaults totrue
followingdeprecation of
useBodyStyles
. Styles fromtheme.styles.root
are now addedto
<html>
element by default.Moved theme configuration options to
config
object in theme.useRootStyles
,useCustomProperties
,useColorSchemeMediaQuery
,useBorderBox
, anduseLocalStorage
options onthe theme object are now scoped under a
config
object on the theme, andthe root-level options, now deprecated, will be removed in a future release.
(e.g. you should be setting
theme.config.useBorderBox
instead oftheme.useBorderBox
)theme.config
exists, it won't look for options on thetheme
.Removed APIs, previously deprecated in 0.6.0
theme.useBodyStyles
⟶theme.config.useRootStyles
Styled
⟶Themed
🚀 Enhancements
@theme-ui/color-modes
,@theme-ui/css
,gatsby-plugin-theme-ui
#1639
(@fcisio)
🐛 Bug Fix
@theme-ui/core
,@theme-ui/sidenav
#1717
(@hasparus
@Zolwiastyl)
📝 Documentation
#1687
(@flo-sch)
#1715
(@hasparus)
Authors: 5
🎉 v0.8.0 contains work from a new contributor! 🎉
Thank you, @Zolwiastyl, for all your work!
v0.7.5
Compare Source
🐛 Bug Fix
@theme-ui/css
#1668
(@lachlanjc)
📝 Docs
(@hasparus)
Authors: 2
v0.7.4
Compare Source
🐛 Bug Fix
#1670
(@lachlanjc)
(@lachlanjc)
@theme-ui/css
#1669
(@lachlanjc)
#1667
(@lachlanjc)
Authors: 1
v0.7.3
Compare Source
🎉 This release contains work from a new contributor! 🎉
❤️ David Dios (@dios-david)
Thanks for all your work!
✨ New Features
@theme-ui/css
scroll-margin
props#1664
(@dios-david)
🐛 Bug Fix
@theme-ui/css
#1665
(@kenny-f)
🔩 Dependency Updates
@theme-ui/editor
#1644
(@dependabot-preview[bot]
@lachlanjc)
Authors: 3
v0.7.2
Compare Source
🎉 This release contains work from a new contributor! 🎉
Thank you, Jonathan Van Buren (@vanbujm), for all
your work!
🐛 Bug Fix
gatsby-plugin-theme-ui
#1659
(@LekoArts
@hasparus)
@theme-ui/components
#1658
(@vanbujm)
🔩 Dependency Updates
#1661
(@dependabot[bot])
#1660
(@dependabot-preview[bot])
Authors: 3
v0.7.1
Compare Source
v0.7.0
Compare Source
🚀 Enhancement
breakpoints
accept custom media queries#1653
@carolinmaisenbacher
🐛 Bug Fix
gatsby-plugin-theme-ui
,gatsby-theme-code-recipes
,gatsby-theme-style-guide
,gatsby-theme-ui-layout
gatsby
peerDependency more explicit to^2.0.0 || ^3.0.0
.#1640
(@LekoArts)
⚙️ Internal
#1423
(@alexanderchan
@hasparus)
v0.6.2
Compare Source
🐛 Bug Fix
@theme-ui/css
borderTopWidth
now correctly acceptnumber
.#1623
(@beerose)
v0.6.1
Compare Source
Reexported
jsx
ascreateElement
to fix babel JSX pragma crash. Issue#1603, PR
#1604 by @ethanwu10.
The following code doesn't crash anymore.
v0.6.0
Compare Source
changes relative to 0.3, not the latest 0.6 prerelease
What's New
Styled
components dict was renamed toThemed
to avoidconfusion with
styled
components constructors from@emotion/styled
andsimilar libraries.
theme.useRootStyles
configuration option (false by default). Set it totrue
to addstyles.root
tohtml
instead ofbody
.theme.useBodyStyles
configuration option still defaults totrue
, butit's going in to be deprecated in favor of
theme.useRootStyles
in thefuture.
New scale:
transitions
supportingtransition
CSS property. Issue#1079, PR
#1272
Objects in nested scales can now have a
__default
key. PR#951
Given the theme
color: 'primary'
resolves tocolor: '#​00f'
.Configuration option for printing color mode. PR
#1267, issue
#1144. No more wasted
ink.
A new component, Paragraph was added in PR
#1298
Breaking Changes
Theme UI 0.6 depends on Emotion 11, and isn't compatible with Emotion 10
anymore.
versions for Emotion 11, you can use
Yarn resolutions
or
Webpack's resolve.alias
to enforce a version.
Refer to Emotion 11 release notes for
more information.
Color mode flash on first render is gone, but to achieve this we had to bring
back
theme.rawColors
.theme.colors
when readingtheme from
useThemeUI
or insidesx
..colors
object contains Custom CSS Properties now.WebGL Canvas) won't work use
.rawColors
.Default color mode name is no longer
"default"
— it's nowundefined
, whatrepresents the lack of color mode set by user or detected from preferences.
useColorSchemeMediaQuery
defaults totrue
. Issue#624, PR
#1373
How to migrate? Add
useColorSchemeMediaQuery: false
to your theme if youdon't have this property.
Read more in the docs.
We no longer export internal React context named as
Context
😅 It wasn't andit's still not public API, but if you used it and you really need it, you
can grab it as
__ThemeUIContext
. (But please don't do this. UseThemeProvider
from @theme-ui/core for local theme overrides instead.)Deprecations
Styled
will be removed in v0.7. UseThemed
instead.useBodyStyles
will be removed in v0.7. UseuseRootStyles
instead.Theme UI is now written in TypeScript, and the emitted types differ from
@types/theme-ui
.false
in now accepted in responsive tuple types. PR#1499
Known colors (primary, text, background, accent, secondary) in
ColorMode
can now be nested scales.The following no longer typechecks, as
colors.primary
can be an object.But the following c
Configuration
📅 Schedule: "every weekend" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.