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

Releases: 5afe/safe-react-components

v0.9.4

14 Dec 12:23
a17f22f
Compare
Choose a tag to compare
  • Fix static folder naming in upload script (#177)

v0.9.3

14 Dec 08:53
1d88aa6
Compare
Choose a tag to compare
  • Add step to upload storybook production build (#176)

v0.9.2

03 Dec 17:38
5786732
Compare
Choose a tag to compare
  • Updated "Publish to NPM" Github Action to deploy storybook (#175)

v0.9.1

30 Nov 16:49
8d931ab
Compare
Choose a tag to compare
  • New Approach of AddressInput Component (#174)

v0.9.0

24 Nov 16:05
f88d990
Compare
Choose a tag to compare
  • Fix type generation (#172)
  • Added AddressInput Component (#167)
  • Restore storybook for PR review and version publish (#168)
  • Update README.md

v0.8.6

10 Nov 08:30
974f277
Compare
Choose a tag to compare
  • fix: Bump version number (#165)
  • Add icon type selection to copy component (#164)
  • Allow to hide the default sort icon (#162)

v0.8.5

28 Oct 10:53
a57de15
Compare
Choose a tag to compare
  • Fix EthHashInfo props to receive always the two flags values (#161)

v0.8.4

28 Oct 10:07
Compare
Choose a tag to compare
  • Chore: split snapshots in multiple files (#160)
  • Receive a custom text to be copied (#159)

Gnosis Safe React Components v0.8.0

19 Aug 09:57
bf42522
Compare
Choose a tag to compare

Added

  • Downscale collectibles icon (#143)

Fixed

  • Updated material-ui to v4.12 to avoid deprecated method warning (#146)

Chore

  • Remove classnames direct dependency
  • Types improvements
  • Minor dev dependencies update

Gnosis Safe React Components v0.7.0

22 Jul 16:48
c9258bb
Compare
Choose a tag to compare

Added

  • Import / Export icon ( #131 )
  • Add hover state for icons that behave like buttons ( #135 )
  • Breadcrumb component ( #79 )

Fixed

  • Don't show sorting arrow when no sorting function is passed ( #129 )

Chore