Release Notes for 405

Improvements

NoteStatus

Added new GameIcon sizes 128x128, 256x256 and 512x512 to rbxthumb thumbnail loading.

Live

string.dump serves no purpose anymore and has thus been disabled

Pending

the remote event delayed invocation queue exhausted message will not display as often.

Pending

String literals now support \z, \x and \u escapes from Lua 5.2 Number literals now support binary literals (0b10101) and digit separators (1_000_000).

Pending

Fixes

NoteStatus

Fixed a performance issue with the new Beta Animation Editor

Live

Fix issue with UserInputService:GetStringForKeyCode() not working correctly for dead keys on Windows.

Live

Fixed an issue causing a changed event for UIGridLayout.AbsoluteCellSize to never be fired

Live

Fixed a bug that would cause disabled LayerCollectors to sink PointerActions.

Live

Fixed gamepad navigation not working correctly when the avatar context menu is enabled.

Live

Potential fix for crash on Studio close

Live

Fixed recently broken tick() function on Windows

Pending