From 5d9ea904570f56b624c0b6deb34aacf014d0738e Mon Sep 17 00:00:00 2001 From: Kesarev Sergey Date: Mon, 6 Nov 2023 10:14:16 +0100 Subject: [PATCH] api_changes_list_2023.md: Document plugin manager api changes in 2023.3 (#1143) * Document plugin manager api changes in 2023.3 * Fix after checks --- reference_guide/api_changes_list_2023.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference_guide/api_changes_list_2023.md b/reference_guide/api_changes_list_2023.md index 6eed76403..f6fa1a372 100644 --- a/reference_guide/api_changes_list_2023.md +++ b/reference_guide/api_changes_list_2023.md @@ -101,6 +101,12 @@ JsonPath library unbundled `org.jetbrains.plugins.gradle.service.project.GradleProjectResolver.CONFIGURATION_ARTIFACTS` field removed : Related mapping information is no longer accessible using this key. Artifacts mapping data is now stored in the instance of the `ArtifactMappingService` and can be obtained via `org.jetbrains.plugins.gradle.service.project.ProjectResolverContext#getArtifactsMap()`. +`com.intellij.ide.plugins.enums.PluginsGroupType.FEATURED` enum renamed to `com.intellij.ide.plugins.enums.PluginsGroupType.STAFF_PICKS` +: Use `com.intellij.ide.plugins.enums.PluginsGroupType.STAFF_PICKS` instead. + +`com.intellij.ide.plugins.newui.SearchWords.ORGANIZATION` enum renamed to `com.intellij.ide.plugins.newui.SearchWords.VENDOR` +: Use `com.intellij.ide.plugins.newui.SearchWords.VENDOR` instead. + ### Collaboration Tools Module 2023.3 `com.intellij.collaboration.ui.codereview.action.CodeReviewCheckoutRemoteBranchAction` class removed