Release Notes for 397

Notes for Release 397

15 Likes

Client Difference Log

API Changes

Added Class MemStorageConnection : Instance [NotCreatable] [NotReplicated]
	Added Function void MemStorageConnection:Disconnect() {RobloxScriptSecurity}

Added Class MemStorageService : Instance [NotCreatable] [Service] [NotReplicated]
	Added Function Instance MemStorageService:Bind(string key, Function callback) {RobloxScriptSecurity}
	Added Function Instance MemStorageService:BindAndFire(string key, Function callback) {RobloxScriptSecurity}
	Added Function string MemStorageService:GetItem(string key, string defaultValue = "") {RobloxScriptSecurity}
	Added Function bool MemStorageService:HasItem(string key) {RobloxScriptSecurity}
	Added Function bool MemStorageService:RemoveItem(string key) {RobloxScriptSecurity}
	Added Function void MemStorageService:SetItem(string key, string value = "") {RobloxScriptSecurity}

Added Property Enum<BorderMode> GuiObject.BorderMode
Added Property bool NotificationService.IsLuaHomeWithAvatarEnabled {RobloxScriptSecurity} [ReadOnly] [NotReplicated]

Added Event DraftsService.DraftRemoved(Instance script) {RobloxScriptSecurity}
Added Event DraftsService.ScriptRemoved(Instance script) {RobloxScriptSecurity}

Added Enum BorderMode
	Added EnumItem BorderMode.Outline : 0
	Added EnumItem BorderMode.Middle : 1
	Added EnumItem BorderMode.Inset : 2

Changed the serialization of Property GuiBase2d.AbsoluteRotation 
	from: [<💾> Save-only]
	  to: [<🕒> Runtime-only]

Changed the serialization of Property UIGridLayout.AbsoluteCellCount 
	from: [<💾> Save-only]
	  to: [<🕒> Runtime-only]

Changed the serialization of Property UIGridLayout.AbsoluteCellSize 
	from: [<💾> Save-only]
	  to: [<🕒> Runtime-only]

Changed the serialization of Property UIGridStyleLayout.AbsoluteContentSize 
	from: [<💾> Save-only]
	  to: [<🕒> Runtime-only]

Removed Event DraftsService.DraftDeleted
Removed Event DraftsService.ScriptDeleted

Removed Tag [NotReplicated] from Class AnalyticsService
Removed Tag [Preliminary] from EnumItem Technology.ShadowMap

(Click here for a syntax highlighted version!)

10 Likes

Border mode sounds exciting. Can’t wait to mess with it.

2 Likes

This memstorage sounds interesting too. They were talking about Ephemeral DataStores. Wonder if this is it.

1 Like

Nah this appears to be internal, given the {RobloxScriptSecurity} tags flooding it.

2 Likes
3 Likes

Wow! I’ve always wanted to change the way borders align to the edge of GuiObjects… Wait, have I?

Either way, I guess that’s nice.



Thank you, very cool!

3 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.