Release notes for 667

改进

说明状态

Introduces support for deprecating methods in Luau class declarations.

Live

In the new Explorer, added box select.

Live

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.

Live

Introduces support for the deprecated attribute. Luau functions and table methods marked for deprecation lead to linter warnings when used.

Pending

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

Pending

Removes lighting calculations from rendering.

Pending

Changes the superclass of Camera from Instance to PVInstance. This doesn't do anything meaningful yet, but it will :)

Pending

Improves the performance of the IK tool for "Body Part" mode in the Animation Clip Editor.

Pending

In many cases, we were previously enforcing that concat operands be only strings, and have updated the type solver to accept numbers in those cases as well.

Pending

Sandboxing is now available for ModuleScripts.

Pending

For the Luau New Type Solver, fixed some instances of being unable to use table literals in a "more general" manner.

Pending

Editable mesh updates:

  • Add get methods for a vertex on a face. GetVertexFaceColor, GetVertexFaceNormal, GetVertexFaceUV
  • Add set methods for a vertex on a face. SetVertexFaceColor, SetVertexFaceNormal, SetVertexFaceUV
  • Add get methods for all corners involving a vertex. GetVertexColors, GetVertexNormals, GetVertexUVs, GetVertexFaces
  • Deprecate GetVerticesWithAttribute in favor of new alternatives. GetVerticesWithColor, GetVerticesWithNormal, GetVerticesWithUV, GetFaceVertices
  • Deprecate GetFacesWithAttribute in favor of new alternatives. GetFacesWithColor, GetFacesWithNormal, GetFacesWithUV, GetVertexFaces
Pending

Logs an error if users access API's are deemed to not be AuroraScript safe.

Pending

Adds a property to VoiceChatService that sets the default distance attenuation curve for default voice emitters.

Pending

When using Luau user-defined type functions in the new type solver Beta, autocomplete now works on the types coming from evaluation of those type functions.

Pending

New beta feature: Fast autocompletion with fragment typechecking.

Pending

修复

说明状态

Fixes issues of Luau user-defined type functions failing with 'Type function instance is uninhabited' error when used inside type aliases like type Wrap<T> = { a: UserFunction<T?> } and other nested scenarios.

Live

Fixes crash that could occur on startup if client settings failed to download.

Live

Fixes an animation bug where running IK Control with either the End Effector or Chain Root wrapping a PoseHandle would cause a crash

Pending

In Luau's New Type Solver, fixes a bug with type refinements that would sometimes lead to types exploding to include boolean | buffer | class | function | number | string | table | thread.

Pending

In Luau's New Type Solver, overloaded functions with singleton type arguments now more often infer the correct argument types without casting.

Pending

Fixes an issue that could cause Model LOD to flicker when characters get out of a seat.

Pending

Fixes a bug in Luau where writing a union of string literal types as a table indexer would cause an unnecessary parse error without being parenthesized.

Pending

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

Pending

Fixes an issue where inserting from a file into locations other than Workspace would be ignored by undo history.

Pending

Fixes the issue with math operations broken in Properties widget.

Pending

Changes to the ShowDevelopmentGui property are now excluded from change history.

Pending

Fixes a rare crash relating to the insert object action (Ctrl+I).

Pending

DragDetector callbacks may change the Anchored property of the dragged part without fear of crashing.

Pending

Fixes a bug where Studio shortcuts would become disabled after stopping a play test with a text input UI having focus.

Pending

在此页面