chart-simpleChangelog

Released version and their changes.

chevron-rightChangelog - Version 2.5.4hashtag

Changes

  • Added support for multiple custom action buttons in forms, replacing the previous single submit button.

    • A new buttons array accepts objects with text, optional icon, color, and an action string.

    • The clicked button’s action is returned as _action in the result, allowing the caller to distinguish which button was pressed.

    • The old submitText, submitIcon, and submitColor options are deprecated but still functional.

  • Improved the player selection dropdown to handle missing or invalid player data gracefully, preventing errors.

  • Added detailed type annotations for form inputs, options, buttons, and results to aid developers.

Files Affected

  • nui/*

  • interfaces/form/client.lua

  • fxmanifest.lua

2026-04-27 20:17 CET

chevron-rightChangelog - Version 2.5.3hashtag

Changes

  • Fixed an error by swapping the invoked method for a context-agnostic native.

  • Added explicit support for wasabi_ambulance_v2 as a death check system (set death = "wasabi_ambulance_v2" in dependency overrides to use it).

  • Added a warning when canCarryItem is called with an item that doesn't exist in your inventory system.

Files Affected

  • dependency_override.lua

  • functions/canCarryItem/server.lua

  • functions/isPlayerDead/client.lua

  • loader.lua

  • systems/death.lua

  • fxmanifest.lua

2026-04-21 05:26 CET

chevron-rightChangelog - Version 2.5.2hashtag

Changes

  • Started proper version tracking.

  • Added a getGender method that returns the player's gender, with framework-aware support for ESX and QB and a native fallback.

  • Fixed the textarea icon position to align to the top left instead of centering to the full height.

  • Added a missing icon to the textarea component.

Files Affected

  • nui/*

  • functions/getGender/client.lua

  • fxmanifest.lua

Last updated