Skip to content

Releases: code4rena-dev/components-library

v4.2.0

03 Sep 14:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

4.1.0

01 Aug 16:52
b325167
Compare
Choose a tag to compare

Adds new icons:

  • bookmark-solid
  • bug
  • check-circle
  • discussion
  • dot
  • logo-solana
  • logo-x
  • robot
  • suggestion
  • warning-square

v4.0.3

29 May 06:11
2d910f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.2...v4.0.3

Typescript Fix - Component typing

16 May 14:30
12e9cc5
Compare
Choose a tag to compare

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

09 Apr 18:34
6633072
Compare
Choose a tag to compare

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

27 Mar 00:02
635cd70
Compare
Choose a tag to compare

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

20 Feb 18:38
b825666
Compare
Choose a tag to compare

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

20 Feb 00:41
c390baf
Compare
Choose a tag to compare

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
  • facebook
  • linkedin
  • logo-blast
  • logo-polygon
  • twitter

Bug Fix - Contest Tile Tags Logo

15 Feb 23:57
26f0863
Compare
Choose a tag to compare

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

15 Feb 03:01
6b49c24
Compare
Choose a tag to compare

This version contains minor fixes to styling and typing for the recent Contest Tile updates.