File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- ### v0.3.0
5
+ ### v0.3.0 2019-01-22
6
6
7
7
- Split theme-ui package into ` @theme-ui/core ` , ` @theme-ui/mdx ` , and ` @theme-ui/color-modes `
8
8
- Removes ` context.components ` (still available through MDX context)
12
12
- Updates CSS custom properties implementation for color modes
13
13
- When using ` useColorSchemeMediaQuery ` flag, it will initialize the mode to ` light ` when ` @media (prefers-color-scheme: light) ` is enabled
14
14
- Global color mode styles are automatically added to the body without needing to render the ` ColorMode ` component
15
- - Removes ` ThemeStateProvider `
16
15
- Adds global typographic styles, set ` useBodyStyles: false ` to disable
16
+ - Removes ` ThemeStateProvider `
17
17
- Fix issue where ` <del> ` tag was incorrectly specified as ` delete `
18
18
- The ` @theme-ui/editor ` API has changed significantly. See the README.md for more information.
19
-
20
19
- ` @theme-ui/components ` : on Grid component, allow custom ` columns ` definitions via strings #541
21
20
- ` @theme-ui/gatsby-theme-style-guide ` : add docs on shadowing #558
22
21
- Adds ` @theme-ui/preset-polaris ` #567
You can’t perform that action at this time.
0 commit comments