Skip to content

Commit 0511b51

Browse files
Release 3.23.32 [automated] (#6912)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 44acb02 commit 0511b51

7 files changed

Lines changed: 24 additions & 35 deletions

.changeset/account-settings-workspace.md

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

.changeset/file-attribute-permission-fix.md

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

.changeset/pinned-home-widgets-sidebar.md

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

.changeset/staff-order-alert-recipients.md

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

.changeset/swatch-inline-add-render-loop.md

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

CHANGELOG.md

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

3+
## 3.23.32
4+
5+
### Patch Changes
6+
7+
- [#6886](https://github.com/saleor/saleor-dashboard/pull/6886) [`9cf70fb`](https://github.com/saleor/saleor-dashboard/commit/9cf70fbbc3bf88fed2e5de8cc3c64854f7c80f46) Thanks [@mirekm](https://github.com/mirekm)! - Account Settings is now a personal workspace: edit your profile, manage sidebar pins and extension widgets, and reset your password from there.
8+
9+
- [#6885](https://github.com/saleor/saleor-dashboard/pull/6885) [`ab25a8d`](https://github.com/saleor/saleor-dashboard/commit/ab25a8d2549550ea36687e328728b2766fbad8c0) Thanks [@wcislo-saleor](https://github.com/wcislo-saleor)! - Fixed replacing or clearing a file attribute value failing with a permission
10+
error for users without attribute-management permissions. The dashboard no
11+
longer calls `attributeValueDelete` before saving products, variants, and
12+
models — Saleor 3.23.30 and above clean up the detached file value as part of the
13+
update itself, and on older versions the update still succeeds.
14+
15+
- [#6911](https://github.com/saleor/saleor-dashboard/pull/6911) [`44acb02`](https://github.com/saleor/saleor-dashboard/commit/44acb02504202519d88babf161b404ffd6a77751) Thanks [@lkostrowski](https://github.com/lkostrowski)! - Pinned fullscreen home widgets now appear as their own rows under the sidebar Home section, so you can open one directly instead of going to Home first and picking its tab.
16+
17+
- [#6902](https://github.com/saleor/saleor-dashboard/pull/6902) [`1730bc6`](https://github.com/saleor/saleor-dashboard/commit/1730bc6b359cbcfcd79602451cf1a5f06da87330) Thanks [@mirekm](https://github.com/mirekm)! - Staff emails now has a **New order alerts** list. Merchants can choose which staff members get an email when a customer completes checkout.
18+
19+
Find it under Configuration → Notifications → Staff emails. Assign or remove people there; the list saves immediately and is separate from the SMTP save bar. Draft orders completed in the Dashboard are not included.
20+
21+
- [#6905](https://github.com/saleor/saleor-dashboard/pull/6905) [`3760736`](https://github.com/saleor/saleor-dashboard/commit/37607369104aa2621144eb68c76a01f9cff85d93) Thanks [@lkostrowski](https://github.com/lkostrowski)! - Fixed the browser freezing when adding a value inline to a swatch attribute. The inline add row
22+
handed its colour picker a fresh empty error object on every render, and the picker keys an
23+
effect on that object — so each render wrote the colour back into the form, which triggered
24+
another render, in an unbounded loop. The error object is now stable.
25+
326
## 3.23.31
427

528
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saleor-dashboard",
3-
"version": "3.23.31",
3+
"version": "3.23.32",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/saleor/saleor-dashboard.git"

0 commit comments

Comments
 (0)