2019-12-05 22:38:26 +00:00
# (unreleased)
- `getPersistedQuery` Add a filter for extensions to add a persisted query, `woocommerce_admin_persisted_queries` .
2019-12-02 13:08:35 +00:00
# 4.0.0
## Breaking Changes
- decouples `wcSettings` from the package (#3294)
- `getAdminLink` is no longer available from this package. It is exported on the `wcSettings` global via the woo-blocks plugin (v2.5 or WC 3.9) when enqueued via the `wc-settings` handle.
2019-12-05 22:38:26 +00:00
2019-08-15 22:08:29 +00:00
# 3.0.0
2019-07-01 08:41:57 +00:00
- `getHistory` updated to reflect path parameters in url query.
- `getNewPath` also updated to reflect path parameters in url query.
2019-07-16 08:56:24 +00:00
- `stringifyQuery` method is no longer available, instead use `addQueryArgs` from `@wordpress/url` package.
2019-08-18 22:24:59 +00:00
- Added a new `<Form />` component.
- Stepper component: Add new `content` and `description` props.
2019-11-22 17:07:26 +00:00
- Remove `getAdminLink()` and dependency on global settings object.
2019-07-01 08:41:57 +00:00
2019-06-27 01:00:44 +00:00
# 2.1.1
2019-07-05 10:26:12 +00:00
- Update license to GPL-3.0-or-later
2019-06-27 01:00:44 +00:00
2019-04-11 18:43:45 +00:00
# 2.1.0
2019-07-01 08:41:57 +00:00
2019-02-26 10:06:37 +00:00
- New method `getSearchWords` that extracts search words given a query object.
2019-04-11 18:43:45 +00:00
- Bump dependency versions.
2019-02-26 10:06:37 +00:00
2019-02-06 19:28:29 +00:00
# 2.0.0
- Replace `history` export with `getHistory` (allows for lazy-create of history)
2018-11-29 21:34:01 +00:00
# 1.1.0
- Rename `getTimeRelatedQuery` to `getPersistedQuery`