Skip to content

Releases: sematext/sematable

v1.3.0

25 Jan 14:23
Compare
Choose a tag to compare
  • Total number of rows is now shown next to page size

⚠️ Breaking changes

  • Sort order was previously inversed. This is fixed now, but if you have defined default sortDirection in some sematable, you will need to flip the value (asc -> desc, desc -> asc) to get the same order.

v1.2.3

25 Jan 14:20
Compare
Choose a tag to compare
  • It's now possible to override filter and page size components class name (9756fbd)
  • Fixed #14 (default sort config)

v1.2.2

29 Nov 09:58
Compare
Choose a tag to compare
  • Fixes initialization of table when filterValue is not provided 😪

v1.2.1

29 Nov 09:43
Compare
Choose a tag to compare
  • Fixes #9
  • Makes pagination auto-hide configurable (with autoHidePagination: true|false)

v1.2.0

29 Nov 09:41
Compare
Choose a tag to compare

Support for auto hiding pagination if there's only one page: #2

v1.1.1

15 Nov 20:22
Compare
Choose a tag to compare
  • Fix filterText not being reset on state destroy

v1.1.0

15 Nov 20:17
Compare
Choose a tag to compare
  • Added support for tag-like filters #3

Breaking changes

  • filterable prop is renamed to searchable