Skip to content

v0.14.0

Compare
Choose a tag to compare
@hasparus hasparus released this 21 Mar 12:53

Migration Notes

  • theme-ui, @theme-ui/components and @theme-ui/mdx packages no longer
    depend on @emotion/styled.

  • Previously deprecated Component.withComponent API was removed.

  • as prop was removed from Themed.X components from @theme-ui/mdx.

    • All occurences of <Themed.X as="element"> can be changed to
      <element sx={t => t.styles.X} />.

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Brage (@braaar)

❤️ peterlits zo (@PeterlitsZo)

❤️ Ryan Turner (@rtturner)

❤️ Cannon Lock (@CannonLock)

🚀 Enhancement

  • feat(examples/next): Add new deps, fully use TSX, rebuild #2068 (@lachlanjc)
  • @theme-ui/components, @theme-ui/css, gatsby-plugin-theme-ui, @theme-ui/mdx, @theme-ui/sidenav, @theme-ui/theme-provider, theme-ui
  • @theme-ui/tailwind
    • feat(tailwind): Upgrade Tailwind theme conversion for v3.0 #2082 (@lachlanjc)
  • @theme-ui/custom-properties
    • feat(custom-properties): Warn in development on invalid theme keys #2080 (@lachlanjc)
  • @theme-ui/color-modes
    • feat(color-modes): Warn when theme color keys have leading/trailing whitespace #2099 (@lachlanjc)
  • theme-ui

🐛 Bug Fix

  • fix(docs): make layout more consistent #2168 (@hasparus)
  • feat(docs): Add custom content for sketchy preset demo #1236 (@atanasster @hasparus @lachlanjc)
  • fix(docs): Update recommendations in Keyframes doc #2079 (@lachlanjc)
  • docs: add dependencies to "getting started" #2075 (@braaar)
  • @theme-ui/color-modes
    • fix(color-modes): properly use print mode even if its name is initialColorModeName #2090 (@hasparus)
  • gatsby-plugin-theme-ui
    • fix(gatsby-plugin-theme-ui,docs): Dependency Updates #2138 (@LekoArts)
  • @theme-ui/style-guide
    • fix(style-guide): use inherited fontSize for ColorPalette color labels #2135 (@braaar)
  • @theme-ui/components
    • fix(components): Update IconButton type definition to include size prop #2121 (@rtturner)
    • components: Fix visual collapsing bug with Switch component #2067 (@lachlanjc)
  • @theme-ui/sidenav

👨‍💻 Minor changes

  • Update jsx-pragma.mdx (@hasparus)
  • docs(examples/next): fix case insensitive import (@hasparus)

🏠 Internal

📝 Documentation

Authors: 8