Skip to content

2.0.0

Choose a tag to compare

@felix-bohlin felix-bohlin released this 19 Aug 08:41
e99e6f5

2.0 🥳

This is more of a behind-the-scenes update making it easier to maintain this library. There are however some breaking changes listed below. I want to thank everyone that submittet PR's and issues and feedback!

Breaking changes

  • New (and improved) folder structure
  • Rename component sub-@layer from "components.base" and "components.has-deps" to "components.root" and "components.extended"
  • Remove docs from repo and move to separate repo
  • Switched from lightningcss to postcss to make my life easier - lightningcss was too fiddly and errored a lot

Other changes

  • Make OPUI installable from npm
  • Added pre-bundled versions of Open Props UI with and without Open Props (solves #181 I think)
  • fix(progress): wrap code in @layer
  • fix(theme): make sure color scheme fallbacks work correctly by @felix-bohlin in #189
  • Update checkbox.md by @Deufel in #227
  • feat: clean out all docs and move files around by @felix-bohlin in #269