Release Notes for 557

Improvements

NoteStatus
  • fixes a crash happening with some cases when using IKControls
Live

Improved how assembly root parts are calculated. Part sizes are no longer quantized to 1/50 studs^2 when determining which part in an assembly is the "biggest" to be considered the root part.

Live

Added beta feature for string interpolation, a way to create formatted strings in Luau without needing to call string.format.

Live

Fixes

NoteStatus

Added Vector3:Max and Vector3:Min to Luau typings.

Live

Improves formatting of type unions by serializing type unions of nil's as a single nil instead of ?

Live

Fixed a null pointer exception in type normalization.

Live

Removes memory_apsgpu (GPU Allocations per second) in memory counters. These counters were not being recorded correctly and will remain removed until fixed.

Live

Fixed a performance issue with gizmos if you have never pressed Tab.

Live

Fix issue with docked panels having extra vertical space when docked in the central document area.

Live

The properties window will no longer clear the search filter when you select a new instance.

Live

Fix a regression where the I-beam cursor in TextBox uses TextStrokeColor3 instead of TextColor3

Live