Skip to content

Commit cd53c31

Browse files
committed
Update changelog for r17
1 parent a574e18 commit cd53c31

File tree

2 files changed

+37
-23
lines changed

2 files changed

+37
-23
lines changed

AbstractFramework.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Interface: 11508,20505,38000,50503,120001
22
## Title: |cffff6600A|r|cffff5f06b|r|cffff590cs|r|cffff5213t|r|cffff4c19r|r|cffff461fa|r|cffff3f26c|r|cffff392ct|r|cffff3333F|r|cffff2c39r|r|cffff263fa|r|cffff1f46m|r|cffff194ce|r|cffff1352w|r|cffff0c59o|r|cffff065fr|r|cffff0066k|r
33
## Author: enderneko
4-
## Version: r16
4+
## Version: r17
55
## DefaultState: enabled
66
## IconTexture: Interface\AddOns\AbstractFramework\Media\Icons\AF
77
## SavedVariables: AFConfig

CHANGELOG.md

Lines changed: 36 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,37 @@
1-
[View Full Changelog](https://github.com/enderneko/AbstractWidgets/compare/r15...e4d851b26e01b4144ec9ce22a257ecb47367c235)
1+
[View Full Changelog](https://github.com/enderneko/AbstractWidgets/compare/r16...a574e1881035d026bd73e9f1f22ceb9243854993)
22

3-
- Add MoP support
4-
- Add AF_ScrollEditBoxMixin:SetSpacing
5-
- Add AF_ScrollFrameMixin:DisableScrollFrameReanchor
6-
- Add AF_Switch.SetLabel
7-
- Add AF_TextureMixin:SetTextureOrAtlas
8-
- Add auto slot height support for AF_ScrollList
9-
- Add DisableSlotFrameReanchor for AF_ScrollList/Grid
10-
- Add callback to AF.ResizeToFitText
11-
- Add GetScrollStep/SetScroll/GetScroll for AF_ScrollFrameMixin
12-
- Add scrollTo param to AF_ScrollList.SetWidgets/SetData
13-
- Add skipScrollReset arg to AF_ScrollFrame:SetContentHeight
14-
- Fix scroll thumb positioning and height logic
15-
- Refactor AF_EditBox script handlers into local functions
16-
- Refactor AF_ScrollEditBox script handling
17-
- Refactor AF_ScrollFrame script handling
18-
- Refactor label sizing in AF_SwitchMixin
19-
- Remove labels parameter from AF.CreateSwitch
20-
- Update enable/disable states for AF_IconButton
21-
- Update icons
22-
- Update list slot height handling
23-
- Update spell rank related functions
3+
- Add AF_ButtonMixin:StartCooldown/StopCooldown
4+
- Add AF_ScrollEditBoxMixin:EnableCodeIndentation
5+
- Add AF.CompileWithEnv, AF.CompileWithGlobalEnv
6+
- Add AF.GetLast
7+
- Add AF.IsAtlas
8+
- Add AF.IsSameFaction
9+
- Add AF.Libs.FAIAP
10+
- Add AF.MergeMissingKeys, AF.MergeRaw
11+
- Add AF.RemoveWhitespaces
12+
- Add AF.SendChatMessage
13+
- Add AF.SetBackdropHighlight
14+
- Add callbackDelay to AF.ResizeToFitText
15+
- Add double-click image viewer
16+
- Add gradient support to AF.CreateSeparator
17+
- Add highlight lock function to AF_Button
18+
- Add secret number formatting functions
19+
- Allow font parameter overrides in AF.SetFont
20+
- Change AF.GetPixelUpdaterCustomGroup to AF.GetPixelUpdater_CustomGroupComponents
21+
- Enhance DragSorter with vertical orientation support
22+
- Fix a color issue for AF_Texture
23+
- Fix string handling in Popup when icon is numeric
24+
- Implement AF_ImagePane
25+
- Implement AF.ImageViewer_LoadFlipBook
26+
- Implement AF.ImageViewer_LoadImage
27+
- Implement AF.ImageViewer_LoadImageSequence
28+
- Improve AF_ImageViewer
29+
- Improve scroll behavior for AF_ScrollEditBox
30+
- Improve scroll frame resize handling
31+
- Improve scroll thumb update logic
32+
- Introduce AF.CreateTimeFormatBox
33+
- Minor / trivial updates (several entries merged)
34+
- Prevent duplicate mouse down effect on button
35+
- Refactor gradient texture and separator creation
36+
- Refactor range check to async spell name loading
37+
- Update icons and textures

0 commit comments

Comments
 (0)