1.3.1
- Revert breaking constructor change introduced in 1.3.0. This changes the default
EasyImageViewconstructor back to accepting anImageProviderinstead of aWidget. Constructing anEasyImageViewwith a widget can be done by using a new named constructor:EasyImageView.imageWidget. Thank you to @wferem1 for reporting it so quickly (#44).