3.22.32
Patch Changes
-
#6340
ccc005aThanks @lkostrowski! - Fixed debugging messages (warnings in browser console) where Dashboard confused actions from 3rd party, like browser extensions signals with AppBridge actions. Now warnings should only occur, when proper frame is sent, but with invalid events inside -
#6323
85e7f3fThanks @witoszekdev! - Added new e2e tests for Saleor apps deployed in staging environment (internal). They check if app loads correctly and displays its settings -
#6254
a0011ccThanks @iharshyadav! - Fix product export with "Current search" filter option. The export mutation now correctly includes filter parameters when exporting products with the "Current search" scope, allowing users to export only filtered products as intended. -
#6339
23d946cThanks @lkostrowski! - Order Transaction will now display payment method details, like card brand or type. -
#6327
4f81c86Thanks @witoszekdev! - Added filtering UI to "Assign Model" dialogs. This allows filtering by "Model type" when assigning values to Model reference attributes in products and product variants. -
#6311
61a484dThanks @witoszekdev! - Fixed issue when filtering products by parameters depending on channel (e.g. price) - previously filters didn't work correctly and always returned an empty list. Now filters will work correctly by passing correct channel value. -
#6318
cf1c8aaThanks @mirekm! - Product availability diagnostics now skip shipping zone warnings for non-shippable products (digital goods, activation codes, etc.). Products with isShippingRequired: false on their product type will no longer see false positive warnings about missing shipping zones or unreachable warehouses via shipping. -
#6333
1739498Thanks @witoszekdev! - Fixed code splitting forauthandconfigurationchunks. Previously this code was included in the main bundle, skipping dynamic imports. Now it will only load when needed, which should improve performance. -
#6324
9ab34dcThanks @witoszekdev! - Fixed icon in theme switcher not showing -
#6317
160511fThanks @witoszekdev! - Updated to storybook v10 -
#6311
61a484dThanks @witoszekdev! - Added filtering to "Assign Variant" modals based on products querywhereoptions, similar to existing filters on product list page. -
#6334
5669ef5Thanks @witoszekdev! - Maintanance: Added stories for Assign attribute value modals and configuration for mocking GraphQL responses in Storybook. -
#6341
4a45b49Thanks @lkostrowski! - Added quick-paste of auth token to GraphQL Playground. Now to test queries as apps or specific users, you can paste bare token and full authorization header will be included.
Full Changelog: https://github.com/saleor/saleor-dashboard/compare/3.22.31...3.22.32