Skip to content

Choose a tag to compare

@github-actions github-actions released this 25 May 16:11
· 1 commit to master since this release

BazWidgetDrawers

061 (2026-05-25)

Full Changelog Previous Releases

  • v061: re-anchor adopted minimap buttons after click
    Some addons re-anchor their own LibDBIcon minimap button when the
    user activates them - VaultLoom is the case that surfaced this -
    which yanks the button out of the Minimap Buttons widget back
    onto the Minimap. Hook each adopted button's OnClick and schedule
    two cheap deferred re-layouts (at 0.05s and 0.30s) to re-assert
    ownership; the round trip is fast enough that the visual yank
    isn't perceptible.
    OnClick is the only safe surface for this. An earlier attempt to
    hook SetPoint/SetParent crashed the client by interacting badly
    with LibDBIcon's startup churn.
  • default the MinimapButtons widget on with a curated widget order
    New installs now get the Minimap Buttons widget enabled out of the
    box, and the default drawer seeds a top-to-bottom widget order of
    Zone Text > Minimap > Minimap Buttons > Quest Tracker instead of
    falling back to alphabetical-by-id (which produced a less coherent
    layout). Existing profiles preserve any user-chosen order via the
    legacy widgetOrder migration.