Releases: mbrea-c/bevy_firework
Releases · mbrea-c/bevy_firework
v0.6.0
What's Changed
- Allow configuration of schedule in which particles update by @mbrea-c in #24
- Migrate to Bevy 0.15 by @mbrea-c in #25
- Fix delta_secs issue when not compiling with physics_avian feature by @mmatvein in #26
- Update avian to 0.2 by @contagnas in #27
- Prepare for 0.6 release by @mbrea-c in #29
New Contributors
- @mmatvein made their first contribution in #26
- @contagnas made their first contribution in #27
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.0
What's Changed
- Add setting for initializing in a disabled state by @rparrett in #12
- Fix crash when Msaa is off by @mbrea-c in #13
- Add dual MIT/Apache2.0 license by @mbrea-c in #16
- Update to Bevy 0.14 by @mbrea-c in #18
- Push version to 0.4 by @mbrea-c in #21
New Contributors
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Highlights
- Updated to bevy 0.13 and bevy_xpbd 0.4 thanks to @Affinator
- Particle collision with arbitrary bevy_xpbd colliders
- WebGL support
- Soft particle-scene intersections (fading out of particles where they intersect the scene)
Changelog
- Particle collision by @mbrea-c in #3
- Fix bug when running without default features, add stress tests by @mbrea-c in #4
- Ensure uniform buffer is 16-byte aligned by @mbrea-c in #5
- Soft particle-scene intersection, solid collider collision by @mbrea-c in #7
- Update to bevy 0.13 and bevy_xpbd 0.4 by @Affinator in #9
New Contributors
- @Affinator made their first contribution in #9
Full Changelog: v0.1.0...v0.3.0