Skip to content

v0.15.1

Compare
Choose a tag to compare
@marboro92 marboro92 released this 11 Nov 16:59
· 1521 commits to master since this release

Added

  • Added full-table width heading support in the in the Table
  • Added an option to customize cells per row to acheive custom styles for headings in Table
  • Added onBlur to Select
  • Added an example of sorting to Table along with a SortingHeader component which can be used when is sorted by column

Changed

  • Removed all paddings including horizontal padding on TableCell when using a cellRenderer in Table Table

  • Added ability to add preffix and suffix to the Input component

  • Height on select changed to min-height to support multiple rows of selections (#441)