Skip to content

Releases: scandipwa/customer-graph-ql

Adjust region validation

03 May 13:35
74187bf
Compare
Choose a tag to compare

What's inside

That's all there is to it :)

Removal of custom `generateCustomerToken` mutation

26 Apr 16:04
1629fcb
Compare
Choose a tag to compare

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`

10 Feb 11:52
8a39f4a
Compare
Choose a tag to compare

What's inside

  • Renamed mutation resetPassword to s_resetPassword

That's all there is to it!

Exact module dependencies

07 Sep 10:59
Compare
Choose a tag to compare

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 and support sections from composer.json in preparation for mono-repo setup

Customer group added to response

10 Jun 14:35
e8dc3fa
Compare
Choose a tag to compare

Customer group value was returning null, now it returns proper value.

Patch of `cant fetch cutomer data` upon login

25 May 08:51
053cf91
Compare
Choose a tag to compare

The store id was used instead of website id.

Patch: Tax calculation in catalog by user group fix

19 Mar 15:31
24c4a61
Compare
Choose a tag to compare

Email confirmation support

19 Mar 15:28
b941d4a
Compare
Choose a tag to compare

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

05 Dec 09:13
d21e2b7
Compare
Choose a tag to compare

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

12 Jun 10:45
08cd57b
Compare
Choose a tag to compare

In this release following query became available: checkIsEmailAvailable(email: String!, websiteId: Int)