- Hide filters and sorting when there are no search results; add trending products to empty search and categories pages - 165 by piotrgrundas
- Add fetching menus from API - 170 by piotrgrundas
- Add "Add to cart" indicator - 173 by piotrgrundas
- Fix product page tablet view - 181 by piotrgrundas
- Add collection view, fix cursor pagination for categories, update storefront to use new thumbnail structure - 178 by piotrgrundas
- Minor UX improvements - 182 by piotrgrundas
- Fix product titles breaking the homepage carousel - 184 by piotrgrundas
- Fix resolving URLs that include numbers - 185 by piotrgrundas
- Add OpenGraph and Meta tags - 191 by piotrgrundas
- Add `tslint` check on CI; add the ability to change cart quantity - 194 by piotrgrundas
- Update placeholder for missing image - 198 by piotrgrundas
Changelog
All notable, unreleased changes to this project will be documented in this file. For the released changes, please visit the [Releases](https://github.com/mirumee/saleor/releases) page.
[Unreleased]
- Invoices backend - 5732 by tomaszszymanski129
Breaking Changes
- Refactor JWT support - These changes could require a handling JWT token in the storefront. Storefront needs to handle a case when the backend returns the exception about the invalid token. - 5734, 5816 by korycins
- New logging setup will now output JSON logs in production mode for ease of feeding them into log collection systems like Logstash or CloudWatch Logs - 5699 by patrys
Fixes
- Add our implementation of UUID scalar - 5646 by koradon
- Add AppTokenVerify mutation - 5716 by korycins
- Fix specific product voucher in draft orders - 5727 by fowczarek
- Add products csv export - 5255 by IKarbowiak
- Explicit country assignment in default shipping zones - 5736 by maarcingebala
- Drop `json_content` field from the `Menu` model - 5761 by maarcingebala
- Strip warehouse name in mutations - 5766 by koradon
- Add missing OrderEvents during checkout flow - 5684 by koradon
- Update google merchant to get tax rate based by plugin manager - 5823 by gabmartinez