Changelog
If you use this library, please mark it as a related project for your addon (see Relations > Dependents).
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