Releases: thewca/wca-components
v0.6.0-Alpha
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
Hotfix for not adding wca-helpers to the peer dependencies
v0.5.1-Alpha
This version lowers the minimum required version of React to 17
v0.5.0-Alpha
v0.4.0-Alpha
v0.3.0-Alpha
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.
v0.2.3-Alpha
This is a bugfix release that fixes #1 and adds proper support for react router based links.
v0.2.2-Alpha
This is a bugfix release which removes the whitespace from the wca icon which breaks the minifier
v0.2.1-Alpha
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
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
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.