From aa10c2fc8841b111c88ac7838f38f4733742670a Mon Sep 17 00:00:00 2001 From: "eryn L. K" Date: Fri, 1 Jul 2022 22:56:31 -0400 Subject: [PATCH] Release version 0.3.0 --- CHANGELOG.md | 9 +++++++++ wally.lock | 2 +- wally.toml | 3 ++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6674704..abf78d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [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. + ## [0.2.0] - 2022-06-30 ### Added - Added `useKey` diff --git a/wally.lock b/wally.lock index 8a144d3..d3fb313 100644 --- a/wally.lock +++ b/wally.lock @@ -4,7 +4,7 @@ registry = "test" [[package]] name = "evaera/plasma" -version = "0.2.0" +version = "0.3.0" dependencies = [["TestEZ", "roblox/testez@0.4.1"]] [[package]] diff --git a/wally.toml b/wally.toml index d30272d..6986088 100644 --- a/wally.toml +++ b/wally.toml @@ -1,8 +1,9 @@ [package] name = "evaera/plasma" -version = "0.2.0" +version = "0.3.0" registry = "https://github.com/UpliftGames/wally-index" realm = "shared" +exclude = ["example", "docs", "Packages", ".moonwave", "build", "pages", "tests", "stories", "plasma.rbxm", "roblox.toml"] [dependencies] TestEZ = "roblox/testez@0.4.1" \ No newline at end of file