Changelog for component package
This commit is contained in:
parent
a89716296c
commit
904ef37fb0
|
@ -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.
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue