Skip to content

Releases: sematext/sematable

v1.4.6

28 Apr 11:37
Compare
Choose a tag to compare

Improvements:

  • you can now use className in column definitions to set the css class to be used for column's <td> element

v1.4.5

27 Mar 13:16
Compare
Choose a tag to compare

Improvements:

  • peerDependencies are now used for react, redux, font-awesome, and bootstrap
  • fixed storybook not running on Windows

v1.4.4

06 Mar 13:17
Compare
Choose a tag to compare

Improvements:

  • #36 Show message instead of empty table by default, and allow custom messages

Fixes:

  • #37 title property is now copied into header props

v1.4.3

27 Feb 10:45
Compare
Choose a tag to compare

Improvements

  • #33 removed unnecessary columns inside pagination control
  • #32 made filter placeholder customizable, and improved the default text

v1.4.2

20 Feb 08:54
Compare
Choose a tag to compare

Improvements:

  • #13: Support for custom page size with defaultPageSizes

Fixes:

  • #31: Fixed the as-you-type text filter not being case-insensitive
  • #24: Fixed bootstrap tooltip not being used for non-sortable header title

v1.4.1

13 Feb 13:27
Compare
Choose a tag to compare

Improvements:

#23: Allow more general headers (node instead of text-only)
#24: Provide option to set column header title
#25: Set nowrap on page size label

Documentation

#18: New storybook story for editable cells, and support to run storybook with either Bootstrap 3 or Bootstrap 4
#26: Fix number of params in README

v1.4.0

02 Feb 14:03
Compare
Choose a tag to compare

⚠️ Removed table-responsive wrapper which was applied by default. This can be a breaking change.

v1.3.3

02 Feb 08:55
Compare
Choose a tag to compare
  • Table now accepts CheckboxComponent property for using a custom component to render row selection checkboxes

v1.3.2

26 Jan 08:39
Compare
Choose a tag to compare
  • Fixed "false" being shown next to page size when "all" is select (2652d31)

v1.3.1

25 Jan 15:50
Compare
Choose a tag to compare
  • Fixed handling on undefined values while sorting. Undefined value are now moved to the tail end of the sorted array.