Releases: 5afe/safe-react-components
Releases · 5afe/safe-react-components
v0.9.4
- Fix static folder naming in upload script (#177)
v0.9.3
- Add step to upload storybook production build (#176)
v0.9.2
- Updated "Publish to NPM" Github Action to deploy storybook (#175)
v0.9.1
- New Approach of AddressInput Component (#174)
v0.9.0
- Fix type generation (#172)
- Added AddressInput Component (#167)
- Restore storybook for PR review and version publish (#168)
- Update README.md
v0.8.6
- fix: Bump version number (#165)
- Add icon type selection to copy component (#164)
- Allow to hide the default sort icon (#162)
v0.8.5
- Fix EthHashInfo props to receive always the two flags values (#161)
v0.8.4
- Chore: split snapshots in multiple files (#160)
- Receive a custom text to be copied (#159)
Gnosis Safe React Components v0.8.0
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
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