Skip to content

v5.0.2

Latest

Choose a tag to compare

@BryanSoltis BryanSoltis released this 13 Jan 15:57
· 3 commits to main since this release
a250de9

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

Architecture Documentation


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:

  1. Stop the application
  2. Replace application files with v5.0.2 binaries
  3. 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


Contributors

Thank you to all contributors who helped identify and resolve these issues!