promotional bannermobile promotional banner

MSA-DropDownMenu-1.0

DropDown menu for non-Blizzard addons (Retail and Classic compatible)

File Details

1.0.18

  • R
  • Apr 30, 2024
  • 15.47 KB
  • 845
  • 12.0.1+29
  • Retail + 3

File Name

msa-dropdownmenu-1.0.18.zip

Supported Versions

  • 12.0.1
  • 12.0.0
  • 11.2.7
  • 11.2.5
  • 11.2.0
  • 11.1.7
  • 11.1.5
  • 11.1.0
  • 11.0.7
  • 11.0.5
  • 11.0.2
  • 11.0.0
  • 10.2.7
  • 10.2.6
  • 5.5.3
  • 5.5.2
  • 5.5.1
  • 5.5.0
  • 4.4.2
  • 4.4.1
  • 4.4.0
  • 3.4.5
  • 2.5.5
  • 1.15.8
  • 1.15.7
  • 1.15.6
  • 1.15.5
  • 1.15.4
  • 1.15.3
  • 1.15.2

If you use this library, please mark it as a related project for your addon (see Relations > Dependents).

1.0.18

- ADDED - support for WoW 4.4.0
- ADDED - support for WoW 1.15.2
- ADDED - support for WoW 10.2.6
- REMOVED - old compatibility - reuse frames prevention

1.0.17

- ADDED - Support for WoW 1.15.1

1.0.16

- UPDATED - TOC versions
- UPDATED - Deprecated functions in WoW 10.2.0
- ADDED - Support for WoW 3.4.3 / 1.15.0
- ADDED - Support for WoW 10.2.5
- ADDED - Support for WoW 10.1.0

1.0.15

- UPDATED - Retail version
- REMOVED - TBC toc

1.0.14

- REMOVED - Backdrop backwards compatible code

1.0.13

- UPDATED - support for Aurora

1.0.12

- ADDED - Menus closed, when you click outside them (only in Retail)

1.0.11

- FIXED - wrong reuse frames without backdrop template (1.0.8 and older). But still need update this Lib, if is used directly!
- UPDATED - support for Aurora

1.0.10

- REMOVED - Deprecated - Newbie tooltips (usage of function GameTooltip_AddNewbieTip)
- UPDATED - support for Tukui

1.0.9

- ADDED - support for WoW 9.0 (compatible with WoW 8.0)

1.0.8

- ADDED - support for Atlas icons.

1.0.7

- FIXED - specific loading order of multiple lib versions - reuse frames.
- FIXED - multiple lib init - reuse init frame.

1.0.6

- FIXED - wrong menu scale at level 3+.

1.0.5

- Frames moved from XML to LUA. Lib is now without errors:
  Deferred XML Node object named ..... already exists
- Was changed method for creation of dropdown menu base frame:
  Old method (to version 1.0.4)
      local myDropDown = CreateFrame("Frame", "MyDropDown", ParentFrame, "MSA_DropDownMenuTemplate")
  New method (from version 1.0.5)
      local myDropDown = MSA_DropDownMenu_Create("MyDropDown", ParentFrame)
- See MSA-DropDownMenu Documentation

1.0.4

- ADDED - skin loading for Aurora
- UPDATED - checkbox offset in menu mode

1.0.3

- UPDATED - code from 7.3.0.24920

1.0.2

- ADDED - property reset to MSA_DropDownMenu_AddSeparator

1.0.1

- UPDATED - code from 7.2.0.23877
- ADDED - skin loading for ElvUI and Tukui

1.0.0

- Initial release