Skip to content

Releases: ok-nick/LayoutUtil

v3.0.0-rc.1

29 Jul 20:14
v3.0.0-rc.1
2b954a3
Compare
Choose a tag to compare

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
Choose a tag to compare

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
c22b139
Compare
Choose a tag to compare

v0.1.6

07 Oct 04:47
e7de381
Compare
Choose a tag to compare
  • 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
e7de381
Compare
Choose a tag to compare
  • 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
e7de381
Compare
Choose a tag to compare
  • Reverted a fix from 9/20/2020 that caused more problems

v0.1.3

27 Sep 13:50
e7de381
Compare
Choose a tag to compare
  • Fixed bug relating to Scrolling Frame's with UIListLayouts CanvasSize stretching when it reaches past AbsoluteSize

v0.1.2

20 Sep 05:31
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fixed bug where if you changed resolutions quickly it would miscalculate the CanvasSize

v0.1.0

30 Aug 20:00
Compare
Choose a tag to compare
  • 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