NEW timeline component (details coming soon to docs/store)
iconAnimation support to notifications
titleColor option to notifications
NEW size option for skillcheck (compact variant with no background, etc)
cancel true/false option to input dialog
Disable inventory (ox/qb) when progress active
More markdown support (header rendering more specifically)
Fixed multiple progress bars executing simultaneously
Improved textui efficiency if being called every frame
iconAnimation support to notifications
titleColor option to notifications
NEW size option for skillcheck (compact variant with no background, etc)
cancel true/false option to input dialog
Disable inventory (ox/qb) when progress active
More markdown support (header rendering more specifically)
Fixed multiple progress bars executing simultaneously
Improved textui efficiency if being called every frame
Default radial menu key added to config
Menu bleeding out of view on offcenter positions
Menu bleeding out of view on offcenter positions
Added radial menu (see docs for info)
Added closeInput & closeAlert exports
Added closeInput & closeAlert exports
Improved menu scaling on higher resolutions
Optional “id” param added to notifications (when provided will only show once when spammed/update the same notification)
Ability to play sounds on notifications (with new config options for global sound settings)
Progress bar now displays each users proper keymapped selection for cancel button
Fixed menu bleeding out of viewport with large menus with lots of linebreaks
Menu text left-align when no icon is provided
Optional “id” param added to notifications (when provided will only show once when spammed/update the same notification)
Ability to play sounds on notifications (with new config options for global sound settings)
Progress bar now displays each users proper keymapped selection for cancel button
Fixed menu bleeding out of viewport with large menus with lots of linebreaks
Menu text left-align when no icon is provided
Fixed input dialog “toggle/checkbox” type not returning proper value
Progress bar “label” now optional
Passing invalid notify “types” no longer errors, fallback to default
Slightly increase context menu high for offcenter position(s)
Progress bar “label” now optional
Passing invalid notify “types” no longer errors, fallback to default
Slightly increase context menu high for offcenter position(s)
Fixed input dialog hitting enter error
Fixed input dialog focus on first input if applicable
Fixed input dialog missing some locale strings
Added bgColor & txtColor options on TextUI
Fixed input dialog focus on first input if applicable
Fixed input dialog missing some locale strings
Added bgColor & txtColor options on TextUI
Fix numbers returning string in number type for input dialog
Fix context menu not displaying when no options are defined
Fix context menu not displaying when no options are defined
Refactor all input dialog components
New input dialog type: date
New input dialog type: date-range
Auto-focus on first input dialog field if applicable when opened
All Font Awesome icons now work in all formats
Update locales
New input dialog type: date-range
Auto-focus on first input dialog field if applicable when opened
All Font Awesome icons now work in all formats
Update locales
Added convar(s) for default positioning overrides (notify, menu & textui - see docs)
Enter key for dialogs will confirm/submit
Markdown support available in notifications
Image support in markdown function
New “callouts” element available in alert dialogs (see docs)
A “disable” variable for option(s) in select/multi-select input types
Label now optional in select/multi-select input types
Now accepts icon names without prefix (such as ‘box’ instead of ‘fas fa-box’)
Enter key for dialogs will confirm/submit
Markdown support available in notifications
Image support in markdown function
New “callouts” element available in alert dialogs (see docs)
A “disable” variable for option(s) in select/multi-select input types
Label now optional in select/multi-select input types
Now accepts icon names without prefix (such as ‘box’ instead of ‘fas fa-box’)
Added new text UI “options” with multi-label/icon/keybind support (see docs for info)
Added new “info” type for alert & input dialogs (blue button)
Added the “warning” type for input dialog
Added optional multi-menu registration in one registerMenu call
Added 10 new locales
Fixed alert dialog not scrolling with lots of content
Fixed input dialog not accepting 0 as a value (number/slider)
Fixed iconColor causing custom image icon turning black
Removed web/build folder from .gitignore for good
Rewrote utility files
Reorganized client folder structure
Removed auto keybind extraction in text UI - just use keybind prop(s)
Added new “info” type for alert & input dialogs (blue button)
Added the “warning” type for input dialog
Added optional multi-menu registration in one registerMenu call
Added 10 new locales
Fixed alert dialog not scrolling with lots of content
Fixed input dialog not accepting 0 as a value (number/slider)
Fixed iconColor causing custom image icon turning black
Removed web/build folder from .gitignore for good
Rewrote utility files
Reorganized client folder structure
Removed auto keybind extraction in text UI - just use keybind prop(s)
Added “inform” as an alias for “info” for better ox_lib compatibility
Added default input type to “input” to inputs with no type specified (thats a mouthful)
Now use same notification position naming as ox_lib (bottom-center -> bottom, top-center -> top)
Now use same textui position naming as ox_lib (center-right -> right-center)
Now set default textui position to right-center
Added default input type to “input” to inputs with no type specified (thats a mouthful)
Now use same notification position naming as ox_lib (bottom-center -> bottom, top-center -> top)
Now use same textui position naming as ox_lib (center-right -> right-center)
Now set default textui position to right-center
Added new ox_lib compat layer (thank you @kostaz - more info on docs about this coming soon)
Added a “warning” type to alert dialog
Added new “error” type as an alias for “destructive” type on alert dialog
Added new context menu positioning options (see docs)
Added new alias “top” for “top-center” notify position (ox_lib compatibility)
Fixed missing documentation for onExit menu function
Fixed missing locale for progress bar
Fixed input dialog “slider” type improper handling of negative values
Fixed naming conflict in keymapping
Added a “warning” type to alert dialog
Added new “error” type as an alias for “destructive” type on alert dialog
Added new context menu positioning options (see docs)
Added new alias “top” for “top-center” notify position (ox_lib compatibility)
Fixed missing documentation for onExit menu function
Fixed missing locale for progress bar
Fixed input dialog “slider” type improper handling of negative values
Fixed naming conflict in keymapping
Added default config file (for version checker)
Added new size “xl” to alert dialog
Added markdown support to alert dialog
Fixed missing closing animation on context menu
Version checker was commented out (oops)
Added new size “xl” to alert dialog
Added markdown support to alert dialog
Fixed missing closing animation on context menu
Version checker was commented out (oops)
Initial release
