Skip to content

1.3.1

Compare
Choose a tag to compare
@jfahrenkrug jfahrenkrug released this 13 Dec 13:39
· 10 commits to main since this release
7ace790
  • Revert breaking constructor change introduced in 1.3.0. This changes the default EasyImageView constructor back to accepting an ImageProvider instead of a Widget. Constructing an EasyImageView with a widget can be done by using a new named constructor: EasyImageView.imageWidget. Thank you to @wferem1 for reporting it so quickly (#44).