Releases: overextended/ox_lib
Releases · overextended/ox_lib
Release list
v3.39.0
Features
- package/zones: increase api parity with lua (Linden)
- package/zones: remove method (Linden)
- string: add string utility functions (#809) #809 (scorz)
- progress: remove and ignore invalid prop data during validation (Linden)
- vehicleProperties: add support for broken off vehicle wheels (#810) #810 (filo studios.)
Bug Fixes
- cron: support a single named month in expressions (#799) #799 (Astrxw)
- client/context: guard against nil openContextMenu in NUI callbacks (#800) #800 (Astrxw)
- zones: track grid cell locally instead of sharing cache keys (#801) #801 (Astrxw)
- web: bump react-fontawesome so icon animations work (#803) #803 (Whereiam)
- require: add module name and loader data to required modules (Linden)
- cron: schedule pinned times later today instead of next day (#811) #811 (/y)
- web: prevent inputDialog cleanup from destroying chained dialogs (#807) #807 (horaadev)
Commits
- 5f41696: Update NOTICE.md (Linden)
v3.38.0
Features
- new collection types (#796) #796 (Kenshin13)
- insertion-ordered Map (#798) #798 (Kenshin13)
- radial: support adding/removing items from submenus (#797) #797 (Grav)
- collections: support encoding map/set as table (Linden)
- locales: support locales_path in fxmanifest (Linden)
- package/radial: support new arguments (Linden)
Bug Fixes
- stop mutating caller-supplied tables (#791) #791 (Kenshin13)
- callbacks: isCallbackValid returns boolean (#792) #792 (Kenshin13)
Code Refactoring
- logger: split providers into separate files behind a shared dispatcher (#793) #793 (Kenshin13)
- getFilesInDirectory: use io.readdir (Linden)
Commits
- 39e8cce: Update README.md (Linden)
v3.37.2
Bug Fixes
- client/progress: object model validation (Linden)
v3.37.1
Code Refactoring
- allow users to disable security advisories (Linden)
v3.37.0
Features
- uuidv7 generator and validator (Linden)
Bug Fixes
- gameEntity: separate logic for netId handling on server/client (Linden)
- gameEntity: don't attempt to replicate local entity states (Linden)
Code Refactoring
- gameEntity: lua/js api consistency (Linden)
- state/vehicleProperties: check if plate is an empty string (Linden)
Chores
v3.36.4
v3.36.3
Bug Fixes
- resource/client: incorrect parameters in state change handler (Linden)
v3.36.2
v3.36.1
v3.36.0
Features
- addKeybind: allowInPauseMenu option (#781) #781 (PaPi)
- logger: added table support for tags in loki logging (#784) #784 (sw4m)
- entity: replication modes ("synced states") (Linden)
Bug Fixes
- package/addCommand: explicitly check if restricted is an array (Linden)
- addKeybind: reset isPressed when bind is disabled (Linden)
- package/misc: set VehicleProperties keys as optional (Linden)