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:
...
Reduces the memory footprint of Class.VideoFrame instances which are paused and haven't been modified recently.
Adds a visual editor for Class.AudioCompressor and Class.AudioLimiter instances.
Removes lighting calculations from rendering.
Class.AssetService:CreateEditableMeshAsync() now supports creating an Class.EditableMesh from another Class.EditableMesh via Datatype.Content.fromObject()|Content.fromObject(editableMesh).
...