Skip to content

2.0.2 - Fix WebImage edge cases

Compare
Choose a tag to compare
@dreampiggy dreampiggy released this 10 Mar 14:38
· 130 commits to master since this release

Fixed

  • Fix the issue that using Image(uiImage:) will result wrong rendering mode in some component like TabBarItem, while using Image(decorative:scale:orientation:) works well #177

Changed

  • Remove the WebImage placeholder maxWidth/maxHeight modifier, this may break some use case like TabView. If user want to use placeholder, limit themselves #178 #175