Thanks to @kevin192291 and @dylanavery720 for their contributions!
Added
- Added ability to automatically convert .gif files to SpriteSheet, Animations, and Sprites #153 courtesy of @kevin192291
- Add new
viewport
property to camera to return a world space bounding box of the current visible area #1078
Changed
- Updated
ex.Color
andex.Vector
constants to be static getters that return new instances each time, eliminating a source of bugs in excalibur #1085 - Remove optionality of engine in constructor of Scene and _engine private with an underscore prefix (#1067) courtesy of @dylanavery720
Deprecated
- Rename
ex.BaseCamera
toCamera
,ex.BaseCamera
will be removed inv0.22.0
#1087