Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Plasma v0.3.0

Compare
Choose a tag to compare
@evaera evaera released this 02 Jul 03:12
· 37 commits to main since this release

[0.3.0] - 2022-07-01

Added

  • Added hydrateAutomaticSize function

Changed

  • automaticSize no longer applies automatic sizing on the server. Instead, it configures the instance to be compatible with hydrateAutomaticSize from the client.
  • automaticSize now accepts a UDim2 as a maxSize for use with Scale

Fixed

  • Fixed automaticSize with scrolling frames sometimes causing an infinite content reflow loop.