Skip to content

Commit 9493187

Browse files
authored
Merge pull request #1427 from melonjs/chore/release-19.2.0
chore(release): stamp 19.2.0 release date
2 parents 6d13967 + b710d71 commit 9493187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/melonjs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [19.2.0] (melonJS 2) - _unreleased_
3+
## [19.2.0] (melonJS 2) - _2026-04-29_
44

55
### Added
66
- ParticleEmitter: `autoDestroyOnComplete` setting (default `false`) — when enabled, the emitter automatically removes itself from its parent container once all particles have died. Solves the leak in fire-and-forget `burstParticles()` use cases (explosions, pickups, impact effects) where there is no natural cleanup hook. Also adds an `onComplete` callback that fires when the emitter completes, regardless of `autoDestroyOnComplete`.

0 commit comments

Comments
 (0)