Skip to content

1.63.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Mar 16:40
Immutable release. Only release title and notes can be modified.

[1.63.0] - 2026-03-01

Removed

  • Removed deprecated luau-lsp.require.fileAliases and luau-lsp.require.directoryAliases configuration options. Use .luaurc / .config.luau aliases instead

Added

  • Documentation for built-in Luau functions (e.g. math.abs, table.find) is now provided in standard platform mode (#1357)

Changed

  • Sync to upstream Luau 0.710

Fixed

  • Fixed inlay hints showing : (()) instead of : () for functions returning empty type packs (#1381)
  • Fixed type functions in definition files causing user-defined type function module has expired errors (#1382)
  • Fixed require-by-string resolution not following symlinks (#896)
  • Fixed auto-imports incorrectly showing when indexing a variable inside a table literal (#1384)

External Contributions

New Contributors

Full Changelog: 1.62.0...1.63.0