2022-02-21 02:34:25 +00:00
# Unreleased
2022-02-21 03:27:45 +00:00
2022-04-07 06:34:42 +00:00
- Update dependency `@wordpress/hooks` to ^3.5.0
2022-04-14 01:53:38 +00:00
- Added Typescript type declarations. #32615
2022-03-22 08:08:06 +00:00
# 7.0.1
2022-03-04 04:01:16 +00:00
- Add missing dependencies. #8349
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
# 7.0.0
2022-02-21 02:34:25 +00:00
## Breaking changes
- Update dependencies to support react 17. #8305
- Drop support for IE11. #8305
2021-07-14 20:38:57 +00:00
## 6.1.0
2021-06-28 11:34:29 +00:00
2021-07-14 20:38:57 +00:00
- Fix commonjs module build, allow package to be built in isolation. #7286
2021-07-27 09:08:53 +00:00
- Add `getSetOfIdsFromQuery` util.
2021-07-14 20:38:57 +00:00
- Fix `getIdsFromQuery` support for `0` as a valid id.
2021-04-16 03:34:15 +00:00
# 6.0.1
- Update dependencies.
2021-04-12 20:32:27 +00:00
# 6.0.0
2021-03-12 03:58:51 +00:00
2021-04-02 21:35:31 +00:00
- Moving `addHistoryListener()` to this package, which supports adding a listener that is executed for history changes.
2021-04-12 20:32:27 +00:00
- Update dependencies.
- Add management of persisted queries to navigation.
- Add page parameter to getNewPath to override default page wc-admin #5821
2021-04-02 21:35:31 +00:00
2021-03-12 03:58:51 +00:00
## Breaking changes
- Move Lodash to a peer dependency.
2021-01-07 16:53:31 +00:00
# 5.3.0
- `getQueryExcludedScreens` Return a list of screens that should be excluded from persisted query logic.
- `getScreenFromPath` Given a path (defaulting to current), return simple screen "name"
2020-11-10 00:39:19 +00:00
# 5.2.0
- Add slot/fill components WooNavigationItem, NavSlotFillProvider, and useNavSlot.
2020-09-30 01:13:28 +00:00
# 5.1.1
- Version bump to undeprecate the package.
2020-09-11 02:33:10 +00:00
# 5.1.0
2020-09-01 12:23:27 +00:00
- Support multiple advanced filter instances in getActiveFiltersFromQuery() and getQueryFromActiveFilters().
2020-08-04 03:10:36 +00:00
# 5.0.0
2019-12-05 22:38:26 +00:00
2020-08-04 03:10:36 +00:00
- `getPersistedQuery` Add a filter for extensions to add a persisted query, `woocommerce_admin_persisted_queries` .
2019-12-05 22:38:26 +00:00
2019-12-02 13:08:35 +00:00
# 4.0.0
## Breaking Changes
2020-08-04 03:10:36 +00:00
- 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
2020-08-04 03:10:36 +00:00
- `getHistory` updated to reflect path parameters in url query.
- `getNewPath` also updated to reflect path parameters in url query.
- `stringifyQuery` method is no longer available, instead use `addQueryArgs` from `@wordpress/url` package.
- Added a new `<Form />` component.
- Stepper component: Add new `content` and `description` props.
- 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
2020-08-04 03:10:36 +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
2020-08-04 03:10:36 +00:00
- New method `getSearchWords` that extracts search words given a query object.
- Bump dependency versions.
2019-02-26 10:06:37 +00:00
2019-02-06 19:28:29 +00:00
# 2.0.0
2020-08-04 03:10:36 +00:00
- Replace `history` export with `getHistory` (allows for lazy-create of history)
2019-02-06 19:28:29 +00:00
2018-11-29 21:34:01 +00:00
# 1.1.0
2020-08-04 03:10:36 +00:00
- Rename `getTimeRelatedQuery` to `getPersistedQuery`