Releases: overextended/ox_lib
Releases · overextended/ox_lib
v3.10.0
Features
- web/input: returnString for date inputs (#411) #411 (BerkieBb)
- require: external module support for require (#422) #422 (Linden)
- added lib.print to print different log levels to console (#425) #425 (Manason)
- web/context: readOnly buttons (Luke)
- web/skillcheck: fail skill check only on keys that aren't passed (Luke)
Bug Fixes
- package: no implicit any (Luke)
- client/callback: mark delay as optional (Linden)
- client/vehicleProperties: Fix error on gameBuilds below 2372 (#417) #417 (Lunar-Scripts)
Code Refactoring
- client/vehicleProperties: disable SetVehicleAutoRepairDisabled (Linden)
Chores
v3.9.1
Bug Fixes
- interface/input: add missing color type to typings (#407) #407 (Galuža moree)
Code Refactoring
- init: disallow loading ox_lib's import IN ox_lib (Linden)
- web/alert: darker alert dialog content color (Luke)
Chores
- locales: update es.json (#402) #402 (Br0kenMaverick)
Commits
v3.9.0
Features
- web/skillcheck: ability to cancel skillcheck (#364) #364 (Matin)
- client/vehicleproperties: add fixVehicle parameter (#392) #392 (Jellyton)
Bug Fixes
- init: check if ox_lib is started (Linden)
- init: set correct chunk name (Linden)
- client/zones: store debug colours as a table #395 (GaDGeT)
- client/zones: force debug colour values to be integers (DokaDoka)
- client/vehicleProperties: missing props and paint fixes (#396) #396 (Luxu)
Code Refactoring
- require: use error from Lua_require on failed load (Linden)
Chores
- deps: bump semver from 6.3.0 to 6.3.1 in /web (#387) #387 (dependabot[bot])
- deps: bump vite from 4.1.1 to 4.1.5 in /web (#388) #388 (dependabot[bot])
- .gitkeep cache directory (Linden)
Commits
v3.8.1
v3.8.0
Features
- web/dialog: precision prop for number input (#372) #372 (daZepelin)
- imports: lib.waitFor (Linden)
- resource/zoneCreator: undo last point for poly zones (DokaDoka)
- init: cache.__call metamethod for caching function results (Linden)
- init: importing modules with resource metadata (Linden)
Bug Fixes
- resource/radial: fix RadialItem type (#381) #381 (Diogo Manuel Coelho Morais dos Santos)
- server/cron: more scheduling woes (Linden)
- server/cron: stop all tasks with negative sleep values (Linden)
Code Refactoring
- client/zones: rename type property to __type to avoid conflicts (DokaDoka)
- resource/init: dynamic module loading (Linden)
- client/vehicleProperties: driftTyres and window tweaks (Linden)
- client/cache: send oldValue to cache event (Linden)
Chores
v3.7.2
v3.7.1
v3.7.0
Features
Bug Fixes
- server/cron: getTimeUnit corrections (Linden)
- server/cron: prevent scheduling tasks for new days (Linden)
- web/skillcheck: fail on wrong key press (Luke)
- client/vehicleProperties: don't set modLivery if no livery exists (#374) #374 (Jerry)
- client/setVehicleProperties: force clear custom colours (#375) #375 (Lukas Brūzga)
- server/logger: missing ) (Linden)
Code Refactoring
- server/cron: types and formatting, simplify getMaxDaysInMonth (Linden)
- server/cron: allow getNextTime minute and hour "overflow" (Linden)
- server/logger: remove text formatting from hostname (#361) #361 (Jellyton)