
fixed SetHandler warning showing when a scrollable dropdown is used ( #97) fixed a rare error when a panel refresh is triggered by an addon before LAM is fully initialized ( #98) added "enableLinks" property to description control ( #102, thanks silvereyes333) updated Korean translation (thanks whya5448) updated Japanese translation ( #113, thanks Calamath) removed embedded copy of LibStub ( #116) added "readOnly" property for slider ( #112, thanks Scootworks) added "textType" and "maxChars" properties for editbox ( #110, thanks Scootworks) added "helpUrl" property for many control types ( #109, thanks Baertram) improved dropdown choice tooltip code compatibility ( #115) fixed translated texts not showing in the official Russian localization ( #118, thanks andy.s) fixed slider mouse wheel interactions ( #115) fixed iconpicker showing an empty tooltip when no choicesTooltips are set ( #111, thanks Scootworks) added "createFunc", "minHeight" and "maxHeight" properties to custom control ( #123, thanks Baertram) fixed dropdown widget choicesValues not accepting boolean "false" ( #127, thanks Baertram) fixed old icons not being hidden when choices are updated on the icon picker (thanks Gandalf) added tooltips for header and description controls ( #129, thanks remosito) Support for all 5 official languages and 6 custom localisation projects.Required UI Reload - For cases where settings have to reload the UI or should be stored to disk right away, LAM offers a user friendly way to ask for a UI reload.Dangerous Buttons - when flagged as such, a button will have red text and ask for confirmation before it runs any action.Warnings - If your setting causes some unexpected behaviour, you can simply slap a warning on them.Tooltips - In case you need more space to explain what a control does, simply use a tooltip.Slash Commands - Provides a shortcut to open your settings menu from chat.

AddOn Search - Can't find the settings for your AddOn between the other hundred entries? No problem! Simply use the text search to quickly find what you are looking for.Additional AddOn Info - Add a version label and URLs for website, donations, translations or feedback.Reset to Default - LAM can restore the settings to their default state with one key press.Controls - LAM offers different control types to build elaborate settings menus.Each control has a full list of available properties in the comment at the start of the lua file.

LAM:RegisterOptionControls (panelName, optionsData )įor more examples and information you can take a look at a, AwesomeGuildStore/a, the LAM wiki or the source code.
