Saleor v2.7.0 Release Notes

Release Date: 2019-06-13 // almost 5 years ago
  • ๐Ÿš€ Welcome to the May 2019 release of Saleor! Read on to learn about the newest changes!

    Storefront's navigation management

    ๐Ÿ”ง This month we're bringing you last missing section of Dashboard 2.0. Storefront navigation management allows you to configure which information and links are visible in the menu bars of your storefront. You can add new items and easily link them to existing categories, collections, and pages on your site, or add a link to any external site you choose. Once items are created, their structure can be arranged by dragging and dropping to reorder or nest them.

    Filtering capabilities

    ๐Ÿ‘ Dashboard 2.0 already provides management views for all data models in Saleor, but we wanted to make it even better by adding filtering capabilities to two dashboard sections. Products can now be filtered by price (exact value or price range), stock availability, or storefront visibility. Orders can be filtered by creation date and fulfillment status. We've also added search capabilities that let you find products by name or orders by customer's email, and many more. Lastly, each filtering can be saved as a new tab so it can be easily reused later!

    ๐Ÿ†• New order creation flow

    Having to deal with unpaid orders may be problematic for store owners for several reasons. Unpaid orders unnecessarily allocate stock quantity, which may be abused by malicious users. Staff members have to manually resolve each order and either contact the customer or close it after some time. It means more work and less revenue. We've now changed the flow of creating orders in our GraphQL API so that an order is only created if a successful payment was made. If a payment fails, customers will stay with an open checkout that they can either pay later or share with someone else who can pay for them.

    ๐Ÿ”„ Changelog

    API

    • Create order only when payment is successful - #4154 by @NyanKiyoshi
    • Order Events containing order lines or fulfillment lines now return the line object in the GraphQL API - #4114 by @NyanKiyoshi
    • ๐Ÿ–จ GraphQL now prints exceptions to stderr as well as returning them or not - #4148 by @NyanKiyoshi
    • ๐Ÿ”จ Refactored API resolvers to static methods with root typing - #4155 by @NyanKiyoshi
    • โž• Add phone validation in the GraphQL API to handle the library upgrade - #4156 by @NyanKiyoshi

    Core

    Dashboard 2.0

    Other notable changes

    • โž• Add support for Google Cloud Storage - #4127 by @chetabahana
    • โž• Adding a nonexistent variant to checkout no longer crashes - #4166 by @NyanKiyoshi
    • Disable storage of Celery results - #4169 by @NyanKiyoshi
    • Disable polling in Playground - #4188 by @maarcingebala
    • โšก๏ธ Cleanup code for updated function names and unused argument - #4090 by @jxltom
    • ๐Ÿ‘‰ Users can now add multiple "Add to Cart" forms in a single page - #4165 by @NyanKiyoshi
    • Fix incorrect argument in get_client_token in Braintree integration - #4182 by @maarcingebala
    • ๐Ÿ›  Fix resolving attribute values when transforming them to HStore - #4161 by @maarcingebala
    • ๐Ÿ›  Fix wrong calculation of subtotal in cart page - #4145 by @korycins
    • ๐Ÿ›  Fix margin calculations when product/variant price is set to zero - #4170 by @MahmoudRizk
    • ๐Ÿ›  Fix applying discounts in checkout's subtotal calculation in API - #4192 by @maarcingebala
    • ๐Ÿ›  Fix GATEWAYS_ENUM to always contain all implemented payment gateways - #4108 by @koradon

    ๐Ÿš€ Future releases

    There are a bunch of exciting things that we're now working on right now to improve Saleor.

    ๐Ÿ”Œ Plug-in architecture

    โฌ†๏ธ Saleor is highly customizable, but one trade-off that comes with it is the difficulty of upgrading to new versions after any customizations were made. We're investigating better approaches to customization with the use of plugin architecture which would allow integrating the Saleor flow with custom logic.

    Enterprise-grade attributes

    A proper attribute structure is a crucial factor for many businesses when presenting their products in the system. We want to make attributes in Saleor more flexible and allow them to be created independently from product types, as well as giving extra control over their visibility in the storefront's faceted search or product detail pages.

    Advanced product list capabilities

    Dashboard's product list will also become a lot more flexible. We're currently designing a new version in which users will be able to customize the visible columns, reorder them, and edit products with in-line forms.

    0๏ธโƒฃ Lastly, we're getting a lot of questions regarding multi-vendor support in Saleor on our social channels. Right now we're focused on developing the default, single-vendor version and our cloud solution, but we want to assure everyone that it is a feature we want just as much as you do, and we'll keep it on our radar.

    Thank you

    ๐Ÿฑ A big thank you ๐Ÿ™ to all contributors, stargazers, and supporters of Saleor!

    Contributing

    For those of you who are interested in contributing to the project, we prepared a bunch of issues labeled as help wanted. Don't worry if you don't fully understand the problem โ€Š- โ€Šour team will try to guide you and answer all your questions. Remember to check our channels on Gitter and Spectrum; they serve best if you have quick questions that don't require opening an issue on GitHub.

    ๐Ÿš€ Make sure to check out the article about this release on our blog!