File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Components with the <wa-badge variant="warning">Experimental</wa-badge> badge sh
11
11
## Next
12
12
13
13
### New Features {data-no-outline}
14
+
14
15
- Added ` --track-height ` custom property to ` <wa-progress-bar> ` [ pr:1154]
15
16
- Added ` --pulse-color ` custom property to ` <wa-badge> ` [ pr:1173]
16
17
@@ -21,6 +22,7 @@ Components with the <wa-badge variant="warning">Experimental</wa-badge> badge sh
21
22
- Fixed the missing ` nanoid ` dependency in ` package.json ` [ discuss:1139]
22
23
- Fixed a bug in ` <wa-slider> ` that prevented the hint from showing up [ discuss:1172]
23
24
- Fixed a bug in ` <wa-textarea> ` where setting ` resize="auto" ` caused the height of the textarea to double [ issue:1155]
25
+ - Fixed a bug in ` <wa-card> ` that caused slotted media to have incorrectly rounded corners [ issue:1107]
24
26
25
27
## 3.0.0-beta.2
26
28
Original file line number Diff line number Diff line change 63
63
& ::slotted (* ) {
64
64
display : block;
65
65
width : 100% ;
66
- border-radius : 0 ;
66
+ border-radius : 0 !important ;
67
67
}
68
68
}
69
69
You can’t perform that action at this time.
0 commit comments