From 9fbc4254a0a7e87ba3bc850dba06bdabc2d2796e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Feb 2026 13:06:44 +0000 Subject: [PATCH] Release 3.22 [automated] --- .changeset/breezy-pumas-say.md | 5 ----- .changeset/dark-drinks-dig.md | 5 ----- .changeset/fuzzy-coins-arrive.md | 5 ----- .changeset/itchy-queens-build.md | 5 ----- .changeset/large-vans-fly.md | 6 ------ .changeset/little-hats-sort.md | 5 ----- .changeset/long-lions-ring.md | 5 ----- .changeset/loose-experts-lead.md | 5 ----- .changeset/loose-symbols-cheer.md | 5 ----- .changeset/nine-queens-accept.md | 5 ----- .changeset/quick-eels-hug.md | 5 ----- .changeset/sparkly-buckets-vanish.md | 5 ----- .changeset/yellow-moons-join.md | 5 ----- CHANGELOG.md | 31 ++++++++++++++++++++++++++++ package.json | 2 +- 15 files changed, 32 insertions(+), 67 deletions(-) delete mode 100644 .changeset/breezy-pumas-say.md delete mode 100644 .changeset/dark-drinks-dig.md delete mode 100644 .changeset/fuzzy-coins-arrive.md delete mode 100644 .changeset/itchy-queens-build.md delete mode 100644 .changeset/large-vans-fly.md delete mode 100644 .changeset/little-hats-sort.md delete mode 100644 .changeset/long-lions-ring.md delete mode 100644 .changeset/loose-experts-lead.md delete mode 100644 .changeset/loose-symbols-cheer.md delete mode 100644 .changeset/nine-queens-accept.md delete mode 100644 .changeset/quick-eels-hug.md delete mode 100644 .changeset/sparkly-buckets-vanish.md delete mode 100644 .changeset/yellow-moons-join.md diff --git a/.changeset/breezy-pumas-say.md b/.changeset/breezy-pumas-say.md deleted file mode 100644 index 0cbd673e58c..00000000000 --- a/.changeset/breezy-pumas-say.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -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 diff --git a/.changeset/dark-drinks-dig.md b/.changeset/dark-drinks-dig.md deleted file mode 100644 index d16f34d7902..00000000000 --- a/.changeset/dark-drinks-dig.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Added new e2e tests for Saleor apps deployed in staging environment (internal). They check if app loads correctly and displays its settings diff --git a/.changeset/fuzzy-coins-arrive.md b/.changeset/fuzzy-coins-arrive.md deleted file mode 100644 index b63362a3827..00000000000 --- a/.changeset/fuzzy-coins-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -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. diff --git a/.changeset/itchy-queens-build.md b/.changeset/itchy-queens-build.md deleted file mode 100644 index 469cddce66c..00000000000 --- a/.changeset/itchy-queens-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Order Transaction will now display payment method details, like card brand or type. diff --git a/.changeset/large-vans-fly.md b/.changeset/large-vans-fly.md deleted file mode 100644 index 732cdd43d9f..00000000000 --- a/.changeset/large-vans-fly.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -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. diff --git a/.changeset/little-hats-sort.md b/.changeset/little-hats-sort.md deleted file mode 100644 index fdd3400b92a..00000000000 --- a/.changeset/little-hats-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -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. diff --git a/.changeset/long-lions-ring.md b/.changeset/long-lions-ring.md deleted file mode 100644 index e1e4546af64..00000000000 --- a/.changeset/long-lions-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -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. diff --git a/.changeset/loose-experts-lead.md b/.changeset/loose-experts-lead.md deleted file mode 100644 index 8ffadb84c44..00000000000 --- a/.changeset/loose-experts-lead.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Fixed code splitting for `auth` and `configuration` chunks. Previously this code was included in the main bundle, skipping dynamic imports. Now it will only load when needed, which should improve performance. diff --git a/.changeset/loose-symbols-cheer.md b/.changeset/loose-symbols-cheer.md deleted file mode 100644 index 569c462b6ef..00000000000 --- a/.changeset/loose-symbols-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Fixed icon in theme switcher not showing diff --git a/.changeset/nine-queens-accept.md b/.changeset/nine-queens-accept.md deleted file mode 100644 index fcb9743f67b..00000000000 --- a/.changeset/nine-queens-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Updated to storybook v10 diff --git a/.changeset/quick-eels-hug.md b/.changeset/quick-eels-hug.md deleted file mode 100644 index d60291e5d4f..00000000000 --- a/.changeset/quick-eels-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Added filtering to "Assign Variant" modals based on products query `where` options, similar to existing filters on product list page. diff --git a/.changeset/sparkly-buckets-vanish.md b/.changeset/sparkly-buckets-vanish.md deleted file mode 100644 index 20647ca0705..00000000000 --- a/.changeset/sparkly-buckets-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Maintanance: Added stories for Assign attribute value modals and configuration for mocking GraphQL responses in Storybook. diff --git a/.changeset/yellow-moons-join.md b/.changeset/yellow-moons-join.md deleted file mode 100644 index 3929ed50190..00000000000 --- a/.changeset/yellow-moons-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index 62933538850..02c9bd71835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## 3.22.32 + +### Patch Changes + +- [#6340](https://github.com/saleor/saleor-dashboard/pull/6340) [`ccc005a`](https://github.com/saleor/saleor-dashboard/commit/ccc005a715c5834291630ad19c3808f30fa6593a) Thanks [@lkostrowski](https://github.com/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](https://github.com/saleor/saleor-dashboard/pull/6323) [`85e7f3f`](https://github.com/saleor/saleor-dashboard/commit/85e7f3f81e7f9c534ff7a8e9f87d9ed3a1d93cd4) Thanks [@witoszekdev](https://github.com/witoszekdev)! - Added new e2e tests for Saleor apps deployed in staging environment (internal). They check if app loads correctly and displays its settings + +- [#6254](https://github.com/saleor/saleor-dashboard/pull/6254) [`a0011cc`](https://github.com/saleor/saleor-dashboard/commit/a0011cc9bc7f23deca89df61eeaaffd358e495ab) Thanks [@iharshyadav](https://github.com/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](https://github.com/saleor/saleor-dashboard/pull/6339) [`23d946c`](https://github.com/saleor/saleor-dashboard/commit/23d946c24465d85c254aaf863e692e9d296e281d) Thanks [@lkostrowski](https://github.com/lkostrowski)! - Order Transaction will now display payment method details, like card brand or type. + +- [#6327](https://github.com/saleor/saleor-dashboard/pull/6327) [`4f81c86`](https://github.com/saleor/saleor-dashboard/commit/4f81c86b5e244fedb3908bbce538cefbe454b498) Thanks [@witoszekdev](https://github.com/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](https://github.com/saleor/saleor-dashboard/pull/6311) [`61a484d`](https://github.com/saleor/saleor-dashboard/commit/61a484db5ff9891eb5e23533fd1765a649e55e7e) Thanks [@witoszekdev](https://github.com/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](https://github.com/saleor/saleor-dashboard/pull/6318) [`cf1c8aa`](https://github.com/saleor/saleor-dashboard/commit/cf1c8aa1b5db738b22415764b472bf448d1bb978) Thanks [@mirekm](https://github.com/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](https://github.com/saleor/saleor-dashboard/pull/6333) [`1739498`](https://github.com/saleor/saleor-dashboard/commit/1739498df428d728395436230df197b88ad4ade3) Thanks [@witoszekdev](https://github.com/witoszekdev)! - Fixed code splitting for `auth` and `configuration` chunks. Previously this code was included in the main bundle, skipping dynamic imports. Now it will only load when needed, which should improve performance. + +- [#6324](https://github.com/saleor/saleor-dashboard/pull/6324) [`9ab34dc`](https://github.com/saleor/saleor-dashboard/commit/9ab34dcd90515abd1468fd55f62059693f1bd0e4) Thanks [@witoszekdev](https://github.com/witoszekdev)! - Fixed icon in theme switcher not showing + +- [#6317](https://github.com/saleor/saleor-dashboard/pull/6317) [`160511f`](https://github.com/saleor/saleor-dashboard/commit/160511f88fa381e54f26d85c093dd586e03bab45) Thanks [@witoszekdev](https://github.com/witoszekdev)! - Updated to storybook v10 + +- [#6311](https://github.com/saleor/saleor-dashboard/pull/6311) [`61a484d`](https://github.com/saleor/saleor-dashboard/commit/61a484db5ff9891eb5e23533fd1765a649e55e7e) Thanks [@witoszekdev](https://github.com/witoszekdev)! - Added filtering to "Assign Variant" modals based on products query `where` options, similar to existing filters on product list page. + +- [#6334](https://github.com/saleor/saleor-dashboard/pull/6334) [`5669ef5`](https://github.com/saleor/saleor-dashboard/commit/5669ef5cdcc8ed86959a3e3677d2fac253623d1a) Thanks [@witoszekdev](https://github.com/witoszekdev)! - Maintanance: Added stories for Assign attribute value modals and configuration for mocking GraphQL responses in Storybook. + +- [#6341](https://github.com/saleor/saleor-dashboard/pull/6341) [`4a45b49`](https://github.com/saleor/saleor-dashboard/commit/4a45b494c655ddd0ebd8b9abd96ed4a34e5f8c21) Thanks [@lkostrowski](https://github.com/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. + ## 3.22.31 ### Patch Changes diff --git a/package.json b/package.json index 5abb5319f94..03ed063a004 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "3.22.31", + "version": "3.22.32", "repository": { "type": "git", "url": "git://github.com/saleor/saleor-dashboard.git"