v1.1.0
TahimiLeonBravo
released this
24 Apr 14:22
·
1227 commits
to master
since this release
Report 04/22/2019 v1.1.0
- Update webdriverio version to
5.7.15
(@LeandroTorresSicilia in pr #690)
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
andemptyDescription
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
andIntegration Test
to theselection
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)