woocommerce/plugins/woocommerce-admin/client/dashboard/dashboard-charts
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
..
block.js navigation: Lazy-create history (https://github.com/woocommerce/woocommerce-admin/pull/1472) 2019-02-06 13:28:29 -06:00
block.scss CSS Lint fixes (https://github.com/woocommerce/woocommerce-admin/pull/1367) 2019-01-21 19:09:16 +01:00
config.js Add dashboard chart user preferences (https://github.com/woocommerce/woocommerce-admin/pull/1225) 2019-01-08 09:49:11 +08:00
index.js Fix chart blocks not being responsive (https://github.com/woocommerce/woocommerce-admin/pull/1265) 2019-01-10 10:55:15 +01:00
style.scss Add/chart dashboard block (https://github.com/woocommerce/woocommerce-admin/pull/1002) 2018-12-21 16:24:26 -08:00