Skip to content

Releases: thewca/wca-components

v0.6.0-Alpha

Choose a tag to compare

@FinnIckler FinnIckler released this 12 Mar 19:54
cd8ee57

What's Changed

  • Allow for importing a single css file instead of the whole bundle
  • Fix event selector to not wrap when used in small containers

v0.5.2-Alpha

Choose a tag to compare

@FinnIckler FinnIckler released this 25 Aug 06:37
3916043

Hotfix for not adding wca-helpers to the peer dependencies

v0.5.1-Alpha

Choose a tag to compare

@FinnIckler FinnIckler released this 24 Aug 03:25
5af0ced

This version lowers the minimum required version of React to 17

v0.5.0-Alpha

Choose a tag to compare

@FinnIckler FinnIckler released this 04 Jul 08:20
d31539c

Version 0.5 adds a RegistrationsTable styled after the UMD Document and deprecates the NonInteractiveTable Component.

Other Changes:

  • Added Popup when Hovering over a CubingIcon
  • Changed EventSelector to be a controlled component.
    Screenshots:
    Screenshot from 2023-07-03 16-45-42

v0.4.0-Alpha

Choose a tag to compare

@FinnIckler FinnIckler released this 22 Jun 17:15
3cb72c2

This Version adds the Sidebar component from the main website and a FlagIcon component.
Pictures:
Screenshot from 2023-06-22 19-15-07

v0.3.0-Alpha

Choose a tag to compare

@FinnIckler FinnIckler released this 13 Jun 17:20

This Version adds the NonInteractiveTable component, this is a Component that is meant for displaying tables with information in it like Rankings or Competitor Lists. It is not meant for interactive tables like /edit/registrations or competition Results. It supports links, icons and flags as part of the columns.

Examples:
Rankings:
Screenshot from 2023-06-13 16-27-07
Competitors:
Screenshot from 2023-06-13 16-27-22

v0.2.3-Alpha

Choose a tag to compare

@FinnIckler FinnIckler released this 07 Jun 08:31

This is a bugfix release that fixes #1 and adds proper support for react router based links.

v0.2.2-Alpha

Choose a tag to compare

@FinnIckler FinnIckler released this 05 Jun 19:23

This is a bugfix release which removes the whitespace from the wca icon which breaks the minifier

v0.2.1-Alpha

Choose a tag to compare

@FinnIckler FinnIckler released this 05 Jun 18:45

This is a bugfix release, adding the wca-logo correctly to the icons and making sure that icon sizes do not get overridden by fomantic

v0.2.0-Alpha

Choose a tag to compare

@FinnIckler FinnIckler released this 05 Jun 14:11

This release adds the Footer, the Header and the UI Icon components. These components would be enough to build the current navbar on the monolith, but it would require injecting a lot of Ruby variables into it.

Header:
The component is build as generic as possible, and takes an array of dropdowns, which in turn takes an array of items/dividers
Screenshot from 2023-06-05 16-06-30
Footer:
The Footer Component takes a list of links, which need a title and a path and can optionally have an icon and a css class.
Screenshot from 2023-06-05 16-05-12