github evershopcommerce/evershop v1.1.0

2 months ago

What's Changed

Bug fixes

Breaking changes

If you are working on a customization using GraphQL collection filtering, you will have to pass the operation argument to the query variable.

Before

{key: 'type', value: 'select'}

After

{ key: 'type', operation: 'eq', value: 'select' }
The operation value should be one of the following: eq, neq, gt, gteq, lt, lteq, like, nlike, in, nin

New Contributors

Thank you all for your contributions!

Don't miss a new evershop release

NewReleases is sending notifications on new releases.