Skip to content

v3.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 20:19
· 411 commits to master since this release

Bug Fixes

  • package: run onExit if point was removed within it's distance (Luke)
  • package/radial: missing disableRadial (Linden)
  • package/radial: missing param (Linden)
  • web/alert: fix images escaping container width and height (Luke)
  • fxmanifest: disable unused script paths (Linden)
  • web/input: fix select throwing error when there's no options sent (Luke)
  • interface: Add table<string, string> to icon typings (#261) #261 (Diogo Manuel Coelho Morais dos Santos)

Code Refactoring

  • package: don't run onExit when point is removed in distance (Luke)

Performance Improvements

  • package: don't run points interval if there are no points (Luke)

Chores