Skip to content

Commit

Permalink
Release 3.20 (#5265)
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 20, 2024
1 parent 73f4a95 commit 70fca90
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 53 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-otters-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-knives-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-worms-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-nails-fry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nine-stingrays-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-mirrors-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-penguins-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-walls-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-bears-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-laws-hang.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.19

### Patch Changes

- fd98d31: Selecting sale entries no longer fails when browsing the sales list
- 05a2be7: Variant creation no longer reports an error when API call fails, this means this scenario is now handled gracefully.
- bd125e8: List item links are no longer rendered outside of cursor. This means you can now copy the item's URL with mouse right click or use middle click to open page in new tab.
- 747030e: Enhanced success banner verification in basePage.ts by adding network idle state check and parallel assertions, while modernizing array operations in shipping methods tests using spread syntax instead of .concat()
- 73f4a95: Refactored tests by replacing direct banner visibility checks with `expectSuccessBanner()`.
Removed unnecessary `waitForNetworkIdleAfterAction` wrappers.
Simplified test scope for `staffMembers` and removed explicit timeouts where appropriate.
- e1c0868: The "Save" button in Change Password form now submits the form data to Saleor.
- f4466d9: Now, codeql action is no longer needed since we enabled code analysis via GH configuration with default settings.
- a28cd97: Prepare base layout for new home, hide new home page under feature flag
- 54e77d2: You can now select attribute value from dropdown in datagrid cell
- 82cd647: Adjust inline discount test for precise floating-point comparison with .toFixed(2)

## 3.20.18

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

0 comments on commit 70fca90

Please sign in to comment.