woocommerce/plugins/woocommerce-admin/client/lib
Jeff Stieler 17514872ad Decouple currency and numbers packages from `wcSettings`. (https://github.com/woocommerce/woocommerce-admin/pull/3277)
* Remove wcSettings dependency from currency and number packages.

Either take a configuration object in function calls or in a new class constructor.

* Use new Currency class and number format methods in client/.

Compose with store settings to keep the same API.

* Don't reintroduce lodash dependency to currency package.

* Add changelog entries to currency and number packages.

* Update docs, example, and changelog for AdvancedFilters component.

* Use precision-less formatValue() for integer report values.

* Make Currency instance immutable.
2019-11-21 16:51:52 -05:00
..
async-requests Add tax filtering to orders data (https://github.com/woocommerce/woocommerce-admin/pull/3197) 2019-11-13 11:22:06 +08:00
get-selected-chart Creates a helper function to get selected chart (https://github.com/woocommerce/woocommerce-admin/pull/794) 2018-11-07 12:19:59 -05:00
order-values Show real orders in the sidebar orders tab (https://github.com/woocommerce/woocommerce-admin/pull/105) 2018-06-07 12:05:22 -04:00
sanitize-html Allow paragraph tags in admin notes. 2019-05-29 16:28:37 -06:00
currency-format.js Decouple currency and numbers packages from `wcSettings`. (https://github.com/woocommerce/woocommerce-admin/pull/3277) 2019-11-21 16:51:52 -05:00
number-format.js Decouple currency and numbers packages from `wcSettings`. (https://github.com/woocommerce/woocommerce-admin/pull/3277) 2019-11-21 16:51:52 -05:00
tracks.js Onboarding - Add tracks queue and fix busted tracks events/add missing event (https://github.com/woocommerce/woocommerce-admin/pull/3220) 2019-11-15 08:32:02 -05:00