Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 3.20 #5384

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/five-bears-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-lions-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-hotels-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-horses-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-points-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-monkeys-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-swans-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-falcons-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-apples-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-doors-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-poems-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-seals-mix.md

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 3.20.26

### Patch Changes

- f0870c5: Opening item in new tab using cmd key on datagrid now takes into account mounting point
- 87b8124: Now you can re-order products within the collection.
- 19bdcd4: Order transaction list now displays the name of a transaction
- e0f586e: Now you can see pageviews in the posthog.
- 1c3a125: You can now edit note in order details. Notes in order details now show id of note, id of related note and type of note "added" or "updated"
- 41dfb69: You can now open datagrid list item in new tab using cmd/ctrl button
- a3a1eca: After creating a new collection, you should see a list of assigned channels
- 79b8255: Modals in the Dashboard are now aligned, all have the same max height. Loading items on scroll works when the dialog is displayed in large screen.
- 08e3449: Dashboard now sends source header to API, when ENABLED_SERVICE_NAME_HEADER=true. Requires core >=3.20.68.
- 36bc1be: Activates list items on the welcome page no longer implies that they are clickable
- 52cf576: Editor.js no more cause error during saving
- 6a4f082: You can now navigate back from collection details to collection list

## 3.20.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saleor-dashboard",
"version": "3.20.25",
"version": "3.20.26",
"main": "src/index.tsx",
"repository": {
"type": "git",
Expand Down
Loading