Skip to content

Releases: overextended/ox_lib

v3.33.1

14 May 08:30

Choose a tag to compare

Bug Fixes

  • vehicleProperties: apply driftTyres=false instead of skipping (#775) #775 (Kenshin13)
  • class: stricter private access checks (Linden)
  • class: ensure cleanup of unused classes (Linden)

Code Refactoring

  • package/zones: coordinate consistency with lua (Linden)
  • package: adjust module paths and exports (Linden)

Chores

Commits

v3.33.0

05 May 01:02

Choose a tag to compare

Features

Bug Fixes

  • zones: handle concave polygons and improve debug (#755) #755 (Linden)
  • selector: exclude zero-weight items from getRandomWeighted (#760) #760 (Kenshin13)
  • timer: getTimeLeft returns growing negative value while paused (#763) #763 (Kenshin13)
  • settings: apply default when safeGetKvp's pcall fails (#764) #764 (Kenshin13)
  • array: reduce with reverse and no initial value skips index 1 (#765) #765 (Kenshin13)
  • dialog/slider: use nullish coalescing so max=0 mark renders correctly (#767) #767 (Kenshin13)
  • reliable coord getter for players in vehicle (#757) #757 (Marcelo Silva)
  • cron: propagate minute/hour rollover past explicit upper units (#772) #772 (Kenshin13)
  • callback: scope register's event to local instead of leaking to _G (#771) #771 (Kenshin13)
  • addCommand: build a fresh suggestion table instead of mutating properties (#770) #770 (Kenshin13)
  • errorBoundary: stop resetting hasError in componentDidCatch (#769) #769 (Kenshin13)
  • package: update core dependency (Linden)
  • package/zones: draw method error, dependency update (Linden)

Chores

Commits

  • 4cf09eb: Update README.md (Linden)

v3.32.6

24 Apr 22:49

Choose a tag to compare

Commits

  • 508da30: Update release.yml (Linden)

v3.32.5

24 Apr 07:40

Choose a tag to compare

Features

  • imports/marker: Added invert property (#4) (Sergio)
  • package/getNearbyVehicles: Implement getNearbyVehicles (#8) (uShifty)
  • imports/getClosestPlayer: Implement ignorePlayerId on the server (#11) (Edward)
  • web/dialog/textarea: add min and max length (#30) (ANTOND.)
  • interface/input: add size to input dialog options (#32) (Luca)
  • imports/table: add table.map (#35) (mikigoalie)
  • package/addKeybind: add keybind to ts package (#39) (Zoo)
  • imports/logger: add definable dataset for fivemanage logging (#45) (Maximus7474)
  • imports/dui: added mising dui methods (#47) (Swellington Soares)
  • imports/logger: support metadata table for Fivemanage logger (#75) (Christopher)

Bug Fixes

  • interval: Check if interval was cleared before invoking callback (#745) #745 (ESK0)
  • callback/js: prevent args from being wrapped in an array when resolving the promise (#744) #744 (Malox)
  • zones/shared: ensure safe removal of zones from entering and exiting lists (#1) (Zoo)
  • web: re-apply patch for react-hot-toast (#13) (ANTOND.)
  • shared: Improper import of context (#18) (uShifty)
  • client/interface: add missing warning notify type in npm package (#23) (andreutu)
  • resource/cache: skip cache updates during ped transitions (#28) (Mustafa Burak Güneş)
  • interface/input: add min and max length props to input type (#31) (ANTOND.)
  • web/notifications: bottom center position (#33) (mikigoalie)
  • points: grid inconsistencies (#37) (David Malchin)
  • zones: set zone distance on creation (#44) (PotatoFarmer441)
  • table: restore expected behavior in table_matches (#49) (RuksH4n)
  • table_matches: remove leftover strict shape check from df7a6b9 (#50) (RuksH4n)
  • progress: prop replication overload (#58) (PotatoFarmer441)
  • progress: client statebag change handler double creating the props (#60) (Maximus7474)
  • interface/menu: incosistent menu function types (#80) (BerkieBb)
  • package: added an array check on callback args (#85) (Maximus7474)

Documentation

Code Refactoring

  • use bun instead of pnpm (ANTOND.)

Continuous Integration

  • create-release: restructure and update versions (ANTOND.)
  • create-release: use github app token (ANTOND.)
  • create-release: bump version before running build script (#9) (ANTOND.)
  • create-release: use npm trusted publisher (ANTOND.)
  • create-release: run publish in package folder (ANTOND.)

Chores

Commits

  • Selector (#59) (Austin Dunn)
  • c8db003: Add lockState support to vehicle properties (#83) (Angelo Rodrigues De Morais Barroso)
  • Skillcheck animation speed inconsistencies by switching to time-… (#66) (Senlar)
  • 4024924: update name and refs (Linden)
  • 2decd8c: Update release.yml (Linden)

v3.30.6

06 Apr 07:56

Choose a tag to compare

Bug Fixes

  • package/callback: fix broken js callbacks (#742) #742 (Tom)
  • resource/settings: prevent locale update if userLocales is false (#741) #741 (RrybaN)

Chores

v3.30.5

18 Mar 06:00

Choose a tag to compare

Bug Fixes

  • points: store all points within range in nearbyZones (Linden)

Code Refactoring

  • web/fetchNui: fetch stub (Linden)

v3.30.4

17 Mar 15:41

Choose a tag to compare

Bug Fixes

  • zones: trigger onExit when teleporting away from zones (#732) #732 (Aaron)

Code Refactoring

  • init: attempt to catch module errors from invalid installs (Linden)
  • callback/client: require source in response handler (Linden)

v3.30.3

15 Mar 16:57

Choose a tag to compare

Bug Fixes

  • package/callback: format setValidCallback event name (Linden)

Code Refactoring

  • callbacks: don't error when attempting to override an event (Linden)

v3.30.2

14 Mar 04:26

Choose a tag to compare

Bug Fixes

  • zones: correct contains check (Linden)
  • zones: update zone distance when checking contains (Linden)
  • grid: only returned cached grid entries if filter matches (Linden)
  • zones: ensure nearbyZones always updates (Linden)

v3.30.1

13 Mar 10:15

Choose a tag to compare

Bug Fixes

  • zones: don't trigger onEnter on grid change (Linden)