Skip to content

Commit 2e1dd31

Browse files
committed
Edit changelog
1 parent d209d9e commit 2e1dd31

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
### v0.3.0
5+
### v0.3.0 2019-01-22
66

77
- Split theme-ui package into `@theme-ui/core`, `@theme-ui/mdx`, and `@theme-ui/color-modes`
88
- Removes `context.components` (still available through MDX context)
@@ -12,11 +12,10 @@
1212
- Updates CSS custom properties implementation for color modes
1313
- When using `useColorSchemeMediaQuery` flag, it will initialize the mode to `light` when `@media (prefers-color-scheme: light)` is enabled
1414
- Global color mode styles are automatically added to the body without needing to render the `ColorMode` component
15-
- Removes `ThemeStateProvider`
1615
- Adds global typographic styles, set `useBodyStyles: false` to disable
16+
- Removes `ThemeStateProvider`
1717
- Fix issue where `<del>` tag was incorrectly specified as `delete`
1818
- The `@theme-ui/editor` API has changed significantly. See the README.md for more information.
19-
2019
- `@theme-ui/components`: on Grid component, allow custom `columns` definitions via strings #541
2120
- `@theme-ui/gatsby-theme-style-guide`: add docs on shadowing #558
2221
- Adds `@theme-ui/preset-polaris` #567

0 commit comments

Comments
 (0)