Skip to content

Commit

Permalink
Merge branch 'develop' into feature/SWED-2504-dialog_patch
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Jun 20, 2024
2 parents e2f4052 + 217f38e commit 80acb67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## \[10.12.1\] - 21/06/2024
## \[10.12.1\] - 21.06.2024

## Component changes

Expand All @@ -10,6 +10,10 @@
- CSS support for old syntax now checks it is not picked up also by the new syntax (make sure not dialog.dialog)
- new dialog can have multiple invokers

- Buttons

- loading spinner of buttons keep their aspect-ratio even if the buttons is squashed, when they're in overflow state

## Technical changes

- chore deps (update deps packages minor versions)
1 change: 1 addition & 0 deletions src/less/components/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
border: 0.15rem solid;
width: 1rem;
height: 1rem;
aspect-ratio: 1;
animation: loader-spin 0.8s linear infinite;
}

Expand Down

0 comments on commit 80acb67

Please sign in to comment.