All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0-alpha.30 (2019-11-10)
2.0.0-alpha.29 (2019-07-05)
2.0.0-alpha.28 (2019-07-05)
- filter: remove native delete button for IE11 (d805978)
2.0.0-alpha.27 (2019-07-04)
2.0.0-alpha.26 (2019-07-03)
- filter: autosizing font in virtualized list (a40663c)
- filter: filter list fill only with number and string values (c95a45a)
2.0.0-alpha.25 (2019-06-30)
2.0.0-alpha.24 (2019-06-29)
- filter: placeholder translation (4724593)
2.0.0-alpha.23 (2019-06-29)
- reset filterValues to empty list, instead of initial value (bd82108)
- select all check only computed data (e190a2c)
- add description about alternative library (4039c24)
- filter: add autocomplete to filter input (4636ec2)
- createStoreConsumer replace with hook useStore (3ac47ef)
2.0.0-alpha.22 (2019-06-14)
2.0.0-alpha.21 (2019-06-07)
2.0.0-alpha.20 (2019-06-06)
- dependencies: fix vulnerabilities (55a4f91)
2.0.0-alpha.19 (2019-06-04)
- sort: Add sort for multiple columns (03b96a2)
- sort: Now prop
sort
receives array of sorting options for columns
2.0.0-alpha.18 (2019-05-17)
- search: handle many branches for search (3588ad2)
2.0.0-alpha.17 (2019-05-17)
- search: omit unattainable path in object (881280a)
2.0.0-alpha.16 (2019-04-30)
- toolbarActions: now receives data, computedData and displayData (8797e09)
2.0.0-alpha.15 (2019-04-28)
2.0.0-alpha.14 (2019-04-28)
- add unsub in cwun + recreating model binding in Provider (6a13d47)
2.0.0-alpha.13 (2019-04-26)
- add actions for each row (1d2d214)
2.0.0-alpha.12 (2019-04-26)
- move to state manager effector (647b358)
customCell
moved fromcolumns
to generic props and change function signature. See documentation at README.md
2.0.0-alpha.8 (2019-03-31)
-
selectedRows
now isselectedData
localization.toolbarSelect.selectedRows
fn now isselectedData
fnselectedData
now receives array ofdata
's objects refs.toolbarSelectActions
receivesselectedData
,updateSelectedData
instead ofselectedRows
andupdateSelectedRows
- deprecate
metaSymbol
- Props
onShowSearchBarChanged
,onSearchValueChanged
,onSortChanged
,onFilterValuesChanged
,onPageChanged
,onPerPageChanged
were removed. Now need to useonStateChanged
2.0.0-alpha.6 (2019-02-20)
- Fix select for perPage option for material-ui@>1.5 (8f92cd0)
- Using datatable model separate from table component (840cff7)
- From exports was removed
withReactMUIDatableModel
2.0.0-alpha.5 (2019-02-19)
- backward compatibility with material-ui@>1.0 (52e3842)
2.0.0-alpha.4 (2019-02-19)
- unselect only deleted rows (1daabdd)