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

Commit

Permalink
Release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evaera committed Jul 2, 2022
1 parent 2ded2ab commit aa10c2f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion wally.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ registry = "test"

[[package]]
name = "evaera/plasma"
version = "0.2.0"
version = "0.3.0"
dependencies = [["TestEZ", "roblox/[email protected]"]]

[[package]]
Expand Down
3 changes: 2 additions & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -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/[email protected]"

0 comments on commit aa10c2f

Please sign in to comment.