Replies: 2 comments 2 replies
-
Any new progress on this issue? |
Beta Was this translation helpful? Give feedback.
1 reply
-
We've decided to rename these types in Lottie 4.0, which we are releasing later this month. We'll introduce new names and deprecate the old names in Lottie 3.5 (consumers will get deprecation warnings with fix-its), and then remove the old names in Lottie 4.0 (there will no longer be any fix-its, since the old names won't exist anymore). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
#1420 pointed out that the
Lottie.Color
andLottie.Animation
types create naming conflicts withSwiftUI
'sSwiftUI.Color
andSwiftUI.Animation
types. We could rename these toLottieColor
andLottieAnimation
, but this would be a breaking public API change.We're planning on releasing Lottie 4.0 soon, which gives us the opportunity to make these sorts of breaking changes. In Lottie 4.0, should we rename
Color
andAnimation
toLottieColor
andLottieAnimation
?Beta Was this translation helpful? Give feedback.
All reactions