- Feature - Extract class names from highlightCell, searchColumns. #17
- Feature - Allow disabling specific search columns by setting
filterable: falseat 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
undefinedvalue athighlightCell. #8
- Docs - Use
inputovertextfieldat the readme example.
- Docs - Tune Reactabular example so that it actually runs.
- Feature - Allow
Fieldcomponent customization. #1 - Feature - Pass
columntocastingStrategyas 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
falseifpropertyis not defined. #228
- Breaking -
search.multipleColumnsandsearch.singleColumnnow accept acastingStrategyparameter to define how to cast properties when searching. By default, everything by arrays is cast to a string. - Feature -
search.matchesnow traverses arrays and returns results in the same shape.
- Initial release.