Skip to content

Latest commit

 

History

History
65 lines (52 loc) · 2.81 KB

CHANGELOG.md

File metadata and controls

65 lines (52 loc) · 2.81 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.0.0-rc.1 - 2022-08-29

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.

2.0.0 - 2021-02-29

Added

  • Complete recreation yet again, utilizing the new AutomaticCanvasSize property and the power of UIAspectRatioConstraints. The latest update has been described here.

1.0.0 - 2020-11-17

Added

0.1.6 - 2020-10-07

Fixed

  • 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.

0.1.5 - 2020-10-06

Fixed

  • 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.

0.1.4 - 2020-10-05

Fixed

  • Reverted a fix from 9/20/2020 that caused more problems.

0.1.3 - 2020-09-27

Fixed

  • Fixed bug relating to Scrolling Frame's with UIListLayouts CanvasSize stretching when it reaches past AbsoluteSize.

0.1.2 - 2020-09-20

Fixed

  • 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.

0.1.1 - 2020-08-31

Fixed

  • Fixed bug where if you changed resolutions quickly it would miscalculate the CanvasSize.

0.1.0 - 2020-08-30

Added

  • Initial release.