-
Notifications
You must be signed in to change notification settings - Fork 195
update: Compose Multiplatform 1.7.0 What's new for upcoming beta01 #201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, huge work 🚀 - I left a couple of comments
### Disabling minimum frame duration on iOS is mandatory | ||
|
||
Developers often failed to notice the printed warning about the high refresh rate displays, | ||
and users were deprived of smooth animations on their 120 Hz displays. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and users were deprived of smooth animations on their 120 Hz displays. | |
resulting in users experiencing less smooth animations on their 120 Hz displays. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bit more positive, but both are fine
|
||
Developers often failed to notice the printed warning about the high refresh rate displays, | ||
and users were deprived of smooth animations on their 120 Hz displays. | ||
So we are enforcing this check to be strict: apps build with Compose Multiplatform will now crash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So we are enforcing this check to be strict: apps build with Compose Multiplatform will now crash | |
Therefore, we are enforcing this check to be strict: apps built with Compose Multiplatform will now crash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or app builds
Co-authored-by: Dániel Csorba <150924204+daniCsorbaJB@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cheers, LGTM! 🚀
Compiled from the changelog up to the current EAP version.