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

Commit

Permalink
Release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evaera committed Jul 5, 2022
1 parent 4678dce commit 82eaeaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Changelog
## [0.4.0] - Unreleased
## [0.4.0] - 2022-07-05
### Added
- Table widget
- Added font option to heading


### Changed
- `useInstance` no longer returns the root instance. Instead, it returns a `ref` table, which is also created and passed to the `useInstance` function itself as a first parameter. You can create keys in the table to access instances in the widget body.
- The `create` function now has special behavior if a key is passed in the props table. It will set a value in the table to the instance that's being created at the key specified by the value in the props table. E.g., `[ref] = "button"` will set the key "button" in the `ref` table to the button that was created.
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.3.0"
version = "0.4.0"
dependencies = [["TestEZ", "roblox/testez@0.4.1"]]

[[package]]
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "evaera/plasma"
version = "0.3.0"
version = "0.4.0"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
exclude = ["example", "docs", "Packages", ".moonwave", "build", "pages", "tests", "stories", "plasma.rbxm", "roblox.toml"]
Expand Down

0 comments on commit 82eaeaf

Please sign in to comment.