Releases: scandipwa/catalog-graphql
Releases · scandipwa/catalog-graphql
Patch: AM/PM date handling and checking if product is on current website
What's inside
- Fixed am/pm date handling. Related to issue scandipwa/scandipwa#3709
- Adds a check for if the product is present on the current website. Related to issue scandipwa/scandipwa#2913
That's all there is to it! :)
Patch: Correct currency for downloadable links
What's inside
- Added currency conversion for downloadable links. Related to scandipwa/scandipwa#2844
That's all there is to it! :)
Patch: Added check for variant status
What's inside
- Graphql resolver ignored the status of products when fetching them for the PLP page. Now we won't fetch disabled variants for PLP.
Related to scandipwa/scandipwa#3655 and scandipwa/scandipwa#3533
That's all there is to it! :)
Patch: Sets minimum price for config product
What's inside
- Sets minimum price for config product. Switched to the same function Magento uses to fetch value for config product.
Related to scandipwa/scandipwa#3474
That's all there is to it! :)
Patch: Price filter with 'equalize product counts' option
What's inside
- Fixed price filter when 'equalize product counts' option is selected. Related to scandipwa/scandipwa#3491
That's all there is to it! :)
Patch: Customizable option with discount / price rules + fixed division by zero
What's inside
- Fixed zero division error during discount calculation. Related to scandipwa/scandipwa#3463
- Customizable option with discount/price rules. Related to scandipwa/scandipwa#2666
That's all there is to it! :)
Patch: Highest precision for discount percentage calculation
What's inside
- Increased precision for discount percentage calculation
Related to scandipwa/scandipwa#3463
That's all there is to it! :)
Patch: Max price excluding tax calculation
What's inside
- Adds support for calculating the max price excluding tax
Related to scandipwa/scandipwa#3389
That's all there is to it! :)
Patch: Customizable option UID support and layered navigation fix
What's inside
- Adds support for UID for customizable options
- Adds support for type field (datetime, date, area, checkbox, exc.)
- Fixes layered navigation on search results page
Related to scandipwa/scandipwa#3236, scandipwa/scandipwa#2934 and scandipwa/scandipwa#3345
That's all there is to it! :)
Patch: Price ranges calculation and Query complexity rules
What's inside
- Fixes price ranges calculation. Related to scandipwa/scandipwa#3157 and scandipwa/scandipwa#1864.
- Reduces query complexity rules. Related to scandipwa/scandipwa#3103.
That's all there is to it! :)