Skip to content

Commit 64fb341

Browse files
authored
Merge branch 'main' into fix-e2e-notifiactions-check
2 parents 7aa927f + 9aa74cd commit 64fb341

45 files changed

Lines changed: 1570 additions & 278 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/afraid-windows-shine.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/bumpy-jobs-clean.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/calm-terms-drum.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/calm-walls-scream.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/frank-vans-drum.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"saleor-dashboard": patch
3+
---
4+
5+
Improved Variants Generator to support required non-selection attributes with a dedicated tab. Also added contextual tooltips explaining why generation is disabled.

.changeset/lovely-bananas-own.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/solid-parks-watch.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/swift-comics-worry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tender-spoons-learn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## 3.22.28
4+
5+
### Patch Changes
6+
7+
- [#6266](https://github.com/saleor/saleor-dashboard/pull/6266) [`2983f07`](https://github.com/saleor/saleor-dashboard/commit/2983f07a934e00bdadfc535e6cf199f331a06b82) Thanks [@witoszekdev](https://github.com/witoszekdev)! - Refactored filtering logic in Product selection modal, shouldn't introduce any changes for users
8+
9+
- [#6273](https://github.com/saleor/saleor-dashboard/pull/6273) [`c16e37a`](https://github.com/saleor/saleor-dashboard/commit/c16e37acfd15488b2b5be10d23dfc024021e9f92) Thanks [@witoszekdev](https://github.com/witoszekdev)! - Update lodash version to `4.17.23`
10+
11+
- [#6257](https://github.com/saleor/saleor-dashboard/pull/6257) [`57cef53`](https://github.com/saleor/saleor-dashboard/commit/57cef5304ea96f4d178a790833998dd5d2e2ba8e) Thanks [@mirekm](https://github.com/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.
12+
13+
- [#6270](https://github.com/saleor/saleor-dashboard/pull/6270) [`a38274b`](https://github.com/saleor/saleor-dashboard/commit/a38274b84aca391954fef6eff3dea159ffa9a6a6) Thanks [@mirekm](https://github.com/mirekm)! - Improve variant attributes discoverability
14+
15+
Added better messaging for variant attributes in both Product Type and Variant views.
16+
17+
- [#6278](https://github.com/saleor/saleor-dashboard/pull/6278) [`21eacd7`](https://github.com/saleor/saleor-dashboard/commit/21eacd7b71cc4a55db630b3a41d0d5fd9aaff719) Thanks [@witoszekdev](https://github.com/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 as `query` parameter.
18+
19+
- [#6274](https://github.com/saleor/saleor-dashboard/pull/6274) [`3b0ec28`](https://github.com/saleor/saleor-dashboard/commit/3b0ec2836a26c62bb4506da00e480059dee21e2f) Thanks [@mirekm](https://github.com/mirekm)! - Unify success notification messages
20+
- Pattern: {Entity} {action} - e.g., "Product updated", "Order cancelled"
21+
- Past tense - the action is complete
22+
- No filler words - avoid "successfully", "has been", "was"
23+
- Specific over generic - avoid commonMessages.savedChanges, use contextual messages
24+
- Compound actions use comma - "Products returned, refund granted"
25+
26+
- [#6277](https://github.com/saleor/saleor-dashboard/pull/6277) [`ace3e01`](https://github.com/saleor/saleor-dashboard/commit/ace3e019d06f3969963e9ffe5c5528258a630081) Thanks [@mirekm](https://github.com/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.
27+
28+
- [#6280](https://github.com/saleor/saleor-dashboard/pull/6280) [`b193657`](https://github.com/saleor/saleor-dashboard/commit/b193657a7314069805724da28ff5bcfbd4cfde70) Thanks [@lkostrowski](https://github.com/lkostrowski)! - Remove intrusive error on app invalid action and rely on console logs for better debugging.
29+
330
## 3.22.27
431

532
### Patch Changes

0 commit comments

Comments
 (0)