2022-01-06 12:53:30 +00:00
|
|
|
# Unreleased
|
2022-02-21 03:27:45 +00:00
|
|
|
|
2022-03-22 08:08:06 +00:00
|
|
|
# 4.0.1
|
|
|
|
|
2022-03-08 02:11:12 +00:00
|
|
|
- Update all js packages with minor/patch version changes. #8392
|
|
|
|
|
2022-02-21 03:27:45 +00:00
|
|
|
# 4.0.0
|
|
|
|
|
2022-02-21 02:34:25 +00:00
|
|
|
## Breaking changes
|
|
|
|
|
|
|
|
- Update dependencies to support react 17. #8305
|
|
|
|
- Drop support for IE11. #8305
|
2022-01-06 12:53:30 +00:00
|
|
|
|
2022-01-25 11:22:58 +00:00
|
|
|
# 3.2.0
|
|
|
|
|
2022-01-06 12:53:30 +00:00
|
|
|
- Remove dev dependency `@woocommerce/wc-admin-settings`. #8057
|
2022-01-19 02:15:33 +00:00
|
|
|
- Add "defaultDateRange" argument to "getAllowedIntervalsForQuery" for default period value. #8189
|
2022-01-20 00:20:18 +00:00
|
|
|
- Add type option to `getDateFormatsForInterval` to support `getDateFormatsForIntervalPhp` feature. #8129
|
2022-01-25 11:22:58 +00:00
|
|
|
- Sentence case all the things analytics #6501
|
|
|
|
- Fix end date for last periods #6584
|
2022-01-06 12:53:30 +00:00
|
|
|
|
2021-07-14 20:38:57 +00:00
|
|
|
# 3.1.0
|
|
|
|
|
|
|
|
- Fix commonjs module build, allow package to be built in isolation. #7286
|
|
|
|
|
2021-04-12 20:32:27 +00:00
|
|
|
# 3.0.0
|
2021-03-01 20:40:26 +00:00
|
|
|
|
|
|
|
- Take into account leap year in calculating `getLastPeriod`.
|
2021-04-12 20:32:27 +00:00
|
|
|
|
2021-03-12 03:58:51 +00:00
|
|
|
## Breaking changes
|
2021-03-01 20:40:26 +00:00
|
|
|
|
2021-03-12 03:58:51 +00:00
|
|
|
- Move Lodash to a peer dependency.
|
2021-04-12 20:32:27 +00:00
|
|
|
|
2020-08-04 03:10:36 +00:00
|
|
|
# 2.1.0
|
|
|
|
|
|
|
|
- Update to @wordpress/eslint coding standards.
|
|
|
|
|
2019-12-02 13:08:35 +00:00
|
|
|
# 2.0.0
|
2019-11-26 19:39:40 +00:00
|
|
|
|
2019-12-02 13:08:35 +00:00
|
|
|
## Breaking changes
|
|
|
|
|
2020-08-04 03:10:36 +00:00
|
|
|
- Decouple from global wcSettings object (#3278)
|
|
|
|
- Exported methods of the date package have been rewritten to accept a configuration object as their second parameter.
|
|
|
|
- `loadLocaleData` is no longer called within the date package. Consuming code must take care of that themselves.
|
2019-11-26 19:39:40 +00:00
|
|
|
|
2019-08-15 22:08:29 +00:00
|
|
|
# 1.2.1
|
|
|
|
|
2020-08-04 03:10:36 +00:00
|
|
|
- Update dependencies.
|
2019-08-15 22:08:29 +00:00
|
|
|
|
2019-06-27 01:00:44 +00:00
|
|
|
# 1.2.0
|
|
|
|
|
2020-08-04 03:10:36 +00:00
|
|
|
- Enhancement: gather default date settings from `wcSettings.wcAdminSettings.woocommerce_default_date_range` if they exist.
|
|
|
|
- Update license to GPL-3.0-or-later.
|
2019-06-27 01:00:44 +00:00
|
|
|
|
2019-04-11 18:43:45 +00:00
|
|
|
# 1.0.7
|
|
|
|
|
2020-08-04 03:10:36 +00:00
|
|
|
- Change text domain on i18n functions.
|
|
|
|
- Bump dependency versions.
|
2019-04-11 18:43:45 +00:00
|
|
|
|
2019-03-11 22:48:25 +00:00
|
|
|
# 1.0.6
|
|
|
|
|
2020-08-04 03:10:36 +00:00
|
|
|
- Removed timezone from `appendTimestamp()` output.
|
2019-03-11 22:48:25 +00:00
|
|
|
|
2019-01-16 16:39:37 +00:00
|
|
|
# 1.0.5
|
2019-01-11 15:51:24 +00:00
|
|
|
|
2020-08-04 03:10:36 +00:00
|
|
|
- Fixed bug in getAllowedIntervalsForQuery() to not return `hour` for default intervals
|
2019-01-11 15:51:24 +00:00
|
|
|
|
2018-12-17 19:40:39 +00:00
|
|
|
# 1.0.4
|
|
|
|
|
2020-08-04 03:10:36 +00:00
|
|
|
- Remove deprecated @wordpress/date::getSettings() usage.
|
2018-12-17 19:40:39 +00:00
|
|
|
|
2018-12-14 18:44:24 +00:00
|
|
|
# 1.0.3
|
|
|
|
|
2020-08-04 03:10:36 +00:00
|
|
|
- Fix missing comma seperator in date inside tooltips.
|
2018-12-14 18:44:24 +00:00
|
|
|
|
2018-11-29 21:34:01 +00:00
|
|
|
# 1.0.2
|
|
|
|
|
2020-08-04 03:10:36 +00:00
|
|
|
- Add `getChartTypeForQuery` function to ensure chart type is always `bar` or `line`
|