Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

47 lines (26 loc) · 1.94 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.8 (2020-12-14)

Bug Fixes

  • Icons: Prevent 'name' prop from being sent to html element (🔗)

1.0.7 (2020-12-03)

Bug Fixes

  • Select Icon size (🔗)
  • Select: Passing icon prop (🔗)

New Features

  • Select state variants (🔗)

1.0.6 (2020-11-20)

Bug Fixes

  • Should forward prop (🔗)
  • Button borderRadius and Heading lineHeight typo (🔗)

1.0.5 (2020-11-05)

Bug Fixes

  • components: Use React.Fragment instead of <> (daa2f83)

1.0.4 (2020-11-05)

Bug Fixes

  • components: Fix Button not recognizing __css prop (5233922)
  • components: Fix broken checkbox & radiobox due to styled-component 5.2 (8015504)

New Features

  • components: Add new components: List and Item (6a60542)
  • components: Add stretch prop to Button to stretch its clickable area (b47bea6)