0.18.0 (2026-03-22)
⚠ BREAKING CHANGES
- ecs:
new TriggerEntity({ target })no longer sets the trigger target. Usenew TriggerEntity({ trigger: { target } })and access the value viaTriggerEntity.trigger.target.
new TriggerEntity({ target }) no longer sets the trigger target. Use new TriggerEntity({ trigger: { target } }) and access the value via TriggerEntity.trigger.target.