Skip to content

Commit

Permalink
Release 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 10, 2025
1 parent 752b988 commit 3c15620
Show file tree
Hide file tree
Showing 27 changed files with 32 additions and 127 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-flowers-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-tips-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-toes-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-owls-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-actors-yawn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mean-chicken-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-pugs-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-ads-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-gifts-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-actors-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-beds-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-mice-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-lemons-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-spoons-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-swans-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-peas-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-otters-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-kangaroos-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-jobs-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-boxes-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-drinks-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-pants-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-seals-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-worms-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-apples-draw.md

This file was deleted.

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

## 3.20.24

### Patch Changes

- f986ca7: You can now see contextual links to documentation in product, webhooks, order, staff members lists and Graphql Playground panel.
- 3c9889b: Some sentry errors have been fixed.
- 4ea5566: Now CI workflows use updated action to upload and download artifacts
- b44516b: You can now use custom auth headers in graphiql dev mode panel.
- 5717954: Now there can only be one login request running at a time. This means using a password manager to log in no longer cause an error. If there are too many login requests Dashboard now shows a corresponding error message.
- e2ce3c4: Product data is now properly displayed in webhook dry run modal.
Add warning alert in webhook dry run modal for webhooks that don't have a valid object ids.
- 65ae19b: Batch of sentry errors has been fixed
- 109565e: Added explicit max width to transaction event tooltip. Thanks to that longer message won't overflow.
- d939e6b: Added switch focus using tab button, that may delay saving before input is filled.
- 0be566e: Posthog no longer collect the events from the staging environments. This means we track the data only in production environments.
- d56c9a5: Prevent a call update channel after voucher create when no voucher id returns from response
- f1f9898: App buttons no longer clip with app contents
- d120bae: Removed waitFor and set expanded metadata section to avoid flakyness
- 081c5c0: Now category and subcategories show proper description
- ffaa00f: You can now close order manual transaction modal by clicking the close button
- 4b42974: Split select link option into 2 different ones to avoid flakyness in tests
- 184297b: Now it's possible to filter orders by its metadata.
- 35b508d: Warning banner in tax settings and delete app modal now display properly in dark mode
- 6a89f7a: Add GitHub Workflow to check licenses
- 752b988: Playwright tests raport is generated even test failed
- 85fd37c: Add explicit waits for draft order shipping carrier button interaction
- f0cd832: Run test by cron workflow has been removed
- 35a74fb: Now webhooks permission alert displays appropriately in dark mode
- 47d93f0: Increased the maximum display length for `plainText` attribute to 10,000 characters.
- 7b0c73b: Discounts no longer blocks the UI when the user has no permissions for managing channels.

## 3.20.23

### 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.23",
"version": "3.20.24",
"main": "src/index.tsx",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3c15620

Please sign in to comment.