List of Editions
This page lists all the editions of Easel that have been released. Each edition marks a breaking change in the language or the runtime that may require you to update your code. See the Upgrading page to learn more.
11 - Collider Isolation
By default, colliders now send their signals to both BeforeCollide
/AfterCollide
and BeforeCollide<Id>
/AfterCollide<Id>
instead of just the latter.
See Collider Isolation for more information.
10 - Initial Edition
The initial edtion of Easel is the version that was available when Easel was first released. It was marks almost three years of work and is the foundation of the Easel programming language.