Skip to content

Releases: saleor/saleor-dashboard

3.21.11

18 Sep 07:11
3730770

Choose a tag to compare

🍇 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

11 Sep 10:52
dcd97f8

Choose a tag to compare

🪲 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

09 Sep 09:33
aa28867

Choose a tag to compare

🍇 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 minSpent amount. 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

08 Sep 07:44
e8f35f0

Choose a tag to compare

🍇 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

04 Sep 07:33
9a458d7

Choose a tag to compare

🪲 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

04 Aug 11:48
a0ea2a1

Choose a tag to compare

🪲 Fixes:

  • Revert storing initial form data for voucher details page. After this change voucher values (fixed amount / percentage) should editable. @krzysztofzuraw in #5763

Full Changelog: 3.21.5...3.21.6

3.21.5

01 Aug 11:50
7e4d304

Choose a tag to compare

What's Changed

🪲 Fixes:

  • Fixed infinite loading of bulk gift card modal by @krzysztofzuraw in #5757

Full Changelog: 3.21.4...3.21.5

3.21.4

31 Jul 09:18
e2d1f7b

Choose a tag to compare

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
image
  • 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

03 Jul 08:45
84ac94e

Choose a tag to compare

🍇 Improvements:

Added support for Kosovo (XK as country code) country by @krzysztofzuraw in #5693

3.20.40

03 Jul 06:54
bc77092

Choose a tag to compare

🍇 Improvements:

  • Added support for Kosovo (XK as 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