Skip to content

v1.1.0

Compare
Choose a tag to compare
@TahimiLeonBravo TahimiLeonBravo released this 24 Apr 14:22
· 1227 commits to master since this release
babf4c8

Report 04/22/2019 v1.1.0

Improvements

  • Add a new keyField prop to the Table component. It is for associate each row with a unique ID. (@LeandroTorresSicilia in pr #673)
  • Add a new selectedRows prop to the Table component. This receives an array with a list of keyField values of the selected rows. (@LeandroTorresSicilia in pr #673)
  • Add a new onRowSelection prop to the Table component. This is the action triggered when a row is selected. Receive the selectedRows array. (@LeandroTorresSicilia in pr #673)
  • Add a new maxRowSelection prop to the Table component. This is the maximum number of rows that can be selected; when the value is 1 the selection is made by radio buttons, otherwise with checkboxes. (@LeandroTorresSicilia in pr #673)
  • Add a new showCheckboxColumn prop to the Table component. Show or hide the checkbox column for row selection. (@LeandroTorresSicilia in pr #673)
  • Add a new isLoading prop to the Table component. This specifies whether data is being loaded. (@LeandroTorresSicilia and @TahimiLeonBravo in pr #692)
  • Add a new emptyIcon, emptyTitle and emptyDescription props to the Table component. Show a message in the table when the Table is empty. (@LeandroTorresSicilia and @TahimiLeonBravo in pr #692)
  • Add Unit test and Integration Test to the selection feature in Table component. (@LeandroTorresSicilia in pr #685)
  • Fix the readOnly styles in the Input component (@TahimiLeonBravo in pr #674)
    Add hover styles to the Table header when the columns are resizable (@TahimiLeonBravo in pr #686)