-
Couldn't load subscription status.
- Fork 103
Update to skiko 0.9.30 #2471
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
Update to skiko 0.9.30 #2471
Conversation
| /** | ||
| * Renders the dialog's content synchronously. | ||
| */ | ||
| fun renderImmediately() { |
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.
Why do we need it as public API here?
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.
It can be internal, but maybe we should allow someone using ComposeWindow/ComposeDialog directly the same abilities we have internally.
I will add more documentation and mark it experimental.
| /** | ||
| * Renders the dialog's content synchronously. | ||
| */ | ||
| fun renderImmediately() { |
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.
Are we ready to support backward compatibility in this shape?
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.
I made these functions experimental.
| } | ||
|
|
||
| /** | ||
| * Renders the dialog's content synchronously. |
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.
As for public documentation, it's not clear in what case it should be used
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.
Expanded the documentation.
|
Please add second reviewer for public API and update release notes |
|
Adding Victor as reviewer, as this adds a new public API |
Update to skiko 0.9.30
See related changes in skiko.
Fixes https://youtrack.jetbrains.com/issue/CMP-8956
Release Notes
Fixes - Desktop