Releases: ok-nick/LayoutUtil
Releases · ok-nick/LayoutUtil
v3.0.0-rc.1
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
Completed recreation yet again, utilizing the new AutomaticCanvasSize
property and the power of UIAspectRatioConstraints. The latest update has been described here.
v0.1.6
- 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
- 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
- Reverted a fix from 9/20/2020 that caused more problems
v0.1.3
- Fixed bug relating to Scrolling Frame's with UIListLayouts CanvasSize stretching when it reaches past AbsoluteSize
v0.1.2
- 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
- Fixed bug where if you changed resolutions quickly it would miscalculate the CanvasSize
v0.1.0
- 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