Releases: code4rena-dev/components-library
v4.2.0
4.1.0
Adds new icons:
- bookmark-solid
- bug
- check-circle
- discussion
- dot
- logo-solana
- logo-x
- robot
- suggestion
- warning-square
v4.0.3
What's Changed
- Block level nesting audit by @SamusElderg in #67
- Minor release - minor bug fixes by @SamusElderg in #68
Full Changelog: v4.0.2...v4.0.3
Typescript Fix - Component typing
This version addresses an error that was coming from using React.FC
to type the components of the library.
Error:
Component cannot be used as a JSX component. Its return type React.FC is not a valid JSX element
Bug Fix - Updated Dropdown behavior
This version contains changes to allow the components library dropdown component to detect clicks outside of it and close automatically (under the condition that the openOnHover prop is not set to true)
Major Version - Image Upload Component
This new version includes the following changes:
- New component for image upload with support for drag & drop
- Minor fix to contest tiles
- prop correction to library icons
- Fixed spelling error in one of the available coding language options for exported type
CodingLanguage
Bug Fix - Contest Tile Icon Mapping
This version has a minor update to the icon mapping for the contest tile, which now includes the 'logo-blast' icon for the Blast ecosystem.
Minor Version - New Icons + Contest Tile Updates
This minor version contains changes to include 6 additional icons to the components library as well as some minor changes to the Contest Tile tags.
Added icons:
- copy
- logo-blast
- logo-polygon
Bug Fix - Contest Tile Tags Logo
This PR includes a minor fix to display the Etereum logo for the EVM ecosystem and all the EVM types as opposed to just displaying it for the value 'Ethereum'.
Bug Fix - Contest Tile Tags
This version contains minor fixes to styling and typing for the recent Contest Tile updates.