Releases: ok-nick/LayoutUtil
Releases · ok-nick/LayoutUtil
v3.0.0-rc.1
29 Jul 20:14
Compare
Sorry, something went wrong.
No results found
Added
.constraint function for calculating and inserting UIAspectRatioConstraints.
.grid function for UIGridLayouts.
.list function for UIListLayouts.
.watch function for UIListLayouts to automatically .constraint new children.
.resize function to replace the AutomaticCanvasSize property, as it is buggy.
Unit tests via TestEz.
v2.0.0
01 Mar 06:07
Compare
Sorry, something went wrong.
No results found
Completed recreation yet again, utilizing the new AutomaticCanvasSize property and the power of UIAspectRatioConstraints. The latest update has been described here .
v1.0.0
17 Nov 20:14
Compare
Sorry, something went wrong.
No results found
v0.1.6
07 Oct 04:47
Compare
Sorry, something went wrong.
No results found
Fixed bug when the size of a element in a UIListLayout is exactly the size of one of the parent's axis's, it created a scrolling bar
v0.1.5
06 Oct 14:25
Compare
Sorry, something went wrong.
No results found
Fixed a bug that was caused by a fix to another bug which was a fix to another bug which was a fix to another bug
v0.1.4
06 Oct 01:43
Compare
Sorry, something went wrong.
No results found
Reverted a fix from 9/20/2020 that caused more problems
v0.1.3
27 Sep 13:50
Compare
Sorry, something went wrong.
No results found
Fixed bug relating to Scrolling Frame's with UIListLayouts CanvasSize stretching when it reaches past AbsoluteSize
v0.1.2
20 Sep 05:31
Compare
Sorry, something went wrong.
No results found
Fixed bug where if you changed the size of an object in a UIListLayout it wouldn't scale that object based on the new size
v0.1.1
31 Aug 21:26
Compare
Sorry, something went wrong.
No results found
Fixed bug where if you changed resolutions quickly it would miscalculate the CanvasSize
v0.1.0
30 Aug 20:00
Compare
Sorry, something went wrong.
No results found
Better documentation
Config parameter
Use of Quenty's maid library
ConvertToScale public function for ease
GetAxis/AddObject/RemoveObject public function of a UListILayout class
Many optimizations
Fixed bug where it wouldn't recognize a new item in a new row