Skip to content

3.20.2

Compare
Choose a tag to compare
@poulch poulch released this 22 Jul 12:55
· 100 commits to main since this release
1d4d376

🪲 Fixes:

🍇 Improvements:

  • 15d5b87: Saleor Dashboard no longer uses MUI Card component, it uses DashboardCard instead by @Cloud11PL
  • 9f10e1b: Dashboard no longer uses Typography and Skeleton from Material. These components were replaced with MacawUI ones by @Cloud11PL
  • 5b8262d: The button for adding a new refund now has a shorter label by @Cloud11PL
  • 6f45d44: Drop legacy Dialog and replace it with new Macaw Dialog component in action dialogues,
    order change warehouse dialogue, order payment dialogue, add staff member dialogue,
    staff user password restart dialogue, tax select country dialogue by @poulch

⚙️ Maintenance:

  • 088842b: You can run E2E tests for inline discounts in draft orders by @yellowee
  • a565113: Fix custom ref checkout in dev deployment CI workflow by @cmiacz
  • 5a10255: Add new service to dev deployment CI workflow by @cmiacz
  • fd36e8e: From now dashboard will be deployed to load test services in the dev cloud by @szczecha