Releases: scandipwa/slider-graphql
Releases · scandipwa/slider-graphql
Patch: Reform slider resolver
What's inside
- Reform slider resolver code. #4
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
Missing dependency patch
The scandipwa/slider:2.0 has been added as a dependency.
Breaking change: image filed replaced with "desktop_image" and "mobile_image"
Because we now support mobile and desktop image, we need a new way of requesting them from schema. New fields are: desktop_image
and mobile_image
.