2.2.0
Overview
This release removes the @dojo dependencies and replaces them with @theintern/common. This was done primarily to alleviate typing conflicts that were happening when using Intern (which uses Leadfoot) to test the @dojo projects.
This release also contains more thorough typing exports. In particular, the type returned by Element methods (CancellablePromise) is now exported, allowing users to declare variables of that type. (See #158)