Release Notes for 449

I think that that’s because it’s still “pending”, so they may be trying to make people not use it yet until fully they release it. Not sure, but that’s my guess.

Also, it says [Prelimanary] instead of deprecated in the highlighted version:


@General

This seems interesting:

By AutomaticSize, is it replacing the SizeConstraint property? Or is it there to work with UIAspectRatioConstract as an alternative/replacement for the DominantAxis property? For example, setting DominantAxis to Width is the same as letting it automatically scale the Height (Y).

It seems cool IMO. Hopefully, it can be used for responsive UI, but if not, still cool nonetheless.

12 Likes

AutomaticSize is looking real delicious, but I’ll need to field test it before I can confirm how useful it is towards making Guis. I often struggle with making Guis appropriate for all screen sizes, typically opting to cop out with proper design by using only offset.

Also, nice to see more detailed errors for failed indexing.

10 Likes

Looks like fonts are about to become a thing, mostly new ones! I’ll be glad to use them in an upcoming project of mine whenever they’re off of pending, nice!

Although, it’s still in [Preliminary] or “deprecated” at the moment until it’s fully done, not cool so far…

chrome_GF5uRfXCu9


^ Also, what colors or “presents” does this do or represent? I’m very interested in what will this be used for something related to the script editor on it(s) presents.

TriStateBoolean, seems interesting to see this being added with the Value / Boolean family for some alternatives? Want to see what this does in the future!

10 Likes

Very glad this is a feature now!image
I would find myself constantly having to re-iterate and add random :GetFullName() prints sometimes.

29 Likes

I’m not sure when this happened, but this is beautiful! Reporting bugs on the Devforum pays off! :grinning:

Also, it looks like the new fonts already show in Studio if you set them via scripting.

11 Likes

Lots of people are talking about the fonts, but what about not having to scroll for a minute to find where you want to publish? Great update.

18 Likes

Its an ugly hack that Roblox engineers use to hide the enum in Roblox Studio’s dropdown menu when they don’t want it to be used yet.

I dislike it too and requested they stop doing that, but unfortunately they haven’t changed this yet.

For now my API Dump Tool just hacks around it and assume that additions with a [Deprecated] tag are supposed to be [Preliminary]. Also when a [Deprecated] tag is removed from a member, it is removed as [Preliminary].

14 Likes


Hmm.


Interested in Selection::Add and Selection::Remove though. What’s the benefit over using Selection::Get/Set?

5 Likes

The reasons that Deprecated is still used are rather arcane, so there’s no easy explanation for why we still have to do this, but I can let you know that some work which is underway will likely eliminate the need for the deprecated tags (and give us more flexibility on adding other tags).

11 Likes

The Explorer window (and other parts of studio) can be smarter about how they processes the selection change. This has both performance benefits and behavioral benefits. For example, if you use SelectionService::Add then the Explorer pane will jump the scroll state specifically to the added object.

12 Likes

Just make sure everything still smoothly reflects to the JSON API Dump. I’m not sure if anyone is maintaining that at the moment, but I remember the unit test was very flaky and it might break if anything is changed in the ReflectionMetadata.

5 Likes

This is a terrible stupid nitpick, but can I suggest instead of calling it Unknown, it be called Other? Unknown implies an invalid or problematic state, while Other is completely neutral, and offers less confusion to anyone who may choose to use this for other purposes.

16 Likes

TriStateBoolean is something they added for their own internal use and it isn’t intended for us.
I wouldn’t count on it sticking around or use it in any code.

@Dekkonot @loueque

8 Likes

Thank goodness images are no longer uploaded as rbxgameassets. Literally the first thing I’ve done for years when I upload images is change those to rbxassetids. This is a much-appreciated change. Does this also mean we no longer have to publish a place to use the property widget image uploader?

14 Likes

I noticed a (potential?) little bug a few days ago, (Honestly its so obscure I’m surprised I found it)
If you have a completely empty script and you open it fresh, a color picker shows up on the side of the script editor. I wasn’t able to get this to show up in any other case and as soon as you edited the script it’d go away. If you selected a color it inserted the RGB values directly. I could not get this to show up with anything other than a blank script with absolutely no content.

This is great to see, I’ve been using WeldConstraints over Welds much more now since the floating point issues were fixed (no more hunchback characters in my project lmao), and they’re much easier to work with.

I’m excited for the new Fonts, and this is absolutely amazing

Overall, not too bad an update! :smile: Not much, but, not boring.

9 Likes

Yes, I saw this the other day. I thought it was a bug or something with VSCode not closing properly. Maybe this is related to that StudioScriptEditorColorPresets Enum?

2 Likes

Thought so but that Enum was added in 449 and I experienced this prior to 449, and its also related to the script editor theme, so, not sure why its occurring or what its related to to be honest.

6 Likes

Probably just an oversight with pattern matching on the color3 preview/picker. You should make a real bug report thread and edit it into your reply here if one isn’t made already.

8 Likes

If you want access to these fonts early, you can use this command in the command bar, just select the text label that you want to change the font of

game:GetService("Selection"):Get()[1].Font = "font here"

They’re probably preliminary for good reason

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