-
Notifications
You must be signed in to change notification settings - Fork 1.3k
v5.0.1
Version 5.0.1 is a patch release that addresses UI bugs related to Bootstrap removal and corrects typographical errors throughout the application. This release maintains full compatibility with v5.0.0 and requires no additional migration steps.
-
Fixed Collapsible Sections - Resolved issue where collapsible sections were non-functional after Bootstrap removal
- Instructions page: All expandable sections now work correctly
- Generate page: All collapsible sections restored
- AdminLog: Filter section now expands/collapse properly
- GeneratedNamesLog: Filter section now works correctly
-
Fixed EditModal Collapsible Sections - Resolved issue preventing resource type editing
- Optional Components and Excluded Components sections now expand/collapse properly
- Resource Type Metadata section now functions correctly
- All EditModal collapsible sections restored
-
Fixed Alert Dismiss Buttons - Resolved issue where dismiss buttons on alerts were non-functional
- EditModal: Resource Type Editing warning alerts can now be dismissed
- All alert dismiss functionality throughout the application restored
-
Bootstrap Dependency Removal - Completed removal of all Bootstrap
data-bs-toggleanddata-bs-dismissdependencies- Replaced with native Blazor
@onclickfunctionality - Improved performance and maintainability
- Reduced JavaScript dependencies
- Replaced with native Blazor
-
Fixed Typos - Corrected "Resoure" to "Resource" throughout the application
- AddModal, EditModal, and Generate page text corrections
- Improved consistency and professionalism
This patch release builds upon the major v5.0.0 release. For comprehensive documentation about the v5.0.0 features and migration guides, please refer to:
- v5.0.0 Release Notes - Complete feature list and breaking changes
- v5.0.0 Migration Guide - Upgrade instructions from v4.x
- v5.0.0 Azure Name Validation Guide - Azure tenant validation setup
- v5.0.0 Azure Name Validation Docker Guide - Docker deployment with validation
- Choose an Installation Option - Installation guides
- ADR-001-application-architecture - Application design decisions
- ADR-002-hosting-architecture - Hosting platform guidance
- ADR-003-data-storage-architecture - Data storage strategy
Upgrading from v5.0.0 to v5.0.1 is seamless with no breaking changes or migration steps required:
- Stop the application
- Replace application files with v5.0.1 binaries
- Restart the application
All existing configurations and data will work without modification.
If you are upgrading from v4.x, please follow the v5.0.0 Migration Guide first, then upgrade to v5.0.1.
-
Components/Pages/Instructions.razor- Fixed collapsible sections -
Components/Modals/EditModal.razor- Fixed collapsible sections and alert dismiss buttons, corrected typos -
Components/Modals/AddModal.razor- Fixed collapsible sections, corrected typos -
Components/Pages/AdminLog.razor- Fixed collapsible sections -
Components/Pages/Generate.razor- Fixed collapsible sections, corrected typos -
Components/Pages/GeneratedNamesLog.razor- Fixed collapsible sections -
AzureNamingTool.csproj- Version updated to 5.0.1
- Replaced Bootstrap collapse with Blazor state management using
HashSet<string>for tracking collapsed sections - Added
ToggleCollapse()andGetCollapseClass()methods to manage section visibility - Replaced alert dismiss functionality with Blazor event handlers and state variables
- All changes maintain existing functionality while removing external JavaScript dependencies
No new issues identified in v5.0.1. See v5.0.0 Release Notes for any existing known issues from the major release.
- Issues: Report bugs via GitHub Issues
- Discussions: Join the conversation in GitHub Discussions
- Wiki: Access documentation at GitHub Wiki
Thank you to all contributors who helped identify and resolve these issues!