BazCore

Shared framework for Baz addons. Provides lifecycle, events, profiles, slash commands, settings, animations, minimap button, button glow, keybinds, Edit Mode, serialization, and options panels. No dependencies.

File Details

118

  • R
  • May 9, 2026
  • 305.75 KB
  • 119
  • 12.0.5
  • Retail

File Name

BazCore-118.zip

Supported Versions

  • 12.0.5

BazCore

118 (2026-05-09)

Full Changelog Previous Releases

  • v118: Profiles list re-renders after Create / Delete / Reset
    The internal RefreshProfilesPanel helper in Profiles.lua was poking
    at optionsTables[name].canvas - a field nothing in the codebase
    ever populates - so the re-render path silently no-op'd. Result:
    creating, deleting, resetting, or copying a profile didn't refresh
    the visible list until the Options window was closed and reopened.
    Switch to BazCore:RefreshOptions("BazCore-Profiles"), which is the
    public API that already handles "re-render this subcategory if it's
    the active one." Same single call works for all five action paths
    (create, delete, reset, copy, set-as-default).