Changelog for component package

This commit is contained in:
Mike Jolley 2019-07-05 11:26:50 +01:00
parent a89716296c
commit 904ef37fb0
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# unreleased # unreleased
- SearchListItem component: new `countLabel` prop that will overwrite the `item.count` value. - SearchListItem component: new `countLabel` prop that will overwrite the `item.count` value.
# 3.1.0
- Added support for a countLabel prop on SearchListItem to allow custom counts.
# 3.0.0 # 3.0.0
- <DateInput> and <DatePicker> got a `disabled` prop. - <DateInput> and <DatePicker> got a `disabled` prop.
- TableCard component: new `onPageChange` prop. - TableCard component: new `onPageChange` prop.

View File

@ -1,6 +1,6 @@
{ {
"name": "@woocommerce/components", "name": "@woocommerce/components",
"version": "3.0.0", "version": "3.1.0",
"description": "UI components for WooCommerce.", "description": "UI components for WooCommerce.",
"author": "Automattic", "author": "Automattic",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",