Introduces support for deprecating methods in Luau class declarations.
In the new Explorer, added box select.
In the new Explorer, removed "select on insertion" setting from dropdown (but is still accessible from the Insert Object settings menu). "Highlight hierarchy under selection" has been removed and is now forced on.
Introduces support for the deprecated attribute. Luau functions and table methods marked for deprecation lead to linter warnings when used.
...
In Luau's New Type Solver, improves the rendering of type errors to significantly increase comprehension of subtyping failures with multiple underlying reasons.
Introduces three-phase rollout for updates to the physics sleep system.
Adds new Enum.AlphaMode|TintMask alpha blend mode for Class.SurfaceAppearance. Additionally, streaming LoD meshes more accurately represent the Class.SurfaceAppearance alpha blend modes.
...
New Explorer - Fix funky hovering when hovering over a dropdown item or search box.
Adds entry to properties widget for properties of the Content type.
Introduces three-phase rollout for updates to the sleep system.
In Luau's New Type Solver, greatly improves the ability to infer types of table literals, reducing the number of invariant subtyping failures, such as in:
...