Skip to content

Commit 8dd8a60

Browse files
authored
Release v0.4.4 (#22)
1 parent bfd9369 commit 8dd8a60

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ The format is based on [Keep a Changelog][kac], and this project adheres to
1010

1111
## [Unreleased]
1212

13+
## [0.4.4] - 2024-04-25
14+
15+
### Changed
16+
17+
- Disabled `AutoLocalize` on many Plasma Widgets.
18+
- This removes unnecessary computations for
19+
`LocalizationService::attemptLocalization`.
20+
1321
## [0.4.3] - 2024-01-31
1422

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

94102
- Initial release
95103

96-
[unreleased]: https://github.com/matter-ecs/plasma/compare/v0.4.3...HEAD
104+
[unreleased]: https://github.com/matter-ecs/plasma/compare/v0.4.4...HEAD
105+
[0.4.4]: https://github.com/matter-ecs/plasma/releases/tag/v0.4.4
97106
[0.4.3]: https://github.com/matter-ecs/plasma/releases/tag/v0.4.3
98107
[0.4.2]: https://github.com/matter-ecs/plasma/releases/tag/v0.4.2
99108
[0.4.1]: https://github.com/matter-ecs/plasma/releases/tag/v0.4.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Plasma can be installed with [Wally] by including it as a dependency in your
1717
`wally.toml` file.
1818

1919
```toml
20-
Plasma = "matter-ecs/plasma@0.4.3"
20+
Plasma = "matter-ecs/plasma@0.4.4"
2121
```
2222

2323
## Migration

wally.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "matter-ecs/plasma"
33
description = "A declarative, immediate mode UI widget library for Roblox"
4-
version = "0.4.3"
4+
version = "0.4.4"
55
license = "MIT"
66
authors = [
77
"Eryn L. K.",

0 commit comments

Comments
 (0)