Conversation
Contributor
Differences Found✅ No packages or licenses were added. SummaryExpand
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3.22 #6289 +/- ##
=========================================
Coverage 42.62% 42.62%
=========================================
Files 2488 2488
Lines 43016 43016
Branches 10091 10080 -11
=========================================
Hits 18334 18334
- Misses 23385 24646 +1261
+ Partials 1297 36 -1261 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
witoszekdev
approved these changes
Jan 28, 2026
witoszekdev
pushed a commit
that referenced
this pull request
Jan 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to 3.22, this PR will be updated.
Releases
saleor-dashboard@3.22.28
Patch Changes
#6266
2983f07Thanks @witoszekdev! - Refactored filtering logic in Product selection modal, shouldn't introduce any changes for users#6273
c16e37aThanks @witoszekdev! - Update lodash version to4.17.23#6257
57cef53Thanks @mirekm! - Added bulk variant generator - Quickly create all product variant combinations by selecting attribute values, with live preview, optional SKU/stock defaults, and automatic skipping of existing variants.#6270
a38274bThanks @mirekm! - Improve variant attributes discoverabilityAdded better messaging for variant attributes in both Product Type and Variant views.
#6278
21eacd7Thanks @witoszekdev! - Fix combobox components in Attribute selection. "Add new value" option was added again for clear UX. New values are added when clicked "Save" in the form, like previously. Fixed fetching more items in the combobox: now when user enters a value in the input, we fetch options using input from user asqueryparameter.#6274
3b0ec28Thanks @mirekm! - Unify success notification messages#6277
ace3e01Thanks @mirekm! - Redesigned product availability panel with built-in diagnostics. The new panel identifies configuration issues preventing purchase (missing prices, no stock, inactive channels) and includes a "Test" button to verify actual storefront visibility via the public API. Scheduling for publication and availability dates is now supported directly in the panel.#6280
b193657Thanks @lkostrowski! - Remove intrusive error on app invalid action and rely on console logs for better debugging.