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 #6271 +/- ##
=========================================
Coverage 42.49% 42.49%
=========================================
Files 2453 2453
Lines 41673 41673
Branches 9240 9594 +354
=========================================
Hits 17710 17710
+ Misses 23932 22712 -1220
- Partials 31 1251 +1220 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
lkostrowski
approved these changes
Jan 22, 2026
lkostrowski
pushed a commit
that referenced
this pull request
Jan 22, 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.27
Patch Changes
#6268
6c31454Thanks @mirekm! - Fix accidental exiting of GraphQL Playground by pressing Esc#6267
7eb3eafThanks @lkostrowski! - Replaced custom Combobox component with one provided by MacawUI library. This solves bug with incorrect value rendering in Chromium 144#6250
472d0cdThanks @lkostrowski! - Improved display of Links. Now they inherit size of the parent element, usually paragraph. Links should no longer looks strange within text blocks#6265
813da60Thanks @witoszekdev! - Updated pnpm settings to be more strict about installed packages: minimum age 24h, cannot use downgraded security (e.g. trusted publisher -> untrusted), dependencies resolving to git repo or tarball#6207
6b89f21Thanks @mirekm! - Redesigned toast notifications for better user experience:Next up: Refining notification message copy for clarity and consistency across the dashboard.