MudStepperExtended: Remake #569
- Full CSP compatibility
- Full navigation engine rewrite
- New, consistent API surface
- Enhanced result-step lifecycle
- Introducing new IntroStep (An optional step show on start and not count as main steps)
- Improved status logic (NotStarted, Continued, Completed, Skipped)
- UI/UX refinements
- Basic keyboard navigation and accessibility
- Documentation updates
- Additional unit tests
Remove Dependencies: Seperate Components that has external dependencies to new projects and packages #571
- MudBarcode is now in CodeBeam.MudBlazor.Extensions.Qr package
- MudCsvMapper is now in CodeBeam.MudBlazor.Extensions.Csv package
Breaking Changes
- The old APİ in MudStepperExtended is obsoleted. They should work, but needed to switch new API. There is no expected programmatic breaking changes, but some visual design changes may seen if you redesign the component.
- For MudBarcode and MudCsvMapper, you only need to install new packages. No need to change namespaces or other code.