Evershop Versions Save

🛍️ NodeJS E-commerce Platform

v1.1.0

6 days 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!

v1.0.0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/evershopcommerce/evershop/compare/1.0.0-rc.9...v1.0.0

1.0.0-rc.9

4 months ago

EverShop v1.0.0-rc9 is out!

New features:

  • Support azure blob storage
  • Support s3 storage
  • Values registry
  • Hookable functions
  • Support demo accounts. View only permission

Bug fixes:

  • Improve the validation error messages
  • Fix LIMIT must not be negative #384
  • Add a hint if Postgres has a certificate issue
  • Fix missing discount on checkout success page
  • Fix error message when update no row
  • Improve discount calculator
  • Fix can not update order condition when edit coupon
  • Improve shopping cart perfomance
  • Improve customer services
  • Fix Randomly does not show accept/show images for catalog #390
  • Fix can not clean product images issue
  • Fix dublicated image in product single page
  • Instead of using context, query the store setting for currency
  • Fix email is case sensitive #352
  • Fix port number. Allow to set port from env
  • Fix user authentication graphql
  • Fix default status, visibility and stock management option when creating a new product
  • Improve invalid password message
  • Fix reading db connection, env is the priority

Thank you so much for your support!!!