woocommerce/plugins/woocommerce-admin/packages/navigation/CHANGELOG.md

25 lines
669 B
Markdown
Raw Normal View History

# 3.0.0
- `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.
2019-08-18 22:24:59 +00:00
- Added a new `<Form />` component.
- Stepper component: Add new `content` and `description` props.
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
# 2.1.0
- New method `getSearchWords` that extracts search words given a query object.
- Bump dependency versions.
# 2.0.0
- Replace `history` export with `getHistory` (allows for lazy-create of history)
# 1.1.0
- Rename `getTimeRelatedQuery` to `getPersistedQuery`