We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da81798 commit ff2ebf3Copy full SHA for ff2ebf3
BreakingChanges.md
@@ -1,9 +1,9 @@
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
+`public Func<StepChangeDirection, Task<bool>> PreventStepChangeAsync`
5
#### After:
6
-public Func<StepChangeDirection, int, Task<bool>> PreventStepChangeAsync
+`public Func<StepChangeDirection, int, Task<bool>> PreventStepChangeAsync`
7
8
### v 6.4.0
9
Change the css link to:\
0 commit comments