Skip to content

v2.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Oct 20:56
· 684 commits to master since this release

Features

  • interface/dialog: disabled row property (#142) #142 (davidxd33)
  • web/menu: add description support on list items (Luke)
  • web/input: description tooltip on fields (Luke)
  • interface/menu: checkbox #146 (BerkieBb)

Bug Fixes

  • logger/loki: Fix error when passing invalid/nil tags (#139) #139 (Ehbw2)
  • web/input: remove unused isReadOnly property (Luke)
  • client/cache: GetVehiclePedIsIn (Linden)
  • web: set color-scheme to normal (Luke)
  • web/menu: move firstRengerRef check earlier in the function (#145) #145 (Jag)
  • web/menu: fix vertical icon alignment (Luke)

Code Refactoring

  • web/input: move field components into fields folder (Luke)
  • resource: export load error (Linden)
  • init: report ox_lib error when loading imports (Linden)
  • web/menu: update checkbox styling #146 (Luke)

Performance Improvements

  • web/menu: memoize button and header components (Luke)

Chores

  • web: move skill check into dev draw tools (Luke)
  • web: update react and chakra versions (Luke)

Commits

  • 9cc7b92: refactor(web/menu)!: pass scrollIndex or checked in the same value (Luke) #146