3.22.33
๐จ Warning
This release requires Saleor core 3.22.38.
Used with older version, Dashboard will crash.
Patch Changes
-
#6326
4238398Thanks @witoszekdev! - Added filtering to "Assign Category" modals based on categories query filter options, similar to existing filters on category list page. -
#6355
80b93f6Thanks @IKarbowiak! - Added "Address Validation" setting to the site settings page, allowing admins to preserve address fields that fall outside a country's standard format instead of having them removed during validation. -
#6350
51575d1Thanks @IKarbowiak! - Extend site settings with webhook emission section - allow changinguseLegacyUpdateWebhookEmissionflag -
#6352
3b4e59cThanks @IKarbowiak! - Fix Gift Cards search to usegiftCards.searchquery parameter instead of filtering bycode. This enables searching gift cards by email, user name, and code rather than only by exact code match. -
#6356
8c5f075Thanks @witoszekdev! - Fix pnpm audit security vulnerabilities by adding dependency overrides for ajv, and bumping qs to a patched version. Suppress minimatch CVE-2026-26996 (ReDoS) via auditConfig since upgrading to minimatch 10.x breaks Jest coverage instrumentation. -
#6348
49308beThanks @lkostrowski! - Fix mapping VISA payment method in Transaction view. Now VISA logo is displayed correctly -
#6349
496f688Thanks @chrislaai! - Update the API_URL in .env.template -
#6363
1d78e48Thanks @lkostrowski! - Added a hint (Ripple) on the installed extensions page to notify users about the new app problems feature, which shows issues with apps directly in the extensions list. -
#6283
fca0cbfThanks @lkostrowski! - Added app problems display to the installed extensions list. Each app now shows reported problems with severity badges, timestamps, and dismissal support. The "Open the app" action link is only shown for third-party apps. Requires Saleor 3.22+.
Full Changelog: https://github.com/saleor/saleor-dashboard/compare/3.22.32...3.22.33