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 this.
Description
Todo
Checklist
Please ensure your pull request fulfills the following requirements:
[X] The commit messages follow our guidelines (CONTRIBUTING.md)
[X] Tests for any changes have been added (for bug fixes / features)
[X] Docs have been added / updated (for bug fixes / features)
Type
What kind of change does this pull request introduce?
[ ] Bug fix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[X] Other (please describe below)
Breaking Changes
Does this pull request introduce any breaking changes?
Revert breaking constructor change introduced in 1.3.0. This changes the default
EasyImageView
constructor back to accepting anImageProvider
instead of aWidget
. Constructing anEasyImageView
with a widget can be done by using a new named constructor:EasyImageView.imageWidget
.Thank you to @wferem1 for reporting this.
Description
Todo
Checklist
Please ensure your pull request fulfills the following requirements:
Type
What kind of change does this pull request introduce?
Breaking Changes
Does this pull request introduce any breaking changes?
Other Information
See description above.