ASP.NET Zero v15.2.0
Released: Mar 16, 2026
v15.2.0 での更新項目
機能
- Added AI Skills, Rules and Workflows:
- Added AI skills and context files tailored for Claude and Cursor.
- These guidelines help your AI assistants understand ASP.NET Zero's architecture, naming conventions, and best practices, making AI driven development smoother and more accurate.
- Added active user sessions feature.
- Allows users to monitor their active sessions across different devices and browsers.
- It includes a complete UI redesign for session management and introduces conditional session revocation.
- If an account is compromised or a user simply forgot to log out from a public device, they can now easily view and revoke those active sessions directly from their security settings, preventing unauthorized access and session hijacking.
- Implemented Health Check UI:
- Health Checks UI has been completely reimplemented and restored, providing you with a clean, visual dashboard to monitor the health and status of your application's databases, APIs, and microservices.
- Upgraded to ABP 11.1:
- Migrated from AutoMapper to Mapperly:
- Mapperly is now deeply integrated, including inside the ASP.NET Zero Power Tools.
- This means all your generated code will now utilize Mapperly's fast, compile time mapping generation, drastically reducing runtime overhead.
- Upgraded to Angular 21 & Zoneless Change Detection
- This provides a significant boost to frontend performance, reduces bundle sizes, and modernizes the application lifecycle.
- Additionally migrated to new routing configurations and removed deprecated modules.
- React UI Enhancements:
- Social Login: Seamlessly integrate third-party authentication providers into your React app.
- QR Code Login: Added QR code login support powered by SignalR integration for a faster authentication flow.
- Dynamic Entity Property Management: This powerful management feature is now fully supported in the React frontend.
- Customizable Dashboards: Introduced a new drag-and-drop functionality, allowing users to easily customize their dashboard layouts.
- Excel Export Selection: Added a new modal allowing users to select specific Excel columns before exporting data.
- UI & Styling:
- View Notification Modal: Added a dedicated message detail view modal to the Notifications page for both Angular and MVC.
- Refactored Components: Updated file upload components to use PrimeNG and converted PrimengTableHelper to use modern Angular signal structures.
- Framework & Tooling Improvements:
- Swashbuckle Upgrade: Swagger UI has been upgraded to Swashbuckle v10.x.
- Power Tools on ARM: Added robust support for the Power Tools GUI on ARM based platforms (like Apple Silicon MacBooks).
不具合の修正
- UI & Styling:
- Cross Browser Consistency: Fixed Safari sidebar background alignments and resolved vertical scrolling issues on macOS.