File Details
ValorianUI 1.2.0.zip
- R
- Mar 22, 2026
- 39.61 MB
- 10
- 12.0.5+1
- Retail
File Name
ValorianUI 1.2.0.zip
Supported Versions
- 12.0.5
- 12.0.1
## [1.2.0] - 2024-05-24
### Changed
- **Architecture**: Comprehensive static analysis cleanup across all modules.
- **UnitFrames**: Removed deprecated `GetLootMethod` API to maintain strict 12.0+ Retail compliance.
- **UnitFrames**: Safely wrapped legacy `PlayerCastingBarFrame` and `CastingBarFrame` globals.
- **Orbs**: Replaced deprecated `UnitAura` API with modern `C_UnitAuras` logic.
- **Chat**: Injected EmmyLua annotations for strict `EditBox` typing and memory safety.
- **Options**: Sandboxed dynamically generated UI frames and external variables in `_G` lookups to eliminate false-positive linter warnings.
- **DamageMeter**: Sandboxed `DamageMeterSessionWindow1`, `DropDownList`, and `C_DamageMeter` in strict `_G` lookups.
### Fixed
- Fixed all instances of shadowed `self` variables inside UI factory scripts, event listeners, and hook callbacks.
- Cleaned up unused variables and redundant loop parameters across the codebase.

