Skip to content

Commit

Permalink
Release v0.4.3 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
LastTalon authored Feb 1, 2024
1 parent 0cd2125 commit d431720
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
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/plasma@0.4.1"
Plasma = "matter-ecs/plasma@0.4.3"
```

## 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.2"
version = "0.4.3"
license = "MIT"
authors = [
"Eryn L. K.",
Expand Down

0 comments on commit d431720

Please sign in to comment.