Releases: overextended/ox_lib
Releases · overextended/ox_lib
v3.28.1
v3.28.0
Features
- web: wrap app in errorboundary (Linden)
Bug Fixes
- package/notify: add missing sound type (#664) #664 (mardev)
- table: respect falsey value for addDuplicateNumbers (#672) #672 (Stan)
- client/progress: playEnter arg for scenarios in progress bar (#671) #671 (Noah)
- cron: prevent duplicate executions and enhance type safety (#690) #690 (Judd)
- client/zones: use arrays for temporary zone tables (Linden)
- menu: prevent opening empty menu (#675) #675 (BerkieBb)
- marker: logical error when setting faceCamera (#686) #686 (NotSomething0)
- callback: support __call metatables as cb function (Linden)
- timer: re-enable onEnd after stopping a timer (Linden)
Code Refactoring
- resource/cache: update seat cache on vehicle change (#679) #679 (Mahan Moulaei)
Chores
- deps: bump vite from 5.0.13 to 5.1.8 in /web (#645) #645 (dependabot[bot])
- deps: bump rollup from 4.5.0 to 4.24.4 in /web (#665) #665 (dependabot[bot])
- locales: greek translations (#663) #663 (Lucifers Blood)
- locales: Update zh-cn and zh-tw translations (#659) #659 (TomStilson)
- locales/de: add missing dutch translations (#689) #689 (Indra)
- locales/pt-br: update translations (#684) #684 (Rafael)
v3.27.0
Features
- array: add additional array class methods (Linden)
- client/dui: implement dui handling (#650) #650 (Ceeb)
Bug Fixes
Code Refactoring
- table: improve performance of contains, matches, and merge (#647) #647 (Guru Saran)
- streaming: change error message and default timeout (Linden)
- init: move global declarations (Linden)
v3.26.0
Features
- web/radial: radial menu text scaling (#639) #639 (NotMango)
- client/keybinds: added isPressed state for keybinds (#643) #643 (Geden420)
Bug Fixes
- package/interface: fix menu onCheck typo (#640) #640 (Deathart)
- locales/ro: file path (#644) #644 (hakanesnn)
- package: specify side-effects and do not bundle output (Linden)
Chores
v3.25.0
Features
- cache: send oldValue to onCache (Linden)
Bug Fixes
- package: input dialog options param (#622) #622 (Fraser Watt)
Code Refactoring
- array: typing issue (Linden)
- class: change type returned by lib.class (Linden)
- package/addCommand: send chat suggestions to correct source (#627) #627 (Luxu)
- streamingRequest: wait 10 years for assets to load (Linden)
Commits
- 133a990: Revert "refactor(streamingRequest): wait 10 years for assets to load" (Linden)
v3.24.0
v3.23.1
v3.23.0
v3.22.2
Bug Fixes
- timer: accessing private variable out of scope (#591) #591 (Austin Dunn)
Code Refactoring
- class: disable experimental warning for internal modules (Linden)