Releases: scandipwa/store-graphql
Releases · scandipwa/store-graphql
Patch: Product Card Url Fix
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
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
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
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
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
What's inside
- Cookie Lifetime now available as configuration
That's all there is to it!
Price information
What's inside
- new price information (
priceTaxDisplay
field)
That's all there is to it :)
VAT related configs are now availabe
What's inside
- Fields
show_vat_number_on_storefront
andshow_tax_vat_number
are now available
That's all there is to it! :)
Address lines quantity fields in StoreConfig
Added field address_lines_quantity
to storeConfig
query.
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