promotional bannermobile promotional banner

GearPath

Ranks content sources by how many BiS upgrades they contain for your spec

File Details

v0.4.5

  • R
  • Apr 26, 2026
  • 68.21 KB
  • 10
  • 12.0.1
  • Retail

File Name

GearPath-v0.4.5.zip

Supported Versions

  • 12.0.1

GearPath

v0.4.5 (2026-04-26)

Full Changelog Previous Releases

  • v0.4.5: priority tab header anchor stabilization
    Final fix for the priority tab expand/collapse rendering.
    WoW's LEFT and RIGHT anchor points resolve to the vertical
    center of a frame. When the row's height grows on expand,
    the vertical center moves with it. Header elements anchored
    to row's LEFT or RIGHT (rank, score, scoreLabel) drifted
    down by half the height delta. Chained elements (tag, name,
    typeLabel, itemCount, all anchored relative to rank) drifted
    with them.
    The v0.4.4 fix re-anchored chevron and score bar background
    to row's TOP corners. This fix re-anchors the remaining three
    direct-to-row elements (rank, score, scoreLabel) to TOP
    corners with explicit Y offsets. The chained elements
    stabilize automatically once rank is stable.
    All 11 header elements in CreateSourceRow are now stable
    when row height changes. Sub-rows fill the area below the
    header zone as designed.