Skip to content

Releases: sematext/sematable

v2.11.3

27 Jan 09:15
Compare
Choose a tag to compare

No functional changes.
Allows a wider span of React peer dependency versions (added v16 and v17).
Fixes security liabilities by removing non-essential packages (storybook, watch).

v2.9.0

10 May 09:18
Compare
Choose a tag to compare
Bump version to 2.9.0

2.1.0

18 Sep 10:15
Compare
Choose a tag to compare
  • Upgraded react-select to v2

v1.13.0

15 Jan 08:51
Compare
Choose a tag to compare
  • We now show three dots to indicate that pagination is not complete (#84)
  • Pagination can now be hidden (so it can be shown separately with PaginationContainer) (#87)

v1.10.0

14 Sep 11:35
Compare
Choose a tag to compare
  • Pagination control improved in cases where there are many pages. We now always show a fixed number of pages relative to the current page, along with the first and last page.

v1.9.0

26 Oct 20:43
Compare
Choose a tag to compare
  • Added PaginationContainer that you can use to better control where pagination will be shown
  • Added plain configuration option. When specified, sematable wrapper will only return your table component, without the bootstrap grid, and without the page size, filter, and pagination controls (you can add them with PaginationContainer, PageSizeContainer, and FilterContainer)

v1.8.0

17 Oct 14:46
Compare
Choose a tag to compare
  • You can now show the filter and page size component somewhere else in your app by using FilterContainer and PageSizeContainer provided components (see the readme for more info)
  • pagination-sm is no longer used as the default pagination class name

v1.7.0

06 Sep 19:05
Compare
Choose a tag to compare

Upgraded dependencies and adjusted source to avoid triggering warnings in react v15.5.0.

v1.6.0

21 Jul 09:19
Compare
Choose a tag to compare
  • Changed default filter placeholder text
  • Added 15 and 20 to default page sizes
  • Filter placeholder prop type adjusted so it doesn't throw warnings on react nodes

v1.5.0

21 Jul 09:18
Compare
Choose a tag to compare
  • Table props are now passed to componentProps (#59)