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

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evaera committed Jun 30, 2022
1 parent 052d07e commit 07f1d06
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.2.0] - 2022-06-30
### Added
- Added `useKey`
- Added heading, label, slider, and space widgets
- Add multi-phase frame API with `beginFrame`, `continueFrame`, and `finishFrame`
- Add event callback injection
### Fixed
- Widget state now resets if the widget in the slot changed from last frame

## [0.1.0] - 2021-12-13
- Initial release
1 change: 1 addition & 0 deletions aftman.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
# To add a new tool, add an entry to this table.
[tools]
rojo = "rojo-rbx/rojo@7.1.1"
wally = "upliftgames/wally@0.3.1"
# rojo = "rojo-rbx/rojo@6.2.0"
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.1.0"
version = "0.2.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.1.0"
version = "0.2.0"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"

Expand Down

0 comments on commit 07f1d06

Please sign in to comment.