Yann Cébron 303873a257 Revert "api_changes_list.md: move to /api_changes/"
This reverts commit 9cdb04b1
2019-11-26 16:46:05 +01:00

4.5 KiB

title
Incompatible Changes in IntelliJ Platform and Plugins API

IntelliJ API may be occasionally changed between releases leading to incompatibilities of existing plugins with newer IDE builds.

Compatibility with newer IDEs can easily be verified for plugins hosted on the JetBrains plugin repository using the builtin Plugin Verifier. For non-public plugins, intellij-plugin-verifier can be used standalone as well.

The following pages list the breaking changes in IDE/plugin releases with required/recommended steps to take by plugin authors.

Note

Changes from API marked with org.jetbrains.annotations.ApiStatus.@Experimental/ScheduledForRemoval are not listed here, as incompatible changes are to be expected.