Skip to content

Finally!

Compare
Choose a tag to compare
@javivelasco javivelasco released this 04 Jun 20:40
· 955 commits to dev since this release

After this time I think the library is mature enough to be released as 1.0.0. A lot of changes are coming with this new version, I hope you like it and find it useful:

  • No more toolbox-loader needed. You can generate your themes in multiple ways, check the docs.
  • Each component is customizable via a theme property which makes easier to add custom style.
  • You can import components raw, without styles, and provide styles via props or context.
  • You can write your own stylesheet for components. Anybody wants to port to CSS Next? 🙄
  • You can use the repository in your package thanks to the inclusion of a compiled lib folder.
  • A lot of bugfixes (thanks to the community 👏)

Breaking changes

  • To import components with style you have to import either from the project root or from indexes. In case you were importing components directly from its definition file it will no longer have styles, please change your import.
  • Let know any other breaking change in the issues.