- Add collection management - 3135 by dominik-zeglen
- Add customer management - 3176 by dominik-zeglen
- Add homepage view - 3155, 3178 by Bonifacy1 and dominik-zeglen
- Add product type management - 3052 by dominik-zeglen
- Add site settings management - 3071 by dominik-zeglen
- Escape node IDs in URLs - 3115 by dominik-zeglen
- Restyle categories section - 3072 by Bonifacy1
Other
- Change relation between `ProductType` and `Attribute` models - 3097 by maarcingebala
- Remove `quantity-allocated` generation in `populatedb` script - 3084 by MartinSeibert
- Handle `Money` serialization - 3131 by Pacu2
- Do not collect unnecessary static files - 3050 by jxltom
- Remove host mounted volume in `docker-compose` - 3091 by tiangolo
- Remove custom services names in `docker-compose` - 3092 by tiangolo
- Replace COUNTRIES with countries.countries - 3079 by neeraj1909
- Installing dev packages in docker since tests are needed - 3078 by jxltom
- Remove comparing string in address-form-panel template - 3074 by tomcio1205
- Move updating variant names to a Celery task - 3189 by fowczarek
Bugfixes
- Fix typo in `clean_input` method - 3100 by the-bionic
- Fix typo in `ShippingMethod` model - 3099 by the-bionic
- Remove duplicated variable declaration - 3094 by the-bionic
Docs
- Add createdb note to getting started for Windows - 3106 by ajostergaard
- Update docs on pipenv - 3045 by jxltom
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-dashboard/releases) page.
[Unreleased]
- Add sku column to fulfillment cards - 538 by dominik-zeglen
- Migrate product base price to variant prices - 555 by orzechdev
- Migrate old notifications to the new ones - 587 by AlicjaSzu
- Add background task manager - 574 by dominik-zeglen
- Handle task failure and fix task duplication - 588 by dominik-zeglen
- Move fragments to separate directory to avoid circular imports - 592 by dominik-zeglen
- Add order invoices management - 570 by orzechdev