Skip to content

3.20.40

Choose a tag to compare

@kzuraw kzuraw released this 03 Jul 06:54
· 887 commits to main since this release
bc77092

🍇 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