Skip to content

3.0.4

Compare
Choose a tag to compare
@FaeyUmbrea FaeyUmbrea released this 28 Aug 14:02
· 82 commits to main since this release
bd66951

Version 3.0.4

Fixes:

  • Improved ProgressBarComponent to handle invalid numerical values gracefully by assigning default values. If the current value is invalid, the progress bar will now show 0.5, and if the maximum value is invalid, its maximum value will be set to 1.

This ensures that the progress bar displays valid data and avoids rendering issues caused by incorrect numerical inputs.