Skip to content

Releases: saleor/saleor-dashboard

3.14.16

07 Jun 13:55
Compare
Choose a tag to compare

🪲 Fixes:

  • Fix product variant crash when many warehouses by load warehouses on scroll (#4932) by @poulch

⚙️ Maintenance:

3.19.8

04 Jun 13:30
516115f
Compare
Choose a tag to compare

🪲 Fixes:

  • d8814bd: Fix product list crash when the description contains an empty object. Improve description by removing HTML tags by @poulch

🍇 Improvements:

  • 9a6e52d: You can now open the issue gift card modal without any flickering by @poulch
  • cb1c95f: You can now hover over each row in the product datagrid and hover effect will be fast and smooth by @poulch

⚙️ Maintenance:

3.19.7

21 May 11:16
ba27235
Compare
Choose a tag to compare

🍇 Improvements:

  • Product list view will now sort by last updated product in descending order by default (#4858) by @Cloud11PL

⚙️ Maintenance:

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