Add components changelog entries.

This commit is contained in:
Jeff Stieler 2019-07-11 17:36:55 -06:00
parent 7a7283dffa
commit e29f86c2d1
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# unreleased
- SearchListItem component: new `countLabel` prop that will overwrite the `item.count` value.
- AdvancedFilters component: fire `onAdvancedFilterAction` for match changes.
- TableCard component: add `onSearch` an `onSort` function props.
# 3.1.0
- Added support for a countLabel prop on SearchListItem to allow custom counts.