Skip to content

Releases: ZeroarcSoftware/tabletable

v4.8.0 - Beta

04 May 16:33
c678dd9
Compare
Choose a tag to compare
v4.8.0 - Beta Pre-release
Pre-release

Features

  • Column sorting #7
  • Typescript conversion
  • Inline row editing (experimental)
  • External filter text setting/resetting
  • Add dual scroll bar for responsive tables

Bugs

  • Clear filter button works even without filter populated to preserve search

v3.0.0

10 Aug 17:10
Compare
Choose a tag to compare

Features

  • Pager styling updated to bootstrap 4 classes
  • Font awesome icons updated to FA5.

v2.2.1

07 Aug 18:18
Compare
Choose a tag to compare

Features

  • Webpack 4
  • Flow type fixes

v2.2.0

07 Aug 17:56
Compare
Choose a tag to compare

Features

  • React 16

v1.3.0

13 Jun 17:31
Compare
Choose a tag to compare

Features

  • Added external page handling via currentPage prop and onPageChange handler method

v0.5.0

09 Sep 17:14
Compare
Choose a tag to compare

Features

  • Make data propType validator use isIterable() for validation instead of Seq. This will reduce extraneous propType warnings.
  • Update to latest version of React

v0.4.0

02 May 16:53
Compare
Choose a tag to compare

Features

  • React 15
  • Switched to babel 6

v0.3.1

10 Dec 18:04
Compare
Choose a tag to compare

Bugs

  • Fiter text was specific to original use case ("Outputs"). Changed to "Type to filter".

v0.3.0

11 Nov 22:17
Compare
Choose a tag to compare

Breaking Changes

  • rowCssClass column definition property renamed to elementCssClass

Features

  • Row context feature added to alleviate duplicate computations per column
  • rowCssClass repurposed to only effect elements
  • Upgrade to React 0.14.2

v0.2.0

29 Oct 16:59
Compare
Choose a tag to compare

Breaking Changes

  • cssClass column definition property split into headerCssClass and rowCssClass

Features

  • Upgrade to React 0.14.1
  • Add content to Readme.md

Bugs

  • Fixed pager bug that could cause user to end up on invalid page when filtering