packages/js/navigation/PREVIOUS_CHANGELOG.md
getSetOfIdsFromQuery util.getIdsFromQuery support for 0 as a valid id.addHistoryListener() to this package, which supports adding a listener that is executed for history changes.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"getPersistedQuery Add a filter for extensions to add a persisted query, woocommerce_admin_persisted_queries.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.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.<Form /> component.content and description props.getAdminLink() and dependency on global settings object.getSearchWords that extracts search words given a query object.history export with getHistory (allows for lazy-create of history)getTimeRelatedQuery to getPersistedQuery