Overview
Version 5.0.2 is a patch release that addresses UI bugs related to adding custom components to the configuration. This release maintains full compatibility with v5.0.0 and requires no additional migration steps.
What's New in v5.0.2
Bug Fixes
Issue #188 - Fix ID collision bug when adding components after deletion and modal footer visibility
- Fixed ID assignment in ResourceComponentService, CustomComponentService, ResourceDelimiterService, and ResourceTypeService to use Max(ID)+1 instead of Count+1
- This prevents ID collisions when adding new items after deletions
- Fixed AddModal footer being cut off by moving it inside modern-modal-content container
- Updated modal CSS to properly handle scrolling body with fixed footer using flexbox layout
v5.0.0 Documentation
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:
User Documentation
- 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
Architecture Documentation
- ADR-001-application-architecture - Application design decisions
- ADR-002-hosting-architecture - Hosting platform guidance
- ADR-003-data-storage-architecture - Data storage strategy
Upgrading to v5.0.2
From v5.0.0
Upgrading from v5.0.0 to v5.0.2 is seamless with no breaking changes or migration steps required:
- Stop the application
- Replace application files with v5.0.2 binaries
- Restart the application
All existing configurations and data will work without modification.
From v4.x
If you are upgrading from v4.x, please follow the v5.0.0 Migration Guide first, then upgrade to v5.0.2.
Known Issues
No new issues identified in v5.0.2. See v5.0.0 Release Notes for any existing known issues from the major release.
Support and Feedback
- Issues: Report bugs via GitHub Issues
- Discussions: Join the conversation in GitHub Discussions
- Wiki: Access documentation at GitHub Wiki
Contributors
Thank you to all contributors who helped identify and resolve these issues!