Skip to content

Releases: scandipwa/store-graphql

Patch: Product Card Url Fix

11 Jun 09:45
3fb2be5
Compare
Choose a tag to compare

What's inside

  • Changed product_use_categories option type to boolean.
  • Added category url suffix option.

Related to scandipwa/scandipwa#2750

That's all there is to it :)

Newsletter configurations support & open downloadable links in new tab

14 May 11:52
90afaa6
Compare
Choose a tag to compare

What's inside

  • Newsletter configurations support
  • Disable wishlist option support

That's all there is to it :)

Display Products Availability In Stock and Disable Wishlist Support

26 Apr 15:36
19c2a8b
Compare
Choose a tag to compare

What's inside

  • Display Products Availability In Stock on Storefront feature support
  • Disable wishlist option support

That's all there is to it :)

SCP whitelist, more configs

04 Mar 14:49
2f1861b
Compare
Choose a tag to compare

What's inside

  • SCP whitelist added
  • Configuration values exposed
    • Account login dashboard redirect
    • Region display all
    • Layered navigation to show product count

That's all there is to it :)

Category in product URL, PLP list mode

11 Feb 11:16
9bb5db4
Compare
Choose a tag to compare

What's inside

Exposed following settings

  • Category in product URL (thanks to @teodormoq)
  • PLP list mode

That's all there is to it!

Cookie Lifetime now available as configuration

25 Jan 15:59
37db2e2
Compare
Choose a tag to compare

What's inside

  • Cookie Lifetime now available as configuration

That's all there is to it!

Price information

28 Dec 17:46
1529857
Compare
Choose a tag to compare

What's inside

  • new price information (priceTaxDisplay field)

That's all there is to it :)

VAT related configs are now availabe

04 Dec 11:27
94ac02a
Compare
Choose a tag to compare

What's inside

  • Fields show_vat_number_on_storefront and show_tax_vat_number are now available

That's all there is to it! :)

Address lines quantity fields in StoreConfig

06 Oct 11:06
f84f448
Compare
Choose a tag to compare

Added field address_lines_quantity to storeConfig query.

Exact module dependencies

07 Sep 11:06
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