This website requires JavaScript.
Explore
Help
Sign In
Steve-Dee-Designs
/
woocommerce
mirror of
https://github.com/woocommerce/woocommerce.git
Watch
1
Star
0
Fork
You've already forked woocommerce
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
008c63b0dc
woocommerce
/
plugins
/
woocommerce-blocks
/
assets
/
js
/
shared
/
hocs
/
index.js
3 lines
89 B
JavaScript
Raw
Normal View
History
Unescape
Escape
⚛️ Introduce Product Element Blocks (https://github.com/woocommerce/woocommerce-blocks/pull/2871) * Product selection when out of context for price and title blocks * Move product element name/description/icons to constant files * Add attributes and hocs to all elements * Standalone block rendering * Add a placeholder if title has no content * Revert "Add a placeholder if title has no content" This reverts commit 29115154b33eedc661ccd3cc758acdbc5041ffbc. * parentClassName is not always present * Loading state * Wrap description in P * Fixed loading styles when nested * Maintain product shape in useProductData * feature gate elements from showing in inserter * fix feature flag * include price PR * edit withProductSelector to be a hoc * fix lint issue Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com>
2020-07-22 12:20:54 +00:00
export
*
from
'./with-product-data-context'
;
expose with-filtered-attributes (https://github.com/woocommerce/woocommerce-blocks/pull/5058)
2021-11-04 11:03:33 +00:00
export
*
from
'./with-filtered-attributes'
;