woocommerce/plugins/woocommerce-admin/client/layout
Kevin Killingsworth 8b7e309e6f navigation: Lazy-create history (https://github.com/woocommerce/woocommerce-admin/pull/1472)
history.createHashHistory() is being called whenever this package is
imported, which causes the URL to redirect to a hash. This is
unnecessary in cases where elements of wc-admin are used outside of a
completely controlled/routed page.

This lazy-creates the history object only when it's needed and therefore
avoids the URL redirection unless history features are in use.
2019-02-06 13:28:29 -06:00
..
controller.js navigation: Lazy-create history (https://github.com/woocommerce/woocommerce-admin/pull/1472) 2019-02-06 13:28:29 -06:00
index.js navigation: Lazy-create history (https://github.com/woocommerce/woocommerce-admin/pull/1472) 2019-02-06 13:28:29 -06:00
notices.js Global Header & Activity Panel on all WooCommerce Pages (https://github.com/woocommerce/woocommerce-admin/pull/110) 2018-06-26 10:49:42 -04:00
style.scss Reports: Reduce Margins on Small Viewports 2019-01-22 12:29:32 +13:00