Skip to content

Latest commit

 

History

History
257 lines (108 loc) · 8.92 KB

CHANGELOG.md

File metadata and controls

257 lines (108 loc) · 8.92 KB

Changelog

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)

Features

  • add no matches text in body (0600de3), closes #21

2.0.0-alpha.29 (2019-07-05)

2.0.0-alpha.28 (2019-07-05)

Bug Fixes

  • filter: remove native delete button for IE11 (d805978)

2.0.0-alpha.27 (2019-07-04)

Bug Fixes

  • filter: fix broken markup for IE11 (e557ac4)
  • markup: add overflow-x to table body (d5e45a2)

2.0.0-alpha.26 (2019-07-03)

Bug Fixes

  • 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)

Bug Fixes

  • filter: placeholder translation (4724593)

2.0.0-alpha.23 (2019-06-29)

Bug Fixes

  • reset filterValues to empty list, instead of initial value (bd82108)
  • select all check only computed data (e190a2c)

Documentation

  • add description about alternative library (4039c24)

Features

  • filter: add autocomplete to filter input (4636ec2)

Refactoring

  • 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)

Bug Fixes

  • dependencies: fix vulnerabilities (55a4f91)

2.0.0-alpha.19 (2019-06-04)

Features

  • sort: Add sort for multiple columns (03b96a2)

BREAKING CHANGES

  • sort: Now prop sort receives array of sorting options for columns

2.0.0-alpha.18 (2019-05-17)

Bug Fixes

  • search: handle many branches for search (3588ad2)

2.0.0-alpha.17 (2019-05-17)

Bug Fixes

  • search: omit unattainable path in object (881280a)

2.0.0-alpha.16 (2019-04-30)

Features

  • toolbarActions: now receives data, computedData and displayData (8797e09)

2.0.0-alpha.15 (2019-04-28)

2.0.0-alpha.14 (2019-04-28)

Bug Fixes

  • add unsub in cwun + recreating model binding in Provider (6a13d47)

2.0.0-alpha.13 (2019-04-26)

Features

  • add actions for each row (1d2d214)

2.0.0-alpha.12 (2019-04-26)

Code Refactoring

  • move to state manager effector (647b358)

BREAKING CHANGES

  • customCell moved from columns to generic props and change function signature. See documentation at README.md

2.0.0-alpha.8 (2019-03-31)

Code Refactoring

  • add selectedData based on data refs (60858fc)
  • optimized handler for state changing (ca1e009)

BREAKING CHANGES

    • selectedRows now is selectedData
  • localization.toolbarSelect.selectedRows fn now is selectedData fn
  • selectedData now receives array of data's objects refs.
  • toolbarSelectActions receives selectedData, updateSelectedData instead of selectedRows and updateSelectedRows
  • deprecate metaSymbol
  • Props onShowSearchBarChanged, onSearchValueChanged, onSortChanged, onFilterValuesChanged, onPageChanged, onPerPageChanged were removed. Now need to use onStateChanged

2.0.0-alpha.6 (2019-02-20)

Bug Fixes

  • Fix select for perPage option for material-ui@>1.5 (8f92cd0)

Features

  • Using datatable model separate from table component (840cff7)

BREAKING CHANGES

  • From exports was removed withReactMUIDatableModel

2.0.0-alpha.5 (2019-02-19)

Bug Fixes

  • backward compatibility with material-ui@>1.0 (52e3842)

2.0.0-alpha.4 (2019-02-19)

Bug Fixes

  • unselect only deleted rows (1daabdd)

Features

  • Add onFilterValuesChanged prop (c88a041)
  • Add onPageChanged prop (50eebc5)
  • Add onPerPageChanged prop (a27a956)
  • Add onSearchValueChanged prop (bd289b9)
  • Add onShowSearchBarChanged prop (19b5474)
  • Add onSortChanged prop (f2549dc)
  • Add toolbarActions prop (f21654b)