Skip to content

Releases: scandipwa/slider-graphql

Patch: Reform slider resolver

10 Feb 13:38
3ad0392
Compare
Choose a tag to compare

What's inside

  • Reform slider resolver code. #4

Exact module dependencies

07 Sep 10:40
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

Missing dependency patch

23 Mar 12:32
0252014
Compare
Choose a tag to compare

The scandipwa/slider:2.0 has been added as a dependency.

Breaking change: image filed replaced with "desktop_image" and "mobile_image"

23 Mar 09:34
a2cd899
Compare
Choose a tag to compare

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.