Skip to content

Releases: devtronaut/tablehub-component

Release v0.3.0

03 Nov 11:45
f9d28b4

Choose a tag to compare

Added

  • Tablehub logo and link to the website at the top of all tables.

Fixed

  • Wins row is not getting squished anymore on the Ranking table. Make table heading texts no-wrap.

Updated

  • Responsiveness now with container queries instead of media queries for more flexibility.
  • Demotables and renderDemoTables not needed anymore since no decision between responsiveness methods has to be made.

Release v0.2.0

01 Nov 10:25
66d1bf1

Choose a tag to compare

Added

  • tablehub.renderVolleyTables and tablehub.renderDemoTables to replace tablehub.renderTables and enable the demo table for use in browser contexts

Fixed

  • Dates on upcoming games now display in correct formats depending on screen width
  • Remove container query anchor from productive tables altogether to avoid bugs and conflicts with classic media queries

Updated

  • Improved responsiveness for the results table
  • Improved responsiveness for the rankings table (new breakpoint introduced to hide logos on very small phones)

Release v0.1.1

31 Oct 23:00
5cf97a4

Choose a tag to compare

Added

  • Components based on the original vbcunibern-clubdesk-v2

  • VolleyTables component for React based framework contexts (media queries)

  • DemoTables component for React based framework contexts (container queries; intended for demo purposes (see tablehub.ch))

  • tablehub.renderTables function for browser environments with React and ReactDOM installed

  • Rollup configuration to build and bundle the project for the above mentioned targets

  • Github workflow to bump version, create tag and release to publish the component to the NPMJS registry

Fixed

  • None

Updated

  • None