Stay up to date with changes in Saleor and trends of modern e‑commerce
10 Nov 2020 by Karol
Article
Saleor 2.11: Invoicing API, Storefront SDK, App Installation Support
Welcome to the new release, Saleor 2.11. We've introduced some exciting new key features. Let's take a look at what the latest version has to offer.
APPS
We've extended external app support.
CHECKOUT
We’ve updated our checkout process by adding an additional confirmation step.
INTEGRATIONS
We’ve added a new payment gateway Adyen.
PERMISSIONS
We’ve added `MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES` permission.
CORE API
A full summary of Core API changes is available here
APPS
We've created a new section in the dashboard dedicated to managing apps.
METADATA
We've added metadata editors in the models.
DASHBOARD
A full summary of Dashboard changes is available here.
AUTH
New Saleor Auth API in SDK with JWT token handling.
SDK
You can use SDK as a standalone package.
TRANSLATIONS
We've added react-intl integration.
STOREFRONT
A full summary of Storefront changes is available here.
13 May 2020 by Karol
Article
Saleor 2.10 Release: multi-warehouse, permission groups, new checkout, and new docs
The new release is here, so instead of writing a monthly update, we’ve decided to explain the major changes in the latest version of Saleor.
Performance
Improved API performance through limiting the number of database queries and optimizing the existing ones.
Monitoring
We've added OpenTracing support for performance monitoring.
Removed
We've dropped the old storefront (rendered by Django) and dashboard views (replaced by the new storefront and dashboard apps).
CORE API
A full summary of Core API changes is available here
Checkout
A new checkout and cart UI based on the Saleor JavaScript SDK.
Product
There is a new product page available—check it out in our demo.
Category
There is a new product list UI available—check it out in our demo.
Storefront
A full summary of Storefront changes is available here
Inventory
You can create and add multiple warehouses to shipping zones—learn more about how to do that here.
Permission
You can create and manage permission groups in the configuration section of your dashboard.
UX
You can easily navigate through the dashboard by using the navigator tool.
Dashboard
A full summary of Dashboard changes is available here