woocommerce/plugins/woocommerce-blocks/assets/js/utils
Kelly Dwan 27345f93a2 Add/block product categories (https://github.com/woocommerce/woocommerce-blocks/pull/613)
* Add initial work for Product Categories List block

* Add empty category toggle

* Add option to show list as a dropdown

* Fix console warnings

* Only show proptypes linter warning if the component declares proptypes

* Add frontend script to render the product categories

* Split wcSettings & wc_product_block_data globals so that the later can be used from the frontend

* Remove wp dependencies, these are added by the webpack script now

* Capture all "woo packages" into a separate script chunk

These require `wcSettings`, which can't be available on the frontend - but we do need vendors on the frontend.

* Rewrite component into a function

* Fix validation error on editor reload
2019-06-17 10:23:59 -04:00
..
test Grid Blocks: Prevent invalid parameter passed to API (https://github.com/woocommerce/woocommerce-blocks/pull/543) 2019-04-30 16:30:43 -04:00
deprecations.js Add/block product categories (https://github.com/woocommerce/woocommerce-blocks/pull/613) 2019-06-17 10:23:59 -04:00
get-query.js Grid Blocks: Prevent invalid parameter passed to API (https://github.com/woocommerce/woocommerce-blocks/pull/543) 2019-04-30 16:30:43 -04:00
get-shortcode.js Products by Attribute: Update block to use API, shortcode rendering (https://github.com/woocommerce/woocommerce-blocks/pull/405) 2019-02-07 15:26:47 -05:00
products.js Featured Product block: Allow custom background image selecton (https://github.com/woocommerce/woocommerce-blocks/pull/322) 2019-01-14 17:22:00 -05:00
shared-attributes.js Blocks: Add rating to grid previews (https://github.com/woocommerce/woocommerce-blocks/pull/472) 2019-03-06 13:50:32 -05:00