RGX-Framework

Modular library for WoW addon development - Fonts, Colors, Textures

File Details

v1.5.0

  • R
  • Apr 25, 2026
  • 5.21 MB
  • 0
  • 12.0.5
  • Retail

File Name

RGX-Framework-v1.5.0.zip

Supported Versions

  • 12.0.5

RGX-Framework

v1.5.0 (2026-04-25)

Full Changelog Previous Releases

  • v1.5.0 — Slash/DB shortcuts + Hook fix
    RGX:Slash("cmd", fn) shorthand for single-command registration.
    RGX:DB("Name", defaults) initializes and returns a SavedVariables global.
    RGX:Hook now uses hooksecurefunc — previous impl passed original as first
    callback arg instead of calling it, breaking all post-hooks silently.
    Removed Unhook/UnhookAll (hooksecurefunc can't be reversed; no consumers used them).
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com