Skip to content

sparkengineweb: v0.18.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Mar 19:20
51356a2

0.18.0 (2026-03-22)

⚠ BREAKING CHANGES

  • ecs: new TriggerEntity({ target }) no longer sets the trigger target. Use new TriggerEntity({ trigger: { target } }) and access the value via TriggerEntity.trigger.target.

Features

Bug Fixes

  • core: fix optional checks not resolving inheritance tree (#764) (8fc82f2)