From 6a6b764337b47a4f8d8b8694242eff0d5e809869 Mon Sep 17 00:00:00 2001 From: Piotr Monwid-Olechnowicz Date: Sat, 19 Jun 2021 16:41:08 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 49 +++++++++++++++++++ packages/color-modes/CHANGELOG.md | 35 +++++++++++++ packages/color/CHANGELOG.md | 40 +++++++++++++++ packages/components/CHANGELOG.md | 42 ++++++++++++++++ packages/core/CHANGELOG.md | 13 +++++ packages/css/CHANGELOG.md | 40 +++++++++++++++ packages/custom-properties/CHANGELOG.md | 20 ++++++++ packages/editor/CHANGELOG.md | 38 ++++++++++++++ .../gatsby-theme-style-guide/CHANGELOG.md | 20 ++++++++ packages/match-media/CHANGELOG.md | 13 +++++ packages/mdx/CHANGELOG.md | 13 +++++ packages/parse-props/CHANGELOG.md | 13 +++++ packages/preset-bootstrap/CHANGELOG.md | 20 ++++++++ packages/preset-bulma/CHANGELOG.md | 20 ++++++++ packages/preset-dark/CHANGELOG.md | 20 ++++++++ packages/preset-deep/CHANGELOG.md | 20 ++++++++ packages/preset-funk/CHANGELOG.md | 20 ++++++++ packages/preset-future/CHANGELOG.md | 20 ++++++++ packages/preset-polaris/CHANGELOG.md | 20 ++++++++ packages/preset-roboto/CHANGELOG.md | 20 ++++++++ packages/preset-sketchy/CHANGELOG.md | 20 ++++++++ packages/preset-swiss/CHANGELOG.md | 20 ++++++++ packages/preset-system/CHANGELOG.md | 20 ++++++++ packages/preset-tailwind/CHANGELOG.md | 20 ++++++++ packages/presets/CHANGELOG.md | 13 +++++ packages/prism/CHANGELOG.md | 13 +++++ packages/sidenav/CHANGELOG.md | 13 +++++ packages/style-guide/CHANGELOG.md | 20 ++++++++ packages/tachyons/CHANGELOG.md | 13 +++++ packages/tailwind/CHANGELOG.md | 13 +++++ packages/theme-provider/CHANGELOG.md | 13 +++++ packages/theme-ui/CHANGELOG.md | 35 +++++++++++++ packages/typography/CHANGELOG.md | 13 +++++ 33 files changed, 722 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f5571a2f..83eab5aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,52 @@ +# v0.10.0 (Sat Jun 19 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Vlad Shcherbin ([@vladshcherbin](https://github.com/vladshcherbin)), for all your work! + +### Release Notes + +#### Allow easy styling autofilled of Inputs ([#1811](https://github.com/system-ui/theme-ui/pull/1811)) + +Background color of autofilled inputs will now default to `theme.colors.background`. It can be changed by setting `autofillBackgroundColor` prop. + +--- + +#### 🚀 Enhancement + + +#### 🐛 Bug Fix + +- Fix typo [#1835](https://github.com/system-ui/theme-ui/pull/1835) ([@vladshcherbin](https://github.com/vladshcherbin)) +- `@theme-ui/color-modes`, `@theme-ui/components`, `@theme-ui/editor`, `theme-ui` + - Allow easy styling autofilled of Inputs [#1811](https://github.com/system-ui/theme-ui/pull/1811) ([@hasparus](https://github.com/hasparus)) +- `@theme-ui/color`, `@theme-ui/css` + - fix(css): add JSDoc comment to sx.label [#1813](https://github.com/system-ui/theme-ui/pull/1813) ([@hasparus](https://github.com/hasparus)) +- `@theme-ui/color`, `@theme-ui/components`, `@theme-ui/css`, `@theme-ui/custom-properties`, `@theme-ui/editor`, `gatsby-theme-style-guide`, `@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/style-guide` + - Add missing meta repository to published packages [#1807](https://github.com/system-ui/theme-ui/pull/1807) ([@aaronadamsCA](https://github.com/aaronadamsCA)) + - Add missing repository metadata to published packages [#1779](https://github.com/system-ui/theme-ui/pull/1779) ([@aaronadamsCA](https://github.com/aaronadamsCA)) + +#### 🏠 Internal + +- Docs: update JSX pragma guide with automatic runtime section [#1718](https://github.com/system-ui/theme-ui/pull/1718) ([@flo-sch](https://github.com/flo-sch) [@hasparus](https://github.com/hasparus)) +- docs: fix DocSearch not loading in SSR ([@hasparus](https://github.com/hasparus)) +- Docs: Move homepage to root path [#1783](https://github.com/system-ui/theme-ui/pull/1783) ([@lachlanjc](https://github.com/lachlanjc)) +- `@theme-ui/components` + - docs(components): fix Paragraph default variant [#1807](https://github.com/system-ui/theme-ui/pull/1807) ([@bernharduw](https://github.com/bernharduw)) + - docs(components): fix Paragraph default variant [#1795](https://github.com/system-ui/theme-ui/pull/1795) ([@bernharduw](https://github.com/bernharduw)) + +#### Authors: 7 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Aaron Adams ([@aaronadamsCA](https://github.com/aaronadamsCA)) +- Bernhard Gschwantner ([@bernharduw](https://github.com/bernharduw)) +- Florent SCHILDKNECHT ([@flo-sch](https://github.com/flo-sch)) +- Lachlan Campbell ([@lachlanjc](https://github.com/lachlanjc)) +- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus)) +- Vlad Shcherbin ([@vladshcherbin](https://github.com/vladshcherbin)) + +--- + # v0.9.1 (Wed May 26 2021) #### 🐛 Bug Fix diff --git a/packages/color-modes/CHANGELOG.md b/packages/color-modes/CHANGELOG.md index 3c44c68f8..4c30124fd 100644 --- a/packages/color-modes/CHANGELOG.md +++ b/packages/color-modes/CHANGELOG.md @@ -1,3 +1,38 @@ +# v0.10.0 (Sat Jun 19 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Vlad Shcherbin ([@vladshcherbin](https://github.com/vladshcherbin)), for all your work! + +### Release Notes + +#### Allow easy styling autofilled of Inputs ([#1811](https://github.com/system-ui/theme-ui/pull/1811)) + +Background color of autofilled inputs will now default to `theme.colors.background`. It can be changed by setting `autofillBackgroundColor` prop. + +--- + +#### 🚀 Enhancement + + +#### 🐛 Bug Fix + +- Allow easy styling autofilled of Inputs [#1811](https://github.com/system-ui/theme-ui/pull/1811) ([@hasparus](https://github.com/hasparus)) + +#### 🏠 Internal + +- Docs: update JSX pragma guide with automatic runtime section [#1718](https://github.com/system-ui/theme-ui/pull/1718) ([@flo-sch](https://github.com/flo-sch) [@hasparus](https://github.com/hasparus)) +- docs: set