1.54.0 #1214
JohnnyMorganz
announced in
Announcements
1.54.0
#1214
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[1.54.0] - 2025-09-27
Added
Introduced commands
Luau: View Require GraphandLuau: View Require Graph for current fileto visualise thecurrent graph of require dependencies within a whole project, or from a specific file. The graph is visualised with
dot. Custom Editor Integrations may use the
luau-lsp/requireGraphrequest to get the dotdata. (#1209)
Documentation is now shown when autocompleting a property name inside of a table
literal (#1180)
Documentation is now shown when autocompleting a type reference
name (#1180)
Find all references now works when starting from a property defined in a table type (including across files):
Rename symbols now works on properties of table types (including across files)
Similarly, find all references on a property will now include the original table type definition if it exists. Rename
will also modify this table type property name. (#1166)
Changed
Fixed
disposed", or "Stopping the server timed out") (#1210)
Full Changelog: 1.53.5...1.54.0
This discussion was created from the release 1.54.0.
Beta Was this translation helpful? Give feedback.
All reactions