Skip to content

Releases: overextended/ox_lib

v3.15.1

16 Jan 05:16
Compare
Choose a tag to compare

Bug Fixes

  • package/addCommand: allow typed arguments (Linden)
  • package/addCommand: argument validation (Linden)

v3.15.0

15 Jan 01:28
Compare
Choose a tag to compare

Features

Bug Fixes

  • package/locale: initialise by default (Linden)
  • package/locale: types (Linden)

Code Refactoring

  • package: set entry point to shared (Linden)

Chores

  • package: ignore .ts from distribution (Linden)

v3.14.1

09 Jan 03:42
Compare
Choose a tag to compare

Features

Bug Fixes

  • package: maybe resolve some bundling issues (Linden)

Chores

v3.14.0

24 Dec 05:14
Compare
Choose a tag to compare

Features

Bug Fixes

  • require: chunk name and error path for load/loadjson (Linden)

Code Refactoring

  • class: type checking (Linden)
  • class: syntax and method changes (Linden)

Chores

  • class: remove sample code (Linden)

v3.13.0

10 Dec 20:46
Compare
Choose a tag to compare

Features

  • web: ability to align icon at the top for notifs/text ui (Luke)
  • web: font awesome icon animations (Luke)
  • imports/addKeybind: support secondary keybind (#450) #450 (Sergio)
  • client/textui: add text return to isTextUIOpen (#464) #464 (mikigoalie)
  • imports: server-side entity iterators (#458) #458 (Andy)
  • require: add load/loadjson functions (Linden)
  • locale: add lib.getLocale for sharing locales between resources (Linden)
  • math: math.clamp (#468) #468 (ali-exacute)
  • math: math.hextorgb (Linden)

Bug Fixes

  • web/notifications: pass animation to notifications icon (Luke)

Styles

  • web/skillcheck: adjust scaling for 1440p and beyond (Luke)

Code Refactoring

  • localise globals to prevent shadowing (Linden)
  • cron: refresh currentDate after 1s (Linden)

Chores

  • optimize imports (Luke)
  • web: update vite (Luke)

Commits

v3.12.0

11 Nov 11:10
Compare
Choose a tag to compare

Features

  • package: locales system (Luke)

Bug Fixes

  • client/menu: don't call HudWeaponWheelIgnoreSelection for RedM #445 (Zaps6000)
  • require: support asset protection garbage (#443) #443 (FjamZoo)
  • interface/radial: don't allow weapon melee while open (Luke)

Chores

  • package: update readme (Luke)

v3.11.0

28 Oct 16:55
Compare
Choose a tag to compare

Features

  • math: add normal to rotation method (#431) #431 (Austin Dunn)
  • server/cron: getTimeAsString (Linden)
  • web/context: allow separate metadata progress bars colors (Luke)
  • web/context: optional context menu title property (Luke)

Code Refactoring

  • server/cron: run jobs in a new thread (Linden)
  • package: improve types for input dialog (Luke)

Chores

v3.10.1

07 Oct 15:54
Compare
Choose a tag to compare

Bug Fixes

  • web/input: properly reset from when using closeInputDialog (Luke)
  • package: call the correct export for closeInputDialog (Luke)
  • web: resolve build errors (Luke)

v3.10.0

22 Sep 22:57
Compare
Choose a tag to compare

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

03 Sep 08:24
Compare
Choose a tag to compare

Bug Fixes

Code Refactoring

  • init: disallow loading ox_lib's import IN ox_lib (Linden)
  • web/alert: darker alert dialog content color (Luke)

Chores

Commits