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:
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.
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.
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…
^ 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!
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].
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).
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.
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.
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.
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.
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?
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.
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?
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.
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.