This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
github-actions
released this
19 Dec 21:19
·
78 commits
to 2023-01
since this release
Patch Changes
-
f570f72: Added the
price
andcompareAtPrice
fields to ourdefaultCartFragment
, which is used to get the Cart fields in the<CartProvider />
component.The above fields should be identical to
priceV2
andcompareAtPriceV2
, with the exception that theseV2
fields are being deprecated in a future version of the Storefront API.We'll keep both for now, to help deveopers upgrade without issues, and then remove the
V2
versions in a future breaking update. -
203abf9: Fix bad path for
require()
statements in non-Node environments. -
de1429e: CartProvider small internal fix to the last valid card and previous stored cart.