Release notes for 664

Usprawnienia

UwagaStatus

New Explorer - Fix funky hovering when hovering over a dropdown item or search box.

Live

Adds entry to properties widget for properties of the Content type.

Pending

Introduces three-phase rollout for updates to the sleep system.

Pending

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:


local x: foo = {abc = 100} -- ok
local y: foo = {abc = 10 * 10} -- Previously errors, now ok
Pending

For the New Luau Type Solver, fixed some instances where non-nil variables became nil after function or method calls, such as in:


--!strict
local RunService = game:GetService("RunService")
if RunService:IsRunning() then
-- BEFORE: `RunService` now has type `RunService?`
-- AFTER: `RunService` still has type `RunService`
return RunService
end
Pending

A Players capability is introduced as required for Players service, StarterPlayer service, Player, Teams service, and Team. There are several exceptions.

Player:

  • Unassigned for GetJoinData
  • Unassigned for GetRankInGroup/GetRoleInGroup/IsInGroup
  • Unassigned for IsFriendsWith/GetFriendsOnline
  • Unassigned for OnTeleport
  • Unassigned for Kick
  • Chat for Chatted
  • Input for GetMouse
  • Avatar for LoadCharacterAppearance/LoadCharacterWithHumanoidDescription

Players service:

  • Unassigned for BanAsync/UnbanAsync/GetBanHistoryAsync
  • Unassigned for UserSubscriptionStatusChanged
  • Unassigned for GetFriendsAsync
  • Chat for BubbleChat and ClassicChat
  • Avatar for GetHumanoidDescriptionFromOutfitId/GetHumanoidDescriptionFromUserId/CreateHumanoidModelFromDescription
Pending

Runtime/Sleep profiles in the MicroProfiler are now visually semi-transparent.

Pending

Improves the IKControl solver for the two-bone case.

Pending

Improve shader load times on DirectX.

Pending

Add cage and attachment editing tools to the Avatar Auto Setup tool.

Pending

New Explorer - The insert object button will stay visible while the insert object menu is open.

Pending

Add status notifications for users running Avatar Auto Setup.

Pending

Poprawki

UwagaStatus

Change return type of OrderedDataStore:GetSortedAsync() from Instance to DataStorePages.

Live

Update dragging behavior with "Align Dragged Objects" disabled in the Dragger QoL Beta: Objects are now placed flush with one and other rather than having an unexpected gap after dragging.

Live

Improved type checking for some spatial queries.

Pending

Fixes quadratic time complexity of render transcode step for meshes containing duplicate normal index as described in on the DevForum.

Pending

Adds a warning to the macro parser telling users to not use it anymore.

Pending

Fixes a crash occurring when changing AudioAnalyzer.WindowSize while reading GetSpectrum().

Pending

In the New Luau Type Solver, getmetatable will now return that the type of the metatable of any is also any.

Pending

Fixes an issue that sometimes caused sounds shorter than one frame not to play.

Pending

In Roblox Studio, when the Luau type checker or autocomplete encounters an internal error, it now tells the user that they need to restart Studio in the script analysis widget.

Pending

On Mac, context menus will now open a small amount away from your cursor. This is intended to prevent accidentally moving your mouse a tiny bit and triggering whatever the first option is, such as accidentally cutting something you right-click in the Explorer.

Pending

Fix UIPageLayout event sinking behavior under Scroll Event Overhaul beta. The UIPageLayout now sinks horizontal trackpad pans avoiding unintended camera rotation.

Pending

Reduces the Studio log size by removing a set of unnecessary entries.

Pending

Na tej stronie