diff --git a/plugins/woocommerce-admin/packages/components/CHANGELOG.md b/plugins/woocommerce-admin/packages/components/CHANGELOG.md index 80dac5a6c27..ed16da2f3bc 100644 --- a/plugins/woocommerce-admin/packages/components/CHANGELOG.md +++ b/plugins/woocommerce-admin/packages/components/CHANGELOG.md @@ -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.