mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
api_changes_list_2022.md: cleanup
This commit is contained in:
parent
97017b6e82
commit
ca244bbc5f
@ -118,19 +118,19 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
|
||||
`com.intellij.collaboration.auth.ui.LoadingAccountsDetailsProvider` class removed
|
||||
: Better API introduced in the form of `com.intellij.collaboration.auth.ui.AccountsDetailsLoader`.
|
||||
|
||||
`com.intellij.collaboration.ui.codereview.avatar.CachingAvatarIconsProvider` class renamed to `com.intellij.collaboration.ui.codereview.avatar.CachingCircleImageIconsProvider`
|
||||
: Icon provider implementation changes to async.
|
||||
|
||||
### GitHub 2022.2
|
||||
|
||||
`org.jetbrains.plugins.github.api.GithubApiRequestExecutorManager.getExecutor(GithubAccount)` method return type changed from `org.jetbrains.plugins.github.api.GithubApiRequestExecutor.WithTokenAuth` to `org.jetbrains.plugins.github.api.GithubApiRequestExecutor`
|
||||
: Hidden implementation details
|
||||
: Hidden implementation details.
|
||||
|
||||
`org.jetbrains.plugins.github.api.GithubApiRequestExecutorManager.getExecutor(GithubAccount, Project)` method return type changed from `org.jetbrains.plugins.github.api.GithubApiRequestExecutor.WithTokenAuth` to `org.jetbrains.plugins.github.api.GithubApiRequestExecutor`
|
||||
: Hidden implementation details
|
||||
: Hidden implementation details.
|
||||
|
||||
`org.jetbrains.plugins.github.api.GithubApiRequestExecutorManager.getExecutor(GithubAccount, JComponent)` method return type changed from `org.jetbrains.plugins.github.api.GithubApiRequestExecutor.WithTokenAuth` to `org.jetbrains.plugins.github.api.GithubApiRequestExecutor`
|
||||
: Hidden implementation details
|
||||
|
||||
`com.intellij.collaboration.ui.codereview.avatar.CachingAvatarIconsProvider` class renamed to `com.intellij.collaboration.ui.codereview.avatar.CachingCircleImageIconsProvider`
|
||||
: Icon provider implementation changes to async
|
||||
: Hidden implementation details.
|
||||
|
||||
### Grazie Plugin 2022.2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user