RazorConsole v0.2.0
Released: November 26, 2025 | Milestone v0.2.0
RazorConsole v0.2.0 brings significant enhancements to the component library, improves developer experience with routing support and code style automation, and delivers numerous quality-of-life improvements across documentation, testing, and tooling.
Experience RazorConsole components in action with our new real-time preview feature on the documentation website—try components directly in your browser without any setup!
Highlights
- New Chart Components: Added
BarChartandBreakdownChartcomponents with rich customization options (#160, #164) - Blazor Routing Support: Full routing integration for navigation and multi-page console applications (#123, #132)
- Enhanced Table Component: Added border color customization (#147)
- Real-Time Component Preview on RazorConsole Website: Interactive component previews now run directly in the browser, enabling live testing and development (#163, #199, #191)
- Select Component Improvements: New
FocusedValuebinding enables dynamic UI updates during navigation (#148) - Modern Solution Format: Migration to
.slnxformat for cleaner project management (#167) - Automated Code Style: Comprehensive
.editorconfigrules with enforced formatting (#153) - Modern Testing Platform: Migrated to Microsoft Testing Platform (MTP) with xUnit v3 for faster, native test execution (#179)
- Improved Documentation: Enhanced syntax highlighting, new routing documentation, and better contribution guides (#150, #137)
Detailed Changes
Components & Rendering
-
New Components:
-
Component Enhancements:
Real-Time Preview Components in Browser for Docs Website
- Interactive Previews:
Routing & Navigation
- Added Blazor routing support for multi-page console applications (#123)
- Created routing documentation and examples (#132)
- Refactored gallery app to utilize
MainLayout.razorwith routing (#139)
Tooling, Documentation & Website
-
Documentation Improvements:
-
Website Enhancements:
-
Gallery & Examples:
Build, CI & Developer Experience
-
Solution & Build:
-
Code Quality:
-
Testing Infrastructure:
- Migrated to Microsoft Testing Platform (MTP) with xUnit v3 (#179)
-
CI/CD Improvements:
Acknowledgments
Special thanks to the contributors who made this release possible:
- Skoreyko Misha (TeseySTD) for adding chart components, enhancing component styling, improving documentation with better syntax highlighting, and fixing numerous bugs
- ParadiseFallen for implementing routing support, adding CLI Info page, and refactoring the gallery structure
Full Changelog: https://github.com/RazorConsole/RazorConsole/compare/v0.1.1...v0.2.0