markiv / SwiftUI-Shimmer

Shimmer is a super-light modifier that adds a shimmering effect to any SwiftUI View, for example, to show that an operation is in progress. It works well on light and dark modes, and across iOS, macOS, tvOS, watchOS and visionOS.
MIT License
1.04k stars 60 forks source link

Broken release has higher version number #27

Open RonnyFenrich opened 1 week ago

RonnyFenrich commented 1 week ago

The latest release is tagged as 1.4.3 The previous release is 1.5.0 and that's the one that my Xcode pulls automatically as "latest".

Looks like that 1.5.0 one has the broken line .mask(LinearGradient(gradient: gradient, startPoint: startPoint, endPoint: endPoint)) which causes a wrong animation (looks strange and different from before).

I think the fixed/last release should be 1.5.1