Releases: scandipwa/quote-graphql
Added applied_rule_ids to totals
What's inside
- New field in totals -
applied_rule_ids
Feature break-down
New field in totals - applied_rule_ids
This field was added to distinguish between discount rules and coupons codes applied to cart items.
Exact module dependencies
What's inside
- Migration to exact module dependencies
- Bug fixes
Feature break-down
Migration to exact module dependencies
Reference to module magento/magento-base
of specific Magento 2 version got removed. Instead, dependencies onto specific Magento 2 modules was implemented. This affected etc/module.xml
and composer.json
file.
Bug fixes
- Patched comments in
.xml
files - Removed
author
andsupport
sections fromcomposer.json
in preparation for mono-repo setup
Allow customizable options on configurable products
What's inside
- Patch of customizable options support
Feature break-down
Patch of customizable options support
Previously, the customizable options were only allowed on simple and virtual products. Now, they are also allowed on configurable ones.
Added endpoint to set billing address
Added mutation s_setBillingAddressOnCart
to set billing address on cart. Is an extension of Magento 2 default GraphQL implementation, except cart_id
is removed, and replaced by optional guest_cart_id
.
Added bundle products support
In this release, support for bundle products has been added.
Better stock handling
The support for out-of-stock threshold has been added, the stocks must work properly now
Support of customisable options
Added support for most types of customisable options, excluding file-upload.
Magento 2.3.5 support
Magento 2.3.5 specific changes:
- Field
qty
got replaced byquantity
onCartItemInput
. - Field
qty
switched type fromInt
toFloat
Grand-total patch
I M2 the grand-total was wrongly calculated. Now it is fixed.
Configurable product child patch
In this release the product configurable product child displayed as simple product (visible in catalog, search) has been made to be properly added to cart.