File Details
12000002-beta
- B
- Jan 27, 2026
- 15.34 KB
- 13
- 12.0.0+1
- Retail
File Name
LibBlzSettings-1.0-12000002-beta.zip
Supported Versions
- 12.0.0
- 11.2.7
Lib: LibBlzSettings-1.0
12000002-beta (2026-01-27)
Full Changelog Previous Releases
- Enable conditional control setup with 'require' function
Replaces the commented-out 'isVisible' check with an active 'require' function check in SetupControl. Controls are now only set up if their 'require' function returns true, allowing for more flexible conditional logic. - Remove custom hook for SettingsCheckboxDropdownControlMixin
Deleted the secure hook implementation for the Init method of SettingsCheckboxDropdownControlMixin, including custom EvaluateState and Release overrides. This simplifies the code and removes custom logic for handling checkbox and dropdown state updates. - Update LibBlzSettings-1.0.lua
- Add support for checkbox dropdowns in settings
Enhanced the settings library to support checkbox dropdown controls. Updated option creation and initializer logic to handle checkbox dropdowns, including custom selection text and option entry handling. - Remove unused onControlInit logic and related hook
Deleted the commented-out onControlInit function and its associated hook for SettingsControlMixin, as they were not in use. This cleans up the code and removes unnecessary legacy logic. - Update README.md
- issue template