Releases: tguerin/newton
Releases · tguerin/newton
v0.0.12
2023-08-06
Fixed
- [Fix] Fix concurrent modification when post effect is triggered.
v0.0.11
2023-08-06
Feature
- [Feature] Allow to add a post effect to a particle.
- [Feature] Allow a finite number of particles.
- [Feature] Add firework example.
v0.0.10
2023-08-04
Feature
- [Feature] Allow color configuration for particles.
Fixed
- [Fix] Ensure repaint won't happen outside of Newton widget.
- [Fix] Improve performance by disabling compositor cache.
v0.0.9
2023-08-02
Fixed
- [Fix] Center title for effects.
v0.0.8
2023-08-02
Fixed
- [Fix] Fix display of the logo on pub.dev.
v0.0.7
2023-08-02
Fixed
- [Fix] Fix display of doc on pub site.
v0.0.6
2023-08-02
Feature
- [Feature] Doc update with logo and sample gifs.
v0.0.5
2023-08-01
Feature
- [Feature] Introduce the notion of PathTransformation for particles.
- [Feature] Add a fountain like effect.
v0.0.4
2023-08-01
Feature
- [Feature] Add dart docs.
- [Feature] Allow to stop/start/kill an effect.
Fixed
v0.0.3
2023-07-31
Feature
- [Feature] Rework how effects are configured for better configurability.
- [Feature] Allow to configure angle in smoke effect from configurator.
- [Feature] Add pulse effect.