Skip to content

Releases: saleor/saleor-dashboard

3.19.9

19 Jun 10:08
ac774dc
Compare
Choose a tag to compare

🪲 Fixes:

  • 90503b9: Fixes an issue where column picker is not visible in bulk edit mode by @Cloud11PL
  • bd4588a: You can now properly edit permission groups when you have full access by @Cloud11PL
  • a1e2378: Fixes an issue that caused an error when a page was serched in navigation menu by @Cloud11PL
  • 209b999: You can now assign warehouses in product variant page without page crash by @poulch
  • 7cb031d: Webhook details view now correctly displays active/inactive status. by @Droniu
  • e8d1ed3: Fixes an issue where creating shipping rate would omit tax class setting by @Cloud11PL

🍇 Improvements:

  • 63c4238: You can now see Add discount align with rest of content by @poulch
  • fe50d2f: You can now hover over each row in product datagrid and hover effect will be fast and smooth by @poulch

🦄 Features:

⚙️ Maintenance:

3.15.7

18 Jun 08:10
f30bf3f
Compare
Choose a tag to compare

🪲 Fixes:

  • a781c90: Dashboard no longer crashes when assigning reference attribute while creating content. by @Droniu

⚙️ Maintenance:

3.17.2

14 Jun 14:02
3fcd98c
Compare
Choose a tag to compare

🪲 Fixes:

  • fecbcb5: Dashboard no longer crashes when assigning reference attribute while creating content. by @Droniu

⚙️ Maintenance:

3.14.17

13 Jun 10:14
Compare
Choose a tag to compare

🪲 Fixes:

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