3.0.4
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 show0.5
, and if the maximum value is invalid, its maximum value will be set to1
.
This ensures that the progress bar displays valid data and avoids rendering issues caused by incorrect numerical inputs.