Améliorations
Note | Statut |
---|---|
Now you can add unofficial supported languages to the cloud by updating cloud translation tables. | Live |
Removed 2nd chat icon on mobile | Live |
Added text selection and Ctrl+C to copy for TextBox. | Live |
Moved placeholder image on newly inserted ImageLabels/Buttons from being a web asset to the content directory. | Live |
Introduce Texture.OffsetStudsU and Texture.OffsetStudsV to control UV offset of texture objects. | Pending |
We support auto capture date and time format now. Today is 6/14/2019. -> Today is {date1}. Now is 11:30 am -> Now is {time1}. Datetime 2019-6-14 11:30 -> Datetime {datetime1} | Pending |
Reduce the amount of memory required for Roblox userdata objects (e.g. Lua storage for Instance handles is 1.5x smaller on 64-bit platforms) | Pending |
Corrections
Note | Statut |
---|---|
Fix issues caused by setting UIScale to 0 | Live |
Fix several ScrollingFrame bugs | Live |
Changed ContextActionService to now send Cancel inputs when a KeyCode is bound over by a related UserInputType. | Live |
Modifications to CustomEvent receiver connections wont be reflected while SourceValueChanged is being called for each receiver due to setting value. | Pending |