Release Notes for 473

Improvements

NoteStatus

AnimationClipEditor plugin does not deactivate if the user clicks on the Explorer

Live

Introduced mechanism to defer code invocation to specific engine steps

Live

The default mode of StreamingPauseMode currently means no streaming pause. With this change the default becomes equivalent to ClientPhysicsPause. If a developer doesn't want streaming pause to be active they must explicitly select Disabled.

Live

Added a player list for phones.

Live

When disabling a UIGradient, if there are other enabled UIGradients parented, apply one of the enabled UIGradients.

Live

Luau will now be able to refine Instance types via Instance.IsA when used in conditions.

Pending

Code loaded through debug.loadmodule no longer suffers fenv-related performance penalty

Pending

Fixes

NoteStatus

Improved the error messages for using a generic type as a generic variadic and vice versa.

Live

Fixed a bug in the Toolbox where searching by creator was returning unusual results.

Live

Fixed a Luau bug which caused spurious unknown global errors.

Pending