Skip to content

v2.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 10:38
· 774 commits to master since this release

Features

  • web: ability to not be able to close the context menu (Luke)
  • web: add ability to not be able to close menu (Luke)
  • web/context: allow hiding arrow by setting it to false (Luke)
  • web/input: allow defining icon for number row field (Luke)
  • client/zones: set cache.coords (Linden)
  • client/points: set cache.coords (Linden)
  • resource: zone creator (DokaDoka)
  • resource: load callbacks (Linden)
  • server/acl: add ox_lib:checkPlayerAce as callback (Linden)
  • client/resource: RegisterCommand wrapper (Linden)
  • package: interface definitions #97 (Luke)
  • resource/zoneCreator: change output format in dialog (DokaDoka)
  • resource/zoneCreator: target output format (DokaDoka)
  • client/zoneCreator: command suggestion (DokaDoka)
  • package: acl wrapper #97 (Luke)
  • package: locale wrapper #97 (Luke)
  • package: streaming wrapper #97 (Luke)
  • package: vehicle properties wrapper #97 (Luke)
  • web: version wreapper #97 (Luke)
  • client/zoneCreator: display modes (DokaDoka)
  • package: add citizen typings #97 (Luke)
  • package: cache #97 (Linden)
  • menu: Open Menu with specified item index selected #99 (Jag)

Bug Fixes

  • client/interface: fix openMenu getting defined nil (#86) #86 (Tony Stark)
  • web/menu: fix misalignment on the list buttons in the menu (Luke)
  • client/zones: zone triggers twice when inside and debug is enabled (Linden)
  • client/zones: scuffed ternary (Linden)
  • client/zones: CZone.contains return type (Linden)
  • package: remember to actually save the file #97 (Luke)
  • client/zoneCreator: prevent canceling from opening pause menu (DokaDoka)
  • client/zoneCreator: no more wild rhombus (DokaDoka)
  • package: include tsconfig files in server and shared #97 (Luke)
  • package: fix incorrect typings for context menu #97 (Luke)
  • client/zones: yet another debug fix (Linden)
  • package: include position in progress circle interface #97 (Luke)
  • package: set notification types as optional #97 (Luke)
  • package: getVehicleProperties param #97 (Linden)
  • package: use generics to define return type #97 (Luke)
  • package: checkDependency type #97 (Linden)

Code Refactoring

  • client/zoneCreator: restrict command access (Linden)
  • imports: assign modules directly to lib namespace (Linden)
  • init: type-fixes and minor adjustments (Linden)
  • client/zones: add types and change indentation (Linden)
  • client/zoneCreator: create temporary thread (Linden)
  • server/zoneCreator: output format and path, security fix (Linden)
  • imports: more type fixes (Linden)
  • package: import shared and declare cache in server/client #97 (Linden)
  • resource/interface: formatting and type definitions (Linden)
  • resource/vehicleProperties: typings and formatting (Linden)
  • resource/vehicleProperties: type fixes (Linden)

Performance Improvements

  • client/zones: reduce overhead (Linden)
  • client/points: apply optimisations used in zones (Linden)

Continuous Integration

  • release: publish new npm package version on release #97 (Luke)
  • release: fix incorrect path name (Luke)

Chores

Commits

  • client/zoneCreator: activate controls when starting creator (DokaDoka)