Skip to content

Commit

Permalink
Release 3.19 (#5248)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 14, 2024
1 parent 19e5347 commit 7ef9b44
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 91 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-trees-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/beige-moose-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/big-beds-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-ants-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-doors-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-spiders-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-impalas-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-dancers-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-icons-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-pans-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-shrimps-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-hairs-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-crews-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-poems-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-guests-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-books-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-lemons-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-zebras-check.md

This file was deleted.

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

## 3.19.11

### Patch Changes

- 1d03dd6ed: Now dependencies are installed properly in our pipelines, this means auth scripts are no longer stopping.
- 6b2892cd7: Product edition no longer change the others work when changing different fields simultaneously. This means UI sends only form fields that were changed.
- b594e00f4: The legacy multiselect are not longer present within the codebase. this means you should use the ones from new macaw when developing the UI
- 592979ae2: Login via API in order to setup playwright tests is working in serial mode
- 1b7126bdd: You can now run e2e tests without flakiness
- 1ec663547: Increase global single test timeout to avoid false neagtive test results
- bcabc89a0: Now we login accounts before playwright jobs are being started. This means playwright shards only consume account files, skipping the authentication part, it avoids account suspending by the API due to multiple attempnts in the same time
- c999eb3d4: Read-only metadata keys and values will now be displayed as regular inputs, making them easier to read and preventing them from looking disabled.
- f5dc06de8: Now you can see the test output on the release pull request
- 19e5347c9: Open search using keyboard shortcuts no more cause Dashboard crash
- c0c2d7b1b: App and User avatars in order details now all have the same color.
- 116b4dfc5: The boolean attribute has been changed from a toggle to a select. This change helps visualize when the attribute has not been set.
- 00e178b84: Searching for countries and other items is now more efficient, making it easier to find what you need. Additionally, the Dashboard Navigator UI has been improved to match the rest of the application, providing a more consistent experience.
- 51e293b16: Updates package-lock.json file meaning that `npm ci` no longer fails
- df9ace642: Increase playwright maxFailures to 10 (how many allowed failures, if exceeding skip remaining tests)
- d121d196d: You can now run E2E tests on 3.19 with no issues
- 3c714aeff: The selected value is no longer filtering the options when using any select list in product variant table
- 8790f4e53: Now accounts are decoded using an encryption key

## 3.19.10

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

0 comments on commit 7ef9b44

Please sign in to comment.