From d127b11483a2d723540aa4be0299b52de9cadf2c Mon Sep 17 00:00:00 2001 From: sirinsidiator Date: Sun, 27 Mar 2016 10:05:35 +0200 Subject: [PATCH] built r20 and updated meta info --- build/build.number | 4 ++-- info/changelog.txt | 8 ++++++++ info/info.txt | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/build/build.number b/build/build.number index 0dd2ce9..b6effae 100644 --- a/build/build.number +++ b/build/build.number @@ -1,3 +1,3 @@ #Build Number for ANT. Do not edit! -#Wed Feb 24 18:08:37 CET 2016 -build.number=20 +#Sat Mar 26 16:25:39 CET 2016 +build.number=21 diff --git a/info/changelog.txt b/info/changelog.txt index e2476d9..a973207 100644 --- a/info/changelog.txt +++ b/info/changelog.txt @@ -1,3 +1,11 @@ +2.0 r20 +- fixed empty panels not firing LAM-PanelControlsCreated ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/32]#32[/url]) +- removed height constraint of 2500 from submenus ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/34]#34[/url]) +- added two new callbacks LAM-PanelOpened and LAM-PanelClosed. Both pass the panel as their sole argument ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/27]#27[/url]) +- 'default' can now be a function in addition to a static value ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/23]#23[/url]) +- all labels (name, tooltip, warning, etc.) can now be a string id or function in addition to a static string ([url=https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/22]#22[/url]) +- updated LibStub to r4 + 2.0 r19 - made icon picker choicesTooltips array optional - added support for custom panel objects without a GetWidth method (partially fixes [url=https://github.com/sirinsidiator/ESO-LibAddonMenu/pull/26]#26[/url]) diff --git a/info/info.txt b/info/info.txt index 7042878..a19249c 100644 --- a/info/info.txt +++ b/info/info.txt @@ -1,3 +1,3 @@ title: LibAddonMenu -version: 2.0 r18 -compatiblity: 1.6 \ No newline at end of file +version: 2.0 r20 +compatiblity: 2.3 \ No newline at end of file