Release Notes for 578

Fixes

NoteStatus

The Toolbox no longer errors when you first open it in Studio.

Live

Enum attributes with large lists of potential options, such as KeyCode, can now be edited in the Properties window.

Live

Breakpoint enabled status now is preserved between play sessions.

Live

Fixes selection activation with keyboard for SurfaceGui and BillboardGui objects.

Live

Fixes WireframeHandleAdornment issue that resulted in incorrect results depending on the complexity of the place. This fix results in more accurate wireframe displays in the new Terrain Editor beta.

Live

Fixes issue where ClientReplicator caused either server lag or crash.

Live

Fix issue where Video Frame Properties can't be saved in team create mode.

Live

Changes return type of Instance:GetDescendants() to {Instance}

Pending

Improvements

NoteStatus

Luau compiler will now inline simple functions that are used in nested calls to compute arguments to other invocations of themselves, such as add(x, add(y, z))

Live

Adds MemoryStore error logs to Developer Console.

Live

Makes SharedTable a recognized type in Script analysis, preventing the incorrect unrecognized global error in Studio when SharedTable is used.

Pending

Allows PerAxis limits on max force for the AlignPosition constraint.

Live

When you press the backspace key and Tool.CanBeDropped is false, nothing happens instead of unequipping the tool.

Live