We are excited to announce the release of ASP.NET Zero v13.3. This release includes MAUI developments, recaptcha enhancements, and many other improvements. We have also updated the packages and fixed some bugs. Let's take a look at the new features and improvements.
π Entity Change History
As you may know, ASP.NET Boilerplate includes an entity change history feature. This functionality allows you to track which user made changes to an entity, when those changes were made, and what values were involved. Itβs a powerful tool for viewing the history of an entity and reverting changes as needed.
We have developed a user-friendly interface for this feature, making it easy to view changes and track the history of a specific entity.
For more information about entity history, please refer to the following link: https://aspnetboilerplate.com/Pages/Documents/Entity-History
π± Refactor MAUI
We have refactored the Maui project to enhance its stability and user-friendliness.
Code enhancements have reduced redundancy, and the project now features a more organized folder structure. This will make it easier for you to navigate the project and find the files you need.
Form structures now utilize Blazor's original form components. This change will make it easier for you to customize forms and improve the user experience.
Renamed files and folders have been updated to reflect the new structure.
For more information about the Maui project, please refer to the following link:
https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Development-Guide-MAUI
π‘οΈ Built-in Recaptcha for Email Activation and Password Reset
We have integrated Recaptcha support for both email activation and password reset processes. This enhancement provides an additional layer of security, helping to protect your application from spam and abuse, ensuring a safer user experience.
β‘ Power Tools: Fix Bugs
We are constantly improving the Power Tools feature based on your feedback. In this version, we have fixed some bugs and made some improvements.
Fixed file upload problem at Angular non-modal page.
Fixed file property problems for Excel import.
Improved datepickers on mvc for better localization.
Fixed PostreSQL connection on loading entities from the database.
Fixed the
AppAuthorizationProvider
problems.
π Upgrade to ABP 9.3
ASP.NET Zero v13.3 is based on ABP 9.3. ABP 9.3 is a major release that includes performance improvement and bug fixes. For more information, see the ABP 9.3 release notes.
β¨ Upgrade to Angular 18
ASP.NET Zero's Angular version is upgraded to Angular 18. Also abp-ng2-module
NPM package is upgraded to v11.0
which supports Angular 18.
π Update packages and bug fixes
As we do in every version, we fixed minor padding and margin errors, localization errors, and made improvements for power tools in line with your requests.
- https://github.com/aspnetzero/aspnet-zero-core/releases/tag/v13.3.0-rc.1
- https://github.com/aspnetzero/aspnet-zero-core/releases/tag/v13.3.0
βοΈ Don't Miss Out!
We have published new blog posts about ASP.NET Zero. You can check them out below:
π Conclusion
With ASP.NET Zero v13.3, we've raised the bar yet again. We hope you enjoy this release and look forward to hearing your feedback. If you have any questions or comments, please don't hesitate to contact us.