|
1 | | -[Full Changelog](https://github.com/enderneko/AbstractWidgets/compare/r11...cb04e525b6bf9e958976510bc06526007f6e7e85) |
| 1 | +[View Full Changelog](https://github.com/enderneko/AbstractFramework/compare/r12...99f9c7d2fda26af56f5103def0fe5adcadfbfedf) |
2 | 2 |
|
3 | | -- Fix instance state events |
4 | | -- Fix AceComm |
5 | | -- Fix aura tooltip anchor |
| 3 | +### New |
| 4 | + |
| 5 | +- AF.player.battleTagMD5 |
| 6 | +- Basic hook system |
| 7 | +- Color scaling and adjustment utilities |
| 8 | +- Custom group support for PixelUpdater |
| 9 | +- Events: AF_GROUP_PERMISSION_CHANGED, AF_MARKER_PERMISSION_CHANGED, AF_GROUP_UPDATE, AF_GROUP_TYPE_CHANGED, AF_PLAYER_LOGIN_DELAYED, AF_PLAYER_SPEC_UPDATE, AF_POPUPS_READY |
| 10 | +- Frame flash animation functions |
| 11 | +- Some icons |
| 12 | +- Widget pool and button group for scroll list |
| 13 | + |
| 14 | +### New functions |
| 15 | + |
| 16 | +- AF_BorderedFrame.SetBorderColor, AF_BorderedFrame.SetBackgroundColor |
| 17 | +- AF_Button.GetOnClick |
| 18 | +- AF_CheckButton.SetOnCheck, AF_CheckButton.SetTextColor |
| 19 | +- AF_IconButton.SetHoverBorder |
| 20 | +- AF_ScrollFrame.SetContentHeights |
| 21 | +- AF_ScrollList.ScrollTo, AF_ScrollList.GetWidgets |
| 22 | +- AF_Slider.SetPercentage, AF_Slider.SetStep |
| 23 | +- AF.AttachToCursor, AF.DetachFromCursor, AF.GetMouseFocus |
| 24 | +- AF.CreateFlipBookFrame, AF.CreateGlow, AF.CreateIcon |
| 25 | +- AF.GetAutoVerticalAnchor, AF.GetClassIcon, AF.IterateSortedClasses |
| 26 | +- AF.GetDateTable, AF.GetMedia, AF.GetNextDaySeconds, AF.GetNPCSubtitle, AF.GetNPCFaction, AF.GetSpecRole, AF.GetUnitColor, AF.GetLevelColor, AF.GetUnitColorName |
| 27 | +- AF.IndexOf, AF.LastIndexOf, AF.InsertAll, AF.InsertIfNotExists |
| 28 | +- AF.InvertColor, AF.InvertColorHex |
| 29 | +- AF.InvokeOnEnter, AF.InvokeOnLeave |
| 30 | +- AF.LowerFirst |
| 31 | +- AF.LSM_GetBarTextureDropdownItems, AF.LSM_GetFontDropdownItems, AF.LSM_GetFontOutlineDropdownItems |
| 32 | +- AF.MergeExistingKeys |
| 33 | +- AF.MoveElementToEnd, AF.MoveElementToIndex |
| 34 | +- AF.ReAnchorRegion |
| 35 | +- AF.RemoveCombatProtectionFromFrame |
| 36 | +- AF.SetChecked, AF.SetProtectedFrameShown |
| 37 | +- AF.TruncateFontStringByWidth, AF.TruncateFontStringByLength, AF.TruncateStringByLength |
| 38 | +- AF.UnitClassBase, AF.UnregisterAddonLoaded |
| 39 | +- AF.UpdateBaseFont, AF.UpdateFont |
| 40 | + |
| 41 | +### Changed/Improved |
| 42 | + |
| 43 | +- Added _scrollParent check for Tooltips |
| 44 | +- Adjusted frame levels for dialogs and masks |
| 45 | +- Adjusted scale multiplier for 1440p in GetBestScale |
| 46 | +- AF_SimpleStatusBar.SetGradientColor |
| 47 | +- AF.CreateButtonGroup |
| 48 | +- AF.CreateGradientTexture, AF_Button.SetTexture |
| 49 | +- AF.GetAnchorPoints_Simple |
| 50 | +- AF.GetBestScale |
| 51 | +- AF.SetDraggable |
| 52 | +- AF.SetSizeToFitText rewritten as AF.ResizeToFitText |
| 53 | +- AF.UnitFullName now supports non-players |
| 54 | +- Alternate label support for EditBox |
| 55 | +- Auto-resizing for AF_Switch |
| 56 | +- Dropdown: SetOnClick renamed to SetOnSelect, removed dropdownType |
| 57 | +- EditBox: pass self to onTextChanged |
| 58 | +- File extension check for sound and font paths |
| 59 | +- Font management improvements |
| 60 | +- fontSizeOffset renamed to fontSizeDelta |
| 61 | +- Moved PixelUtil into Utils |
| 62 | +- OnUpdateExecutor: batching and totalTasks for onFinish |
| 63 | +- Optional mask overlay for global dialog |
| 64 | +- pcall for DecompressDeflate error handling |
| 65 | +- Protected frame show/hide functions |
| 66 | +- Removed AF.RegisterForCloseDropdown |
| 67 | +- Renamed dropdown item and orientation functions for clarity |
| 68 | +- Renamed group iterator and tooltip functions |
| 69 | +- Various annotation updates |
0 commit comments