All notable, unreleased changes to this project will be documented in this file. For the released changes, please visit the Releases page.
- Use
PermissionEnum
as input parameter type forpermissions
field - #3434 by @maarcingebala - Fix minor visual bugs in Dashboard 2.0 - #3433 by @dominik-zeglen
- Display warning if order draft has missing data - #3431 by @dominik-zeglen
- Add
first_name
andlast_name
fields to theUser
model - #3101 by @fowczarek - Add description field to collections - #3435 by @dominik-zeglen
- Add payment authorize and charge mutation - #3426 by @jxltom
- Do not show
Pay For Order
if order is partly paid since partial payment is not supported - #3398 by @jxltom - Add alt text to
Product
thumbnail
andbackground_image
ofCollection
andCategory
- #3429 by @fowczarek - Improve several payment validations - #3418 by @jxltom
- Fix decimal value argument in GraphQL = #3457 by @fowczarek
- Add query batching - #3443 by @dominik-zeglen
- Use autocomplete fields in country selection - #3443 by @dominik-zeglen
- Add alt text to categories and collections - #3461 by @dominik-zeglen
- Use first and last name of a customer or staff member in UI - #3247 by @Bonifacy1, @dominik-zeglen
- Bump
urllib3
andelasticsearch
to latest versions - #3460 by @maarcingebala - Resort imports in tests - #3471 by @jxltom
- Support sorting products by update date - #3470 by @jxltom
- Draft order should be able to clear its shipping method - #3472 by @fowczarek
- Prefetch payment and payment transaction to optimize db queries - #3455 by @jxltom