- Feature - Extract class names from highlightCell, searchColumns. #17
- Feature - Allow disabling specific search columns by setting
filterable: false
at a column. #16
- Chore - Support React 16. #15
- Fix - Handle arrays correctly within the highlight formatters. #14
- Chore - Mention searchtabular-antd.
- Refactor - React 15.5 upgrades, fixed deprecations, Jest upgrade. #11
- Feature - Allow searching against arrays. #10
- Bug fix - Add a guard against
undefined
value athighlightCell
. #8
- Docs - Use
input
overtextfield
at the readme example.
- Docs - Tune Reactabular example so that it actually runs.
- Feature - Allow
Field
component customization. #1 - Feature - Pass
column
tocastingStrategy
as its second parameter. #2
- Feature - Integrate
reactabular-search-columns
. See README for an example. - Feature - Integrate
reactabular-search-field
. See README for an example.
- Feature - Integrate highlighting functionality from
reactabular-highlight
. See README for the exact API.
- Initial re-release under a different name.
- Bug fix - Return
false
ifproperty
is not defined. #228
- Breaking -
search.multipleColumns
andsearch.singleColumn
now accept acastingStrategy
parameter to define how to cast properties when searching. By default, everything by arrays is cast to a string. - Feature -
search.matches
now traverses arrays and returns results in the same shape.
- Initial release.