Skip to content

Releases: system-ui/theme-ui

v0.11.2

08 Sep 10:23
Compare
Choose a tag to compare

🎉 This release contains work from a new contributor! 🎉

Thank you, Matt Gleich (@gleich), for all your work!

🐛 Bug Fix

  • @theme-ui/preset-sketchy

👨‍💻 Minor changes

  • @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-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
    • Merge remote-tracking branch 'origin/stable' into develop (@hasparus)

🏠 Internal

  • docs(examples/next): showcase automatic runtime pragma comment in document.js #1923 (@hasparus)
  • docs(examples/next): use TS, variants and improve contrast #1923 (@hasparus)
  • docs: correct location of initialColorModeName: 'light' #1922 (@gleich)

Authors: 2

v0.11.2-develop.3

08 Sep 07:03
Compare
Choose a tag to compare
v0.11.2-develop.3 Pre-release
Pre-release

🎉 This release contains work from a new contributor! 🎉

Thank you, Matt Gleich (@gleich), for all your work!

👨‍💻 Minor changes

  • @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-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
    • Merge remote-tracking branch 'origin/stable' into develop (@hasparus)

🏠 Internal

  • docs: correct location of initialColorModeName: 'light' #1922 (@gleich)

Authors: 2

v0.11.2-develop.1

01 Sep 19:23
Compare
Choose a tag to compare
v0.11.2-develop.1 Pre-release
Pre-release
v0.11.2-develop.1

v0.11.2-develop.0

01 Sep 17:41
Compare
Choose a tag to compare
v0.11.2-develop.0 Pre-release
Pre-release

🐛 Bug Fix

  • @theme-ui/core, @theme-ui/css

🔩 Dependency Updates

Authors: 2

v0.11.1

25 Aug 15:13
Compare
Choose a tag to compare
v0.11.1

v0.11.0

25 Aug 14:57
Compare
Choose a tag to compare

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Torne Wuff (@tornewuff)

❤️ Jordie Bodlay (@jordie23)

Release Notes

Fixed a long-standing bug with color modes in nested providers (#1456)

Added @theme-ui/css/utils with TypeScript CIF functions and fix preset types (#1862)

  • Added TypeScript Constrained identity functions makeTheme, makeStyles and makeColorsScale which can be imported from @theme-ui/css/utils.
  • Used aformentioned functions to properly define types of presets. Exported themes are now assignable to Theme but their types narrowly describe their exact values.


🚀 Enhancement

  • @theme-ui/color, @theme-ui/css, @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/color-modes, @theme-ui/core, @theme-ui/editor, @theme-ui/theme-provider, theme-ui
    • fix(color-modes): combine colors in nested providers #1838 (@hasparus)

🐛 Bug Fix

  • Update global-styles.mdx #1858 (@jordie23)
  • @theme-ui/core, @theme-ui/css
  • @theme-ui/color-modes, @theme-ui/components, @theme-ui/core, @theme-ui/editor, gatsby-theme-style-guide, gatsby-theme-ui-layout, @theme-ui/match-media, @theme-ui/mdx, @theme-ui/parse-props, @theme-ui/sidenav, @theme-ui/style-guide, @theme-ui/theme-provider, theme-ui

👨‍💻 Minor changes

  • Remove dependabot from the changelog (@hasparus)

🏠 Internal

📝 Documentation

🔩 Dependency Updates

Authors: 4

v0.11.0-develop.2

27 Jul 06:40
5a378bd
Compare
Choose a tag to compare
v0.11.0-develop.2 Pre-release
Pre-release

Release Notes

Add @theme-ui/css/utils with TypeScript CIF functions and fix preset types (#1862)

  • Added TypeScript Constrained identity functions makeTheme, makeStyles and makeColorsScale which can be imported from @theme-ui/css/utils.
  • Used aformentioned functions to properly define types of presets. Exported themes are now assignable to Theme but their types narrowly describe their exact values.


🚀 Enhancement

  • @theme-ui/color, @theme-ui/css, @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

Authors: 2

v0.11.0-develop.1

27 Jul 06:24
a7e27f6
Compare
Choose a tag to compare
v0.11.0-develop.1 Pre-release
Pre-release

🐛 Bug Fix

  • @theme-ui/core, @theme-ui/css

Authors: 1

v0.11.0-develop.0

19 Jul 17:23
27424d6
Compare
Choose a tag to compare
v0.11.0-develop.0 Pre-release
Pre-release

🎉 This release contains work from a new contributor! 🎉

Thank you, null@jordie23, for all your work!

🚀 Enhancement

  • @theme-ui/color-modes, @theme-ui/core, @theme-ui/editor, @theme-ui/theme-provider, theme-ui
    • fix(color-modes): combine colors in nested providers #1838 (@hasparus)

🐛 Bug Fix

  • Update global-styles.mdx #1858 (@jordie23)
  • @theme-ui/color-modes, @theme-ui/components, @theme-ui/core, @theme-ui/editor, gatsby-theme-style-guide, gatsby-theme-ui-layout, @theme-ui/match-media, @theme-ui/mdx, @theme-ui/parse-props, @theme-ui/sidenav, @theme-ui/style-guide, @theme-ui/theme-provider, theme-ui

👨‍💻 Minor changes

  • Remove dependabot from the changelog (@hasparus)

🏠 Internal

📝 Documentation

Authors: 2

v0.10.1-develop.0

19 Jun 17:05
7b95ed0
Compare
Choose a tag to compare
v0.10.1-develop.0 Pre-release
Pre-release

🐛 Bug Fix

  • @theme-ui/color-modes, @theme-ui/core, @theme-ui/editor, @theme-ui/theme-provider, theme-ui
    • fix(color-modes): combine color modes in nested theme providers #1812 (@hasparus)

Authors: 1