Skip to content

Releases: saleor/saleor-dashboard

3.20.17

08 Nov 07:52
f931f2f
Compare
Choose a tag to compare

What's Changed

🪲 Fixes:

  • a230369: Link value input in Navigation no longer overrides input value with cached value. by @Cloud11PL

🦄 Features:

  • 048b0fb: Added support for the new channel setting: checkoutSettings.automaticallyCompleteFullyPaidCheckouts. Setting can be changed in channel configuration page. by @lkostrowski

⚙️ Maintenance:

  • 725ab22: .env.template no longer references Demo environment. by @Cloud11PL
  • 4feda35: Increase global single test timeout to avoid false neagtive test results by @michalina-graczyk
  • 55988f0: Moving test cases for activation and deactivation staff members to other file and running it in serial mode to avoid login in two tests in the same time (it can cause error with code LOGIN_ATTEMPT_DELAYED) by @karola312 @michalina-graczyk

Full Changelog: 3.20.16...3.20.17

3.20.16

30 Oct 11:31
d72423d
Compare
Choose a tag to compare

🪲 Fixes:

8f225fa: Fix a bug when the text truncating breaks on undefined attribute value by @peelar

3.20.15

29 Oct 18:55
d8903a2
Compare
Choose a tag to compare

🍇 Improvements:

  • 5b50332: The value of attribute type plainText is now capped. This prevents the UI from freezing when the value is huge by @peelar
  • 3948065: The tax app version no longer displayed in the tax select input because showing the initially installed app version caused confusing by @krzysztofzuraw

⚙️ Maintenance:

  • bfb6237: Mailpit service uses has been removed due to issues with checking email during E2E runs on PRs. This means the tests no longer check if export emails have been received by @Cloud11PL

3.20.14

24 Oct 08:57
16072a3
Compare
Choose a tag to compare

🪲 Fixes:

🍇 Improvements:

  • 80869fb: When deleting product type with products the "View products" link now navigates to the product list with correctly applied product type filter by @Cloud11PL
  • 6c85d52: Back buttons now navigate to the list with previously used filters and pagination applied by @Cloud11PL
  • 4ef03df: When navigating to order details from the order list, the back button will now return you to the previous page with the same filters and pagination applied by @Cloud11PL
  • 75751b0: Now the create category button is consistent with the other views by @andrzejewsky

⚙️ Maintenance:

  • 12edac4: Now dependencies are installed properly in our pipelines, this means auth scripts are no longer stopping by @andrzejewsky
  • b9c8291: Now cron-workflow that runs e2e tests takes proper URLs for preparing accounts action by @andrzejewsky
  • 89b9170: "changeset/cli" version is now bumped to the latest version by @Cloud11PL
  • 4e0a555: Now accounts are decoded using an encryption key by @andrzejewsky

3.20.13

11 Oct 10:17
9e5b54a
Compare
Choose a tag to compare

🪲 Fixes:

  • 1ff350a: Assigning product to shipping method weight rate no more cause error by @poulch

🍇 Improvements:

  • be5d5e6: Modals in the Dashboard have been aligned, so that all contain the close button by @poulch

⚙️ Maintenance:

  • 04d16fc: Add e2e for managing products on draft order. Add e2e for placing draft orders for non-existing customers by @szczecha
  • 8ea94af: Enable by default feature flag for discount rules. Remove feature flags for product and order expression filters, so that the expression filter will always show. Cleanup dead code after removing feature flags by @poulch
  • fc80e34: Knip was added to the codebase and workflow triggered on the pull request. This means developers will now be informed about unused exports and files by @Cloud11PL

3.20.12

30 Sep 13:17
2c007c8
Compare
Choose a tag to compare

🪲 Fixes:

  • 8db152e: Clicking a select channel on a product list and then clicking the close button clears the filter state, so when you click the select button, only one channel filter will be selected by @poulch
  • c330ade: You can now provide 0 variant price value during product creation by @poulch
  • 350194c: Removing the not required dropdown attribute value no longer causes error by @poulch

🍇 Improvements:

  • 3f74d5c: You can now see the app's webhooks' event delivery attempts in app settings. These include the last 6 failed or pending deliveries with their details: payload, status and date by @Cloud11PL

3.20.11

24 Sep 10:57
df4c412
Compare
Choose a tag to compare

What's Changed

🪲 Fixes:

  • e831f9b: Selecting channel from product list does not trigger URL change, so that clicking "Select channel" button without selecting channel will not be saved in URL. by @poulch
  • bd54e6b: Fix a group of errors caused by reading property of undefined by @poulch

🦄 Features:

  • 858439d: You can now see a new card in home page that can redirect you to Saleor solution engineers contact information if you need technical advice. by @Cloud11PL

⚙️ Maintenance:

  • 9fb5665: Test for readonly access to apps are more stable, so that should not check anything before content load. by @poulch
  • cce3b2c: Adds conditional logic to the Merge Playwright Reports workflow, ensuring that the merge and upload steps are only triggered when the pull request has the run pw-e2e label applied. by @michalina-graczyk
  • a5b8471: Implementing timeouts ensures the workflow automatically terminates jobs taking too long, improving resource utilization and avoiding potential workflow hangs. by @michalina-graczyk
  • 7e1e6a1: Some end-to-end Playwright tests now have extended timeouts for UI elements to load. This means that automation tests should fail less. Playwright retires value has been set to 0. by @Cloud11PL

Full Changelog: 3.20.10...3.20.11

3.20.10

12 Sep 13:23
ca538af
Compare
Choose a tag to compare

What's Changed

🪲 Fixes:

  • 660f6c1: Users with "MANAGE_STAFF" permission no longer get an error when entering order details. This means that to access privateMetadata in variant "MANAGE_PRODUCTS" permission is required. by @Cloud11PL
  • 55d5a5f: Shipping destination alert when creating a new order now has a correct link to shipping settings. by @Cloud11PL
  • 3dc1c6d: Grid no longer crashes when removing row. by @andrzejewsky

🍇 Improvements:

  • 73387c1: History timeline sections now have a bolded, dark header without a line separating them from the events. by @Cloud11PL

⚙️ Maintenance:

Full Changelog: 3.20.9...3.20.10

3.20.9

06 Sep 10:47
81a8c2b
Compare
Choose a tag to compare

What's Changed

🪲 Fixes:

  • 069e6cc: You can now make a refund with shipping costs or custom shipping amount. This means you can make a refund without selecting line items. by @Cloud11PL

Full Changelog: 3.20.8...3.20.9

3.20.8

05 Sep 12:51
238e278
Compare
Choose a tag to compare

What's Changed

🪲 Fixes:

  • 331af39: You can now see draft order alert messages when channel is inactive or has no products by @Cloud11PL

🍇 Improvements:

  • 0eb90df: Menu item dialog now use components form new Macaw by @poulch
  • bef2cbd: Docker images will be automatically tag with with both the full version and just the minor by @patrys
  • ba5d47e: Modals for adding discounts and confirming deletion now use new MacawUI styles by @Cloud11PL
  • 942bb01: Now you can set proper attribute value when editting content page. by @andrzejewsky
  • 7624638: Dashboard now scrolls the product list page to the top when you click on "Select channel" so that you can see the filter window by @Cloud11PL
  • ece769a: The gift card modals now use new macaw-ui components. by @Cloud11PL
  • 330012e: MacawUI in Dashboard is now the newest available version. Dashboard no longer shows an error while installing packages. Price in shipping method select component now aligns to the right. by @Cloud11PL

⚙️ Maintenance:

  • 640d5f6: SALEOR_119 now has increased timeouts for app instalation. This means the test should fail less. by @Cloud11PL
  • 09cf2ad: SALEOR_191 now waits for the refund page to fully load by @Cloud11PL
  • f1b06f8: Remove skip from installing app tests and update workflow to run it only on releases or manual by @szczecha
  • c052612: Now manual tests and tests on release can run on multiple projects by @Cloud11PL

Full Changelog: 3.20.7...3.20.8