Skip to content

Releases: matter-ecs/plasma

Plasma v0.4.4

25 Apr 20:11
v0.4.4
8dd8a60
Compare
Choose a tag to compare

This is just a small patch for Plasma.

Changed

  • Disabled AutoLocalize on many Plasma Widgets. Thanks to @jackTabsCode in #19
    • This removes unnecessary computations for LocalizationService::attemptLocalization.

For more details, view the full changelog, or check out our documentation.

Plasma v0.4.3

01 Feb 01:15
v0.4.3
d431720
Compare
Choose a tag to compare

Plasma v0.4.3 is out! 🎉

This is our first release in the new org, so if you're updating your dependencies, be sure you're using the correct scope.

You can install the updated version in Wally using the scope and version matter-ecs/plasma@0.4.3 in your wally.toml.

Added

  • We now detect heading click and provide clicked cell in the table widget. Thanks to @memorycode in #5

Changed

Fixed

  • Fixed window position resetting while being dragged. Thanks to @rimuy in #6
  • Fixed dynamic min/max changes breaking sliders. Thanks to @Boegie19 in #4
  • TestEZ is now a dev dependency rather than a regular dependency
    • You'll no longer need to include TestEZ in all of your projects that use Plasma.

New Contributors

For more details, view the full changelog, or check out our documentation.