BazWidgets

BazWidgets is a widget pack addon for BazWidgetDrawers. Provides additional community and utility widgets that dock into the drawer alongside the built-in ones. Designed as a reference for third-party widget authors. Requires BazCore and BazWidgetDrawers.

File Details

023

  • R
  • Apr 26, 2026
  • 72.10 KB
  • 3
  • 12.0.5
  • Retail

File Name

BazWidgets-023.zip

Supported Versions

  • 12.0.5

BazWidgets

023 (2026-04-26)

Full Changelog Previous Releases

  • Tooltip: dampen reflow jitter
    Three small dampers stop the visible 'snap' that happened as async
    content (item info caches, aura data) progressively populated
    GameTooltip and re-fired OnSizeChanged 3-5 times per hover:
    • Snap computed scale to 0.05 increments so a 1-px naturalW wobble
      doesn't produce a slightly different scale every event.
    • Hysteresis on apply: only re-set scale if it moved by more than
      half a step (0.025).
    • Coalesce Reflow calls in an 80ms settle window so multiple
      size-change events collapse into a single drawer-wide reflow,
      and bumped the slot-height threshold from 1px to 4px in design
      coords.
      Reset the hysteresis baseline on each new tooltip session
      (SetDefaultAnchor, OnHide) so a fresh hover always lands its
      first scale.