Releases: scandipwa/customer-graph-ql
Adjust region validation
What's inside
- Adjusted validation to accept 0. Related to scandipwa/scandipwa#2484
That's all there is to it :)
Removal of custom `generateCustomerToken` mutation
What's inside
- Removed custom resolver for the
generateCustomerToken
mutation in order to use Magento implementation. Related to scandipwa/scandipwa#1794
That's all there is to it :)
Renamed mutation `resetPassword`
What's inside
- Renamed mutation
resetPassword
tos_resetPassword
That's all there is to it!
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
Customer group added to response
Customer group value was returning null, now it returns proper value.
Patch of `cant fetch cutomer data` upon login
The store id was used instead of website id.
Patch: Tax calculation in catalog by user group fix
Thanks to awesome @gabunia-nick!
Email confirmation support
Features:
-
Custom logo can be set for every email:
Inside M2 admin navigate to Content > Configuration > (choose theme and press) Edit > Other Settings > Transactional Emails > logo upload
With no logo uploaded Magento leaves its own logo in email template header.
Dispatch custom event upon login
Adds additional parameter (guest quote id) to the generateCustomerToken
mutation, dispatches event if the guest_quote_id
is specified. Is used for guest cart merging upon login.
Added email availability test query
In this release following query became available: checkIsEmailAvailable(email: String!, websiteId: Int)