Skip to content

Releases: saleor/saleor-dashboard

3.19.6

24 Apr 12:01
9d4fe3f
Compare
Choose a tag to compare

🪲 Fixes:

  • 4266a5c: Fixes a bug where order and gift card details views show incorrect avatar in history component. Notes added by apps will now show app's name and avatar. All events will now use the same date format to improve consistency by @Cloud11PL
  • 965d27c: Fixes an issue that prevented users from pasting values smaller than 10 into datagrid cells by @Cloud11PL
  • b233322: Fixes an issue where product export threw an error due to invalid input data by @Cloud11PL

🍇 Improvements:

⚙️ Maintenance:

  • 0365687: This change replaces old service worker with a noop service worker. Saleor Dashboard will no longer actively use service worker for caching and registering fonts by @Cloud11PL

3.19.5

10 Apr 12:46
82b59cb
Compare
Choose a tag to compare

🍇 Improvements:

  • 3b8ac6c: Allow users to copy voucher codes from cell in datagrid by double click cell and selecting code by @poulch
  • f94eb20: Allow all users to access to APPS tab without checking any permissions. User will be able to see the installed app list and enter each app.
    Each app will be responsible for checking user permissions by @poulch

⚙️ Maintenance:

  • f1c0241: Add results to testmo, add notification on Slack after tests run by @karola312
  • db76d41: Remove not used babel config and npm package that hasn't been removed after migration to vite by @poulch
  • 553156e: Removed messages about plugins that have app replacements for Stripe and Emails. These apps are currently not available in the App Store by @lkostrowski

3.19.4

21 Mar 11:36
5a41d18
Compare
Choose a tag to compare

🪲 Fixes:

  • dd4e5f1: Fix "TypeError: Cannot read properties of undefined (reading '0')" error thrown by datagrid by stopping propagating events from RadioGroup component in ChannelsAvailability. RadioGroup fires couple of events at once and datagrid listing to global onClick event, which causes an error in datagrid by @poulch
  • e153911: Remove storybook by @krzysztofzuraw
  • 1a0f380: Add "ResizeObserver loop limit exceeded" to be ignored in Sentry. Error is thrown only during Cypress tests that will be soon migrated and we could remove error from ignored. by @poulch
  • 1b06dcf: Fixed broken link that points to app details when the user selects a method of tax calculation by @krzysztofzuraw
  • c153168: Enable source maps export to Senty by @poulch
  • cdd6fae: Add "ResizeObserver loop completed with undelivered notifications" to ignored in Sentry by @poulch

3.14.15

19 Mar 16:14
Compare
Choose a tag to compare

🪲 Fixes:

  • Fix unnecessary warehouses fetch in product variant details when variant has not channel assigned (#4712) by @poulch

3.19.3

11 Mar 13:14
965996b
Compare
Choose a tag to compare

🪲 Fixes:

  • 5592f67: Fix: assigned category in voucher details is not visible by @poulch
  • a98053b: Improve conditions filtering in discount rules to prevent sending empty conditions by @poulch
  • 99d120b: Add check if channel listing array is undefined before call filter on it to prevent Dashboard crash by @poulch
  • deed62e: Prevent unnecessary warehouses fetch in product variant details when a variant has not channel assigned by @poulch

3.19.2

01 Mar 15:18
15546c5
Compare
Choose a tag to compare

🪲 Fixes:
c7f9be3: Fix backup namespace for manual workflow by @andrzejewsky
e096735: Fix showing attribute config for use with only one permission by @poulch
e496427: Fix flaky PW tests by @karola312
5bd4686: "fix pt-BR locale" by @GabrielZacchi
abd9a96: fix cypress tests for managing visibility of static columns in order view by @szczecha
e879c9e: Fix obtaining version name in manual run workflow by @andrzejewsky
3805389: Disable autocapture events by @andrzejewsky
38c4191: Fix instance name for manual workflow by @andrzejewsky
c8e8762: Show promotion name in order summary, show - when no promotion name by @poulch

3.19.1

27 Feb 14:10
f852b50
Compare
Choose a tag to compare

🪲 Fixes:

bb0b1a0: Fix showing empty price when value is zero, improve showing discount type in order payment details by @poulch
cbd9c46: Fix error color on datagrid by @poulch

🍇 Improvements:

fda067f: Add clarity to order cancel dialog by @Droniu
a831b81: Previously we allowed user to select either flat rates or any tax app. To avoid problems if there are more tax apps installed this change adds ability to select tax app that will be used to calculated taxes per channel. User can also select tax app for country exception while configuring taxes. Related RFC by @krzysztofzuraw
1409195: Fix showing promotion discount type in order summaryby @poulch
6e55282: Show discount name for promotion discount type (#6e5528210) by @poulch

⚙️ Maintenance:

fea94f6: Add product analytics on cloud by @andrzejewsky
ad1fd35: Set codeowners based on new GH groups by @andrzejewsky

3.19.0

20 Feb 09:49
1367d5c
Compare
Choose a tag to compare

🪲 Fixes:

a2bac68: Fix height of multiselect for filters/promotions by @krzysztofzuraw
5165c52: Fix loading service worker by @andrzejewsky
d712e65: Fix deleting draft orders by @andrzejewsky
6473419: Fix variant availability by @Droniu
9a48841: Fix action that configures login to staging Saleor Cloud for CLI by @wcislo-saleor
1a32555: Make discount rules flag visible by @andrzejewsky
dd6f46f: Fix apps colors, fix grid checkbox by @andrzejewsky
488a4b4: Amounts are now hidden on Transaction events list for CHARGE_REQUST, CHARGE_SUCCESS and CHARGE_FAILURE events. These events don't support providing amounts, and they were always displayed as 0. by @witoszekdev
5725e72: Fix workflow deployments for PR automation by @andrzejewsky
ce4eb48: Fix redirect action in new context and relative urls by @mmiszy
8e0e208: Fix dockerfile build error caused by deleted file and bash script by @tgrycuk
9208b3e: Fix discount hasEndDate selector in tests by @poulch

🦄 Features:

🍇 Improvements:

d5d3c43: Introduce filters to discount list page by @poulch
9cd348f: Remove app version from app list view by @poulch
2e22ba1: add env var LOCALE_CODE by @GabrielZacchi
a3b365b: Use Combobox component instead of Select in promotion rule channel input by @poulch
39711fe: Show info text when no options to select in discount condtion, stop sending empty condtion by @poulch

⚙️ Maintenance:

e610ca5: Use composite actions in pr automation workflow by @andrzejewsky
4d82f8f: Add cron job for PW tests by @andrzejewsky
ca73a90: Add permissions for push when cherry-pick by @andrzejewsky
b606c3e: Add manual test run for e2e by @andrzejewsky
a077f1c: Add dev deployment workflow by @cmiacz
9fae33f: Update MacawUI to version 1.0.0-pre.21 by @krzysztofzuraw
f768b2f: Update pull request template by @andrzejewsky
9c737a5: Update product test As an admin, I should be able to update a single product by uploading media, assigning channels, assigning tax, and adding a new variant
b7f240f: Create order with activated transaction flow in channel test by @wojteknowacki
7c7c73c: Deleting shipping rate from it's details page in e2e scenario by @yellowee
703a93a: Update variant information in existing product by @wojteknowacki
d06043b: Filter products by channel availability test by @wojteknowacki
bb1401b: Create voucher with auto-generated codes and fixed amount discount by @wojteknowacki
951b181: add tracking number, mark as paid and fulfill tests by @wojteknowacki
f77c268: Searching products on list view test by @wojteknowacki
9870979: Using pagination on product list view test by @wojteknowacki
40f01b1: Delete single and bulk delete variants tests by @wojteknowacki
698e2cd: Attributes critical test migrated to playwright by @wojteknowacki
3b9f4ee: Change assertion text within channels checkbox in e2e tests by @wojteknowacki
97b05c9: Updated @saleor/app-sdk to 0.47.2. This change should not introduce any meaningful changes for the Dashboard. by @lkostrowski
b7ed22f: fixes e2e tests which fails on nightly run orders, apps, vouchers by @wojteknowacki
876d89b: Export products as csv test by @wojteknowacki
b841e52: Migrated categories tests: Create basic category; Edit category;Bulk delete categories by @wojteknowacki
976b34c: test bulk delete on product list by @wojteknowacki
460f033: Migrated warehouses tests: Edit warehouse; Delete warehouse by @wojteknowacki
nightly workflow: do not trigger test complete job if testmo-report-preparation is skipped/failed by @wojteknowacki
05dc813: Collections tests: Create collection; Edit collection: assign product; Bulk delete collections by @wojteknowacki
016bb7c: update home test assertion after removing UI elements from home by @wojteknowacki
20d75b2: dot env update by @wojteknowacki
d02dcf9: Fix waiting for dom load state in playwright e2e tests by @wojteknowacki
28a8f1c: Tests migrated to playwright:
Create basic channel; by @wojteknowacki
Edit channel settings to contain transaction flow, allow unpaid orders, authorize instead of charging, prio high stock;
Delete channel by @wojteknowacki ...

Read more

3.14.14

08 Feb 13:06
Compare
Choose a tag to compare

🪲 Fixes:

  • Fix redirect action in new context and relative urls (#4666) by @mmiszy

⚙️ Maintenance:

3.18.2

12 Jan 14:40
9ee9392
Compare
Choose a tag to compare

🪲 Fixes:

e165eed: Show info text when no options to select in discount condtion, stop sending empty condtion by @poulch
6ba106f: Fix height of multiselect for filters/promotions by @krzysztofzuraw
3018ed8: Fix loading service worker by @andrzejewsky
b353ceb: Fix deleting draft orders by @andrzejewsky
f95e90f: Amounts are now hidden on Transaction events list for CHARGE_REQUST, CHARGE_SUCCESS and CHARGE_FAILURE events. These events don't support providing amounts, and they were always displayed as 0 by @witoszekdev
1637e12: Fix dockerfile build error caused by deleted file and bash script by @tgrycuk

🦄 Features in preview:

Discounts:
53ca848: Fix jumpy UI, lazy loading and transitions for discount rules by @poulch
3cbfa64: Make discount rules flag visible by @andrzejewsky
27d2a60: Introduce filters to discount list page by @poulch