Releases: saleor/saleor-dashboard
Releases · saleor/saleor-dashboard
3.21.11
🍇 Improvements:
- Added tracking number input field to order fulfillment form by @krzysztofzuraw in #5863
- Changed fulfillment email notification checkbox text from "Send shipment details" to "Send fulfillment email to customer". by @krzysztofzuraw in #5863
Full Changelog: 3.21.10...3.21.11
3.21.10
🪲 Fixes:
- Fixed product stocks section for variant details by @krzysztofzuraw in #5837 :
- After this change searching for warehouses to assign won't trigger re-rendering of stocks section.
- Added empty state message if there is no warehouses left to choose.
- Assign warehouse button is now hidden if product stocks section is rendered in product variant create page.
Full Changelog: 3.21.9...3.21.10
3.21.9
🍇 Improvements:
- Voucher detail page: fixed how we calculate minimal requirements state. After this change we won't take selected channel into consideration for checking if requirement is minimal order value - instead we will use channel listing
minSpentamount. Thanks to that UI should now properly display requirement by @krzysztofzuraw in #5824 - Unify Category organization options for product create and update. After this change all comboboxes will use the same parent / children pattern of displaying options by @krzysztofzuraw in #5827
Full Changelog: 3.21.8...3.21.9
3.21.8
🍇 Improvements:
- Improved order fulfillment cancel dialog: in case the fulfillment is in waiting for approval state, providing a warehouse will be no longer required by @IKarbowiak in #5815
- Improved stock section when editing product variant. After this change Assign Warehouse button will open modal with warehouse select instead of opening dropdown with the list by @krzysztofzuraw in #5810
Full Changelog: 3.21.7...3.21.8
3.21.7
🪲 Fixes:
- Fixed duplicated Language Switcher in Product Variants Translate Page by @lkostrowski
- Hide voucher usage limit and usage count on voucher details page when voucher doesn't have limit set by @krzysztofzuraw
🍇 Improvements:
- Improved order refund UI for orders that uses Payments API. After this change Automatic Refund will be available when Refund products option is selected. Miscellaneous refund will require providing Manual Amount as this is what Saleor API requires by @krzysztofzuraw
- Added new Command Menu actions by @mirekm:
- Vouchers: Go to / Create
- Promotions: Go to / Create
- Customers: Go to / Create
- Users & Staff: Go to / Invite
- Extensions: Install from manifest
- Go to installed
- Explore marketplace
- Webhooks: Create manually
Full Changelog: 3.21.6...3.21.7
3.21.6
3.21.5
3.21.4
What's Changed
🪲 Fixes:
- Improved translations view, so pickers are no longer broken
- Fixed e2e tests for vouchers and extensions
- Fixed overscroll on the datagrids
🦄 Features:
- Added linking between entities (like product, category) and their translations. Languages are locally stored and the last one is used
- New CMD+K menu with searching and keyboard navigation
- New Search view that allows performing search globally
Full Changelog: 3.21.3...3.21.4
3.21.3
3.20.40
🍇 Improvements:
- Added support for Kosovo (
XKas country code) country by @krzysztofzuraw in #5693
⚙️ Maintenance:
- Optimized GraphQL Schema Fetching: The dashboard now fetches the GraphQL schema directly from the Saleor repository instead of the Saleor API. This change enhances performance and reliability during development. To use the previous method, you can run the npm run fetch-local-schema command. [https://github.com//pull/5658] by @krzysztofzuraw