diff --git a/plugins/woocommerce-admin/packages/components/CHANGELOG.md b/plugins/woocommerce-admin/packages/components/CHANGELOG.md index 2b916c7f3ed..ae8a1456f08 100644 --- a/plugins/woocommerce-admin/packages/components/CHANGELOG.md +++ b/plugins/woocommerce-admin/packages/components/CHANGELOG.md @@ -3,6 +3,12 @@ - Update `` to use header keys to denote which columns are shown - Add `onColumnsChange` property to `
` which is called when columns are shown/hidden - Add country autocompleter to search component +- Adding new `` component. +- Added new `showDatePicker` prop to `` component which allows to use the filters component without the date picker. +- Added new taxes and customers autocompleters, and added support for using them within ``. +- Bug fix for `` returning N/A instead of zero. +- Bug fix for screen reader label IDs in `
` header. +- Added new component ``. # 1.2.0 diff --git a/plugins/woocommerce-admin/packages/date/CHANGELOG.md b/plugins/woocommerce-admin/packages/date/CHANGELOG.md index 30143f01efb..d6b9fe0624a 100644 --- a/plugins/woocommerce-admin/packages/date/CHANGELOG.md +++ b/plugins/woocommerce-admin/packages/date/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.0.3 + +- Fix missing comma seperator in date inside tooltips. + # 1.0.2 - Add `getChartTypeForQuery` function to ensure chart type is always `bar` or `line`