Changes since tag v10.1.7.463

commit f24afd0932f8adced988fb522e3f6532987d0d07
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Fri Sep 22 13:24:25 2023 -0300

    Framework Updates - 468
    
    - Improved unnamed widgets names by testing if the parent has a name, if it has, use it instead of "DetailsFramework".
    - Added types 'df_dropdown', 'df_textentry', 'df_label'.
    
    - Added: DF:CreateTextureInfo(texture, textureWidth, textureHeight, left, right, top, bottom, imageWidth, imageHeight) returns a table with .texture, .width, .height. .corrds, .imageWidth and .imageHeight.
    
    - Added: DF:AddTextureToText(text, textureInfo, bAddSpace, bAddAfterText) use scaque sequence to a an image to a text.
    
    - Several improvements to df_icongeneric
    - Added df_icongeneric:IsIconShown(identifierKey) return a boolean.
    
    - Fixed an issue with the unitframe erroring in division by zero.

commit 184dd56a09b1954259555dae8423da301796fb36
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Mon Sep 11 11:25:38 2023 -0300

    Added 'icongeneric.lua'
    
    - All functions for Simple Icon from icon.lua has been moved to icongeneric.lua.
    - Added 'detailsFramework.GrowDirectionBySide' which contains a list of anchors as keys and the grow direction for something placed there.

commit 184dd56a09b1954259555dae8423da301796fb36
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Mon Sep 11 11:25:38 2023 -0300

    Added 'icongeneric.lua'
    
    - All functions for Simple Icon from icon.lua has been moved to icongeneric.lua.
    - Added 'detailsFramework.GrowDirectionBySide' which contains a list of anchors as keys and the grow direction for something placed there.

commit a6f0d63c112a03e6469d1d1f07e7afbe7fe5a66c
Author: Continuity <continuity@gmx.net>
Date:   Sun Sep 10 10:01:17 2023 +0200

    - need alignment for many reasons...

commit e93644888c6b623eb9063915fa304f27ef9b9268
Author: Continuity <continuity@gmx.net>
Date:   Sun Sep 10 07:40:06 2023 +0200

    - 'next' not working on mixed tables

commit d45e31f702c79558e3cdd62e34b23eb245d9fb04
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Sat Sep 9 15:59:43 2023 -0300

    IconRow: hide it on ClearIcons() if the self.AuraCache is empty, otherwise call AlignAuraIcons()
    
    - IconRow: hide it on ClearIcons() if the self.AuraCache is empty, otherwise call AlignAuraIcons()

