Updating changelogs for npm release. (https://github.com/woocommerce/woocommerce-admin/pull/1088)
* Updating changelogs for npm release. * Adding in a few more changelog items.
This commit is contained in:
parent
80f1b2f256
commit
88b81beac0
|
@ -3,6 +3,12 @@
|
|||
- Update `<Table />` to use header keys to denote which columns are shown
|
||||
- Add `onColumnsChange` property to `<Table />` which is called when columns are shown/hidden
|
||||
- Add country autocompleter to search component
|
||||
- Adding new `<Chart />` component.
|
||||
- Added new `showDatePicker` prop to `<Filters />` 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 `<Filters />`.
|
||||
- Bug fix for `<SummaryNumber />` returning N/A instead of zero.
|
||||
- Bug fix for screen reader label IDs in `<Table />` header.
|
||||
- Added new component `<TextControlWithAffixes />`.
|
||||
|
||||
# 1.2.0
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue