Skip to content

0.13.0

Compare
Choose a tag to compare
@davidhu2000 davidhu2000 released this 25 Jun 23:21
· 69 commits to main since this release
a0609b1

Major Changes

Feature: Removed @emotion/react as a dependency and rewrote all components as functional components. This library now has ZERO dependencies.

This resulted in a huge component size reduction. As compared between 0.12.0 and 0.13.0

0.13.0
Screen Shot 2022-06-25 at 4 20 30 PM
0.12.0
Screen Shot 2022-06-25 at 4 20 34 PM

Feature: Add support for custom props such as aria-label
Feature: Updated RiseLoader rise amount to be the same as size prop instead of hard coded 30px

Breaking Change: css prop is renamed to cssOverride to avoid conflicts with css-in-js libraries

Storybook is introduced to better demo the components. The demo site is simplified to only allow color changes.

Minor Changes

  • replaced enzyme with react testing library
  • bugfix: add display: inherit to the default styles to fix the rendering issue
  • bugfix: GridLoader's rendering issue