0.20.2-17-gc27dcee

Details

  • Filename
    LibActionButton-1.0-0.20.2-17-gc27dcee.zip
  • Uploaded by
  • Uploaded
    Oct 14, 2014
  • Size
    17.69 KB
  • Downloads
    150
  • MD5
    34e912ad3689ca1bc0cd2fae2e01cd59

Supported WoW Retail Versions

  • 6.0.2

Changelog

Hendrik Leppkes:
    - Leverage all fields set by the ActionButtonTemplate parentKey
    - Update copyright
    - Bump minor version
    - Support the "New Action" texture highlight
    - Handle new return values of range functions
    - Update Loss of Control cooldown handling
    - SetChecked takes true/false instead of 1/0
    - Update TOC
    - Preserve the font used for the hotkey text, only adjust size/style.
    Fixes ticket #7.
    - Add a GetBindingAction function to export the binding action used by this button
    - Fire a callback when the keybindings of a button change.
    - Add a function to move buttons to a new header.
    - Split Usable/Cooldown update between "action" based buttons and other buttons.
    This avoids a double update of all buttons, improving performance.
    - Remove varargs from update function, its not used anywhere
    - UpdateFlyout is called implicitly by Update, no need for an explicit call
    - Update copyright year to 2013
    - Fix "empty" typo in secure state change handler
    Thanks to Adirelle for noticing