v0.20.0
This is mostly a bug fix and minor feature enhancements release, many thanks to the contributors! Full details at the end.
Waypoints
The most substantial enhancement is the addition of Waypoints, which allow you to tell screen elements to follow a set path over time. This feature has also been set up to work with timeline animations.
@JPonte added a hilarious demo of the waypoint functionality to the internal sandbox. Glorious. 😁
Mill users, take note
The only real noticeable breaking change in this release is the way Mill projects are set up. The change is there to make the imports easier to work with, avoiding collisions. Please convert this:
import $ivy.`io.indigoengine::mill-indigo:0.20.0`, millindigo._
import indigoplugin._
To this:
import $ivy.`io.indigoengine::mill-indigo:0.20.0`, indigoplugin._