Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Gnosis Safe React Components v0.5.0

Compare
Choose a tag to compare
@nicosampler nicosampler released this 19 Feb 11:54
9f718d1

What's new

  • Add network error in FixedIcon (#71)
  • Add Link Component (#73)
  • Add Dot component (#77)
  • Add Accordion component (#85)
  • Add Tooltip component (#92)

What has changed

  • Card: Pass extra props (#76) add disabled prop (#77)
  • Title: add strong prop (#77)
  • Button: add new button variant outlined-bordered. (#77)
  • TextField: inputProps are passed down to MUI component. (#80)
  • Tabs: set proper background color and center icons from (#87) fix text spacing (#91)
  • Icon: Chevron add padding (#88)

Chore changes

  • Button: full refactor (#94)
  • Bump dependencies
  • Add React.js 17.x.x as valid peer dependency ( #97 )
  • Remove polished direct dependency ( #99 )