From 8dd8a60b27fc79b3550912b8bdfcdbf71baee78e Mon Sep 17 00:00:00 2001 From: Lucas Gangstad Date: Thu, 25 Apr 2024 15:00:10 -0500 Subject: [PATCH] Release v0.4.4 (#22) --- CHANGELOG.md | 11 ++++++++++- README.md | 2 +- wally.toml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cea63a..007ad43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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.4]: https://github.com/matter-ecs/plasma/releases/tag/v0.4.4 [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 diff --git a/README.md b/README.md index 48a3f1e..73f8a5b 100644 --- a/README.md +++ b/README.md @@ -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/plasma@0.4.3" +Plasma = "matter-ecs/plasma@0.4.4" ``` ## Migration diff --git a/wally.toml b/wally.toml index 46fc38d..c829708 100644 --- a/wally.toml +++ b/wally.toml @@ -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.",