Skip to content

Commit 9f33d92

Browse files
authored
Update BreakingChanges.md
1 parent 51bbe95 commit 9f33d92

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

BreakingChanges.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v 6.7.0
2+
MudStepper's PreventStepChangeAsync func's parameters changed. (A new int target index added)
3+
Before:
4+
public Func<StepChangeDirection, Task<bool>> PreventStepChangeAsync
5+
After:
6+
public Func<StepChangeDirection, int, Task<bool>> PreventStepChangeAsync
7+
18
### v 6.4.0
29
Change the css link to:\
310
`<link href="_content/CodeBeam.MudBlazor.Extensions/MudBlazor.Extensions.min.css" rel="stylesheet" />`\

0 commit comments

Comments
 (0)