woocommerce/plugins/woocommerce-admin/client/dashboard
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
..
dashboard-charts navigation: Lazy-create history (https://github.com/woocommerce/woocommerce-admin/pull/1472) 2019-02-06 13:28:29 -06:00
leaderboards Update usage of lib/number to @woocommerce/number (https://github.com/woocommerce/woocommerce-admin/pull/1400) 2019-01-29 08:48:46 -08:00
store-performance Update usage of lib/number to @woocommerce/number (https://github.com/woocommerce/woocommerce-admin/pull/1400) 2019-01-29 08:48:46 -08:00
index.js Hook up performance indicators to the REST API 2019-01-18 08:19:19 -05:00
style.scss Fix chart blocks not being responsive (https://github.com/woocommerce/woocommerce-admin/pull/1265) 2019-01-10 10:55:15 +01:00