-
-
Notifications
You must be signed in to change notification settings - Fork 1
Migration Guide
teociaps edited this page Nov 28, 2025
·
1 revision
Welcome to the SwaggerUI.Themes migration guides. This page helps you upgrade between major versions.
Select the guide that matches your current version:
Key Changes:
-
Style→ThemeAPI rename - Unified theme system (no more classic vs modern)
- New standalone themes capability
-
useMinifiedparameter added
-
NoJsModernStyleclass removed
- Namespace update
Not sure which version you're using? Check your .csproj file:
<PackageReference Include="AspNetCore.SwaggerUI.Themes" Version="?.?.?" />
<!-- or -->
<PackageReference Include="NSwag.AspNetCore.Themes" Version="?.?.?" />- Questions? Open an issue on GitHub
- Problems? Check the troubleshooting guide
- Examples? Browse the sample projects
After migrating, explore the latest features:
- Predefined Themes - Beautiful built-in themes
- Custom Themes - Create your own themes
- Advanced Options - Enhanced UI features
- CSS Variables - Fine-tune appearance
🚀 Getting Started
✨ Features
📖 Migration Guides