Skip to content

v3.21.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 20:49
· 18 commits to master since this release

Features

  • callback: add timeout to callback events (Linden)
  • math: linear interpolation (#570) #570 (Austin Dunn)
  • interface/multi-select: add maxSelectedValues (#563) #563 (northsqrd)
  • raycast: add fromCoords method (Linden)
  • interface/alert: support dialog timeout (Linden)
  • math: expose interpolate function as math.interp (Linden)

Bug Fixes

  • notify: reset circle animation on notification re-trigger with id (#559) #559 (RrybaN)
  • class: fixed private access in method calls (#553) #553 (deFuzz)
  • timer: add async argument to restart method (#567) #567 (404)
  • array: array:findIndex should return index (#565) #565 (Jarosław)
  • web/notify: prevent resetting the notifications circle without an id (#566) #566 (RrybaN)
  • math: math.interp return type should be T (Linden)

Code Refactoring

  • settings: safeGetKvp (Linden)
  • raycast: smoother raycast during camera movement (#569) #569 (Mas)
  • interface/progress: allow rotation order for created props (#564) #564 (xHorntail)

Chores

Commits

  • 113f522: fix(interface/progress) don't use RegisterKeyMapping for redm(#560) (RexshackGaming) #560