Skip to content

v2.0.0

Choose a tag to compare

@agrawal-rohit agrawal-rohit released this 03 Jan 00:22
· 666 commits to main since this release

2.0.0 (2022-01-03)

Bug Fixes

  • extendtheme: updated to a leaner and more readable implementation of extendTheme (b552189)
  • Palette Types: fixed the expanded color types for the theme palette (a6edaff)

Features

  • Web Support: added web support for the Spinner component (efd5420,9983319)
  • Avatar: New Avatar component (d9eae07,5753fa3)
  • extendtheme: updated the extendTheme function to return a type-enforced theme object (a29e879)
  • Responsivity: added breakpoints in theme and updated the expected format for responsive props (72cdfe7, a82953e, 011ceb3, 621fa3a, closes #106)
  • Types: exporting types from the module (2a477e0)

Performance Improvements

BREAKING CHANGES

  • Typography: Removed the previous text style configuration process and added new typography configuration
  • ThemeProvider: the prop defaultColorMode has been renamed to initialColorMode