From d431720a0772871998a4a2340bee3c40a2068304 Mon Sep 17 00:00:00 2001 From: Lucas Gangstad Date: Wed, 31 Jan 2024 19:00:43 -0600 Subject: [PATCH] Release v0.4.3 (#16) --- CHANGELOG.md | 21 +++++++++++++++++---- README.md | 2 +- wally.toml | 2 +- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4b788..2cea63a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,14 +10,26 @@ The format is based on [Keep a Changelog][kac], and this project adheres to ## [Unreleased] +## [0.4.3] - 2024-01-31 + ### Added -- The context functions are now exposed in `init.lua` +- The context functions are now exposed in `init.lua`. +- The table widget now supports selecting headings and cells in addition to + rows. + +### Changed + +- Widgets are now more compact. ### Fixed -- automaticSize helper should now set minSize attribute correctly -- Fixed the window position reseting when another input state update is processed while the window is being dragged +- The `automaticSize` helper should now set `minSize` attribute correctly. +- Fixed the window position resetting when another input state update is + processed while the window is being dragged. +- Sliders will now update correctly when dynamically modifying the `min` and + `max` properties. +- TestEZ is now correctly included as a dev dependency. ## [0.4.2] - 2022-07-10 @@ -81,7 +93,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.2...HEAD +[unreleased]: https://github.com/matter-ecs/plasma/compare/v0.4.3...HEAD +[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 [0.4.0]: https://github.com/matter-ecs/plasma/releases/tag/v0.4.0 diff --git a/README.md b/README.md index 3293861..48a3f1e 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.1" +Plasma = "matter-ecs/plasma@0.4.3" ``` ## Migration diff --git a/wally.toml b/wally.toml index e91036e..46fc38d 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.2" +version = "0.4.3" license = "MIT" authors = [ "Eryn L. K.",