Handle PR feedback
This commit is contained in:
parent
01b96ebea5
commit
bd54541ca0
|
@ -7,11 +7,15 @@ import { ToggleControl } from '@wordpress/components';
|
||||||
import { Component, Fragment } from '@wordpress/element';
|
import { Component, Fragment } from '@wordpress/element';
|
||||||
import { compose } from '@wordpress/compose';
|
import { compose } from '@wordpress/compose';
|
||||||
import { withDispatch } from '@wordpress/data';
|
import { withDispatch } from '@wordpress/data';
|
||||||
import { getCurrentDates, appendTimestamp, getDateParamsFromQuery } from '@woocommerce/date';
|
|
||||||
import { getNewPath, getPersistedQuery } from '@woocommerce/navigation';
|
|
||||||
import moment from 'moment';
|
import moment from 'moment';
|
||||||
import { find } from 'lodash';
|
import { find } from 'lodash';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* WooCommerce dependencies
|
||||||
|
*/
|
||||||
|
import { getCurrentDates, appendTimestamp, getDateParamsFromQuery } from '@woocommerce/date';
|
||||||
|
import { getNewPath, getPersistedQuery } from '@woocommerce/navigation';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Internal dependencies
|
* Internal dependencies
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# 1.4.1 (unreleased)
|
# 1.4.1 (unreleased)
|
||||||
- Chart component: format numbers and prices using store currency settings.
|
- Chart component: format numbers and prices using store currency settings.
|
||||||
|
- Make `href`/linking optional in SummaryNumber.
|
||||||
|
|
||||||
# 1.4.0
|
# 1.4.0
|
||||||
- Add download log ip address autocompleter to search component
|
- Add download log ip address autocompleter to search component
|
||||||
|
@ -15,7 +16,6 @@
|
||||||
- Fix to avoid duplicated Y-axis ticks when the Y max value was 0.
|
- Fix to avoid duplicated Y-axis ticks when the Y max value was 0.
|
||||||
- Remove decimals from Y-axis when displaying currencies.
|
- Remove decimals from Y-axis when displaying currencies.
|
||||||
- Fix date formatting on charts in Safari.
|
- Fix date formatting on charts in Safari.
|
||||||
- Make `href`/linking optional in SummaryNumber.
|
|
||||||
|
|
||||||
# 1.3.0
|
# 1.3.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue