Releases: vtex-apps/checkout-graphql
Releases · vtex-apps/checkout-graphql
v0.20.1
Changed
- Several fields from the GraphQL schema are now non-nullable.
v0.20.0
Fixed
- Unavailable items causing empty
deliveryOptions
, since their logistics info do not have any slas.
v0.19.1
Fixed
- Inconsistency in shipping cost between Shipping Calculator and order form totalizer.
v0.19.0
Added
canEditData
field to theOrderForm
type.
v0.18.1
Fixed
- A GraphQL error would occur if the API returned an address type that was not in the AddressType enum.
v0.18.0
Added
productCategories
,productCategoryIds
andproductRefId
attributes toItem
type.
v0.17.0
Added
- URLs to product images with 2x and 3x resolutions to OrderForm.
v0.16.0
Added
- Support for
AssemblyOptions
onaddToCart
mutation.
v0.15.1
Fixed
- Image URLs in non-VTEX accounts.
v0.15.0
Added
addToCart
mutation.