Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.4.4 #22

Merged
merged 3 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ The format is based on [Keep a Changelog][kac], and this project adheres to

## [Unreleased]

## [0.4.4] - 2024-04-25

### Changed

- Disabled `AutoLocalize` on many Plasma Widgets.
- This removes unnecessary computations for
`LocalizationService::attemptLocalization`.

## [0.4.3] - 2024-01-31

### Added
Expand Down Expand Up @@ -93,7 +101,8 @@ The format is based on [Keep a Changelog][kac], and this project adheres to

- Initial release

[unreleased]: https://github.com/matter-ecs/plasma/compare/v0.4.3...HEAD
[unreleased]: https://github.com/matter-ecs/plasma/compare/v0.4.4...HEAD
[0.4.3]: https://github.com/matter-ecs/plasma/releases/tag/v0.4.4
LastTalon marked this conversation as resolved.
Show resolved Hide resolved
[0.4.3]: https://github.com/matter-ecs/plasma/releases/tag/v0.4.3
[0.4.2]: https://github.com/matter-ecs/plasma/releases/tag/v0.4.2
[0.4.1]: https://github.com/matter-ecs/plasma/releases/tag/v0.4.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Plasma can be installed with [Wally] by including it as a dependency in your
`wally.toml` file.

```toml
Plasma = "matter-ecs/[email protected].3"
Plasma = "matter-ecs/[email protected].4"
```

## Migration
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "matter-ecs/plasma"
description = "A declarative, immediate mode UI widget library for Roblox"
version = "0.4.3"
version = "0.4.4"
license = "MIT"
authors = [
"Eryn L. K.",
Expand Down
Loading